Mercurial > emacs
comparison lisp/ChangeLog @ 71451:5bec35de83c2
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 23 Jun 2006 19:03:31 +0000 |
parents | 8a6f6fdcea00 |
children | cf23c2835b54 |
comparison
equal
deleted
inserted
replaced
71450:93e8ae57983b | 71451:5bec35de83c2 |
---|---|
1 2006-06-23 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el (org-cdlatex-mode-map) | |
4 (org-cdlatex-texmathp-advice-is-done): New variables. | |
5 (org-cdlatex-mode): New minor mode. | |
6 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New | |
7 functions. | |
8 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New | |
9 commands. | |
10 (org-export-with-archived-trees): New option. | |
11 (org-open-file): Removed the call to | |
12 `convert-standard-filename'. | |
13 (org-archive-tag, org-agenda-skip-archived-trees) | |
14 (org-cycle-open-archived-trees) | |
15 (org-sparse-tree-open-archived-trees): New options. | |
16 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) | |
17 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New | |
18 functions. | |
19 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New | |
20 commands. | |
21 (org-agenda-mode-map): Add binding of | |
22 `org-agenda-toggle-archive-tag'. | |
23 (org-mode-map): Add binding for `org-toggle-archive-tag'. | |
24 (org-timeline, org-agenda-list, org-todo-list, org-tags-view): | |
25 Call `org-prepare-agenda-buffers'. | |
26 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'. | |
27 (org-file-apps, org-file-apps-defaults-gnu) | |
28 (org-file-apps-defaults-macosx) | |
29 (org-file-apps-defaults-windowsnt): Handle remote files by forcing | |
30 them to be opened in Emacs. | |
31 | |
1 2006-06-23 Andre Spiegel <spiegel@gnu.org> | 32 2006-06-23 Andre Spiegel <spiegel@gnu.org> |
2 | 33 |
3 * vc.el (vc-diff-knows-L): New variable. | 34 * vc.el (vc-diff-knows-L): New variable. |
4 (vc-diff-internal): Use it to handle "diff" programs that don't | 35 (vc-diff-internal): Use it to handle "diff" programs that don't |
5 understand -L. This works automatically, no user action is | 36 understand -L. This works automatically, no user action is |