# HG changeset patch # User Stefan Monnier # Date 972919296 0 # Node ID adc6c04ffe30c2b3db278db6f4f284af1e0b3ea5 # Parent c782e22760e02e1f4f78906d45225c0b0af40e50 *** empty log message *** diff -r c782e22760e0 -r adc6c04ffe30 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 30 15:20:17 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 30 15:21:36 2000 +0000 @@ -1,3 +1,7 @@ +2000-10-30 Stefan Monnier + + * log-edit.el (log-edit-confirm): Fix the default. + 2000-10-30 Vinicius Jose Latorre * delim-col.el: Little fix: replace delimit-columns-align-columns by @@ -29,8 +33,8 @@ (ccl-encode-unicode-font): New CCL program. Record it in font-ccl-encoder-alist to be used for fonts "ISO10646-1". - * language/european.el (mac-roman-decoder, mac-roman-encoder): New - translation tables. + * language/european.el (mac-roman-decoder, mac-roman-encoder): + New translation tables. (decode-mac-roman, encode-mac-roman): Definition of these CCL programs are modified and moved from mac-win.el. (mac-roman): Definition of this coding system is modified and @@ -174,11 +178,11 @@ 2000-10-29 Michael Kifer * viper-cmd.el (viper-preserve-cursor-color): New test that avoids - rewrawing the screen when changing cursor color. + redrawing the screen when changing cursor color. (viper-insert-state-pre-command-sentinel) (viper-replace-state-pre-command-sentinel) - (viper-replace-state-post-command-sentinel): Use - viper-preserve-cursor-color. + (viper-replace-state-post-command-sentinel): + Use viper-preserve-cursor-color. Many functions changed to use viper= instead of = when comparing characters. * viper-util.el (viper-memq-char,viper=): New functions for @@ -258,10 +262,13 @@ 2000-10-27 Dave Love - * textmodes/refill.el (refill-late-fill-paragraph-function): New - variable. + * textmodes/refill.el (refill-late-fill-paragraph-function): New var. (refill-mode): Use it. +2000-10-27 Stefan Monnier + + * international/quail.el (quail-activate): Don't make-local-hook. + 2000-10-27 Andre Spiegel * vc-hooks.el (vc-version-backup-file-name): Use file.~~ for diff -r c782e22760e0 -r adc6c04ffe30 src/ChangeLog --- a/src/ChangeLog Mon Oct 30 15:20:17 2000 +0000 +++ b/src/ChangeLog Mon Oct 30 15:21:36 2000 +0000 @@ -1,3 +1,8 @@ +2000-10-30 Stefan Monnier + + * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. + (regex_compile): Catch bogus \(\1\). + 2000-10-30 Gerd Moellmann * xterm.c (x_alloc_nearest_color): Fix last change to compare @@ -15,8 +20,7 @@ 2000-10-30 Kenichi Handa - * search.c (Fset_match_data): Be sure to make search_regs always - sane. + * search.c (Fset_match_data): Be sure to make search_regs always sane. * puresize.h (BASE_PURESIZE): Increase to 680000.