# HG changeset patch # User Juanma Barranquero # Date 1190807746 0 # Node ID 1ab291a013d4f287cb4d77a7ecbb227ca644de82 # Parent 17bdbd096c942711f3fe958f451e2b027f533fd4 *** empty log message *** diff -r 17bdbd096c94 -r 1ab291a013d4 lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 26 11:52:18 2007 +0000 +++ b/lisp/ChangeLog Wed Sep 26 11:55:46 2007 +0000 @@ -1,3 +1,9 @@ +2007-09-26 Juanma Barranquero + + * emacs-lisp/eldoc.el (eldoc-message-commands-table-size) + (eldoc-message-commands, eldoc-current-idle-delay) + (eldoc-function-argstring-format): Fix typos in docstrings. + 2007-09-26 Jay Belanger * calc/calc-units.el (calc-convert-units) @@ -8,7 +14,7 @@ * org-export-latex.el (org-export-latex-tables-verbatim): New function. (org-export-latex-remove-from-headlines): Name changed because of - typo. + typo. (org-export-latex-quotation-marks-convention): Option removed. (org-export-latex-make-preamble): Handle the DATE option. (org-export-latex-cleaned-string): Now the only cleaning function, @@ -16,7 +22,6 @@ (org-export-latex-lists, org-export-latex-parse-list) (org-export-list-to-latex): New functions. - 2007-09-26 Carsten Dominik * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'. @@ -65,7 +70,7 @@ (org-todo): Respect org-todo-log-states. (org-up-heading-safe): New function. (org-entry-get-with-inheritance): Use `org-up-heading-safe'. - + * org.texi: Change links to webpage and maintained email. (Remember): Promoted to Chapter, significant changes. (Fast access to TODO states): New section. @@ -705,12 +710,12 @@ 2007-09-13 Jari Aalto * man.el (Man-default-man-entry): At end of line, continue looking - to the next line for possible end of hyphenated command. + to the next line for possible end of hyphenated command. 2007-09-13 Chris Moore * shell.el (shell-resync-dirs): Don't move the cursor relative to - the command being edited. + the command being edited. 2007-09-12 Jim Meyering (tiny change)