changeset 73175:73c3fffc36e7

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 29 Sep 2006 21:18:15 +0000
parents 2b79bc909a3d
children 3dbfd59b44b5
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <juri@jurta.org>
+
+	* 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  <michael.cadilhac@lrde.org>
 
 	* cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
--- 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  <juri@jurta.org>
+
+	* modes.texi (%-Constructs): Reorder coding systems in the
+	documentation of %z to the real order displayed in the modeline.
+
 2006-09-25  Richard Stallman  <rms@gnu.org>
 
 	* os.texi (Timers): Describe timer-max-repeats.
--- 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  <juri@jurta.org>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).