summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* State that dir-state is required to set the vc-state andDan Nicolaescu2007-12-312-3/+9
| | | | vc-backend properties.
* (Man-default-man-entry): Make this a defun. ImproveMartin Rudalics2007-12-312-31/+77
| | | | guessing mechanism and handling of section numbers.
* (face-all-attributes): If FRAME is nil, return defaults.Richard M. Stallman2007-12-312-2/+7
|
* * dbusbind.c (xd_read_message): Use non-static input_event struct.Michael Albinus2007-12-312-1/+5
|
* (calc-convert-temperature): Ensure that units are on the resultJay Belanger2007-12-312-3/+13
| | | | even when the result is zero.
* * dbusbind.c (xd_signature): Signature of variant is just "v".Magnus Henoch2007-12-312-1/+5
|
* (face-all-attributes): New function.Richard M. Stallman2007-12-303-3/+19
| | | | | (face-differs-from-default-p): Compute list of attr names from face-attribute-name-alist.
* *** empty log message ***Michael Albinus2007-12-301-1/+1
|
* * net/dbus.el (dbus-name-owner-changed-handler): Make the functionMichael Albinus2007-12-302-23/+46
| | | | | resistent towards wrong parameters. (dbus-handle-event): Propagate D-Bus errors only in the debug case.
* * dbus.texi (all): Replace "..." by @dots{}.Michael Albinus2007-12-302-11/+32
| | | | | | | | (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.
* * dbusbind.c: Fix several errors and compiler warnings. ReportedMichael Albinus2007-12-302-116/+249
| | | | | | | | | | | | | | | | | | | 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.
* (get_char_property_and_overlay):Richard M. Stallman2007-12-302-0/+9
| | | | Signal error if POSITION is out of range in a buffer.
* (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.Richard M. Stallman2007-12-302-6/+28
| | | | | (custom-face-save): Likewise. (custom-face-reset-saved, custom-face-reset-standard): Likewise.
* (custom-declare-face): Per frame, use `face-spec-set-2'.Richard M. Stallman2007-12-301-2/+3
| | | | | (custom-theme-set-faces): Clear `face-override-spec' property. Call `face-spec-set' with FOR-DEFFACE.
* (custom-theme-recalc-face): Simply call `face-spec-recalc'.Richard M. Stallman2007-12-301-3/+1
|
* (face-spec-set): Third arg is now FOR-DEFFACE.Richard M. Stallman2007-12-301-42/+77
| | | | | | | | | | 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'.
* (thumbs-conversion-program): Add comment for Windows XP.Nick Roberts2007-12-291-0/+4
|
* *** empty log message ***Nick Roberts2007-12-291-0/+4
|
* (vc-hg-dir-state): Set the vc-backend property.Dan Nicolaescu2007-12-292-0/+10
|
* Make copy of frame parameters because the original parametersMartin Rudalics2007-12-292-0/+9
| | | | are in pure storage now.
* * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,Eric S. Raymond2007-12-297-23/+63
| | | | | | | | | | | | | | | | | | | | 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.
* (cd-absolute): Fix omission bug:Thien-Thi Nguyen2007-12-292-4/+9
| | | | Make `list-buffers-directory' buffer-local.
* (vc-hg-dir-state): Deal with the up-to-date state.Dan Nicolaescu2007-12-292-0/+6
|
* (calc-arithmetic-menu, calc-scientific-function-menu)Jay Belanger2007-12-292-82/+280
| | | | | | | | (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.
* (math-complex-format): Add giac.Jay Belanger2007-12-291-0/+2
|
* Revert incorrect mergeMiles Bader2007-12-292-4/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-969
* (Language Modes): Fix menu.Jay Belanger2007-12-291-0/+3
|
* (calc-init-extensions): Autoload commands to change languages.Jay Belanger2007-12-292-1/+2
|
* *** empty log message ***Jay Belanger2007-12-291-0/+32
|
* Mention new languages.Jay Belanger2007-12-291-0/+2
|
* (calc-modes-menu): Add new languages.Jay Belanger2007-12-291-1/+22
|
* (calc-yacas-language, calc-maxima-language, calc-giac-language)Jay Belanger2007-12-291-0/+618
| | | | | | | | | | | | | | | | | | | (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.
* (calc-d-prefix-help): Add new languages.Jay Belanger2007-12-291-0/+1
|
* (calc-init-extensions): Add keybindings for new languages.Jay Belanger2007-12-291-0/+3
|
* (calc-language): Add languages to docstring.Jay Belanger2007-12-291-0/+3
|
* (math-compose-expr): Add new languages.Jay Belanger2007-12-291-0/+3
|
* (math-read-token): Fix misplaced parentheses.Jay Belanger2007-12-291-2/+2
|
* (Yacas Language, Maxima Language, Giac Language): New sections.Jay Belanger2007-12-292-14/+96
|
* (vc-hg-registered): Return the false when vc-hg-stateDan Nicolaescu2007-12-282-5/+15
| | | | | | | 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.
* Merge from gnus--devo--0Miles Bader2007-12-2813-53/+326
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-967
* Merge from emacs--rel--22Miles Bader2007-12-2836-507/+423
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
| * (rgrep): Fix last change.YAMAMOTO Mitsuharu2007-12-282-1/+5
| |
| * (Size and Position): Explain meaning of frame pixel width and height.Richard M. Stallman2007-12-282-2/+9
| |
| * (Basic Parameters): For `title', refer to title bar.Richard M. Stallman2007-12-282-6/+7
| |
| * (Size Parameters): Fix typo.Richard M. Stallman2007-12-282-1/+5
| |
| * (compilation-start): Set initial visible point properly even whenRichard M. Stallman2007-12-272-23/+39
| | | | | | | | compilation buffer already current.
| * (Formatted Text): Improve menu tag.Richard M. Stallman2007-12-272-26/+59
| | | | | | | | | | | | | | | | | | (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.
| * Whitespace change.Richard M. Stallman2007-12-261-3/+4
| |
| * Fix regexps in fill-french-nobreak-p broken by last patch.Martin Rudalics2007-12-261-2/+2
| |
| * (conf-mode-maybe): New function.Richard M. Stallman2007-12-262-1/+16
| | | | | | | | (auto-mode-alist): Use conf-mode-maybe for .conf etc.