]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Apr 2004 16:09:23 +0000 (16:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Apr 2004 16:09:23 +0000 (16:09 +0000)
lisp/ChangeLog
src/ChangeLog

index fe4eaccabfc50b3ecd0d1635cc3dd55eb66daf03..0f688890aa7155ed9b0f75611ca91c0922252338 100644 (file)
@@ -7,6 +7,17 @@
        * 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):
@@ -67,7 +78,7 @@
 
 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
index ac2c6e7b0dbf00772e807eb7c13e6e6b5fd631d2..6839c70e3988c9ad3d3dff6362e21c5ede7c35b4 100644 (file)
 
        * xterm.h (image_ascent): Remove prototype.
 
+2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
+
 2004-04-20  John Paul Wallington  <jpw@gnu.org>
 
        * fns.c (Fassoc, Feql): Fix indentation.
 
-       * fontset.c (regularize_fontname): Renamed from regulalize_fontname.
+       * fontset.c (regularize_fontname): Rename from regulalize_fontname.
 
 2004-04-19  John Paul Wallington  <jpw@gnu.org>
 
        * fns.c (Feql): New function.
-       (syms_of_fns): defsubr it.
+       (syms_of_fns): Defsubr it.
 
 2004-04-18  Jason Rumney  <jasonr@gnu.org>