]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Include recent allout.el changes, and add missing '*' asterisk to my
[gnu-emacs] / lisp / ChangeLog
index d199e0ca10056df0398c07acda4b87009436f5fd..0fee2af14f057b02f33e44b0db411cf794cada33 100644 (file)
@@ -1,3 +1,47 @@
+2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * Summary: Reconcile with changes in line movement behavior for
+       long text lines that cross more than a single physical window
+       line, ie when truncate-lines is nil.
+
+       (allout-next-visible-heading): Provide for change in line-move
+       behavior on long lines when truncate-lines is nil.  In that case,
+       line-move can wind up on the same textual line when it moves to
+       the next window line, and moving to the bullet position after the
+       move yields zero advancement.  Add logic to detect and compensate
+       for the lack of progress.
+       (allout-current-topic-collapsed-p): move-end-of-line respect for
+       field boundaries is different when operating with body lines
+       shorter than window width versus ones greater than window width,
+       which can yield false negatives in this function.  Avoid
+       difference by applying move-end-of-line while field-text-motion is
+       inhibited.
+
+
+2011-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/rst.el (rst-compile-toolsets):
+       Add pdf and s5 to option alist.
+
+2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
+
+       * net/dbus.el (dbus-register-property): Added optional parameter
+       dont-register-service.  Updated docstring accordingly.
+
+2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * textmodes/rst.el (rst-compile-pdf-preview)
+       (rst-compile-slides-preview): Remove extra line.
+
+2011-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
+       Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
+       default to `prog' without a .py extension.
+       (rst-compile-pdf-preview, rst-compile-slides-preview):
+       Use program names from rst-compile-toolsets, rather than hard-coding.
+       (rst-portable-mark-active-p): Fix presumed typo.
+
 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
 
        * term/w32-win.el (dynamic-library-alist): Set up correctly for
 
 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       allout.el (allout-auto-fill): Do not infinitely recurse - use
+       allout.el (allout-auto-fill): Do not infinitely recurse - use
        do-auto-fill if everything points back to allout-auto-fill.
        (allout-mode-deactivate-hook): Declare obsolete, in favor of
        standard-formed minor-mode deactivate hook, allout-mode-off-hook.
 
 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
+       allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
        (allout-mode): Argument "toggle" => "force".
        Refine the docstring.
        Remove special provisions for reactivation, besides the 'force'