]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Feb 2006 11:59:35 +0000 (11:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Feb 2006 11:59:35 +0000 (11:59 +0000)
lisp/ChangeLog

index b560004ec2b30232bba30e503757c719a8c8d8b4..9c1ff9521969e430c417f24066dedd59ab0746ee 100644 (file)
@@ -1,17 +1,16 @@
-2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
+12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-cleaned-string-for-export,
-       org-solidify-link-text): New function.
-       (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
-       for XEmacs, just to silence the compiler.
+       * textmodes/org.el (org-cleaned-string-for-export)
+       (org-solidify-link-text): New function.
+       (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
+       XEmacs, just to silence the compiler.
        (org-export-as-ascii, org-export-as-html-and-open): Use
        `org-cleaned-string-for-export' and create internal links.
        (org-follow-mhe-link): Require mh-e, use folder.
 
 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face.
-       properly.
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
 
        * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
        gdb-debug-log-length.
 
 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/reftex.el (reftex-locate-file): Removed duplicate
-       function.
+       * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
 
-       * textmodes/reftex-vars.el: (reftex-try-all-extensions): New
-       option.
+       * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
 
-       * textmodes/reftex.el: (reftex-locate-file): Search all extensions
+       * textmodes/reftex.el (reftex-locate-file): Search all extensions
        if `reftex-try-all-extensions' is set.
 
-       * textmodes/org.el: (org-mark-ring-previous, org-mark-ring-set):
+       * textmodes/org.el (org-mark-ring-previous, org-mark-ring-set):
        New commands.
        (org-mark-ring): New variable.
        (org-mark-ring-length): New option.
        (org-agenda-remove-tags-when-in-prefix): New option.
 
 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
-       
+
        * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
-       fix the regular expressions.
-       
+       Fix the regular expressions.
+
 2006-02-21  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/sh-script.el (sh-mode): Set shell type based on file name