diff options
| author | Carsten Dominik | 2008-03-13 08:53:48 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-03-13 08:53:48 +0000 |
| commit | 0fc0f17869bb4d7f8ef303d6960665a0638b6912 (patch) | |
| tree | be90e811db84402db8223df5f0092857bd3da97b /lisp/ChangeLog | |
| parent | 28a16a1bf0f8a302d13c30bfe49f785068edde95 (diff) | |
| download | emacs-0fc0f17869bb4d7f8ef303d6960665a0638b6912.tar.gz emacs-0fc0f17869bb4d7f8ef303d6960665a0638b6912.zip | |
New file
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84300d9d5e8..a2cf0cc6ba5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,129 @@ | |||
| 1 | 2008-03-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el (org-ctrl-c-star): Implement a missing branch | ||
| 4 | in the decision tree. | ||
| 5 | (org-select-remember-template): Cleaned the code. | ||
| 6 | (org-prepare-dblock): Added the extra :content parameter. | ||
| 7 | (org-write-agenda): New output type ".ics" files. | ||
| 8 | (org-write-agenda): Call `org-icalendar-verify-function', both for | ||
| 9 | time stamps and for TODO entries. | ||
| 10 | (org-agenda-collect-markers, org-create-marker-find-array) | ||
| 11 | (org-check-agenda-marker-table): New functions. | ||
| 12 | (org-agenda-marker-table): New variable. | ||
| 13 | (org-export-as-html): Revert the change that killed the html | ||
| 14 | buffer. Side effects first need to be studied carefully. | ||
| 15 | (org-get-tags-at): Fix the structure of the condition-case | ||
| 16 | statement. | ||
| 17 | (org-ts-regexp0, org-repeat-re, org-display-custom-time) | ||
| 18 | (org-timestamp-change): Fix regulear expressions to swallow the | ||
| 19 | extra character for repeat-shift control. | ||
| 20 | (org-auto-repeat-maybe): Implement the new repeater mechanisms. | ||
| 21 | (org-get-legal-level): Aliased to `org-get-valid-level'. | ||
| 22 | (org-dblock-write:clocktable): Added a :link parameter, linking | ||
| 23 | headlines to their location in the Org agenda files. | ||
| 24 | (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from | ||
| 25 | throwing an error when getting tags before headlines. | ||
| 26 | (org-timestamp-change, org-modify-ts-extra) | ||
| 27 | (org-ts-regexp1): Fix timestamp editing. | ||
| 28 | (org-agenda-custom-commands-local-options): New constant. | ||
| 29 | (org-agenda-custom-commands): Use | ||
| 30 | `org-agenda-custom-commands-local-options' to improve customize | ||
| 31 | type. "htmlize": Removed hack to fix face problem with htmlize, | ||
| 32 | it no longer seem necessary. | ||
| 33 | (org-follow-link-hook): New hook. | ||
| 34 | (org-agenda-custom-commands): Added "Component" as a tag for each | ||
| 35 | item in a command serie. | ||
| 36 | (org-open-at-point): Run `org-follow-link-hook'. | ||
| 37 | (org-agenda-schedule): Bugfix: don't display marker type when it | ||
| 38 | is `nil'. | ||
| 39 | (org-store-link): org-irc required. | ||
| 40 | (org-set-regexps-and-options): Parse the new logging options. | ||
| 41 | (org-extract-log-state-settings): New function. | ||
| 42 | (org-todo): Handle the new ways of recording state change stuff. | ||
| 43 | (org-local-logging): New function. | ||
| 44 | (org-columns-open-link): Fixed bug with opening link in column | ||
| 45 | view. | ||
| 46 | (org-local-logging): New function | ||
| 47 | (org-todo): Make sure that LOGGING properties are honoured. | ||
| 48 | (org-todo-keywords): Improve docstring. | ||
| 49 | (org-startup-options): Cleanup startup options. | ||
| 50 | (org-set-regexps-and-options): Process the "!" markers. | ||
| 51 | (org-todo): Respect the new logging stuff. | ||
| 52 | (org-log-note-how): New variable. | ||
| 53 | (org-add-log-maybe): New parameter HOW that defines how logging | ||
| 54 | should be done and also overrides PURPOSE. Add a docstring. | ||
| 55 | (org-add-log-note): Check if we really need to ask for a note. | ||
| 56 | (org-get-current-options): Digest the new keyword. | ||
| 57 | (org-agenda-reset-markers): Renamed from | ||
| 58 | `org-agenda-maybe-reset-markers'. FORCE argument removed. | ||
| 59 | (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed | ||
| 60 | function, without force argument. | ||
| 61 | (org-buffer-property-keys): Bind local variables s and p. | ||
| 62 | (org-make-tags-matcher): Allow "" to match an empty or | ||
| 63 | non-existent property value. | ||
| 64 | (org-export-as-html): Join unsorted lists when they directly | ||
| 65 | follow each other. Such lists may be created by headlines that | ||
| 66 | are converted to lists. | ||
| 67 | (org-nofm-to-completion): New function. | ||
| 68 | (org-export-as-html): Use :html-extension instead of | ||
| 69 | org-export-html-extension. | ||
| 70 | (org-store-link): Support for links from `rmail-summary-mode'. | ||
| 71 | (org-columns-new, org-complete, org-set-property): Set the | ||
| 72 | `include-columns' argument in the call to | ||
| 73 | `org-buffer-property-keys'. | ||
| 74 | (org-buffer-property-keys): New argument `include-columns', to | ||
| 75 | include properties expected by any of the COLUMS formats in the | ||
| 76 | current buffer. | ||
| 77 | (org-cleaned-string-for-export): Get rid of drawers first, so that | ||
| 78 | they will be removed also in the text before the first headline. | ||
| 79 | (org-clock-report): Show the clocktable when found. | ||
| 80 | (org-refile): Fix positioning bug when `org-reverse-note-order' is | ||
| 81 | nil. | ||
| 82 | (org-version): With prefix argument, insert `org-version' at | ||
| 83 | point. | ||
| 84 | (org-agenda-goto): Recenter the window after finding the target | ||
| 85 | location, to make sure the correct position will be displayed. | ||
| 86 | (org-agenda-get-deadlines): Don't scale priority with the warning | ||
| 87 | period. | ||
| 88 | (org-insert-heading): Don't break line in the middle of the line. | ||
| 89 | (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to | ||
| 90 | be 0. | ||
| 91 | (org-update-checkbox-count): Revamped to deal with hierarchical | ||
| 92 | beckboxes. This was a patch from Miguel A. Figueroa-Villanueva. | ||
| 93 | (org-remove-timestamp-with-keyword): New function. | ||
| 94 | (org-schedule, org-deadline): Use | ||
| 95 | `org-remove-timestamp-with-keyword' to make sure all such time | ||
| 96 | stamps are removed. | ||
| 97 | (org-mode): Support for `align'. | ||
| 98 | (org-agenda-get-deadlines): Make sure priorities increase as the | ||
| 99 | due date approaches and is passed. | ||
| 100 | (org-remember-apply-template): Fixed problem with tags that | ||
| 101 | contain "_" or "@". | ||
| 102 | (org-make-link-regexps): Improve the regular expression for plain | ||
| 103 | links. | ||
| 104 | (org-agenda-get-closed): List each clocking entry. | ||
| 105 | (org-set-tags): Only tabify before tags if indent-tabs-mode is t. | ||
| 106 | (org-special-ctrl-k): New option. | ||
| 107 | (org-kill-line): New function. | ||
| 108 | (org-archive-all-done): Fixed incorrect number of stars in regexp. | ||
| 109 | (org-refile-get-location): New function. | ||
| 110 | (org-refile-goto-last-stored): New function. | ||
| 111 | (org-global-tags-completion-table): Add the value of org-tag-alist | ||
| 112 | in each buffer, to make sure that also unused tags will be | ||
| 113 | available for completion. | ||
| 114 | (org-columns-edit-value) | ||
| 115 | (org-columns-next-allowed-value): Only update if not in agenda. | ||
| 116 | (org-clocktable-steps): New function. | ||
| 117 | (org-dblock-write:clocktable): Call `org-clocktable-steps'. | ||
| 118 | (org-archive-subtree): Add the outline tree context as a property. | ||
| 119 | (org-closest-date): New optional argument `prefer'. | ||
| 120 | (org-goto-auto-isearch): New option. | ||
| 121 | (org-goto-map, org-get-location): Implement auto-isearch. | ||
| 122 | (org-goto-local-auto-isearch-map): New variable. | ||
| 123 | (org-goto-local-search-forward-headings) | ||
| 124 | (org-goto-local-auto-isearch): New functions | ||
| 125 | |||
| 126 | |||
| 1 | 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu> | 127 | 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 128 | ||
| 3 | * font-lock.el (font-lock-comment-face): Set the foreground for | 129 | * font-lock.el (font-lock-comment-face): Set the foreground for |