]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(font-lock-preprocessor-face): Remove spurious quote.
[gnu-emacs] / lisp / ChangeLog
index f0dd96b68b3d02b44598d32260b9632f0d12e58b..29a589c222d43836b9aae38f3f36d2dda4093dca 100644 (file)
@@ -1,8 +1,53 @@
+2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * dabbrev.el (dabbrev--substitute-expansion): Fix a bug which lost
+       the case of letters in case-insensitive expansions on certain
+       abbreviations.
+
+2004-04-21  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/cperl-mode.el (cperl-putback-char):
+       Delete Emacs 18 definition.
+
+       * international/mule.el (ctext-post-read-conversion): 
+       Use assoc-string, not assoc-ignore-case.
+       
+       * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
+
+       * emacs-lisp/easymenu.el (easy-menu-add):
+       Do call x-popup-menu, but only if it's defined.
+
+       * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
+
+       * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
+       Handle multiple args: compile like progn.
+
+       * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
+       take all args as &rest arg.
+
+       * autoinsert.el (auto-insert-alist): Insert the user's name in
+       copyright notice, rather than Free Software Foundation.
+
+2004-04-21  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el (describe-char): Make it work on *Help* buffer.
+
 2004-04-21  Kim F. Storm  <storm@cua.dk>
 
        * image.el (insert-image): Add optional SLICE arg.
        (insert-sliced-image): New defun.
 
+2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
+
+       * subr.el (read-number): Check whether `default' is nil.
+
+2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-properties):
+       Split into two.
+       (compilation-internal-error-properties): New one.
+       (compilation-compat-error-properties): Use it. Fix the non-marker case.
+
 2004-04-20  Richard M. Stallman  <rms@gnu.org>
 
        * window.el (split-window-save-restore-data):
 
 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
+       * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
        messages.
 
 2004-04-19  Stephen Eglen  <stephen@gnu.org>
        * textmodes/paragraphs.el (forward-sentence):
        * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
        (fill-delete-newlines):
-       * progmodes/cc-cmds.el (c-beginning-of-statement): Use
-       function `sentence-end' instead of variable `sentence-end'.
+       * progmodes/cc-cmds.el (c-beginning-of-statement):
+       Use function `sentence-end' instead of variable `sentence-end'.
 
 2004-04-18  Andreas Schwab  <schwab@suse.de>
 
 
 2004-04-18  John Wiegley  <johnw@newartisans.com>
 
-       * iswitchb.el (iswitchb-completions): Removed dependency on cl.
+       * iswitchb.el (iswitchb-completions): Remove dependency on cl.
 
 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
 
 
 2004-04-17  John Wiegley  <johnw@newartisans.com>
 
-       * iswitchb.el (iswitchb-max-to-show): Added a new config variable
+       * iswitchb.el (iswitchb-max-to-show): Add a new config variable
        which limits the number of names shown in the minibuffer.  Off by
        default.
        (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds