# HG changeset patch # User Stefan Monnier # Date 1082563763 0 # Node ID 413a22a92995967cff150528fc1f4133c2fc38b1 # Parent ec9b32e1655998eed1aa788d41796e8bc7ff5b02 *** empty log message *** diff -r ec9b32e16559 -r 413a22a92995 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 21 09:47:11 2004 +0000 +++ b/lisp/ChangeLog Wed Apr 21 16:09:23 2004 +0000 @@ -7,6 +7,17 @@ * image.el (insert-image): Add optional SLICE arg. (insert-sliced-image): New defun. +2004-04-20 Lawrence Mitchell (tiny change) + + * subr.el (read-number): Check whether `default' is nil. + +2004-04-20 Stefan Monnier + + * 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 * window.el (split-window-save-restore-data): @@ -67,7 +78,7 @@ 2004-04-19 Jan Dj,Ad(Brv - * 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 @@ -108,8 +119,8 @@ * 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 @@ -118,7 +129,7 @@ 2004-04-18 John Wiegley - * iswitchb.el (iswitchb-completions): Removed dependency on cl. + * iswitchb.el (iswitchb-completions): Remove dependency on cl. 2004-04-18 Nick Roberts @@ -131,7 +142,7 @@ 2004-04-17 John Wiegley - * 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 diff -r ec9b32e16559 -r 413a22a92995 src/ChangeLog --- a/src/ChangeLog Wed Apr 21 09:47:11 2004 +0000 +++ b/src/ChangeLog Wed Apr 21 16:09:23 2004 +0000 @@ -75,16 +75,20 @@ * xterm.h (image_ascent): Remove prototype. +2004-04-20 Stefan Monnier + + * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup. + 2004-04-20 John Paul Wallington * 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 * fns.c (Feql): New function. - (syms_of_fns): defsubr it. + (syms_of_fns): Defsubr it. 2004-04-18 Jason Rumney