Mercurial > emacs
comparison lisp/ChangeLog @ 48021:1c7fc6ad1178
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Oct 2002 22:52:42 +0000 |
parents | fc643b6ab4f4 |
children | 8202db633192 |
comparison
equal
deleted
inserted
replaced
48020:7ac7ca5ac550 | 48021:1c7fc6ad1178 |
---|---|
1 2002-10-26 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/make-mode.el (makefile-cleanup-continuations): | |
4 Default for variable is nil. | |
5 (makefile-warn-continuations): New function. | |
6 (makefile-mode): Put it on write-file-functions. | |
7 | |
8 * international/mule-cmds.el (select-safe-coding-system): | |
9 Delete debugging setq. | |
10 | |
11 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d | |
12 after looking in ~. | |
13 | |
14 * startup.el (command-line): Look for .emacs under ~/.emacs.d | |
15 after looking in ~. | |
16 | |
17 * simple.el (toggle-truncate-lines): When turning off truncation, | |
18 clear out the hscroll value in this buffer's windows. | |
19 | |
20 * simple.el (display-message-or-buffer): Don't display empty | |
21 output in the echo area. | |
22 | |
23 * man.el (Man-default-man-entry): Don't look for all word chars, | |
24 look only for characters that are normally part of a shell command. | |
25 | |
26 * gud.el (gdb): Pass default-directory to GDB via -cd option. | |
27 | |
28 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword. | |
29 | |
30 * find-file.el (ff-find-related-file): Fix autoload cookie. | |
31 | |
32 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to | |
33 risky-local-variable-p. | |
34 | |
35 * files.el (risky-local-variable-p): VAL=nil has special meaning. | |
36 | |
37 * Makefile.in (compile-always): Avoid error in old Bash versions. | |
38 | |
1 2002-10-27 Kim F. Storm <storm@cua.dk> | 39 2002-10-27 Kim F. Storm <storm@cua.dk> |
2 | 40 |
3 * pcvs.el (cvs-checkout): Use read-directory-name. | 41 * pcvs.el (cvs-checkout): Use read-directory-name. |
4 (cvs-query-directory): Likewise. | 42 (cvs-query-directory): Likewise. |
5 | 43 |
16 | 54 |
17 2002-10-24 Juanma Barranquero <lektu@terra.es> | 55 2002-10-24 Juanma Barranquero <lektu@terra.es> |
18 | 56 |
19 * textmodes/outline.el (outline-minor-mode): Add customization group. | 57 * textmodes/outline.el (outline-minor-mode): Add customization group. |
20 Patch from Matthew Swift <swift@alum.mit.edu>. | 58 Patch from Matthew Swift <swift@alum.mit.edu>. |
59 | |
60 2002-10-23 Richard M. Stallman <rms@gnu.org> | |
61 | |
62 * files.el (risky-local-variable-p): New arg VAL. | |
63 (compile-command): Use `stringp' for `safe-local-variable' prop. | |
64 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'. | |
21 | 65 |
22 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk> | 66 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk> |
23 | 67 |
24 * woman.el: Updated user interface generally, especially Cygwin | 68 * woman.el: Updated user interface generally, especially Cygwin |
25 compatibility. Added some support for long groff names of the | 69 compatibility. Added some support for long groff names of the |