Mercurial > emacs
comparison lisp/ChangeLog @ 84405:13336fdc4429
Corrected a bad ChangeLog comment by adding full information from the package
author.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Sun, 09 Sep 2007 07:51:35 +0000 |
parents | 6e599fa0f77d |
children | 38bcf4ef30c3 |
comparison
equal
deleted
inserted
replaced
84404:e8d778a09587 | 84405:13336fdc4429 |
---|---|
1 2007-09-09 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el (org-re): Also replace the :alpha: class. | |
4 (org-todo-tag-alist): Variable removed. | |
5 (org-todo-key-alist, org-todo-key-trigger) New variables. | |
6 (org-use-fast-todo-selection): New option. | |
7 (org-log-done): Docstring fixed. | |
8 (org-deadline-warning-days): New default value 14. | |
9 (org-edit-timestamp-down-means-later) New option. | |
10 (org-tag-alist): Docstring fixed. | |
11 (org-fast-tag-selection-include-todo): New option. | |
12 (org-export-language-setup): New languages added. | |
13 (org-set-regexps-and-options): Compute the new variables. | |
14 (org-paste-subtree): Cleaning up. | |
15 (org-remember-apply-template): New escape %A. | |
16 (org-todo): Call fast TODO selection. | |
17 (org-fast-todo-selection): New function. | |
18 (org-add-log-note): Allow prefix for abort exit. | |
19 (org-at-property-p, org-entry-properties) | |
20 (org-columns-get-autowidth-alist): Use :alpha: class. | |
21 (org-get-wdays): New function. | |
22 (org-agenda-remove-date): New variable. | |
23 (org-agenda-get-deadlines): Use `org-get-wdays'. | |
24 (org-agenda-get-deadlines): Reverse ee before returning. | |
25 (org-format-agenda-item): New argument REMOVE-RE. | |
26 (org-agenda-convert-date): Baha'i calendar added. | |
27 (org-infile-export-plist): Also find DATE line. | |
28 (org-get-min-level): New function. | |
29 (org-export-as-html, org-export-as-ascii): Use the date format. | |
30 (org-shiftup, org-shiftdown): Use. | |
31 `org-edit-timestamp-down-means-later'. | |
32 (org-assign-fast-keys): New function. | |
33 | |
1 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com> | 34 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com> |
2 | 35 |
3 * cus-start.el (all): Add prefer-window-split-horizontally from | 36 * cus-start.el (all): Add prefer-window-split-horizontally from |
4 window.c. | 37 window.c. |
5 | 38 |