Mercurial > emacs
comparison lisp/ChangeLog @ 42015:0473e709920b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 Dec 2001 19:25:07 +0000 |
parents | 0ad4d3e3bfe6 |
children | 4a21b17d2e25 |
comparison
equal
deleted
inserted
replaced
42014:198c1186dee3 | 42015:0473e709920b |
---|---|
1 2001-12-13 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/easymenu.el (easy-menu-intern): New fun. | |
4 (easy-menu-do-define, easy-menu-convert-item-1) | |
5 (easy-menu-define-key-intern, easy-menu-get-map): Use it. | |
6 (easy-menu-return-item): Only return nil if there is no binding. | |
7 | |
1 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org> | 8 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org> |
2 | 9 |
3 * whitespace.el (whitespace-version): 3.2 | 10 * whitespace.el (whitespace-version): 3.2 |
4 * whitespace.el (whitespace-force-mode-line-update): Replace with | 11 * whitespace.el (whitespace-force-mode-line-update): Replace with |
5 `whitespace-mode-line-update', which is an alias to the correct | 12 `whitespace-mode-line-update', which is an alias to the correct |
6 function in various emacsen. | 13 function in various emacsen. |
7 * whitespace.el (whitespace-{un,}highlight-the-space): Add | 14 * whitespace.el (whitespace-{un,}highlight-the-space): |
8 colorized highlighting of the bogus whitespaces in a buffer/file, | 15 Add colorized highlighting of the bogus whitespaces in a buffer/file, |
9 using the `whitespace-highlight-face' if | 16 using the `whitespace-highlight-face' if |
10 `whitespace-display-spaces-in-color' is set. | 17 `whitespace-display-spaces-in-color' is set. |
11 | 18 |
12 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> | 19 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> |
13 | 20 |
48 | 55 |
49 * international/mule.el (make-translation-table-from-vector): | 56 * international/mule.el (make-translation-table-from-vector): |
50 Allow null elements in VEC. | 57 Allow null elements in VEC. |
51 | 58 |
52 * international/ucs-tables.el (unify-8859-on-encoding-mode) | 59 * international/ucs-tables.el (unify-8859-on-encoding-mode) |
53 (unify-8859-on-decoding-mode): Swap the code in their bodies. Add | 60 (unify-8859-on-decoding-mode): Swap the code in their bodies. |
54 :version. | 61 Add :version. |
55 | 62 |
56 2001-12-11 Richard M. Stallman <rms@gnu.org> | 63 2001-12-11 Richard M. Stallman <rms@gnu.org> |
57 | 64 |
58 * derived.el (derived-mode-p): Function moved to subr.el. | 65 * derived.el (derived-mode-p): Function moved to subr.el. |
59 | 66 |
65 set-auto-mode. | 72 set-auto-mode. |
66 (set-auto-mode, hack-local-variables-prop-line): Use that. | 73 (set-auto-mode, hack-local-variables-prop-line): Use that. |
67 | 74 |
68 2001-12-11 Dave Love <fx@gnu.org> | 75 2001-12-11 Dave Love <fx@gnu.org> |
69 | 76 |
70 * language/thai-util.el, language/thai.el: Add Unicode | 77 * language/thai-util.el, language/thai.el: Add Unicode equivalents. |
71 equivalents. | |
72 | 78 |
73 * language/european.el: Remove autoload cookies. Fix registration | 79 * language/european.el: Remove autoload cookies. Fix registration |
74 of diacritic composition function. | 80 of diacritic composition function. |
75 | 81 |
76 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 82 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
84 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao". | 90 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao". |
85 | 91 |
86 * textmodes/ispell.el (ispell-buffer-local-parsing): | 92 * textmodes/ispell.el (ispell-buffer-local-parsing): |
87 Match xml like sgml. | 93 Match xml like sgml. |
88 | 94 |
89 * emacs-lisp/advice.el (ad-compile-function): | 95 * emacs-lisp/advice.el (ad-compile-function): |
90 Byte compile the function under another (uninterned) name. | 96 Byte compile the function under another (uninterned) name. |
91 | 97 |
92 * gud.el (gdb): Define and bind gud-jump. | 98 * gud.el (gdb): Define and bind gud-jump. |
93 | 99 |
94 * font-lock.el (font-lock-mode): | 100 * font-lock.el (font-lock-mode): |
95 Put our function at the end of after-change-functions. | 101 Put our function at the end of after-change-functions. |
96 | 102 |
97 * ediff-diff.el (ediff-cmp-options): Doc fix. | 103 * ediff-diff.el (ediff-cmp-options): Doc fix. |
98 | 104 |
99 * comint.el (comint-password-prompt-regexp): Match "UNIX Password". | 105 * comint.el (comint-password-prompt-regexp): Match "UNIX Password". |
124 (battery-read-function): Obsolete function removed. | 130 (battery-read-function): Obsolete function removed. |
125 (battery-linux-proc-apm): Use insert-file-contents. | 131 (battery-linux-proc-apm): Use insert-file-contents. |
126 | 132 |
127 2001-12-07 Stephen Eglen <stephen@gnu.org> | 133 2001-12-07 Stephen Eglen <stephen@gnu.org> |
128 | 134 |
129 * iswitchb.el (iswitchb-visit-buffer): Use | 135 * iswitchb.el (iswitchb-visit-buffer): |
130 `select-frame-set-input-focus'--needed when window manager | 136 Use `select-frame-set-input-focus'--needed when window manager |
131 uses "click to focus" policy. | 137 uses "click to focus" policy. |
132 | 138 |
133 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 139 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
134 | 140 |
135 * COPYING: Moved back. | 141 * COPYING: Moved back. |
173 * language/european.el (diacritic-composition-pattern): New constant. | 179 * language/european.el (diacritic-composition-pattern): New constant. |
174 (diacritic-compose-region, diacritic-compose-string) | 180 (diacritic-compose-region, diacritic-compose-string) |
175 (diacritic-compose-buffer, diacritic-post-read-conversion) | 181 (diacritic-compose-buffer, diacritic-post-read-conversion) |
176 (diacritic-composition-function): New functions. | 182 (diacritic-composition-function): New functions. |
177 | 183 |
178 * international/utf-8.el (ucs-mule-to-mule-unicode): New | 184 * international/utf-8.el (ucs-mule-to-mule-unicode): |
179 translation table. | 185 New translation table. |
180 (ccl-encode-mule-utf-8): Use it. | 186 (ccl-encode-mule-utf-8): Use it. |
181 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose) | 187 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose) |
182 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New | 188 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function. |
183 function. | |
184 (utf-8-subst-table): New variable. | 189 (utf-8-subst-table): New variable. |
185 (utf-8-compose-scripts): New option. | 190 (utf-8-compose-scripts): New option. |
186 (mule-utf-8): Update safe-charsets, pre-write and post-read | 191 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion. |
187 conversion. | 192 |
188 | 193 * international/ucs-tables.el, international/utf-8-subst.el: |
189 * international/ucs-tables.el, international/utf-8-subst.el: New | 194 New files. |
190 file. | |
191 | 195 |
192 * international/characters.el: Don't set word syntax (the default) | 196 * international/characters.el: Don't set word syntax (the default) |
193 explicitly. Add a diacritic category. Add info for Unicode | 197 explicitly. Add a diacritic category. Add info for Unicode |
194 equivalents of characters in various Mule charsets and for extra | 198 equivalents of characters in various Mule charsets and for extra |
195 Unicode characters. Don't define specific categories for | 199 Unicode characters. Don't define specific categories for |