From 70c825df44c8cc44fbff1bda7a8e3fbbd16ed4b7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 30 Oct 2000 15:21:36 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 21 ++++++++++++++------- src/ChangeLog | 8 ++++++-- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecb78a6025c..7217e9aac54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index bfeecdf3385..fb30f46ef5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.11.4.GIT