diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56999250bf1..f19974f7e46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2003-07-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * ehelp.el (ehelp-command): Use defalias to define ehelp-command. | ||
| 4 | Give it a doc string, and autoload it. | ||
| 5 | |||
| 6 | * desktop.el (desktop-buffer-info, desktop-buffer-mh): | ||
| 7 | Use with-no-warnings. | ||
| 8 | |||
| 9 | * info.el (Info-search): If find invisible text, search again. | ||
| 10 | |||
| 11 | * isearch.el (search-whitespace-regexp): Add a shy group around it. | ||
| 12 | |||
| 13 | * man.el (Man-name-regexp): Match + as part of name. | ||
| 14 | |||
| 15 | * simple.el (visible-mode): Renamed from vis-mode. | ||
| 16 | (vis-mode-saved-buffer-invisibility-spec): Doc fix. | ||
| 17 | |||
| 18 | * simple.el (current-word): New arg REALLY-WORD specifies | ||
| 19 | don't include punctuation chars. | ||
| 20 | |||
| 21 | * emacs-lisp/debug.el (debug, debugger-env-macro): | ||
| 22 | Use with-no-warnings while accessing and binding | ||
| 23 | unread-command-char. | ||
| 24 | |||
| 25 | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): | ||
| 26 | Use explicit loop instead of calling standard-display-default. | ||
| 27 | |||
| 28 | * net/ange-ftp.el (ange-ftp-file-symlink-p): | ||
| 29 | Use condition-case to catch error in ange-ftp-get-files. | ||
| 30 | |||
| 31 | * net/browse-url.el (browse-url-browser-function): | ||
| 32 | Add alternative for Epiphany. | ||
| 33 | (browse-url-epiphany-program, browse-url-epiphany-arguments) | ||
| 34 | (browse-url-epiphany-startup-arguments) | ||
| 35 | (browse-url-epiphany-new-window-is-tab): New variables. | ||
| 36 | (browse-url-epiphany, browse-url-epiphany-sentinel): New functions. | ||
| 37 | |||
| 38 | * progmodes/compile.el (compile-auto-highlight): Default now t. | ||
| 39 | (compile): Doc fix. | ||
| 40 | (compilation-next-error): Fix previous change. | ||
| 41 | |||
| 42 | * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings. | ||
| 43 | |||
| 44 | * textmodes/sgml-mode.el (xml-mode): Add autoload cookie. | ||
| 45 | |||
| 1 | 2003-07-07 Nick Roberts <nick@nick.uklinux.net> | 46 | 2003-07-07 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 47 | ||
| 3 | * gdb-ui.el (gdb-source-info): Display current frame when | 48 | * gdb-ui.el (gdb-source-info): Display current frame when |
| @@ -1460,6 +1505,13 @@ | |||
| 1460 | 1505 | ||
| 1461 | 2003-06-30 Richard M. Stallman <rms@gnu.org> | 1506 | 2003-06-30 Richard M. Stallman <rms@gnu.org> |
| 1462 | 1507 | ||
| 1508 | * progmodes/compile.el (compile-auto-highlight): Default now t. | ||
| 1509 | (compile): Doc fix. | ||
| 1510 | |||
| 1511 | * progmodes/compile.el (compilation-next-error): Fix previous change. | ||
| 1512 | |||
| 1513 | * emacs-lisp/debug.el (debug): | ||
| 1514 | |||
| 1463 | * loadup.el (pure-space-overflow): Set it if overflow. | 1515 | * loadup.el (pure-space-overflow): Set it if overflow. |
| 1464 | 1516 | ||
| 1465 | * startup.el (pure-space-overflow): New variable. | 1517 | * startup.el (pure-space-overflow): New variable. |