summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2007-03-19 09:57:04 +0000
committerKim F. Storm <storm@cua.dk>2007-03-19 09:57:04 +0000
commit1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd (patch)
tree990298f4929f7834c8e9eb04a5e5011b9414743f
parent99181af37992096a4160b15a79c7d51bab99887f (diff)
downloademacs-1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd.tar.gz
*** 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 @@
+2007-03-19 Kim F. Storm <storm@cua.dk>
+
+ * calc/calc-forms.el (math-std-daylight-savings)
+ (math-std-daylight-savings-old): Doc fix.
+
2007-03-19 Juanma Barranquero <lekktu@gmail.com>
* 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 @@
* dired.c (file_name_completion): gcpro NAME.
+2007-03-17 Chong Yidong <cyd@stupidchicken.com>
+
+ * xdisp.c (try_window_id): Increment matrix positions if the
+ buffer's byte count has increased, but not the character count.
+
2007-03-12 Andreas Schwab <schwab@suse.de>
* lisp.h: Declare check_obarray.