diff options
| author | Juanma Barranquero | 2006-03-07 10:26:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-03-07 10:26:37 +0000 |
| commit | c2f6ba998d010698991704d31f1fa74875d17c49 (patch) | |
| tree | d8f60948810549c90029455a8c602e6f5ab05105 /lisp | |
| parent | 23f173b1629589960b572a03cc5e483c3dead95d (diff) | |
| download | emacs-c2f6ba998d010698991704d31f1fa74875d17c49.tar.gz emacs-c2f6ba998d010698991704d31f1fa74875d17c49.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 341771a5640..464b0f92be0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * help.el (describe-key): Remove leftover test code. | ||
| 4 | |||
| 1 | 2006-03-07 Carsten Dominik <dominik@science.uva.nl> | 5 | 2006-03-07 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * textmodes/org.el: Move defvars out of eval-when-compile. Use | 7 | * textmodes/org.el: Move defvars out of eval-when-compile. Use |
| @@ -8,8 +12,8 @@ | |||
| 8 | (org-cycle, org-map-tree, org-scan-tags) | 12 | (org-cycle, org-map-tree, org-scan-tags) |
| 9 | (org-remember-handler): Don't call `outline-level' directly. | 13 | (org-remember-handler): Don't call `outline-level' directly. |
| 10 | (org-mhe-search-all-folders): New option. | 14 | (org-mhe-search-all-folders): New option. |
| 11 | (org-mhe-get-message-folder-from-index, | 15 | (org-mhe-get-message-folder-from-index) |
| 12 | org-mhe-get-message-folder): Fix indexing search. | 16 | (org-mhe-get-message-folder): Fix indexing search. |
| 13 | (org-format-agenda-item): Handle nil TAGS argument. | 17 | (org-format-agenda-item): Handle nil TAGS argument. |
| 14 | (org-cleaned-string-for-export, org-activate-target-links) | 18 | (org-cleaned-string-for-export, org-activate-target-links) |
| 15 | (org-make-target-link-regexp): Deal with empty radio target list. | 19 | (org-make-target-link-regexp): Deal with empty radio target list. |