Mercurial > emacs
comparison lisp/ChangeLog @ 85554:5b20f92e9f29
Installed org-mode 5.13d
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Mon, 22 Oct 2007 21:56:24 +0000 |
parents | 4ccd437aad2e |
children | 0c74024f724c |
comparison
equal
deleted
inserted
replaced
85553:4ccd437aad2e | 85554:5b20f92e9f29 |
---|---|
1 2007-10-22 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * org.el (org-read-date-get-relative): New function. | |
4 (org-agenda-file-regexp): New variable. | |
5 (org-agenda-files): Allow directories in the variable. | |
6 (org-agenda-get-restriction-and-command): New function. | |
7 (org-agenda): Use `org-agenda-get-restriction-and-command'. | |
8 (org-todo-blocker-hook, org-todo-trigger-hook): New hook. | |
9 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state): | |
10 New functions. | |
11 (org-entry-add-to-multivalued-property) | |
12 (org-entry-remove-from-multivalued-property) | |
13 (org-entry-member-in-multivalued-property): New functions. | |
14 (org-remember-apply-template): Catch C-g and make sure window | |
15 configuration is restored. | |
16 (org-agenda-open-link): Make is work with several links in the | |
17 line. | |
18 (org-drawers, org-set-regexps-and-options) | |
19 (org-get-current-options): Added support for a DRAWERS in-buffer | |
20 option. | |
21 (org-agenda-window-frame-fractions): New option. | |
22 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'. | |
23 (org-columns-cleanup-item, org-find-entry-with-id) | |
24 (org-insert-columns-dblock, org-listtable-to-string) | |
25 (org-dblock-write:columnview, org-columns-capture-view) | |
26 (org-edit-headline): New functions. | |
27 (org-agenda-to-appt): Require calendar. | |
28 (org-entry-get-with-inheritance): Widen for search. | |
29 (org-columns-display-here): Don't mark buffer as modified when | |
30 adding space characters to accomodate column overlays. | |
31 (org-export-as-html): Better formatting of tags in the toc. | |
32 (org-columns-display-here): Make the ITEM column as compact as | |
33 possible. | |
34 (org-remember-templates): Customization interface improved. | |
35 (org-export-with-property-drawer): Variable removed. | |
36 (org-export-with-drawers): New option. | |
37 (org-complex-heading-regexp): New variable. | |
38 (org-sort-entries): Rewrite using `sort-subr'. | |
39 (org-set-property): More appropriate completion during interactive | |
40 use. | |
41 (org-sort-entries): Allow sorting by property. | |
42 (org-additional-option-like-keywords): Added more values. | |
43 (org-sort-entries-or-items): Renamed from `org-sort-entries'. | |
44 | |
45 2007-10-22 Carsten Dominik <dominik@science.uva.nl> | |
46 | |
47 * org.texi: Small fixes. | |
48 | |
49 2007-10-22 Carsten Dominik <dominik@science.uva.nl> | |
50 | |
51 * org.el (org-get-date-from-calendar): New function. | |
52 (org-at-timestamp-p, org-timestamp-change) | |
53 (org-remember-templates): First element of each entry is now a | |
54 name for the template. | |
55 (org-store-log-note): Check for `org-note-abort'. | |
56 (org-kill-note-or-show-branches): New command. | |
57 (org-fontify-priorities): New option. | |
58 (org-fontify-priorities): New function. | |
59 (org-cut-subtree, org-copy-subtree): New argument N to | |
60 act on N sequential subtrees. | |
61 (org-paste-subtree): Fix the level at which a tree is pasted. | |
62 (org-fit-agenda-window): Limitations on window size removed. | |
63 (org-agenda-find-same-or-today-or-agenda): Renamed from | |
64 `org-agenda-find-today-or-agenda'. | |
65 (org-scheduled-past-days): New option. | |
66 (org-agenda-scheduled-leaders) | |
67 (org-agenda-deadline-leaders): New options. | |
68 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'. | |
69 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'. | |
70 (org-export-with-tags, org-export-plist-vars) | |
71 (org-infile-export-plist): New "tags" option. | |
72 (org-use-property-inheritance): New option. | |
73 (org-cached-entry-get): Use `org-use-property-inheritance'. | |
74 (org-remember-apply-template): Fixed typo. | |
75 | |
1 2007-10-22 Michael Albinus <michael.albinus@gmx.de> | 76 2007-10-22 Michael Albinus <michael.albinus@gmx.de> |
2 | 77 |
3 * net/tramp.el (tramp-find-shell) | 78 * net/tramp.el (tramp-find-shell) |
4 (tramp-open-connection-setup-interactive-shell): Improve sending | 79 (tramp-open-connection-setup-interactive-shell): Improve sending |
5 initial commands. | 80 initial commands. |