aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2006-09-29 21:18:15 +0000
committerJuri Linkov2006-09-29 21:18:15 +0000
commitf9df5f68a857a2bfc3f5b597fb1c09897ae69f8e (patch)
treebf31365a288160eff92aea70301b1e5e1acf1225
parentd29bb3add48024bf99ce6724c9107926791af15b (diff)
downloademacs-f9df5f68a857a2bfc3f5b597fb1c09897ae69f8e.tar.gz
emacs-f9df5f68a857a2bfc3f5b597fb1c09897ae69f8e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog5
3 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5b9783f6514..924e0431e56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-09-29 Juri Linkov <juri@jurta.org>
2
3 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4 to nil if there is no previous property change.
5
12006-09-26 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 62006-09-26 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2 7
3 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before 8 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3aeca258be1..109ac9d704e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-09-29 Juri Linkov <juri@jurta.org>
2
3 * modes.texi (%-Constructs): Reorder coding systems in the
4 documentation of %z to the real order displayed in the modeline.
5
12006-09-25 Richard Stallman <rms@gnu.org> 62006-09-25 Richard Stallman <rms@gnu.org>
2 7
3 * os.texi (Timers): Describe timer-max-repeats. 8 * os.texi (Timers): Describe timer-max-repeats.
diff --git a/src/ChangeLog b/src/ChangeLog
index 909ea7df2a7..32265087ec8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-09-29 Juri Linkov <juri@jurta.org>
2
3 * buffer.c (syms_of_buffer): Reorder coding systems in the
4 docstring of %z to the real order displayed in the modeline.
5
12006-09-28 Stefan Monnier <monnier@iro.umontreal.ca> 62006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM). 8 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).