]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 Oct 2000 15:21:36 +0000 (15:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 Oct 2000 15:21:36 +0000 (15:21 +0000)
lisp/ChangeLog
src/ChangeLog

index ecb78a6025cb7d022e88b8ec35e9314a2eab6b14..7217e9aac54390a3a963117de308327857c25b55 100644 (file)
@@ -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
 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
 
 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 
index bfeecdf3385ac511f2eea1db96dbd654feb5deb0..fb30f46ef5fa502bc914bbd6ed2804f2ca5dced3 100644 (file)
@@ -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.