]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(custom-add-parent-links): Fill the "Parent documentation" text.
[gnu-emacs] / lisp / ChangeLog
index e5742f97e50462b6f6d3457878a0df277d95ff39..2e4ff332ce65941d6422535331b64690f03a118a 100644 (file)
@@ -1,3 +1,62 @@
+2007-12-29  Richard Stallman  <rms@gnu.org>
+
+       * font-lock.el (font-lock-prepend-text-property)
+       (font-lock-append-text-property): Canonicalize the face and
+       font-lock-face properties.
+
+       * faces.el (facep): Doc fix.
+
+       * startup.el (fancy-startup-tail, fancy-about-text)
+       (fancy-startup-text): Regularize format of face property.
+
+       * facemenu.el (list-colors-print): Use :background and :foreground
+       instead of background-color and foreground-color.
+
+2007-12-29  Drew Adams  <drew.adams@oracle.com>
+
+       * cus-edit.el (custom-add-parent-links):
+       Fill the "Parent documentation" text.
+2007-12-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/ispell.el (ispell-grep-command): Use "grep" on
+       MS-Windows and MS-DOS.
+       (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
+
+2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * progmodes/grep.el (rgrep): Fix last change.
+
+2007-12-27  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-start): Set initial visible
+       point properly even when compilation buffer already current.
+
+2007-12-26  Richard Stallman  <rms@gnu.org>
+
+       * files.el (conf-mode-maybe): New function.
+       (auto-mode-alist): Use conf-mode-maybe for .conf etc.
+
+2007-12-26  Martin Rudalics  <rudalics@gmx.at>
+
+       * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
+
+2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
+
+2007-12-25  Richard Stallman  <rms@gnu.org>
+
+       * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
+       so they never do EOF.
+
+2007-12-23  Richard Stallman  <rms@gnu.org>
+
+       * dired-aux.el: Load dired.el at run time too.
+
+       * faces.el (copy-face): Create the new face explicitly if it
+       does not exist already.
+
 2007-12-23  Andreas Schwab  <schwab@suse.de>
 
        * files.el (switch-to-buffer-other-frame): Return the buffer
@@ -11,9 +70,9 @@
 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
 
        * simple.el (minibuffer-history, shell-command-history)
-       (set-variable-value-history): 
-       * replace.el (regexp-history): 
-       * international/mule-cmds.el (input-method-history): 
+       (set-variable-value-history):
+       * replace.el (regexp-history):
+       * international/mule-cmds.el (input-method-history):
        * files.el (file-name-history): Add reference to history-length in
        the doc string.