aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5b9783f651..924e0431e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-29 Juri Linkov <[email protected]>
+
+ * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
+ to nil if there is no previous property change.
+
2006-09-26 Micha,Ak(Bl Cadilhac <[email protected]>
* cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3aeca258be..109ac9d704 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-29 Juri Linkov <[email protected]>
+
+ * modes.texi (%-Constructs): Reorder coding systems in the
+ documentation of %z to the real order displayed in the modeline.
+
2006-09-25 Richard Stallman <[email protected]>
* os.texi (Timers): Describe timer-max-repeats.
diff --git a/src/ChangeLog b/src/ChangeLog
index 909ea7df2a..32265087ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-29 Juri Linkov <[email protected]>
+
+ * buffer.c (syms_of_buffer): Reorder coding systems in the
+ docstring of %z to the real order displayed in the modeline.
+
2006-09-28 Stefan Monnier <[email protected]>
* keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).