]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 22 Oct 2007 22:21:45 +0000 (22:21 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 22 Oct 2007 22:21:45 +0000 (22:21 +0000)
doc/misc/ChangeLog
lisp/ChangeLog

index 6e024b19e77843dfa251905954828e2d249c08bd..95ebb77ddf08d680cbe54ee455082b41ebec4047 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi: Small fixes.
+
 2007-10-22  Juri Linkov  <juri@jurta.org>
 
        * dired-x.texi (Shell Command Guessing): Default values are now
@@ -6,8 +10,8 @@
 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Cleanup remote connections): New section.
-       (Password caching): Remove `tramp-clear-passwd'.  It's not a command
-       anymore.
+       (Password caching): Remove `tramp-clear-passwd'.
+       It's not a command anymore.
        (Bug Reports): Add `tramp-bug' to function index.
        (Function Index, Variable Index): New nodes.
        (Remote shell setup): Describe `tramp-password-prompt-regexp'.
@@ -16,7 +20,7 @@
 
 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc.texi (History and Acknowledgements):  Turn comment
+       * calc.texi (History and Acknowledgements): Turn comment
        about integer size into past tense.
        (Time Zones): Remove pointer to Calc author's address.
        (Trigonometric and Hyperbolic Functions): Mention cotangent
@@ -84,7 +88,7 @@
 2007-09-06  Glenn Morris  <rgm@gnu.org>
 
        * Move manual sources from man/ to subdirectories of doc/.
-        Split into the Emacs manual in emacs/, and other manuals in misc/.
+       Split into the Emacs manual in emacs/, and other manuals in misc/.
        Change all setfilename commands to use ../../info.
        * Makefile.in: Move the parts of the old man/Makefile.in that do not
        refer to the Emacs manual here.
        (../etc/GNU): Delete obsolete target.
        (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
        (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
-        *.vrs *.toc here...
-        (maintainer-clean): ...from here.
+       *.vrs *.toc here...
+       (maintainer-clean): ...from here.
 
        * makefile.w32-in (../etc/GNU): Delete obsolete target.
 
index ecdf3ffb467f3849eb071fdf8a6bffd1096c382b..c828474c12fc9110f2755468d41c5fd6f25c8207 100644 (file)
@@ -5,7 +5,7 @@
        (org-agenda-files): Allow directories in the variable.
        (org-agenda-get-restriction-and-command): New function.
        (org-agenda): Use `org-agenda-get-restriction-and-command'.
-       (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
+       (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
        (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
        New functions.
        (org-entry-add-to-multivalued-property)
        (org-entry-member-in-multivalued-property): New functions.
        (org-remember-apply-template): Catch C-g and make sure window
        configuration is restored.
-       (org-agenda-open-link): Make is work with several links in the
-       line.
+       (org-agenda-open-link): Make it work with several links in the line.
        (org-drawers, org-set-regexps-and-options)
-       (org-get-current-options): Added support for a DRAWERS in-buffer
-       option.
+       (org-get-current-options): Add support for a DRAWERS in-buffer option.
        (org-agenda-window-frame-fractions): New option.
        (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
        (org-columns-cleanup-item, org-find-entry-with-id)
        (org-columns-display-here): Don't mark buffer as modified when
        adding space characters to accomodate column overlays.
        (org-export-as-html): Better formatting of tags in the toc.
-       (org-columns-display-here): Make the ITEM column as compact as
-       possible.
+       (org-columns-display-here): Make the ITEM column as compact as possible.
        (org-remember-templates): Customization interface improved.
        (org-export-with-property-drawer): Variable removed.
        (org-export-with-drawers): New option.
        (org-complex-heading-regexp): New variable.
        (org-sort-entries): Rewrite using `sort-subr'.
-       (org-set-property): More appropriate completion during interactive
-       use.
+       (org-set-property): More appropriate completion during interactive use.
        (org-sort-entries): Allow sorting by property.
-       (org-additional-option-like-keywords): Added more values.
-       (org-sort-entries-or-items): Renamed from `org-sort-entries'.
-
-2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
-
-       * org.texi: Small fixes.
+       (org-additional-option-like-keywords): Add more values.
+       (org-sort-entries-or-items): Rename from `org-sort-entries'.
 
 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
 
@@ -60,8 +52,8 @@
        act on N sequential subtrees.
        (org-paste-subtree): Fix the level at which a tree is pasted.
        (org-fit-agenda-window): Limitations on window size removed.
-       (org-agenda-find-same-or-today-or-agenda): Renamed from
-       `org-agenda-find-today-or-agenda'. 
+       (org-agenda-find-same-or-today-or-agenda): Rename from
+       `org-agenda-find-today-or-agenda'.
        (org-scheduled-past-days): New option.
        (org-agenda-scheduled-leaders)
        (org-agenda-deadline-leaders): New options.
@@ -71,7 +63,7 @@
        (org-infile-export-plist): New "tags" option.
        (org-use-property-inheritance): New option.
        (org-cached-entry-get): Use `org-use-property-inheritance'.
-       (org-remember-apply-template): Fixed typo.
+       (org-remember-apply-template): Fix typo.
 
 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
 
@@ -79,7 +71,7 @@
        (tramp-open-connection-setup-interactive-shell): Improve sending
        initial commands.
        (tramp-action-terminal): Send debug message.
-       (tramp-wait-for-shell-prompt, tramp-send-command-internal): Removed.
+       (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
        (tramp-barf-if-no-shell-prompt): Insert code of
        `tramp-wait-for-shell-prompt'.