From f9df5f68a857a2bfc3f5b597fb1c09897ae69f8e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 29 Sep 2006 21:18:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ lispref/ChangeLog | 5 +++++ src/ChangeLog | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b9783f6514..924e0431e56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-09-29 Juri Linkov + + * 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 * 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 @@ +2006-09-29 Juri Linkov + + * modes.texi (%-Constructs): Reorder coding systems in the + documentation of %z to the real order displayed in the modeline. + 2006-09-25 Richard Stallman * 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 @@ +2006-09-29 Juri Linkov + + * 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 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).