]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:18:15 +0000 (21:18 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:18:15 +0000 (21:18 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 5b9783f65148bedfca94e520835c5fc4f51e254f..924e0431e568e13cc5872397294125ac0fb46c06 100644 (file)
@@ -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\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
        * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
index 3aeca258be148c4d7a34a86bb6e06347f8d8ed5c..109ac9d704e7023ef64c82b15a82bce2f817c5f4 100644 (file)
@@ -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.
index 909ea7df2a7dab4c755966f53a8065d41f88cfc0..32265087ec8b9890063dc08f3fb8b1662ce6faac 100644 (file)
@@ -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).