diff options
| author | Luc Teirlinck | 2006-01-17 04:34:20 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-01-17 04:34:20 +0000 |
| commit | 2e040f4ea19f3f81cb3d19afa6d5429e29206fab (patch) | |
| tree | 13562c35e939fd07f8dd07fc29f532f1eb31006c | |
| parent | c111d7aedc61b0db347751ddf93abaa767bfa29d (diff) | |
| download | emacs-2e040f4ea19f3f81cb3d19afa6d5429e29206fab.tar.gz emacs-2e040f4ea19f3f81cb3d19afa6d5429e29206fab.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dce6d72851c..a907eb5876d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-01-16 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * cus-edit.el (customize-rogue): Minor doc fix. | ||
| 4 | |||
| 1 | 2006-01-17 Juri Linkov <juri@jurta.org> | 5 | 2006-01-17 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * dired-aux.el (dired-diff): Use dired-dwim-target-directory | 7 | * dired-aux.el (dired-diff): Use dired-dwim-target-directory |
| @@ -115,7 +119,7 @@ | |||
| 115 | 119 | ||
| 116 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> | 120 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> |
| 117 | 121 | ||
| 118 | * textmodes/org.el: (org-open-file): Use mailcap for selecting an | 122 | * textmodes/org.el (org-open-file): Use mailcap for selecting an |
| 119 | application. | 123 | application. |
| 120 | (org-file-apps-defaults-gnu): Use mailcap as the default for | 124 | (org-file-apps-defaults-gnu): Use mailcap as the default for |
| 121 | selecting an application on a UNIX system. | 125 | selecting an application on a UNIX system. |
| @@ -401,7 +405,7 @@ | |||
| 401 | 405 | ||
| 402 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | 406 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> |
| 403 | 407 | ||
| 404 | * textmodes/org.el: (org-end-of-subtree): New function. | 408 | * textmodes/org.el (org-end-of-subtree): New function. |
| 405 | (org-cycle, org-subtree-end-visible-p, org-scan-tags): | 409 | (org-cycle, org-subtree-end-visible-p, org-scan-tags): |
| 406 | Use `org-end-of-subtree'. | 410 | Use `org-end-of-subtree'. |
| 407 | (org-agenda, org-agenda-convert-date): Protect calls to | 411 | (org-agenda, org-agenda-convert-date): Protect calls to |
| @@ -1122,7 +1126,7 @@ | |||
| 1122 | 1126 | ||
| 1123 | 2005-12-20 Carsten Dominik <dominik@science.uva.nl> | 1127 | 2005-12-20 Carsten Dominik <dominik@science.uva.nl> |
| 1124 | 1128 | ||
| 1125 | * textmodes/org.el: (org-agenda-custom-commands): New option. | 1129 | * textmodes/org.el (org-agenda-custom-commands): New option. |
| 1126 | (org-agenda): Offer custom commands on splash screen. | 1130 | (org-agenda): Offer custom commands on splash screen. |
| 1127 | (org-make-tags-matcher): Parser for Boolean logic added. | 1131 | (org-make-tags-matcher): Parser for Boolean logic added. |
| 1128 | (org-agenda-set-tags): New command. | 1132 | (org-agenda-set-tags): New command. |
| @@ -1238,7 +1242,7 @@ | |||
| 1238 | 1242 | ||
| 1239 | 2005-12-16 Carsten Dominik <dominik@science.uva.nl> | 1243 | 2005-12-16 Carsten Dominik <dominik@science.uva.nl> |
| 1240 | 1244 | ||
| 1241 | * textmodes/org.el: (org-tags-match-list-sublevels): New option. | 1245 | * textmodes/org.el (org-tags-match-list-sublevels): New option. |
| 1242 | (org-open-at-point): Implement tag searches as links. | 1246 | (org-open-at-point): Implement tag searches as links. |
| 1243 | (org-fit-agenda-window, org-get-buffer-tags, org-get-tags) | 1247 | (org-fit-agenda-window, org-get-buffer-tags, org-get-tags) |
| 1244 | (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs. | 1248 | (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs. |
| @@ -1460,7 +1464,7 @@ | |||
| 1460 | 1464 | ||
| 1461 | 2005-12-12 Carsten Dominik <dominik@science.uva.nl> | 1465 | 2005-12-12 Carsten Dominik <dominik@science.uva.nl> |
| 1462 | 1466 | ||
| 1463 | * textmodes/org.el: (org-agenda, org-timeline, org-todo): | 1467 | * textmodes/org.el (org-agenda, org-timeline, org-todo): |
| 1464 | Implement Logging and the keep-modes setting. | 1468 | Implement Logging and the keep-modes setting. |
| 1465 | (org-get-category): Make sure a string is returned. | 1469 | (org-get-category): Make sure a string is returned. |
| 1466 | (org-log-done): New function. | 1470 | (org-log-done): New function. |