diff options
| author | Kim F. Storm | 2007-02-11 22:30:21 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-02-11 22:30:21 +0000 |
| commit | b58cb59f101418679f72f75fbbee692997339e1a (patch) | |
| tree | 87568ae099e686ba582dbf786a37eef4d64bbfc9 /lisp | |
| parent | e3441e506a7c17d817b2f22365adc1115de54e66 (diff) | |
| download | emacs-b58cb59f101418679f72f75fbbee692997339e1a.tar.gz emacs-b58cb59f101418679f72f75fbbee692997339e1a.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82417c2f4d0..4d9f1b3c047 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-02-11 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * bindings.el (ctl-x-map): Remove register compatibility bindings | ||
| 4 | C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19). | ||
| 5 | |||
| 1 | 2007-02-11 Richard Stallman <rms@gnu.org> | 6 | 2007-02-11 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * loadhist.el (unload-feature): Handle (t . SYMBOL) entries | 8 | * loadhist.el (unload-feature): Handle (t . SYMBOL) entries |
| @@ -8,10 +13,10 @@ | |||
| 8 | 13 | ||
| 9 | 2007-02-11 Carsten Dominik <dominik@science.uva.nl> | 14 | 2007-02-11 Carsten Dominik <dominik@science.uva.nl> |
| 10 | 15 | ||
| 11 | * textmodes/org.el (org-agenda-get-todos) | 16 | * textmodes/org.el (org-agenda-get-todos) |
| 12 | (org-agenda-get-timestamps, org-agenda-get-closed) | 17 | (org-agenda-get-timestamps, org-agenda-get-closed) |
| 13 | (org-agenda-get-deadlines, org-agenda-get-scheduled) | 18 | (org-agenda-get-deadlines, org-agenda-get-scheduled) |
| 14 | (org-agenda-get-blocks, org-format-agenda-item) | 19 | (org-agenda-get-blocks, org-format-agenda-item) |
| 15 | (org-agenda-change-all-lines, org-scan-tags): Rename text property | 20 | (org-agenda-change-all-lines, org-scan-tags): Rename text property |
| 16 | from `category' to `org-category'. | 21 | from `category' to `org-category'. |
| 17 | 22 | ||