aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-03-19 09:57:04 +0000
committerKim F. Storm2007-03-19 09:57:04 +0000
commit1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd (patch)
tree990298f4929f7834c8e9eb04a5e5011b9414743f
parent99181af37992096a4160b15a79c7d51bab99887f (diff)
downloademacs-1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd.tar.gz
emacs-1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cbe6c4d8c4..91a4c6a37fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-03-19 Kim F. Storm <storm@cua.dk>
2
3 * calc/calc-forms.el (math-std-daylight-savings)
4 (math-std-daylight-savings-old): Doc fix.
5
12007-03-19 Juanma Barranquero <lekktu@gmail.com> 62007-03-19 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * isearchb.el (isearchb-follow-char): 8 * isearchb.el (isearchb-follow-char):
diff --git a/src/ChangeLog b/src/ChangeLog
index 9bf57f082f8..5155f2c4a74 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -29,6 +29,11 @@
29 29
30 * dired.c (file_name_completion): gcpro NAME. 30 * dired.c (file_name_completion): gcpro NAME.
31 31
322007-03-17 Chong Yidong <cyd@stupidchicken.com>
33
34 * xdisp.c (try_window_id): Increment matrix positions if the
35 buffer's byte count has increased, but not the character count.
36
322007-03-12 Andreas Schwab <schwab@suse.de> 372007-03-12 Andreas Schwab <schwab@suse.de>
33 38
34 * lisp.h: Declare check_obarray. 39 * lisp.h: Declare check_obarray.