Mercurial > emacs
comparison lisp/ChangeLog @ 55571:402c0c610d46
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 May 2004 17:14:33 +0000 |
parents | 2ddd6386b5c9 |
children | 78819d9ee532 |
comparison
equal
deleted
inserted
replaced
55570:9edbe481a40b | 55571:402c0c610d46 |
---|---|
1 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * net/telnet.el (telnet-mode): Use define-derived-mode. | |
4 Don't modify the global value of comint-prompt-regexp. | |
5 | |
1 2004-05-13 John Paul Wallington <jpw@gnu.org> | 6 2004-05-13 John Paul Wallington <jpw@gnu.org> |
2 | 7 |
3 * version.el (emacs-version): Check for `gtk' feature before | 8 * version.el (emacs-version): Check for `gtk' feature before |
4 `x-toolkit' feature. | 9 `x-toolkit' feature. |
5 | 10 |
10 (help-default-arg-highlight): New function. | 15 (help-default-arg-highlight): New function. |
11 (help-do-arg-highlighting): Use it. | 16 (help-do-arg-highlighting): Use it. |
12 | 17 |
13 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> | 18 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> |
14 | 19 |
15 * calendar/appt.el (appt-disp-window): Use | 20 * calendar/appt.el (appt-disp-window): |
16 `calendar-set-mode-line' for a centered mode-line. | 21 Use `calendar-set-mode-line' for a centered mode-line. |
17 | 22 |
18 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | 23 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) |
19 | 24 |
20 * calendar/appt.el (appt-disp-window): Do not split window | 25 * calendar/appt.el (appt-disp-window): Do not split window |
21 excessively when `split-height-threshold' is low. | 26 excessively when `split-height-threshold' is low. |
26 kill-buffer-hook here and make it local. | 31 kill-buffer-hook here and make it local. |
27 (gud-kill-buffer-hook): Use kill-process for a sure kill. | 32 (gud-kill-buffer-hook): Use kill-process for a sure kill. |
28 | 33 |
29 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> | 34 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> |
30 | 35 |
31 * progmodes/compile.el (compilation-set-window-height): Use | 36 * progmodes/compile.el (compilation-set-window-height): |
32 save-excursion to protect against misplaced marker. | 37 Use save-excursion to protect against misplaced marker. |
33 | 38 |
34 2004-05-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 39 2004-05-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
35 | 40 |
36 * custom.el (defface): Document that type can have value gtk. | 41 * custom.el (defface): Document that type can have value gtk. |
37 | 42 |
55 and "mailto:addr1?to=addr2" equal. | 60 and "mailto:addr1?to=addr2" equal. |
56 | 61 |
57 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | 62 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) |
58 | 63 |
59 * man.el (Man-getpage-in-background): Use shell-file-name | 64 * man.el (Man-getpage-in-background): Use shell-file-name |
60 and shell-command-switch variables instead of hard-coded | 65 and shell-command-switch variables instead of hard-coded values. |
61 values. | |
62 | 66 |
63 2004-05-11 Eli Zaretskii <eliz@gnu.org> | 67 2004-05-11 Eli Zaretskii <eliz@gnu.org> |
64 | 68 |
65 * iimage.el: New file. | 69 * iimage.el: New file. |
66 | 70 |
67 2004-05-11 Juanma Barranquero <lektu@terra.es> | 71 2004-05-11 Juanma Barranquero <lektu@terra.es> |
68 | 72 |
69 * custom.el (custom-initialize-default, defcustom): Fix typo | 73 * custom.el (custom-initialize-default, defcustom): Typo in docstring. |
70 in docstring. | |
71 | 74 |
72 * files.el (set-visited-file-name, file-expand-wildcards): | 75 * files.el (set-visited-file-name, file-expand-wildcards): |
73 Fix docstring. | 76 Fix docstring. |
74 | 77 |
75 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | 78 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> |