diff options
| author | Bastien Guerry | 2012-05-16 19:33:50 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2012-05-16 19:33:50 +0200 |
| commit | 8c8b834fa997dbfd1b87abc1368a4680d1833e15 (patch) | |
| tree | c0b64251aad5d535486ec064213263b064419cee /lisp/org/ChangeLog | |
| parent | 4f32cc6c579a7cad630732643088e89ed3868b53 (diff) | |
| download | emacs-8c8b834fa997dbfd1b87abc1368a4680d1833e15.tar.gz emacs-8c8b834fa997dbfd1b87abc1368a4680d1833e15.zip | |
Merge Org 7.8.10 -- important bug fixes since Org 7.8.09.
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 1f4c1f90997..3839100ff4d 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,79 @@ | |||
| 1 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * org.el (org-scan-tags): Correctly match TODO keywords. | ||
| 4 | |||
| 5 | 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 6 | |||
| 7 | * org-list.el (org-list-struct): Fix white spaces. | ||
| 8 | (org-list-swap-items, org-list-send-item): Fix visibility | ||
| 9 | preservation. | ||
| 10 | |||
| 11 | 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 12 | |||
| 13 | * org-list.el (org-list-swap-items, org-list-send-item): Preserve | ||
| 14 | visibility when moving items. | ||
| 15 | |||
| 16 | 2012-05-16 Mark E. Shoulson <mark@kli.org> (tiny change) | ||
| 17 | |||
| 18 | * org.el (org-fontify-entities): Hide {} when prettifying | ||
| 19 | entities. | ||
| 20 | |||
| 21 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 22 | |||
| 23 | * org.el (org-cycle-internal-global): Prevent the display of | ||
| 24 | messages when cycling from with a Gnus article buffer. | ||
| 25 | |||
| 26 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 27 | |||
| 28 | * org-table.el (org-table-time-seconds-to-string): Fix bug about | ||
| 29 | handling a negative duration value. | ||
| 30 | |||
| 31 | 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 32 | |||
| 33 | * org.el (org-link-expand-abbrev): Fix docstring. | ||
| 34 | |||
| 35 | 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 36 | |||
| 37 | * org.el (org-translate-link): Fix bug. | ||
| 38 | |||
| 39 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 40 | |||
| 41 | * org-agenda.el (org-agenda-bulk-mark-regexp): Fix bug when | ||
| 42 | setting the number of marked entries. | ||
| 43 | |||
| 44 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 45 | |||
| 46 | * org-table.el (org-tbl-calc-modes): Rename from | ||
| 47 | `org-table-modes'. | ||
| 48 | (org-set-calc-mode, org-table-eval-formula): Use it. | ||
| 49 | |||
| 50 | 2012-05-16 Eric Schulte <eric.schulte@gmx.com> | ||
| 51 | |||
| 52 | * ob.el (org-babel-find-named-result): Fix bug finding empty named | ||
| 53 | results. | ||
| 54 | |||
| 55 | 2012-05-16 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 56 | |||
| 57 | * org.el (org-set-regexps-and-options): Fix | ||
| 58 | `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never | ||
| 59 | match since time keywords must end with colons, which are not word | ||
| 60 | constituent. | ||
| 61 | |||
| 62 | 2012-05-16 Bastien Guerry <bzg@gnu.org> | ||
| 63 | |||
| 64 | * org-ctags.el (org-ctags-new-topic-template): Fix the option | ||
| 65 | default value back again. | ||
| 66 | |||
| 67 | 2012-05-16 Eric Schulte <eric.schulte@gmx.com> | ||
| 68 | |||
| 69 | * org-bibtex.el (org-bibtex-export-to-kill-ring): Don't rely on | ||
| 70 | kill-new to return a string. | ||
| 71 | |||
| 72 | 2012-05-16 Eric Schulte <eric.schulte@gmx.com> | ||
| 73 | |||
| 74 | * org-bibtex.el (org-bibtex-headline): Remove call to | ||
| 75 | bibtex-reformat which often hangs. | ||
| 76 | |||
| 1 | 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com> | 77 | 2012-04-26 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2 | 78 | ||
| 3 | * org-table.el (org-table-number-fraction): Fix typo. | 79 | * org-table.el (org-table-number-fraction): Fix typo. |