diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 45 |
1 files changed, 42 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7aedbbe57e..7d12a911b31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,35 @@ | |||
| 1 | 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * type-break.el (type-break-emacs-variant): Remove. | ||
| 4 | (type-break-run-at-time, type-break-cancel-function-timers): | ||
| 5 | Use fboundp rather than version name and number. | ||
| 6 | |||
| 7 | 2004-03-09 Masatake YAMATO <jet@gyve.org> | ||
| 8 | |||
| 9 | * hexl.el (hexl-mode): Use `make-local-variable' instead of | ||
| 10 | `make-variable-buffer-local'. | ||
| 11 | |||
| 12 | 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> | ||
| 13 | |||
| 14 | * find-dired.el (find-dired): Call `shell-command' instead of | ||
| 15 | `start-process-shell-command'. By this, Tramp takes over | ||
| 16 | handling of remote directories. | ||
| 17 | |||
| 18 | 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 19 | |||
| 20 | * cus-edit.el (fill) <defgroup>: Move to fill.el. | ||
| 21 | |||
| 22 | * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el. | ||
| 23 | (enable-kinsoku): Make it a defcustom. | ||
| 24 | (fill-comment-paragraph): Don't rely on fill-prefix to bound the | ||
| 25 | paragraph to same-comment-start-marker. | ||
| 26 | |||
| 1 | 2004-03-07 Dave Love <fx@gnu.org> | 27 | 2004-03-07 Dave Love <fx@gnu.org> |
| 2 | 28 | ||
| 3 | * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. | 29 | * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. |
| 4 | (browse-url-mail): Use it. | 30 | (browse-url-mail): Use it. |
| 5 | 31 | ||
| 6 | * mail/rfc2368.el (rfc2368-unhexify-char): Deleted. | 32 | * mail/rfc2368.el (rfc2368-unhexify-char): Delete. |
| 7 | (rfc2368-unhexify-string): Use replace-regexp-in-string. | 33 | (rfc2368-unhexify-string): Use replace-regexp-in-string. |
| 8 | 34 | ||
| 9 | 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> | 35 | 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> |
| @@ -21,14 +47,17 @@ | |||
| 21 | * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. | 47 | * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. |
| 22 | (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it | 48 | (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it |
| 23 | from overlay-arrow-variable-list. | 49 | from overlay-arrow-variable-list. |
| 24 | (gdb-assembler-mode): Use add-to-list for | 50 | (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position. |
| 25 | gdb-overlay-arrow-position. | ||
| 26 | 51 | ||
| 27 | 2004-03-06 Nick Roberts <nick@nick.uklinux.net> | 52 | 2004-03-06 Nick Roberts <nick@nick.uklinux.net> |
| 28 | 53 | ||
| 29 | * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up | 54 | * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up |
| 30 | overlay arrow string properly for the assembler buffer. | 55 | overlay arrow string properly for the assembler buffer. |
| 31 | 56 | ||
| 57 | 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 58 | |||
| 59 | * mail/sendmail.el (mail-mode): Fix last change. | ||
| 60 | |||
| 32 | 2004-03-05 Nick Roberts <nick@nick.uklinux.net> | 61 | 2004-03-05 Nick Roberts <nick@nick.uklinux.net> |
| 33 | 62 | ||
| 34 | * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow | 63 | * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow |
| @@ -38,6 +67,11 @@ | |||
| 38 | 67 | ||
| 39 | 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> | 68 | 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 40 | 69 | ||
| 70 | * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns. | ||
| 71 | |||
| 72 | * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining | ||
| 73 | regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400. | ||
| 74 | |||
| 41 | * mail/sendmail.el (mail-mode): Set comment-start-skip. | 75 | * mail/sendmail.el (mail-mode): Set comment-start-skip. |
| 42 | 76 | ||
| 43 | * newcomment.el (uncomment-region): Allow non-terminated comment. | 77 | * newcomment.el (uncomment-region): Allow non-terminated comment. |
| @@ -98,6 +132,11 @@ | |||
| 98 | 132 | ||
| 99 | 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | 133 | 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 100 | 134 | ||
| 135 | * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other | ||
| 136 | hidden files/directories. | ||
| 137 | |||
| 138 | 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 139 | |||
| 101 | * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, | 140 | * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, |
| 102 | only comment-start (in case the mode hasn't set it). | 141 | only comment-start (in case the mode hasn't set it). |
| 103 | 142 | ||