diff options
| author | Kim F. Storm | 2006-06-24 23:08:31 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-06-24 23:08:31 +0000 |
| commit | f8e83735660a8bd1f718e64a935e53ab62c14c28 (patch) | |
| tree | 34c436c4f14939c7cf18dc5856c84868a3ecc09b /lisp | |
| parent | 753bf9e048b8d704844c515ea7712fbb0c365eed (diff) | |
| download | emacs-f8e83735660a8bd1f718e64a935e53ab62c14c28.tar.gz emacs-f8e83735660a8bd1f718e64a935e53ab62c14c28.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbdfbb68349..cead9ddf219 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | the "Oriya-Akruti" registry name. | 4 | the "Oriya-Akruti" registry name. |
| 5 | 5 | ||
| 6 | 2006-06-23 Lars Hansen <larsh@soem.dk> | 6 | 2006-06-23 Lars Hansen <larsh@soem.dk> |
| 7 | |||
| 7 | * desktop.el (desktop-full-file-name): New function. | 8 | * desktop.el (desktop-full-file-name): New function. |
| 8 | (desktop-kill, desktop-save, desktop-remove, desktop-read) | 9 | (desktop-kill, desktop-save, desktop-remove, desktop-read) |
| 9 | (desktop-revert): Use it. | 10 | (desktop-revert): Use it. |
| @@ -18,38 +19,31 @@ | |||
| 18 | * textmodes/org.el (org-cdlatex-mode-map) | 19 | * textmodes/org.el (org-cdlatex-mode-map) |
| 19 | (org-cdlatex-texmathp-advice-is-done): New variables. | 20 | (org-cdlatex-texmathp-advice-is-done): New variables. |
| 20 | (org-cdlatex-mode): New minor mode. | 21 | (org-cdlatex-mode): New minor mode. |
| 21 | (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New | 22 | (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions. |
| 22 | functions. | 23 | (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands. |
| 23 | (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New | ||
| 24 | commands. | ||
| 25 | (org-export-with-archived-trees): New option. | 24 | (org-export-with-archived-trees): New option. |
| 26 | (org-open-file): Removed the call to | 25 | (org-open-file): Removed the call to `convert-standard-filename'. |
| 27 | `convert-standard-filename'. | ||
| 28 | (org-archive-tag, org-agenda-skip-archived-trees) | 26 | (org-archive-tag, org-agenda-skip-archived-trees) |
| 29 | (org-cycle-open-archived-trees) | 27 | (org-cycle-open-archived-trees) |
| 30 | (org-sparse-tree-open-archived-trees): New options. | 28 | (org-sparse-tree-open-archived-trees): New options. |
| 31 | (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) | 29 | (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) |
| 32 | (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New | 30 | (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New |
| 33 | functions. | 31 | functions. |
| 34 | (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New | 32 | (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands. |
| 35 | commands. | 33 | (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'. |
| 36 | (org-agenda-mode-map): Add binding of | ||
| 37 | `org-agenda-toggle-archive-tag'. | ||
| 38 | (org-mode-map): Add binding for `org-toggle-archive-tag'. | 34 | (org-mode-map): Add binding for `org-toggle-archive-tag'. |
| 39 | (org-timeline, org-agenda-list, org-todo-list, org-tags-view): | 35 | (org-timeline, org-agenda-list, org-todo-list, org-tags-view): |
| 40 | Call `org-prepare-agenda-buffers'. | 36 | Call `org-prepare-agenda-buffers'. |
| 41 | (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'. | 37 | (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'. |
| 42 | (org-file-apps, org-file-apps-defaults-gnu) | 38 | (org-file-apps, org-file-apps-defaults-gnu) |
| 43 | (org-file-apps-defaults-macosx) | 39 | (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt): |
| 44 | (org-file-apps-defaults-windowsnt): Handle remote files by forcing | 40 | Handle remote files by forcing them to be opened in Emacs. |
| 45 | them to be opened in Emacs. | ||
| 46 | 41 | ||
| 47 | 2006-06-23 Andre Spiegel <spiegel@gnu.org> | 42 | 2006-06-23 Andre Spiegel <spiegel@gnu.org> |
| 48 | 43 | ||
| 49 | * vc.el (vc-diff-knows-L): New variable. | 44 | * vc.el (vc-diff-knows-L): New variable. |
| 50 | (vc-diff-internal): Use it to handle "diff" programs that don't | 45 | (vc-diff-internal): Use it to handle "diff" programs that don't |
| 51 | understand -L. This works automatically, no user action is | 46 | understand -L. This works automatically, no user action is necessary. |
| 52 | necessary. | ||
| 53 | 47 | ||
| 54 | 2006-06-23 Daniel Brockman <daniel@brockman.se> | 48 | 2006-06-23 Daniel Brockman <daniel@brockman.se> |
| 55 | 49 | ||
| @@ -124,8 +118,8 @@ | |||
| 124 | 118 | ||
| 125 | 2006-06-20 Kenichi Handa <handa@m17n.org> | 119 | 2006-06-20 Kenichi Handa <handa@m17n.org> |
| 126 | 120 | ||
| 127 | * international/characters.el (word-combining-categories): Add | 121 | * international/characters.el (word-combining-categories): |
| 128 | entries for 2-byte Han characters. | 122 | Add entries for 2-byte Han characters. |
| 129 | 123 | ||
| 130 | 2006-06-19 Richard Stallman <rms@gnu.org> | 124 | 2006-06-19 Richard Stallman <rms@gnu.org> |
| 131 | 125 | ||
| @@ -155,7 +149,7 @@ | |||
| 155 | (org-demote, org-promote): Call `org-fixup-indentation' with just | 149 | (org-demote, org-promote): Call `org-fixup-indentation' with just |
| 156 | one argument, DIFF. | 150 | one argument, DIFF. |
| 157 | (org-mode): Don't mark buffer as modified when aligning tables. | 151 | (org-mode): Don't mark buffer as modified when aligning tables. |
| 158 | (org-clock-sum): Don't makr buffer modified when adding time sum | 152 | (org-clock-sum): Don't mark buffer modified when adding time sum |
| 159 | properties. | 153 | properties. |
| 160 | (org-export-as-html): Added support for a link validation function. | 154 | (org-export-as-html): Added support for a link validation function. |
| 161 | (org-archive-all-done): New function. | 155 | (org-archive-all-done): New function. |
| @@ -175,7 +169,7 @@ | |||
| 175 | (viper-after-change-undo-hook): Misc enhancements. | 169 | (viper-after-change-undo-hook): Misc enhancements. |
| 176 | (viper-after-change-undo-hook): New hook. | 170 | (viper-after-change-undo-hook): New hook. |
| 177 | (viper-undo): Use viper-after-change-undo-hook. | 171 | (viper-undo): Use viper-after-change-undo-hook. |
| 178 | (viper-add-newline-at-eob-if-necessary): widen before making changes. | 172 | (viper-add-newline-at-eob-if-necessary): Widen before making changes. |
| 179 | (viper-next-line-at-bol): If point is on a widget or a button, simulate | 173 | (viper-next-line-at-bol): If point is on a widget or a button, simulate |
| 180 | clicking on that widget/button. | 174 | clicking on that widget/button. |
| 181 | 175 | ||