diff options
| author | Carsten Dominik | 2008-01-18 15:06:59 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-01-18 15:06:59 +0000 |
| commit | 36611f0f4b978131442ef0892ccdbf34992c381d (patch) | |
| tree | cc77f2795e98b0ecdd3ad6940f731b6bc9968558 | |
| parent | e166638d11e7acb0e79523f984a111111fb71992 (diff) | |
| download | emacs-36611f0f4b978131442ef0892ccdbf34992c381d.tar.gz emacs-36611f0f4b978131442ef0892ccdbf34992c381d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36d57f9caa0..869f3d88705 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,127 @@ | |||
| 1 | 2008-01-18 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-entry-properties) Include the CLOCKSUM | ||
| 4 | special property. | ||
| 5 | (org-columns-edit-value): Do not allow to edit the special | ||
| 6 | CLOCKSUM property. | ||
| 7 | (org-flag-drawer): Use the original value of `outline-regexp'. | ||
| 8 | (org-remember-handler): Add invisible-ok flag to call to | ||
| 9 | `org-end-of-subtree' | ||
| 10 | (org-agenda-highlight-todo): Respect | ||
| 11 | `org-agenda-todo-keyword-format'. | ||
| 12 | (org-agenda-todo-keyword-format): New option. | ||
| 13 | (org-infile-export-plist): No restriction while searching for | ||
| 14 | options. | ||
| 15 | (org-remember-handler): Remove comments at the end of the buffer. | ||
| 16 | (org-remember-use-refile-when-interactive): New option. | ||
| 17 | (org-table-sort-lines): Make sure sorting works on link | ||
| 18 | descritions only, and ignores the link. | ||
| 19 | (org-sort-entries-or-items): Make sure the end of the subtree is | ||
| 20 | included. | ||
| 21 | (org-refile-use-outline-path): New allowed values `file' and | ||
| 22 | `full-file-path'. | ||
| 23 | (org-get-refile-targets): Respect new values for | ||
| 24 | `org-refile-use-outline-path'. | ||
| 25 | (org-agenda-get-restriction-and-command): DEL goes back to initial | ||
| 26 | list. | ||
| 27 | (org-export-as-xoxo): Restore point when done. | ||
| 28 | (org-open-file): Allow multiple %s in command. | ||
| 29 | (org-clock-in-switch-to-state): New option. | ||
| 30 | (org-first-list-item-p): New function. | ||
| 31 | (org-last-remember-storage-locations): New variable. | ||
| 32 | (org-get-refile-targets): Interpret the new maxlevel setting. | ||
| 33 | (org-refile-targets): New option `:maxlevel'. | ||
| 34 | (org-copy-subtree): Include empty lines before but not after | ||
| 35 | subtree. | ||
| 36 | (org-back-over-empty-lines, org-skip-whitespace): New functions. | ||
| 37 | (org-move-item-down, org-move-item-up): Include empty lines before | ||
| 38 | but not after item. | ||
| 39 | (org-first-sibling-p): New function. | ||
| 40 | (org-remember-apply-template): Defaults, completions and history | ||
| 41 | for template prompts. Also, interpret new `%!' escape. | ||
| 42 | (org-context-choices): New constant. | ||
| 43 | (org-bound-and-true-p): New macro. | ||
| 44 | (org-imenu-depth): New option. | ||
| 45 | (org-imenu-markers): New variable. | ||
| 46 | (org-imenu-new-marker, org-imenu-get-tree) | ||
| 47 | (org-speedbar-set-agenda-restriction): New functions. | ||
| 48 | (org-agenda-set-restriction-lock) | ||
| 49 | (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New | ||
| 50 | functions. | ||
| 51 | (org-agenda-restriction-lock): New face. | ||
| 52 | (org-agenda-restriction-lock-overlay) | ||
| 53 | (org-speedbar-restriction-lock-overlay): New variables. | ||
| 54 | (org-open-at-point): Removed obsolete way to do redirection in | ||
| 55 | shell links. | ||
| 56 | (org-imenu-and-speedbar): New customization group. | ||
| 57 | (org-entry-properties): Return keyword-less time strings. | ||
| 58 | (org-clock-heading-function): New option. | ||
| 59 | (org-clock-in): Use `org-clock-heading-function'. | ||
| 60 | (org-calendar-holiday): Try to use `calendar-check-holidays' | ||
| 61 | instead of the obsolete `check-calendar-holidays'. | ||
| 62 | (org-export-html-special-string-regexps): New constant. | ||
| 63 | (org-massive-special-regexp): New variable. | ||
| 64 | (org-compute-latex-and-specials-regexp) | ||
| 65 | (org-do-latex-and-special-faces): New functions. | ||
| 66 | (org-latex-and-export-specials): New face. | ||
| 67 | (org-highlight-latex-fragments-and-specials): New option. | ||
| 68 | (org-link-escape-chars): Use characters instead of strings. | ||
| 69 | (org-link-escape-chars-browser, org-link-escape) | ||
| 70 | (org-link-unescape): Use characters instead of strings. | ||
| 71 | (org-export-html-convert-sub-super, org-html-do-expand): Check for | ||
| 72 | protected text. | ||
| 73 | (org-emphasis-alist): Additional `verbatim' flag. | ||
| 74 | (org-set-emph-re): Handle the verbatim flag and compute | ||
| 75 | `org-verbatim-re'. | ||
| 76 | (org-cleaned-string-for-export): Protect verbatim elements. | ||
| 77 | (org-verbatim-re): New variable. | ||
| 78 | (org-hide-emphasis-markers): New option. | ||
| 79 | (org-additional-option-like-keywords): Add new keywords. | ||
| 80 | (org-get-entry): Renamed from `org-get-cleaned-entry'. | ||
| 81 | (org-icalendar-cleanup-string): New function for quoting icalendar | ||
| 82 | text. | ||
| 83 | (org-agenda-skip-scheduled-if-done): New option. | ||
| 84 | (org-agenda-get-scheduled, org-agenda-get-blocks): Use | ||
| 85 | `org-agenda-skip-scheduled-if-done'. | ||
| 86 | (org-prepare-agenda-buffers): Allow buffers as arguments. | ||
| 87 | (org-entry-properties): Add CATEGORY as a special property. | ||
| 88 | (org-use-property-inheritance): Allow a list of properties as a | ||
| 89 | value. | ||
| 90 | (org-eval-in-calendar): No longer update the prompt. | ||
| 91 | (org-read-date-popup-calendar): Renamed from | ||
| 92 | `org-popup-calendar-for-date-prompt'. | ||
| 93 | (org-read-date-display-live): New variable. | ||
| 94 | (org-read-date-display): New function. | ||
| 95 | (org-read-date-analyze): New function. | ||
| 96 | (org-remember-apply-template): Define `remember-finalize' if it is | ||
| 97 | not yet defined. | ||
| 98 | (org-remember-insinuate): New function. | ||
| 99 | (org-read-date-prefer-future): New option. | ||
| 100 | (org-read-date): Respect the setting of | ||
| 101 | `org-read-date-prefer-future'. Use `org-read-date-analyze'. | ||
| 102 | (org-set-font-lock-defaults): Use `org-archive-tag' instead of a | ||
| 103 | hardcoded string. | ||
| 104 | (org-remember-apply-template): Use `remember-finalize' instead of | ||
| 105 | `remember-buffer'. | ||
| 106 | (org-columns-compute, org-column-number-to-string) | ||
| 107 | (org-columns-uncompile-format, org-columns-compile-format) | ||
| 108 | (org-columns-compile-format): Handle printf format specifier. | ||
| 109 | (org-columns-new, org-column-number-to-string) | ||
| 110 | (org-columns-uncompile-format, org-columns-compile-format): | ||
| 111 | Support for new currency summary type. | ||
| 112 | (org-tree-to-indirect-buffer): Do not kill old buffer when | ||
| 113 | `org-indirect-buffer-display' is `new-frame'. | ||
| 114 | (org-indirect-buffer-display): Document that `new-frame' leads to | ||
| 115 | indiret buffer proliferation. | ||
| 116 | (org-agenda-list): Use `org-extend-today-until'. | ||
| 117 | (org-extend-today-until): New option. | ||
| 118 | (org-format-org-table-html): Use lower-case for <col> tag. | ||
| 119 | (org-agenda-execute): New command. | ||
| 120 | (org-agenda-mode-map): Keybindings of "g" "G", "e" modified. | ||
| 121 | (org-select-remember-template): New function. | ||
| 122 | (org-remember-apply-template): Use `org-select-remember-template'. | ||
| 123 | (org-go-to-remember-target): New function. | ||
| 124 | |||
| 1 | 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> | 125 | 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 126 | ||
| 3 | * vc.el: Add a TODO note about vc-state. | 127 | * vc.el: Add a TODO note about vc-state. |