Mercurial > emacs
changeset 33067:adc6c04ffe30
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 30 Oct 2000 15:21:36 +0000 |
parents | c782e22760e0 |
children | a31c3787231b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> + + * log-edit.el (log-edit-confirm): Fix the default. + 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> * 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 <kifer@cs.sunysb.edu> * 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 <fx@gnu.org> - * 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 <monnier@cs.yale.edu> + + * international/quail.el (quail-activate): Don't make-local-hook. + 2000-10-27 Andre Spiegel <spiegel@gnu.org> * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
--- 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 <monnier@cs.yale.edu> + + * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. + (regex_compile): Catch bogus \(\1\). + 2000-10-30 Gerd Moellmann <gerd@gnu.org> * xterm.c (x_alloc_nearest_color): Fix last change to compare @@ -15,8 +20,7 @@ 2000-10-30 Kenichi Handa <handa@etl.go.jp> - * 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.