# HG changeset patch # User Juri Linkov # Date 1159564695 0 # Node ID 73c3fffc36e796cbb109e47e39b96fd423f6bfe4 # Parent 2b79bc909a3d5cb428e2a163ad473d100bdd7f25 *** empty log message *** diff -r 2b79bc909a3d -r 73c3fffc36e7 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 29 21:18:07 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 29 21:18:15 2006 +0000 @@ -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 -r 2b79bc909a3d -r 73c3fffc36e7 lispref/ChangeLog --- a/lispref/ChangeLog Fri Sep 29 21:18:07 2006 +0000 +++ b/lispref/ChangeLog Fri Sep 29 21:18:15 2006 +0000 @@ -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 -r 2b79bc909a3d -r 73c3fffc36e7 src/ChangeLog --- a/src/ChangeLog Fri Sep 29 21:18:07 2006 +0000 +++ b/src/ChangeLog Fri Sep 29 21:18:15 2006 +0000 @@ -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).