aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2007-10-24 05:36:52 +0000
committerCarsten Dominik2007-10-24 05:36:52 +0000
commite6fc6b48c63269d52d63bddd0a6359068e645b6f (patch)
tree6b5a489f4c78be18d3725074db2871935344fb5e
parent0b8dce84f860b63078b7bc81ee170947c9ab39a5 (diff)
downloademacs-e6fc6b48c63269d52d63bddd0a6359068e645b6f.tar.gz
emacs-e6fc6b48c63269d52d63bddd0a6359068e645b6f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4879c148967..12bf518cc03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12007-10-24 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-version): Changed to 5.13e.
4 (org-agenda-file-regexp): Fixed typo in docstring.
5 (org-add-planning-info): Fixed bug in parenthesis settings.
6 (org-scan-tags): Catch the case of indirect buffers with no
7 filename.
8 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
9 Re-installed switch to mapc, had been removed by accident.
10 (org-columns-map): New binding `C-c C-o'.
11 (org-columns-menu): Changed menu text and added new entry.
12 (org-columns-eval): Documented the use of `next-line'.
13 (org-columns-open-link): New function.
14 (org-columns-follow-link): Function removed.
15 (org-open-link-from-string): New function.
16 (org-read-date-get-relative): Fixed typo in docstring.
17 (org-read-date-get-relative): Leading +/- is not optional.
18 (org-agenda-get-restriction-and-command): Always resize window on
19 first loop cycle.
20 (org-agenda-open-link): Make sure the link abbreviations are
21 present in the agenda buffer.
22 (org-agenda-copy-local-variable): New function.
23
12007-10-24 Stefan Monnier <monnier@iro.umontreal.ca> 242007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. 26 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.