aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-04-21 16:09:23 +0000
committerStefan Monnier2004-04-21 16:09:23 +0000
commitd58f8753fb07765becc40b53bcb1f48e20c1483a (patch)
tree38f554badc63d9aa3c982614a59758fdacbd0e24
parent79e1c9d48819e838e9e4367d306a0f85113bec49 (diff)
downloademacs-d58f8753fb07765becc40b53bcb1f48e20c1483a.tar.gz
emacs-d58f8753fb07765becc40b53bcb1f48e20c1483a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
-rw-r--r--src/ChangeLog8
2 files changed, 22 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe4eaccabfc..0f688890aa7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,17 @@
7 * image.el (insert-image): Add optional SLICE arg. 7 * image.el (insert-image): Add optional SLICE arg.
8 (insert-sliced-image): New defun. 8 (insert-sliced-image): New defun.
9 9
102004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
11
12 * subr.el (read-number): Check whether `default' is nil.
13
142004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * progmodes/compile.el (compilation-error-properties):
17 Split into two.
18 (compilation-internal-error-properties): New one.
19 (compilation-compat-error-properties): Use it. Fix the non-marker case.
20
102004-04-20 Richard M. Stallman <rms@gnu.org> 212004-04-20 Richard M. Stallman <rms@gnu.org>
11 22
12 * window.el (split-window-save-restore-data): 23 * window.el (split-window-save-restore-data):
@@ -67,7 +78,7 @@
67 78
682004-04-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 792004-04-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
69 80
70 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error 81 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
71 messages. 82 messages.
72 83
732004-04-19 Stephen Eglen <stephen@gnu.org> 842004-04-19 Stephen Eglen <stephen@gnu.org>
@@ -108,8 +119,8 @@
108 * textmodes/paragraphs.el (forward-sentence): 119 * textmodes/paragraphs.el (forward-sentence):
109 * textmodes/fill.el (canonically-space-region, fill-nobreak-p) 120 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
110 (fill-delete-newlines): 121 (fill-delete-newlines):
111 * progmodes/cc-cmds.el (c-beginning-of-statement): Use 122 * progmodes/cc-cmds.el (c-beginning-of-statement):
112 function `sentence-end' instead of variable `sentence-end'. 123 Use function `sentence-end' instead of variable `sentence-end'.
113 124
1142004-04-18 Andreas Schwab <schwab@suse.de> 1252004-04-18 Andreas Schwab <schwab@suse.de>
115 126
@@ -118,7 +129,7 @@
118 129
1192004-04-18 John Wiegley <johnw@newartisans.com> 1302004-04-18 John Wiegley <johnw@newartisans.com>
120 131
121 * iswitchb.el (iswitchb-completions): Removed dependency on cl. 132 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
122 133
1232004-04-18 Nick Roberts <nick@nick.uklinux.net> 1342004-04-18 Nick Roberts <nick@nick.uklinux.net>
124 135
@@ -131,7 +142,7 @@
131 142
1322004-04-17 John Wiegley <johnw@newartisans.com> 1432004-04-17 John Wiegley <johnw@newartisans.com>
133 144
134 * iswitchb.el (iswitchb-max-to-show): Added a new config variable 145 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
135 which limits the number of names shown in the minibuffer. Off by 146 which limits the number of names shown in the minibuffer. Off by
136 default. 147 default.
137 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds 148 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
diff --git a/src/ChangeLog b/src/ChangeLog
index ac2c6e7b0db..6839c70e398 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -75,16 +75,20 @@
75 75
76 * xterm.h (image_ascent): Remove prototype. 76 * xterm.h (image_ascent): Remove prototype.
77 77
782004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
81
782004-04-20 John Paul Wallington <jpw@gnu.org> 822004-04-20 John Paul Wallington <jpw@gnu.org>
79 83
80 * fns.c (Fassoc, Feql): Fix indentation. 84 * fns.c (Fassoc, Feql): Fix indentation.
81 85
82 * fontset.c (regularize_fontname): Renamed from regulalize_fontname. 86 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
83 87
842004-04-19 John Paul Wallington <jpw@gnu.org> 882004-04-19 John Paul Wallington <jpw@gnu.org>
85 89
86 * fns.c (Feql): New function. 90 * fns.c (Feql): New function.
87 (syms_of_fns): defsubr it. 91 (syms_of_fns): Defsubr it.
88 92
892004-04-18 Jason Rumney <jasonr@gnu.org> 932004-04-18 Jason Rumney <jasonr@gnu.org>
90 94