Mercurial > emacs
comparison lisp/ChangeLog @ 43990:d6b0a23deaeb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Mar 2002 04:44:05 +0000 |
parents | 9f447f01d6c9 |
children | cf0ef9dd4fe9 |
comparison
equal
deleted
inserted
replaced
43989:45bade9bdfe3 | 43990:d6b0a23deaeb |
---|---|
1 2002-03-17 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * emulation/pc-select.el (pc-selection-mode): | |
4 Alter the existing global map, don't replace it. | |
5 | |
6 * files.el (list-directory): Set default-directory at the end. | |
7 | |
8 * dabbrev.el (dabbrev--goto-start-of-abbrev): | |
9 Put a limit on field-beginning search. | |
10 | |
11 2002-03-17 Simon Josefsson <jas@extundo.com> | |
12 | |
13 * net/browse-url.el (browse-url-mosaic-pidfile): New variable. | |
14 (browse-url-mosaic): Use it. | |
15 | |
16 * net/browse-url.el (browse-url-filename-alist): Don't begin | |
17 docstring with *, you don't want to set this one with M-x | |
18 set-variable. | |
19 | |
20 * net/browse-url.el: Put * in user option doc strings. | |
21 | |
1 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> | 22 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> |
2 | 23 |
3 * international/mule-diag.el (describe-char-after): | 24 * international/mule-diag.el (describe-char-after): |
4 Use `internal-describe-syntax-value' again (got lost somewhere). | 25 Use `internal-describe-syntax-value' again (got lost somewhere). |
5 | 26 |
31 which has the query-on-exit flag set in connection with user query. | 52 which has the query-on-exit flag set in connection with user query. |
32 | 53 |
33 * shadowfile.el: Update copyright. | 54 * shadowfile.el: Update copyright. |
34 (shadow-save-buffers-kill-emacs): Also check for active server | 55 (shadow-save-buffers-kill-emacs): Also check for active server |
35 processes. Use process-query-on-exit-flag. | 56 processes. Use process-query-on-exit-flag. |
57 | |
58 2002-03-16 Simon Marshall <simon.marshall@misys.com> | |
59 | |
60 * imenu.el (imenu-menubar-modified-tick): Renamed from | |
61 imenu-update-menubar-modified-tick. | |
62 (imenu-update-menubar): Update imenu-menubar-modified-tick | |
63 whenever outer condition succeeds. | |
64 | |
65 * lazy-lock.el (save-buffer-state): | |
66 Bind inhibit-modification-hooks and buffer-file-truename | |
67 instead of before-change-functions and after-change-functions. | |
36 | 68 |
37 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> | 69 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> |
38 | 70 |
39 * international/codepage.el (codepage-setup): Don't define a | 71 * international/codepage.el (codepage-setup): Don't define a |
40 codepage if it is already defined. | 72 codepage if it is already defined. |