Mercurial > emacs
comparison lisp/ChangeLog @ 51808:fb3e76b44f41
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jul 2003 21:06:01 +0000 |
parents | 6b9f555f9278 |
children | 196b83881b7b |
comparison
equal
deleted
inserted
replaced
51807:96f6726bae4d | 51808:fb3e76b44f41 |
---|---|
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 |
4 attaching to an existing process. | 49 attaching to an existing process. |
5 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer | 50 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer |
1457 | 1502 |
1458 * simple.el (vis-mode): Update documentation string to reflect | 1503 * simple.el (vis-mode): Update documentation string to reflect |
1459 earlier changes. | 1504 earlier changes. |
1460 | 1505 |
1461 2003-06-30 Richard M. Stallman <rms@gnu.org> | 1506 2003-06-30 Richard M. Stallman <rms@gnu.org> |
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): | |
1462 | 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. |
1466 (fancy-splash-screens-1): Display warning if overflow. | 1518 (fancy-splash-screens-1): Display warning if overflow. |