]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ChangeLog
Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com
[gnu-emacs] / lisp / org / ChangeLog
index 9573989d8242e6ce1c937ab4d528812c86ef694b..2d2bf6997491c2d2da0b8010d06a1b2787053579 100644 (file)
-2012-05-25 Mark Shoulson <mark@kli.org>  (tiny change)
+2012-05-27 Mark Shoulson <mark@kli.org>  (tiny change)
 
-       * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
-       and \there4 were not "prettified" when org-pretty-entities was
-       enabled.
+       * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
+       \there4 were not "prettified" when org-pretty-entities was enabled.
 
-2012-05-25  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-font-lock-add-priority-faces): Restrict priorities
-       fontification to headlines and inlinetasks.
+       * org.el (org-font-lock-add-priority-faces):
+       Restrict priorities fontification to headlines and inlinetasks.
 
-2012-05-25  Jambunathan K  <kjambunathan@gmail.com>
-
-       * org-odt.el (org-odt-init-outfile): Fix previous commit.  Make
-       sure that nxml-mode is loaded before let-binding
-       `nxml-auto-insert-xml-declaration-flag'.
-
-2012-05-25  Jambunathan K  <kjambunathan@gmail.com>
+2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
 
        * org-odt.el (org-odt-init-outfile)
-       (org-odt-write-manifest-file): Disable
-       `nxml-auto-insert-xml-declaration-flag'.
+       (org-odt-write-manifest-file):
+       Disable `nxml-auto-insert-xml-declaration-flag'.
 
-       * org-lparse.el (org-do-lparse): Don't trigger auto-mode
-       processing.
+       * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
 
-2012-05-25  Bastien Guerry  <bzg@gnu.org>
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
-       * org.el (org-scan-tags): Fix bug when building the scanner
-       regexp.
+       * org.el (org-scan-tags): Fix bug when building the scanner regexp.
 
-2012-05-25  Eric Schulte  <eric.schulte@gmx.com>
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
 
-       * ob.el (org-babel-capitalize-examplize-region-markers): Controls
-       the capitalization of begin and end example blocks.
-       (org-babel-examplize-region): Optionally capitalize example block
-       delimiters.
+       * ob.el (org-babel-capitalize-examplize-region-markers):
+       Controls the capitalization of begin and end example blocks.
+       (org-babel-examplize-region):
+       Optionally capitalize example block delimiters.
 
-2012-05-25  Eric Schulte  <eric.schulte@gmx.com>
+       * ob-plantuml.el (org-babel-execute:plantuml):
+       Add a :java header argument to plantuml.
 
-       * ob-plantuml.el (org-babel-execute:plantuml): Adding a :java
-       header argument to plantuml.
-
-2012-05-25  Eric Schulte  <eric.schulte@gmx.com>
-
-       * org-exp-blocks.el (org-export-blocks-preprocess): Even when the
-       body of a block is not indented the boundary markers should be
-       indented to their original positions so things like list
+       * org-exp-blocks.el (org-export-blocks-preprocess):
+       Even when the body of a block is not indented the boundary markers
+       should be indented to their original positions so things like list
        indentation still work.
 
-2012-05-16  Eric Schulte  <eric.schulte@gmx.com>
+       * ob.el (org-babel-parse-src-block-match):
+       Save match data during indentation check.
 
-       * ob.el (org-babel-parse-src-block-match): Save match data during
-       indentation check.
-
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-scan-tags): Correctly match TODO keywords.
 
-2012-05-16  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-list-struct): Fix white spaces.
-       (org-list-swap-items, org-list-send-item): Fix visibility
-       preservation.
-
-2012-05-16  Nicolas Goaziou  <n.goaziou@gmail.com>
+       (org-list-swap-items, org-list-send-item): Fix visibility preservation.
 
-       * org-list.el (org-list-swap-items, org-list-send-item): Preserve
-       visibility when moving items.
+       * org-list.el (org-list-swap-items, org-list-send-item):
+       Preserve visibility when moving items.
 
-2012-05-16  Mark E. Shoulson  <mark@kli.org>  (tiny change)
+2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
 
-       * org.el (org-fontify-entities): Hide {} when prettifying
-       entities.
+       * org.el (org-fontify-entities): Hide {} when prettifying entities.
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-cycle-internal-global): Prevent the display of
        messages when cycling from with a Gnus article buffer.
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+       * org-table.el (org-table-time-seconds-to-string):
+       Fix bug about handling a negative duration value.
 
-       * org-table.el (org-table-time-seconds-to-string): Fix bug about
-       handling a negative duration value.
-
-2012-05-16  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org.el (org-link-expand-abbrev): Fix docstring.
 
-2012-05-16  Nicolas Goaziou  <n.goaziou@gmail.com>
-
        * org.el (org-translate-link): Fix bug.
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
-       * org-agenda.el (org-agenda-bulk-mark-regexp): Fix bug when
-       setting the number of marked entries.
+       * org-agenda.el (org-agenda-bulk-mark-regexp):
+       Fix bug when setting the number of marked entries.
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
-
-       * org-table.el (org-tbl-calc-modes): Rename from
-       `org-table-modes'.
+       * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
        (org-set-calc-mode, org-table-eval-formula): Use it.
 
-2012-05-16  Eric Schulte  <eric.schulte@gmx.com>
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
 
-       * ob.el (org-babel-find-named-result): Fix bug finding empty named
-       results.
+       * ob.el (org-babel-find-named-result):
+       Fix bug finding empty named results.
 
-2012-05-16  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
-       * org.el (org-set-regexps-and-options): Fix
-       `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
+       * org.el (org-set-regexps-and-options):
+       Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
        match since time keywords must end with colons, which are not word
-       constituent.
+       constituents.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+       * org-ctags.el (org-ctags-new-topic-template):
+       Fix the option default value back again.
 
-       * org-ctags.el (org-ctags-new-topic-template): Fix the option
-       default value back again.
+2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
 
-2012-05-16  Eric Schulte  <eric.schulte@gmx.com>
+       * org-bibtex.el (org-bibtex-export-to-kill-ring):
+       Don't rely on kill-new to return a string.
 
-       * org-bibtex.el (org-bibtex-export-to-kill-ring): Don't rely on
-       kill-new to return a string.
+       * org-bibtex.el (org-bibtex-headline):
+       Remove call to bibtex-reformat which often hangs.
 
-2012-05-16  Eric Schulte  <eric.schulte@gmx.com>
+2012-04-27  Glenn Morris  <rgm@gnu.org>
 
-       * org-bibtex.el (org-bibtex-headline): Remove call to
-       bibtex-reformat which often hangs.
+       * org-ctags.el (org-ctags-new-topic-template):
+       Revert 2012-04-09 removal of * from defcustom value, not doc.
 
-2012-04-26  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-table.el (org-table-number-fraction): Fix typo.
 
-2012-04-26  Eric Schulte  <eric.schulte@gmx.com>
+2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
 
        * ob-python.el (org-babel-execute:python): Ensure newline precedes
        automatically-added returns.
 
-2012-04-26  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-mouse.el (org-mode-hook): Do not move point when clicking on
        a footnote reference.
 
-2012-04-26  Bastien Guerry  <bzg@gnu.org>
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
 
        * org-faces.el (org-date-selected): Fix docstring.
 
-2012-04-26  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-list-struct-indent): Follow
        `org-list-demote-modify-bullet' specifications for ordered
        * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
        on a region.
 
-2012-04-26  Nicolas Goaziou  <n.goaziou@gmail.com>
+2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-footnote.el (org-footnote-normalize): Fix positioning in
        HTML export without a footnote section.
 
-2012-04-26  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
+2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
 
        * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
        advertised by the function.
 
-2012-04-26  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
+2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
 
        * org.el (org-read-date-display): Fix bug when displaying the
        overlay.
 
-2012-04-26  Bastien Guerry  <bzg@gnu.org>
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-mode): Don't use `buffer-face-mode' by default.
 
-2012-04-26  Bastien Guerry  <bzg@gnu.org>
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
 
        * org-faces.el (org-date-selected): New face.
 
-2012-04-26  Jambunathan K  <kjambunathan@gmail.com>
+2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
 
        * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
        internal links destined for headlines provide a description or
        not.  In fact, the `org-store-link' and `org-insert-link' create
        internal links which do have a description.
 
-2012-04-26  Bastien Guerry  <bzg@gnu.org>
+2012-04-27  Bastien Guerry  <bzg@gnu.org>
 
        * org-clock.el (org-program-exists): Fix docstring.
 
-2012-04-11  Bastien Guerry  <bzg@gnu.org>
+2012-04-14  Bastien Guerry  <bzg@gnu.org>
 
        * org.el (org-point-at-end-of-empty-headline): Only try to match
-       ̀org-todo-line-regexp' when the value is non-nil, e.g. in non-org
+       `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
        modes.
        (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
        to fontify beyond (point-max).
        (org-table-get-range): Fix bug: make sure references to $0 are
        correctly handled.
 
-       * org-pcomplete.el (pcomplete/org-mode/file-option): Fix bug in
-       `pcomplete/org-mode/file-option'.
+       * org-pcomplete.el (pcomplete/org-mode/file-option):
+       Fix bug in `pcomplete/org-mode/file-option'.
        (org-thing-at-point): Also match line options like LATEX_CLASS
        when pcompleting from LATEX_.
 
        * org-agenda.el (org-agenda-filter-make-matcher)
        (org-agenda-filter-apply): Allow filtering entries out by
        category.  Using `C-u <' from the agenda view will redisplay
-       the agenda without entries from categories of the current
-       line.
+       the agenda without entries from categories of the current line.
 
-2012-04-11  Eric Schulte  <eric.schulte@gmx.com>
+2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
 
-       * ob-C.el (org-babel-C-ensure-main-wrap): Add an explicit return
-       to automatically generated main methods.
+       * ob-C.el (org-babel-C-ensure-main-wrap):
+       Add an explicit return to automatically generated main methods.
 
-2012-04-11  Matt Lundin  <mdl@imapmail.org>
+2012-04-14  Matt Lundin  <mdl@imapmail.org>
 
-       * org.el (org-after-todo-state-change-hook): Fix docstring to
-       reflect name change of state to `org-state'.
+       * org.el (org-after-todo-state-change-hook):
+       Fix docstring to reflect name change of state to `org-state'.
 
-2012-04-11  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
+2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
 
-       * org-footnote.el (org-footnote-normalize): Correctly pass keyword
-       arguments to `org-export-preprocess-string'.
+       * org-footnote.el (org-footnote-normalize):
+       Correctly pass keyword arguments to `org-export-preprocess-string'.
 
 2012-04-03  Bastien Guerry  <bzg@gnu.org>
 
 ;; add-log-time-zone-rule: t
 ;; End:
 
-       Copyright (C) 2008-2012  Free Software Foundation, Inc.
+       Copyright (C) 2008-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.