Mercurial > emacs
comparison lisp/ChangeLog @ 52499:a4c701476c84
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 13 Sep 2003 13:53:30 +0000 |
parents | 39bc6d966824 |
children | b0a655e781a1 |
comparison
equal
deleted
inserted
replaced
52498:00aea832bb14 | 52499:a4c701476c84 |
---|---|
1 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * electric.el (Electric-pop-up-window): For the `one-window' case, | |
4 no longer disconcertingly move point in the original buffer. | |
5 | |
1 2003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) | 6 2003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) |
2 | 7 |
3 * hl-line.el: Documentation (comments-only) fix. | 8 * hl-line.el: Documentation (comments-only) fix. |
4 | 9 |
5 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) | 10 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) |
154 * vc-hooks.el (vc-make-version-backup): Fix the change made on | 159 * vc-hooks.el (vc-make-version-backup): Fix the change made on |
155 2003-07-26: msdos-long-file-names is a function, not a variable. | 160 2003-07-26: msdos-long-file-names is a function, not a variable. |
156 | 161 |
157 2003-08-29 Richard M. Stallman <rms@gnu.org> | 162 2003-08-29 Richard M. Stallman <rms@gnu.org> |
158 | 163 |
159 * mail/sendmail.el (sendmail-sync-aliases, mail-setup): | 164 * mail/sendmail.el (sendmail-sync-aliases, mail-setup): |
160 Do nothing with mail-personal-alias-file if it is nil. | 165 Do nothing with mail-personal-alias-file if it is nil. |
161 | 166 |
162 * mail/mailabbrev.el (mail-abbrevs-sync-aliases): | 167 * mail/mailabbrev.el (mail-abbrevs-sync-aliases): |
163 Do nothing if mail-personal-alias-file is nil. | 168 Do nothing if mail-personal-alias-file is nil. |
164 | 169 |
165 * term.el (term-exec-1): Bind coding-system-for-read. | 170 * term.el (term-exec-1): Bind coding-system-for-read. |
166 | 171 |
167 * dired.el (dired-mouse-find-file-other-window): | 172 * dired.el (dired-mouse-find-file-other-window): |
168 Use dired-view-command-alist here, as in dired-view-file. | 173 Use dired-view-command-alist here, as in dired-view-file. |
169 (dired-view-command-alist): Use %s to substitute file name. | 174 (dired-view-command-alist): Use %s to substitute file name. |
170 Handle .ps_pages, .eps, .jpg, .gif, .png. | 175 Handle .ps_pages, .eps, .jpg, .gif, .png. |
171 | 176 |
172 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) | 177 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) |
274 * files.el (file-newest-backup): Use `expand-file-name'. | 279 * files.el (file-newest-backup): Use `expand-file-name'. |
275 | 280 |
276 * calendar/diary-lib.el (simple-diary-display, make-diary-entry): | 281 * calendar/diary-lib.el (simple-diary-display, make-diary-entry): |
277 Allow the diary to pop up a new frame, if needed. | 282 Allow the diary to pop up a new frame, if needed. |
278 | 283 |
279 * mail/sendmail.el (mail-specify-envelope-from): Doc change. | 284 * mail/sendmail.el (mail-specify-envelope-from): Doc change. |
280 * mail/smtpmail.el (smtpmail-mail-address): Doc change. | 285 * mail/smtpmail.el (smtpmail-mail-address): Doc change. |
281 (smtpmail-send-it): Make treatment of envelope-from consistent with | 286 (smtpmail-send-it): Make treatment of envelope-from consistent with |
282 sendmail.el. | 287 sendmail.el. |
283 | 288 |
284 * progmodes/sh-script.el (sh-builtins): Add some bash builtins. | 289 * progmodes/sh-script.el (sh-builtins): Add some bash builtins. |
285 (sh-leading-keywords): Add the bash `time' reserved word. | 290 (sh-leading-keywords): Add the bash `time' reserved word. |
286 (sh-variables): Add some bash variables. | 291 (sh-variables): Add some bash variables. |
287 (sh-add-completer): Fix nil branch of case statement. | 292 (sh-add-completer): Fix nil branch of case statement. |
288 | 293 |
289 2003-08-24 Masatake YAMATO <jet@gyve.org> | 294 2003-08-24 Masatake YAMATO <jet@gyve.org> |
290 | 295 |
291 * progmodes/ld-script.el: New file. | 296 * progmodes/ld-script.el: New file. |
292 | 297 |
293 2003-08-23 Markus Rost <rost@math.ohio-state.edu> | 298 2003-08-23 Markus Rost <rost@math.ohio-state.edu> |
294 | 299 |
295 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix. | 300 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix. |
296 | 301 |
297 2003-08-23 Andre Spiegel <spiegel@gnu.org> | 302 2003-08-23 Andre Spiegel <spiegel@gnu.org> |
298 | 303 |
299 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better | 304 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better |
300 explain obsolescence, and what to use instead. | 305 explain obsolescence, and what to use instead. |
301 | 306 |
302 2003-08-23 Masatake YAMATO <jet@gyve.org> | 307 2003-08-23 Masatake YAMATO <jet@gyve.org> |
303 | 308 |
304 * pcvs.el (cvs-do-removal): Show the deleted file name | 309 * pcvs.el (cvs-do-removal): Show the deleted file name |
305 on the prompt. | 310 on the prompt. |
306 | 311 |
307 2003-08-20 Dave Love <fx@gnu.org> | 312 2003-08-20 Dave Love <fx@gnu.org> |
308 | 313 |
309 * international/mule.el (make-coding-system) | 314 * international/mule.el (make-coding-system) |
310 (set-buffer-file-coding-system): Doc fix. | 315 (set-buffer-file-coding-system): Doc fix. |
311 | 316 |
312 * emacs-lisp/lisp-mode.el (common-lisp-mode): New. | 317 * emacs-lisp/lisp-mode.el (common-lisp-mode): New. |
313 | 318 |
314 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix. | 319 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix. |