aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-10-30 15:21:36 +0000
committerStefan Monnier2000-10-30 15:21:36 +0000
commit70c825df44c8cc44fbff1bda7a8e3fbbd16ed4b7 (patch)
treedbc38e7fb57a958f7138ade0729205066e2df5a2
parent0cdd06f8490192ba7d709a61fd8390c7a5dc8f66 (diff)
downloademacs-70c825df44c8cc44fbff1bda7a8e3fbbd16ed4b7.tar.gz
emacs-70c825df44c8cc44fbff1bda7a8e3fbbd16ed4b7.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
-rw-r--r--src/ChangeLog8
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 @@
12000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * log-edit.el (log-edit-confirm): Fix the default.
4
12000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52000-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
@@ -29,8 +33,8 @@
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
@@ -174,11 +178,11 @@
1742000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 1782000-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
@@ -258,10 +262,13 @@
258 262
2592000-10-27 Dave Love <fx@gnu.org> 2632000-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.
264 267
2682000-10-27 Stefan Monnier <monnier@cs.yale.edu>
269
270 * international/quail.el (quail-activate): Don't make-local-hook.
271
2652000-10-27 Andre Spiegel <spiegel@gnu.org> 2722000-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
diff --git a/src/ChangeLog b/src/ChangeLog
index bfeecdf3385..fb30f46ef5f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
4 (regex_compile): Catch bogus \(\1\).
5
12000-10-30 Gerd Moellmann <gerd@gnu.org> 62000-10-30 Gerd Moellmann <gerd@gnu.org>
2 7
3 * xterm.c (x_alloc_nearest_color): Fix last change to compare 8 * xterm.c (x_alloc_nearest_color): Fix last change to compare
@@ -15,8 +20,7 @@
15 20
162000-10-30 Kenichi Handa <handa@etl.go.jp> 212000-10-30 Kenichi Handa <handa@etl.go.jp>
17 22
18 * search.c (Fset_match_data): Be sure to make search_regs always 23 * search.c (Fset_match_data): Be sure to make search_regs always sane.
19 sane.
20 24
21 * puresize.h (BASE_PURESIZE): Increase to 680000. 25 * puresize.h (BASE_PURESIZE): Increase to 680000.
22 26