Mercurial > emacs
comparison lisp/ChangeLog @ 55039:413a22a92995
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Apr 2004 16:09:23 +0000 |
parents | 05cf719ab007 |
children | 681e84aede6b |
comparison
equal
deleted
inserted
replaced
55038:ec9b32e16559 | 55039:413a22a92995 |
---|---|
4 | 4 |
5 2004-04-21 Kim F. Storm <storm@cua.dk> | 5 2004-04-21 Kim F. Storm <storm@cua.dk> |
6 | 6 |
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 | |
10 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change) | |
11 | |
12 * subr.el (read-number): Check whether `default' is nil. | |
13 | |
14 2004-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. | |
9 | 20 |
10 2004-04-20 Richard M. Stallman <rms@gnu.org> | 21 2004-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): |
13 Don't update the data if OLD-INFO is nil. | 24 Don't update the data if OLD-INFO is nil. |
65 (rmail-decode-region): Use -dos variety of `coding', to remove any | 76 (rmail-decode-region): Use -dos variety of `coding', to remove any |
66 ^M characters left after qp or base64 decoding. | 77 ^M characters left after qp or base64 decoding. |
67 | 78 |
68 2004-04-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 79 2004-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 |
73 2004-04-19 Stephen Eglen <stephen@gnu.org> | 84 2004-04-19 Stephen Eglen <stephen@gnu.org> |
74 | 85 |
75 * add-log.el (add-change-log-entry): Update doc string to mention | 86 * add-log.el (add-change-log-entry): Update doc string to mention |
106 (sentence-end-without-space): Doc fix. | 117 (sentence-end-without-space): Doc fix. |
107 | 118 |
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 |
114 2004-04-18 Andreas Schwab <schwab@suse.de> | 125 2004-04-18 Andreas Schwab <schwab@suse.de> |
115 | 126 |
116 * progmodes/compile.el (compilation-start): Set window start to | 127 * progmodes/compile.el (compilation-start): Set window start to |
117 point-min if compilation-scroll-output is nil. | 128 point-min if compilation-scroll-output is nil. |
118 | 129 |
119 2004-04-18 John Wiegley <johnw@newartisans.com> | 130 2004-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 |
123 2004-04-18 Nick Roberts <nick@nick.uklinux.net> | 134 2004-04-18 Nick Roberts <nick@nick.uklinux.net> |
124 | 135 |
125 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info. | 136 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info. |
126 (gdb-info-breakpoints-custom): Revert previous change. | 137 (gdb-info-breakpoints-custom): Revert previous change. |
129 (gdb-display-source-buffer): Update properly when both source and | 140 (gdb-display-source-buffer): Update properly when both source and |
130 assembler are visible. | 141 assembler are visible. |
131 | 142 |
132 2004-04-17 John Wiegley <johnw@newartisans.com> | 143 2004-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 |
138 up iswitchb for users with a multitude of open buffers by showing | 149 up iswitchb for users with a multitude of open buffers by showing |
139 only the first and last N/2 buffers in the completion list (which | 150 only the first and last N/2 buffers in the completion list (which |