comparison lisp/ChangeLog @ 83782:dfd0da6b4550

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 30 Aug 2007 09:48:05 +0000
parents dfe08d4a5f5f
children ccdcb900589c
comparison
equal deleted inserted replaced
83781:dfe08d4a5f5f 83782:dfd0da6b4550
1 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-export-visible): Fix drawers before export.
4 (org-do-sort): Allow sorting by priority.
5 (org-agenda-files): Ignore non-existing files.
6 (org-agenda-skip-unavailable-files): New variable.
7 (org-ellipsis): All a face as value.
8 (org-mode): Interprete the face value of `org-ellipsis'.
9 (org-archive-save-context-info): New option.
10 (org-archive-subtree): Store context info in archived entry.
11 (org-fast-tag-selection-can-set-todo-state): New variable.
12 (org-fast-tag-selection): Allow setting TODO states through this
13 interface.
14 (org-cycle): Docstring updated.
15 (org-todo-keyword-faces): New option.
16 (org-get-todo-face): New function.
17 (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
18 `org-get-todo-face'.
19 (org-switch-to-buffer-other-window): New function.
20 (org-table-edit-field, org-table-show-reference)
21 (org-table-edit-formulas, org-add-log-note)
22 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
23 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
24 `switch-to-buffer-other-window' to make sure that the temporary
25 windows show up on the current frame.
26 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
27 (org-get-entries-from-diary, org-replace-region-by-html): Don't
28 allow pop-up frames.
29 (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
30 problems with time-of-day.
31 (org-export-get-title-from-subtree): New function.
32 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
33 with listing items that are DONE.
34 (org-change-tag-in-region): New command.
35 (org-agenda-skip-scheduled-if-done)
36 (org-agenda-skip-deadline-if-done): Docstring clarified.
37 (org-mode): Hide drawers on startup.
38 (org-get-todo-face): New function.
39 (org-todo-keyword-faces): New option.
40
1 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change) 41 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
2 42
3 * progmodes/grep.el (grep-find-ignored-directories): Add 43 * progmodes/grep.el (grep-find-ignored-directories): Add
4 monotone _MTN bookkeeping directory in workspaces. Add 44 monotone _MTN bookkeeping directory in workspaces. Add
5 RCS control directory. List items in alphabetical order. 45 RCS control directory. List items in alphabetical order.