Michael Albinus [Mon, 31 Dec 2007 10:22:52 +0000 (10:22 +0000)]
* dbusbind.c (xd_read_message): Use non-static input_event struct.
Jay Belanger [Mon, 31 Dec 2007 02:40:18 +0000 (02:40 +0000)]
(calc-convert-temperature): Ensure that units are on the result
even when the result is zero.
Magnus Henoch [Mon, 31 Dec 2007 00:57:51 +0000 (00:57 +0000)]
* dbusbind.c (xd_signature): Signature of variant is just "v".
Richard M. Stallman [Sun, 30 Dec 2007 16:26:54 +0000 (16:26 +0000)]
(face-all-attributes): New function.
(face-differs-from-default-p): Compute list of attr names
from face-attribute-name-alist.
Michael Albinus [Sun, 30 Dec 2007 15:55:29 +0000 (15:55 +0000)]
*** empty log message ***
Michael Albinus [Sun, 30 Dec 2007 15:51:18 +0000 (15:51 +0000)]
* net/dbus.el (dbus-name-owner-changed-handler): Make the function
resistent towards wrong parameters.
(dbus-handle-event): Propagate D-Bus errors only in the debug case.
Michael Albinus [Sun, 30 Dec 2007 15:47:41 +0000 (15:47 +0000)]
* dbus.texi (all): Replace "..." by @dots{}.
(Type Conversion): Precise the value range for :byte types.
(Signals): Rename dbus-unregister-signal to dbus-unregister-object.
Mention its return value.
(Errors and Events): There is no D-Bus error propagation during event
processing.
Michael Albinus [Sun, 30 Dec 2007 15:41:47 +0000 (15:41 +0000)]
* dbusbind.c: Fix several errors and compiler warnings. Reported
by Tom Tromey <tromey@redhat.com>
(XD_ERROR, XD_DEBUG_MESSAGE)
(XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
(xd_append_arg): Part for basic D-Bus types rewitten.
(xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
appropriate.
(xd_read_message): Return Qnil. Don't signal an error; it is not
useful during event reading.
(Fdbus_register_signal): Signal an error if the check for
FUNCTIONP fails.
(Fdbus_register_method): New function. The implementation is not
complete, the call of the function signals an error therefore.
(Fdbus_unregister_object): New function, renamed from
Fdbus_unregister_signal. The initial check signals an error, if
it the objct is not well formed.
Richard M. Stallman [Sun, 30 Dec 2007 13:42:10 +0000 (13:42 +0000)]
(get_char_property_and_overlay):
Signal error if POSITION is out of range in a buffer.
Richard M. Stallman [Sun, 30 Dec 2007 03:36:05 +0000 (03:36 +0000)]
(custom-face-set): Call `face-spec-set' with FOR-
DEFFACE.
(custom-face-save): Likewise.
(custom-face-reset-saved, custom-face-reset-standard): Likewise.
Richard M. Stallman [Sun, 30 Dec 2007 03:35:05 +0000 (03:35 +0000)]
(custom-declare-face): Per frame, use `face-spec-set-2'.
(custom-theme-set-faces): Clear `face-override-spec' property.
Call `face-spec-set' with FOR-
DEFFACE.
Richard M. Stallman [Sun, 30 Dec 2007 03:33:21 +0000 (03:33 +0000)]
(custom-theme-recalc-face): Simply call `face-spec-recalc'.
Richard M. Stallman [Sun, 30 Dec 2007 03:32:34 +0000 (03:32 +0000)]
(face-spec-set): Third arg is now FOR-
DEFFACE.
Use of frame as third arg is deprecated.
Handle `face-override-spec' property.
(face-spec-recalc): New function.
(face-spec-set-2): New function.
(frame-set-background-mode): Handle `face-override-spec' property.
Use `face-spec-recalc'.
(face-set-after-frame-default): Use `face-spec-recalc'.
Nick Roberts [Sat, 29 Dec 2007 23:39:51 +0000 (23:39 +0000)]
(thumbs-conversion-program): Add comment for Windows XP.
Nick Roberts [Sat, 29 Dec 2007 23:38:29 +0000 (23:38 +0000)]
*** empty log message ***
Dan Nicolaescu [Sat, 29 Dec 2007 23:00:36 +0000 (23:00 +0000)]
(vc-hg-dir-state): Set the vc-backend property.
Martin Rudalics [Sat, 29 Dec 2007 19:20:36 +0000 (19:20 +0000)]
Make copy of frame parameters because the original parameters
are in pure storage now.
Eric S. Raymond [Sat, 29 Dec 2007 13:20:49 +0000 (13:20 +0000)]
* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
and 'unregistered states.
* vc-hooks.el (vc-state): Added 'removed state to documentation.
* vc-hg (vc-hg-parse-status): Recognize 'added, 'removed, and
'up-to-date state. Deal with the possibility that C for clean
might change to "=" in the next point release.
* vc-git.el (vc-git-parse-status): Recognize 'removed.
* vc.el (header comment): Better description of new dir-state.
(vc-compatible-state): Defines which states are mutually
compatible; usable with 'edited as a test for which can be committed on.
(vc-dired-hook): Turn off undo in the VC-Dired buffer, a speed tweak.
(vc-default-dired-state-info): Display 'removed state.
* vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
Thien-Thi Nguyen [Sat, 29 Dec 2007 12:59:09 +0000 (12:59 +0000)]
(cd-absolute): Fix omission bug:
Make `list-buffers-directory' buffer-local.
Dan Nicolaescu [Sat, 29 Dec 2007 05:54:23 +0000 (05:54 +0000)]
(vc-hg-dir-state): Deal with the up-to-date state.
Jay Belanger [Sat, 29 Dec 2007 05:33:52 +0000 (05:33 +0000)]
(calc-arithmetic-menu, calc-scientific-function-menu)
(calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
(calc-units-menu, calc-variables-menu, calc-stack-menu):
Add :active keywords.
(calc-modes-menu): Add complex formats, remaining languages.
Jay Belanger [Sat, 29 Dec 2007 04:27:46 +0000 (04:27 +0000)]
(math-complex-format): Add giac.
Miles Bader [Sat, 29 Dec 2007 02:44:34 +0000 (02:44 +0000)]
Revert incorrect merge
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-969
Jay Belanger [Sat, 29 Dec 2007 01:16:30 +0000 (01:16 +0000)]
(Language Modes): Fix menu.
Jay Belanger [Sat, 29 Dec 2007 01:11:03 +0000 (01:11 +0000)]
(calc-init-extensions): Autoload commands to change languages.
Jay Belanger [Sat, 29 Dec 2007 01:06:40 +0000 (01:06 +0000)]
*** empty log message ***
Jay Belanger [Sat, 29 Dec 2007 00:58:07 +0000 (00:58 +0000)]
Mention new languages.
Jay Belanger [Sat, 29 Dec 2007 00:57:02 +0000 (00:57 +0000)]
(calc-modes-menu): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:56:17 +0000 (00:56 +0000)]
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-yacas-parse-Sum, math-yacas-compose-sum)
(math-yacas-compose-deriv, math-yacas-compose-taylor)
(math-maxima-parse-subst, math-maxima-parse-taylor)
(math-maxima-compose-taylor, math-maxima-compose-subst)
(math-maxima-compose-if, math-lang-switch-args)
(math-lang-compose-switch-args, math-read-giac-subscr):
New functions.
(calc-lang-allow-underscores, calc-lang-allow-percentsigns)
(calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
Add languages.
(math-vector-brackets, math-complex-format, math-variable-table)
(math-parse-table, math-oper-table, math-function-table)
(math-special-function-table, math-compose-subscr):
Add values for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:38 +0000 (00:55 +0000)]
(calc-d-prefix-help): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:06 +0000 (00:55 +0000)]
(calc-init-extensions): Add keybindings for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:54:16 +0000 (00:54 +0000)]
(calc-language): Add languages to docstring.
Jay Belanger [Sat, 29 Dec 2007 00:53:34 +0000 (00:53 +0000)]
(math-compose-expr): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:23:41 +0000 (00:23 +0000)]
(math-read-token): Fix misplaced parentheses.
Jay Belanger [Sat, 29 Dec 2007 00:23:01 +0000 (00:23 +0000)]
(Yacas Language, Maxima Language, Giac Language): New sections.
Dan Nicolaescu [Fri, 28 Dec 2007 22:50:18 +0000 (22:50 +0000)]
(vc-hg-registered): Return the false when vc-hg-state
returns 'ignored or 'unregistered.
(vc-hg-state): Pass "-A" to the status command and deal with the
output.
(vc-hg-dir-state): Pass "-A" to the status command.
Miles Bader [Fri, 28 Dec 2007 22:26:31 +0000 (22:26 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-967
Miles Bader [Fri, 28 Dec 2007 22:26:14 +0000 (22:26 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Juanma Barranquero [Fri, 28 Dec 2007 19:46:56 +0000 (19:46 +0000)]
*** empty log message ***
Eric S. Raymond [Fri, 28 Dec 2007 18:19:53 +0000 (18:19 +0000)]
Improve a Changelog comment.
Eric S. Raymond [Fri, 28 Dec 2007 18:16:55 +0000 (18:16 +0000)]
* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
states. and the new return-value convention. These are not
actually used yet, just set.
* vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
states when appropriate.
* vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and
'unregistered' when appropriate.
* vc-git.el: Document that we don't set the new states yet.
* vc.el (vc-dired-state-info): Display 'unregistered and
'ignored states.
* vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
appropriate.
* vc-bzr.el (vc-bzr-dir-state): Set 'ignored and
'unregistered' when appropriate.
Eric S. Raymond [Fri, 28 Dec 2007 16:24:31 +0000 (16:24 +0000)]
* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead
Eric S. Raymond [Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)]
Typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)]
Changelog typo fixes.
Eric S. Raymond [Fri, 28 Dec 2007 13:29:41 +0000 (13:29 +0000)]
* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el. Also, teach it to recognize monotine state directories.
* speedbar.el: Remove this mode's fragile assumptions about
version-control systems. Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.
* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.
YAMAMOTO Mitsuharu [Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)]
(rgrep): Fix last change.
Eric S. Raymond [Fri, 28 Dec 2007 10:00:02 +0000 (10:00 +0000)]
And another typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 09:59:34 +0000 (09:59 +0000)]
Typo fix.
Nick Roberts [Fri, 28 Dec 2007 09:48:35 +0000 (09:48 +0000)]
*** empty log message ***
Eric S. Raymond [Fri, 28 Dec 2007 08:59:50 +0000 (08:59 +0000)]
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.
Nick Roberts [Fri, 28 Dec 2007 08:09:57 +0000 (08:09 +0000)]
(thumbs-call-convert): Use call-process directly
with thumbs-conversion-program instead of through shell-file-name
for better error reporting when program is missing.
Nick Roberts [Fri, 28 Dec 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2007 03:50:09 +0000 (03:50 +0000)]
(Size and Position): Explain meaning of frame pixel width and height.
Richard M. Stallman [Fri, 28 Dec 2007 03:19:04 +0000 (03:19 +0000)]
(Basic Parameters): For `title', refer to title bar.
Richard M. Stallman [Fri, 28 Dec 2007 03:16:48 +0000 (03:16 +0000)]
(Size Parameters): Fix typo.
Jay Belanger [Thu, 27 Dec 2007 17:35:59 +0000 (17:35 +0000)]
(math-remove-percentsigns): Change placeholder for percent signs.
Jay Belanger [Thu, 27 Dec 2007 17:32:59 +0000 (17:32 +0000)]
(math-to-percentsigns): Change placeholder for percent signs.
Eric S. Raymond [Thu, 27 Dec 2007 16:17:17 +0000 (16:17 +0000)]
* vc.el (vc-dired-hook): Show unregistered file status as "?" in
non-terse mode.
(vc-dired-ignorable-p): Ignore Makefile when it has a peer named
Makefile.in or Makefile.am
Eric S. Raymond [Thu, 27 Dec 2007 15:26:02 +0000 (15:26 +0000)]
Refactoring step.
Eric S. Raymond [Thu, 27 Dec 2007 14:41:44 +0000 (14:41 +0000)]
* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
use completion-ignored-extensions to detect files that should be
ignorted in VC-Dired listings, heading off lots of expensive calls
to (vc-state).
Vinicius Jose Latorre [Thu, 27 Dec 2007 14:00:42 +0000 (14:00 +0000)]
Fix ps-print-preprint-region code
Eric S. Raymond [Thu, 27 Dec 2007 11:26:27 +0000 (11:26 +0000)]
* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
machinery in place to support editing of change comments
with 'e' in a log-view buffer. Not documented yet as this
only works for SCCS, RCS, and maybe CVS if you have admin
privileges. When we have backend support for Subversion and
more modern systems it will ve time to write this up.
Kenichi Handa [Thu, 27 Dec 2007 10:28:28 +0000 (10:28 +0000)]
(select-safe-coding-system): When a
buffer is modfied, cancel the writing.
Nick Roberts [Thu, 27 Dec 2007 05:50:36 +0000 (05:50 +0000)]
*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 27 Dec 2007 03:31:20 +0000 (03:31 +0000)]
(compilation-start): Set initial visible point properly even when
compilation buffer already current.
Eric S. Raymond [Thu, 27 Dec 2007 03:17:24 +0000 (03:17 +0000)]
*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:10:52 +0000 (03:10 +0000)]
*** empty log message ***
Dan Nicolaescu [Thu, 27 Dec 2007 02:22:59 +0000 (02:22 +0000)]
Show the functions changed.
Richard M. Stallman [Thu, 27 Dec 2007 00:42:26 +0000 (00:42 +0000)]
(Formatted Text): Improve menu tag.
(Editing Format Info): In Info, add duplicate menu of nodes
about the submenus.
(Format Faces): Say where Faces menu is found. Mention Other.
(Format Colors): Say where these submenus are found.
(Format Indentation, Format Justification): Likewise.
(Format Properties): Likewise.
Eric S. Raymond [Wed, 26 Dec 2007 23:24:08 +0000 (23:24 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)]
Whitespace change.
Eric S. Raymond [Wed, 26 Dec 2007 21:06:35 +0000 (21:06 +0000)]
Oops...describe the file...
Eric S. Raymond [Wed, 26 Dec 2007 21:02:59 +0000 (21:02 +0000)]
Add log format samples for Subversion and Mercurial.
Andreas Schwab [Wed, 26 Dec 2007 19:05:28 +0000 (19:05 +0000)]
(save-buffer-state): Make sure the state of the
buffer is always restored.
Martin Rudalics [Wed, 26 Dec 2007 18:12:37 +0000 (18:12 +0000)]
Fix regexps in fill-french-nobreak-p broken by last patch.
Jay Belanger [Wed, 26 Dec 2007 17:38:24 +0000 (17:38 +0000)]
(math-to-percentsigns): New function.
(math-compose-var): Handle variables with percent signs.
(math-compose-expr): Handle function names with percent signs.
Jay Belanger [Wed, 26 Dec 2007 17:32:13 +0000 (17:32 +0000)]
(math-to-percentsigns): Declare as function.
(math-read-exprs): Handle percent signs in languages that allow them.
(math-restore-underscores): Remove function.
(math-remove-percentsigns,math-restore-placeholders): New functions.
Richard M. Stallman [Wed, 26 Dec 2007 17:29:34 +0000 (17:29 +0000)]
(conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.
Vinicius Jose Latorre [Wed, 26 Dec 2007 16:28:30 +0000 (16:28 +0000)]
Fix ps-print-preprint-region code
Jay Belanger [Wed, 26 Dec 2007 16:04:51 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): Declare as a variable.
Jay Belanger [Wed, 26 Dec 2007 16:04:00 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): New variable.
Tassilo Horn [Wed, 26 Dec 2007 11:48:37 +0000 (11:48 +0000)]
2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
* image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
New functions.
(image-mode): Set bookmark-make-cell-function appropriately.
* doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
name.
Martin Rudalics [Wed, 26 Dec 2007 09:08:59 +0000 (09:08 +0000)]
(fill-find-break-point): Fix doc-string typo.
Tassilo Horn [Wed, 26 Dec 2007 08:53:06 +0000 (08:53 +0000)]
2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
* bookmark.el (bookmark-make-cell-function): New variable.
(bookmark-make): Call bookmark-make-cell-function's function
instead of bookmark-make-cell.
(bookmark-get-handler, bookmark-jump-internal): New functions.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
bookmark-jump-internal.
(bookmark-make-cell-for-text-file): Renamed from
bookmark-make-cell.
* doc-view.el (doc-view-bookmark-make-cell)
(doc-view-bookmark-jump): New functions.
(doc-view-mode): Set bookmark-make-cell-function buffer-locally.
Richard M. Stallman [Wed, 26 Dec 2007 05:02:04 +0000 (05:02 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2007 23:00:51 +0000 (23:00 +0000)]
(region-active-p): Doc fix.
Richard M. Stallman [Tue, 25 Dec 2007 23:00:07 +0000 (23:00 +0000)]
(allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.
(allout-write-file-hook-handler): Simplify code.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:30 +0000 (22:50 +0000)]
Comment change.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:08 +0000 (22:50 +0000)]
(ps-mark-active-p): Function deleted.
(ps-print-preprint-region): Use (mark) for the error check.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:48 +0000 (22:48 +0000)]
Doc fix.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:13 +0000 (22:48 +0000)]
(tooltip-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:35 +0000 (22:47 +0000)]
(winner-active-region): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:03 +0000 (22:47 +0000)]
(ada-region-selected): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:55 +0000 (22:45 +0000)]
(org-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:27 +0000 (22:45 +0000)]
(idlwave-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:57 +0000 (22:44 +0000)]
(reftex-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:28 +0000 (22:44 +0000)]
(c-region-is-active-p): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:43:44 +0000 (22:43 +0000)]
(region-active-p): New function.
Richard M. Stallman [Tue, 25 Dec 2007 22:14:07 +0000 (22:14 +0000)]
(c-indent-line-or-region):
Pass prefix arg to `c-indent-command'. Use `use-region-p'.