comparison lisp/ChangeLog @ 33067:adc6c04ffe30

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 30 Oct 2000 15:21:36 +0000
parents cbc5cc2c5a55
children 91435f3e0675
comparison
equal deleted inserted replaced
33066:c782e22760e0 33067:adc6c04ffe30
1 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * log-edit.el (log-edit-confirm): Fix the default.
4
1 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> 5 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * delim-col.el: Little fix: replace delimit-columns-align-columns by 7 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4 delimit-columns-format. 8 delimit-columns-format.
5 (delimit-columns-region, delimit-columns-rectangle): Code fix. 9 (delimit-columns-region, delimit-columns-rectangle): Code fix.
27 mule-unicode-2500-33ff and mule-unicode-e000-ffff. 31 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
28 (x-font-name-charset-alist): Likewise. 32 (x-font-name-charset-alist): Likewise.
29 (ccl-encode-unicode-font): New CCL program. Record it in 33 (ccl-encode-unicode-font): New CCL program. Record it in
30 font-ccl-encoder-alist to be used for fonts "ISO10646-1". 34 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
31 35
32 * language/european.el (mac-roman-decoder, mac-roman-encoder): New 36 * language/european.el (mac-roman-decoder, mac-roman-encoder):
33 translation tables. 37 New translation tables.
34 (decode-mac-roman, encode-mac-roman): Definition of these CCL 38 (decode-mac-roman, encode-mac-roman): Definition of these CCL
35 programs are modified and moved from mac-win.el. 39 programs are modified and moved from mac-win.el.
36 (mac-roman): Definition of this coding system is modified and 40 (mac-roman): Definition of this coding system is modified and
37 moved from mac-win.el. 41 moved from mac-win.el.
38 42
172 command name names an aliased. 176 command name names an aliased.
173 177
174 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 178 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
175 179
176 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids 180 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
177 rewrawing the screen when changing cursor color. 181 redrawing the screen when changing cursor color.
178 (viper-insert-state-pre-command-sentinel) 182 (viper-insert-state-pre-command-sentinel)
179 (viper-replace-state-pre-command-sentinel) 183 (viper-replace-state-pre-command-sentinel)
180 (viper-replace-state-post-command-sentinel): Use 184 (viper-replace-state-post-command-sentinel):
181 viper-preserve-cursor-color. 185 Use viper-preserve-cursor-color.
182 Many functions changed to use viper= instead of = when comparing 186 Many functions changed to use viper= instead of = when comparing
183 characters. 187 characters.
184 * viper-util.el (viper-memq-char,viper=): New functions for 188 * viper-util.el (viper-memq-char,viper=): New functions for
185 working with characters. 189 working with characters.
186 (viper-change-cursor-color): Fixed buglet. 190 (viper-change-cursor-color): Fixed buglet.
256 (add-untranslated-filesystem): Use "D" instead of "f" inside 260 (add-untranslated-filesystem): Use "D" instead of "f" inside
257 interactive. 261 interactive.
258 262
259 2000-10-27 Dave Love <fx@gnu.org> 263 2000-10-27 Dave Love <fx@gnu.org>
260 264
261 * textmodes/refill.el (refill-late-fill-paragraph-function): New 265 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
262 variable.
263 (refill-mode): Use it. 266 (refill-mode): Use it.
267
268 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
269
270 * international/quail.el (quail-activate): Don't make-local-hook.
264 271
265 2000-10-27 Andre Spiegel <spiegel@gnu.org> 272 2000-10-27 Andre Spiegel <spiegel@gnu.org>
266 273
267 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 274 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
268 manual backups and file.~<rev>.~ for automatic ones. 275 manual backups and file.~<rev>.~ for automatic ones.