summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2008-01-0225-316/+888
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
| * Make rcirc logging more customizableMiles Bader2008-01-022-19/+44
| | | | | | | | | | | | | | | | | | | | | | | | (rcirc-log-filename-function): New variable. (rcirc-log): Use `rcirc-log-filename-function' to generate the log-file name. Don't log anything if it returns nil. (rcirc-log-write): Use `expand-file-name' when merging the log-file name from the alist with rcirc-log-directory; this does the right thing if the name in the alist already an absolute filename. Make the log-file directory if necessary. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-976
| * Merge from emacs--rel--22, gnus--devo--0Miles Bader2008-01-027-42/+89
| |\ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
| | * Whitespace change.Richard M. Stallman2007-12-311-16/+16
| | |
| | * (custom-add-parent-links): New arg DOC-INITIAL-STRING.Richard M. Stallman2007-12-311-4/+6
| | | | | | | | | | | | | | | Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'. (custom-group-value-create): Pass two args to custom-add-parent-links.
| | * (custom-add-parent-links): Fill the "Parent documentation" text.Richard M. Stallman2007-12-292-2/+11
| | |
| | * (font-lock-prepend-text-property, font-lock-append-text-property):Richard M. Stallman2007-12-292-0/+16
| | | | | | | | | | | | Canonicalize the face and font-lock-face properties.
| | * (facep): Doc fix.Richard M. Stallman2007-12-292-4/+4
| | |
| | * (fancy-startup-tail, fancy-about-text)Richard M. Stallman2007-12-292-13/+22
| | | | | | | | | | | | (fancy-startup-text): Regularize format of face property.
| | * (list-colors-print): Use :background and :foregroundRichard M. Stallman2007-12-291-2/+2
| | | | | | | | | | | | instead of background-color and foreground-color.
| | * (ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.Eli Zaretskii2007-12-292-2/+13
| | | | | | | | | | | | (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
| | * Merge from gnus--rel--5.10Miles Bader2007-12-282-1/+7
| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
| * | * vc-svn.el (vc-svn-modify-change comment): New function.Eric S. Raymond2008-01-022-0/+28
| | |
| * | *** empty log message ***Nick Roberts2008-01-011-1/+1
| | |
| * | (vc-git-dir-state): Set the vc-backend property. DoDan Nicolaescu2008-01-012-1/+9
| | | | | | | | | | | | not disable undo, with-temp-buffer does it by default.
| * | *** empty log message ***Dan Nicolaescu2008-01-011-1/+2
| | |
| * | Remove some debugging code.Eric S. Raymond2008-01-011-14/+10
| | |
| * | * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.Eric S. Raymond2008-01-012-1/+4
| | |
| * | * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend callEric S. Raymond2008-01-013-29/+36
| | | | | | | | | | | | with vc-state.
| * | (elp-results): Use header-line-format for header. Move point to the start ofNick Roberts2007-12-311-15/+35
| | | | | | | | | | | | the buffer.
| * | *** empty log message ***Nick Roberts2007-12-311-0/+5
| | |
| * | (vc-cvs-parse-entry): Set the vc-backend property.Dan Nicolaescu2007-12-312-0/+4
| | |
| * | 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
| | |
| * | (calc-convert-temperature): Ensure that units are on the resultJay Belanger2007-12-312-3/+13
| | | | | | | | | | | | even when the result is zero.
| * | (face-all-attributes): New function.Richard M. Stallman2007-12-302-3/+16
| | | | | | | | | | | | | | | (face-differs-from-default-p): Compute list of attr names from face-attribute-name-alist.
| * | * 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.
| * | (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
| | |
| * | * 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
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-2910-8/+702
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-307
| * | (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
| | |