aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorBastien Guerry2012-05-16 19:33:50 +0200
committerBastien Guerry2012-05-16 19:33:50 +0200
commit8c8b834fa997dbfd1b87abc1368a4680d1833e15 (patch)
treec0b64251aad5d535486ec064213263b064419cee /lisp/org/ChangeLog
parent4f32cc6c579a7cad630732643088e89ed3868b53 (diff)
downloademacs-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/ChangeLog76
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 @@
12012-05-16 Bastien Guerry <bzg@gnu.org>
2
3 * org.el (org-scan-tags): Correctly match TODO keywords.
4
52012-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
112012-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
162012-05-16 Mark E. Shoulson <mark@kli.org> (tiny change)
17
18 * org.el (org-fontify-entities): Hide {} when prettifying
19 entities.
20
212012-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
262012-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
312012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
32
33 * org.el (org-link-expand-abbrev): Fix docstring.
34
352012-05-16 Nicolas Goaziou <n.goaziou@gmail.com>
36
37 * org.el (org-translate-link): Fix bug.
38
392012-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
442012-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
502012-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
552012-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
622012-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
672012-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
722012-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
12012-04-26 Nicolas Goaziou <n.goaziou@gmail.com> 772012-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.