comparison lisp/ChangeLog @ 38109:e04bcf94a441

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Jun 2001 19:04:09 +0000
parents c65489b9dd26
children 514a4921c6e0
comparison
equal deleted inserted replaced
38108:f535923264bd 38109:e04bcf94a441
1 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4
1 2001-06-18 Gerd Moellmann <gerd@gnu.org> 5 2001-06-18 Gerd Moellmann <gerd@gnu.org>
2 6
3 * international/quail.el (quail-start-conversion): Reset 7 * international/quail.el (quail-start-conversion):
4 quail-translating to nil. 8 Reset quail-translating to nil.
5 9
6 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is 10 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>. 11 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8 12
9 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il> 13 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
25 (top-level): Update Dave's URL. 29 (top-level): Update Dave's URL.
26 30
27 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to 31 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
28 mouse-highlighted text. 32 mouse-highlighted text.
29 33
30 * textmodes/page-ext.el (pages-copy-header-and-position): Add 34 * textmodes/page-ext.el (pages-copy-header-and-position):
31 help-echo to mouse-highlighted text. 35 Add help-echo to mouse-highlighted text.
32 36
33 * tar-mode.el (tar-header-block-summarize): Add help-echo to 37 * tar-mode.el (tar-header-block-summarize): Add help-echo to
34 mouse-highlighted text. 38 mouse-highlighted text.
35 39
36 * replace.el (occur): Add help-echo to mouse-highlighted text. 40 * replace.el (occur): Add help-echo to mouse-highlighted text.
39 mouse-highlighted text. 43 mouse-highlighted text.
40 44
41 * progmodes/cpp.el (cpp-make-button): Add help-echo to 45 * progmodes/cpp.el (cpp-make-button): Add help-echo to
42 mouse-highlighted text. 46 mouse-highlighted text.
43 47
44 * progmodes/compile.el (compile-reinitialize-errors): Add 48 * progmodes/compile.el (compile-reinitialize-errors):
45 help-echo to mouse-highlighted messages. 49 Add help-echo to mouse-highlighted messages.
46 (compilation-forget-errors): Remove help-echo property as well. 50 (compilation-forget-errors): Remove help-echo property as well.
47 51
48 * play/landmark.el (lm-plot-square, lm-init-display): Add 52 * play/landmark.el (lm-plot-square, lm-init-display):
49 help-echo to mouse-highlighted text. 53 Add help-echo to mouse-highlighted text.
50 54
51 * play/gomoku.el (gomoku-plot-square, gomoku-init-display): Add 55 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
52 help-echo to mouse-highlighted text. 56 Add help-echo to mouse-highlighted text.
53 57
54 * dired.el (dired-insert-set-properties): Add help-echo to 58 * dired.el (dired-insert-set-properties): Add help-echo to
55 mouse-highlighted text. 59 mouse-highlighted text.
56 (dired-mark-pop-up): Remove help-echo property from the file 60 (dired-mark-pop-up): Remove help-echo property from the file name.
57 name.
58 61
59 * comint.el (comint-send-input): Add help-echo to 62 * comint.el (comint-send-input): Add help-echo to
60 mouse-highlighted text. 63 mouse-highlighted text.
61 64
62 * buff-menu.el (list-buffers-noselect): Add help-echo to 65 * buff-menu.el (list-buffers-noselect): Add help-echo to
244 * mail/rmail.el (rmail-insert-mime-resent-message-function): 247 * mail/rmail.el (rmail-insert-mime-resent-message-function):
245 New variable. 248 New variable.
246 (rmail-resend): Modify to work in `rmail-view-buffer'; call 249 (rmail-resend): Modify to work in `rmail-view-buffer'; call
247 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime' 250 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
248 is non-nil. 251 is non-nil.
252
253 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
254
255 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
249 256
250 2001-05-29 Sam Steingold <sds@gnu.org> 257 2001-05-29 Sam Steingold <sds@gnu.org>
251 258
252 * faces.el (face-valid-attribute-values): Bind `valid' directly 259 * faces.el (face-valid-attribute-values): Bind `valid' directly
253 instead of using `setq'. 260 instead of using `setq'.