comparison lisp/ChangeLog @ 68237:aa1b3e649cc8

(ispell-kill-ispell-hook): Add to the hook when loading the file rather than when turning on flyspell-mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 17 Jan 2006 16:35:52 +0000
parents 2b5c49f37c59
children f88d3a26b09b
comparison
equal deleted inserted replaced
68236:310a829d776f 68237:aa1b3e649cc8
1 2006-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4 loading the file rather than when turning on flyspell-mode.
5
1 2006-01-13 Richard M. Stallman <rms@gnu.org> 6 2006-01-13 Richard M. Stallman <rms@gnu.org>
2 7
3 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement. 8 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4 9
5 2006-01-16 Luc Teirlinck <teirllm@auburn.edu> 10 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
52 `mode-line-highlight' faces and `Info-mode-line-node-keymap'. 57 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
53 58
54 * time.el (display-time-mail-face): Replace :group `faces' with 59 * time.el (display-time-mail-face): Replace :group `faces' with
55 `mode-line-faces'. 60 `mode-line-faces'.
56 61
57 >>>>>>> 1.8983
58 2006-01-16 Kenichi Handa <handa@m17n.org> 62 2006-01-16 Kenichi Handa <handa@m17n.org>
59 63
60 * international/code-pages.el: Add autoload cookies for 64 * international/code-pages.el: Add autoload cookies for cp125[0345678].
61 cp125[0345678].
62 65
63 * language/european.el (cp1252): New alias for windows-1252. 66 * language/european.el (cp1252): New alias for windows-1252.
64 67
65 * international/mule.el (autoload-coding-system): Prepare for EOL 68 * international/mule.el (autoload-coding-system): Prepare for EOL
66 variants. 69 variants.
76 region. Saving and restoring the cursor should save the color 79 region. Saving and restoring the cursor should save the color
77 attributes too. 80 attributes too.
78 (term-reset-terminal): Reset the scroll region. 81 (term-reset-terminal): Reset the scroll region.
79 (term-handle-ansi-escape): Cursor up and down should take into 82 (term-handle-ansi-escape): Cursor up and down should take into
80 account the scroll region. 83 account the scroll region.
81 (term-set-scroll-region): Renamed from `term-scroll-region'. Move 84 (term-set-scroll-region): Rename from `term-scroll-region'.
82 to 0,0 after setting the region. 85 Move to 0,0 after setting the region.
83 (term-handle-scroll): Handle scroll up. 86 (term-handle-scroll): Handle scroll up.
84 (term-down): Fix off by one error. 87 (term-down): Fix off by one error.
85 (term-delete-lines): Do not delete outside the scroll region. 88 (term-delete-lines): Do not delete outside the scroll region.
86 (term-insert-lines): Take into account the scroll region. 89 (term-insert-lines): Take into account the scroll region.
87 90
101 104
102 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) 105 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
103 (Custom-reset-saved): Do not ask for confirmation in single option 106 (Custom-reset-saved): Do not ask for confirmation in single option
104 buffers. 107 buffers.
105 108
106 >>>>>>> 1.8978
107 2006-01-13 Romain Francoise <romain@orebokech.com> 109 2006-01-13 Romain Francoise <romain@orebokech.com>
108 110
109 * add-log.el (add-change-log-entry, change-log-merge): 111 * add-log.el (add-change-log-entry, change-log-merge):
110 Conditionally use `hard-newline'. 112 Conditionally use `hard-newline'.
111 113