comparison lisp/ChangeLog @ 35659:aa45cec8f927

shell-write-history-on-exit: make sure the error message goes to the right buffer
author Sam Steingold <sds@gnu.org>
date Sun, 28 Jan 2001 03:43:35 +0000
parents 0035be368c02
children 11b616e892be
comparison
equal deleted inserted replaced
35658:3551e8549d4e 35659:aa45cec8f927
1 2001-01-27 Sam Steingold <sds@gnu.org>
2
3 * shell.el (shell-write-history-on-exit): Make sure that we are in
4 the shell buffer (M-x tex-file RET inserted the error message into
5 the TeX buffer).
6
1 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> 7 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * simple.el (transient-mark-mode): Doc fix. 9 * simple.el (transient-mark-mode): Doc fix.
4 10
5 2001-01-27 Gerd Moellmann <gerd@gnu.org> 11 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6 12
7 * progmodes/etags.el (find-tag-noselect): Don't bind 13 * progmodes/etags.el (find-tag-noselect): Don't bind
8 tags-file-name. 14 tags-file-name.
9 15
10 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> 16 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11 17
12 * shell.el (shell-unquote-argument): If the shell is one of the 18 * shell.el (shell-unquote-argument): If the shell is one of the
20 from 2001-01-12. It is not needed, since backspace is mapped into 26 from 2001-01-12. It is not needed, since backspace is mapped into
21 DEL. 27 DEL.
22 28
23 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> 29 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
24 30
25 * dabbrev.el (dabbrev--substitute-expansion): 31 * dabbrev.el (dabbrev--substitute-expansion):
26 Treat a one-capital-letter abbrev as "not all upper case", 32 Treat a one-capital-letter abbrev as "not all upper case",
27 so as to force preservation of the expansion's pattern 33 so as to force preservation of the expansion's pattern
28 if the expansion starts with a capital letter. 34 if the expansion starts with a capital letter.
29 35
30 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> 36 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
47 53
48 2001-01-26 Dave Love <fx@gnu.org> 54 2001-01-26 Dave Love <fx@gnu.org>
49 55
50 * time-stamp.el: Doc fixes. 56 * time-stamp.el: Doc fixes.
51 57
52 * progmodes/delphi.el (delphi-comment-face, delphi-string-face) 58 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
53 (delphi-keyword-face, delphi-other-face): Fix :type. 59 (delphi-keyword-face, delphi-other-face): Fix :type.
54 60
55 * textmodes/flyspell.el: Doc fixes. Add :version to new options. 61 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
56 62
57 * mail/feedmail.el (feedmail): Add :link. 63 * mail/feedmail.el (feedmail): Add :link.