diff options
| author | Carsten Dominik | 2008-12-07 18:34:56 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-12-07 18:34:56 +0000 |
| commit | 243de2b47c3f0f60696bc6ce5a04c2d0b9b9580a (patch) | |
| tree | 7c6f165ce86757f584b212c3b73b99b6e40f3255 | |
| parent | 777af7e5f2a46484ec8899e957b478ac2de371bf (diff) | |
| download | emacs-243de2b47c3f0f60696bc6ce5a04c2d0b9b9580a.tar.gz emacs-243de2b47c3f0f60696bc6ce5a04c2d0b9b9580a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/org/ChangeLog | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e049ae48218..cf1414a803b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,148 @@ | |||
| 1 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 2 | |||
| 3 | * org-id.el (org-id-locations-file): Wrap file name with | ||
| 4 | `convert-standard-filename'. | ||
| 5 | (org-id-files): New variable. | ||
| 6 | (org-id-use-hash): New option. | ||
| 7 | (org-id-update-id-locations): Also search in all files current | ||
| 8 | listed in `org-id-files'. Convert the resulting alist to a hash | ||
| 9 | if the user customation says so. | ||
| 10 | (org-id-locations-save): Handle he case if `org-id-locations' is a | ||
| 11 | hash. | ||
| 12 | (org-id-locations-load): Convert the alist to a hash. | ||
| 13 | (org-id-add-location): Handle the hast case. | ||
| 14 | (kill-emacs-hook): Make sure id locations are saved when Emacs is | ||
| 15 | exited. | ||
| 16 | (org-id-hash-to-alist, org-id-alist-to-hash) | ||
| 17 | (org-id-paste-tracker): New functions. | ||
| 18 | |||
| 19 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 20 | |||
| 21 | * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let | ||
| 22 | bindings of calendar variables. | ||
| 23 | |||
| 24 | * org-table.el (org-table-find-row-type): Renamed from | ||
| 25 | `org-find-row-type'. | ||
| 26 | (org-table-rewrite-old-row-references): Renamed from | ||
| 27 | `org-rewrite-old-row-references'. | ||
| 28 | (org-table-shift-refpart): Renamed from `org-shift-refpart'. | ||
| 29 | (org-table-cleanup-narrow-column-properties): Renamed from | ||
| 30 | `org-cleanup-narrow-column-properties'. | ||
| 31 | |||
| 32 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 33 | |||
| 34 | * org-table.el (org-find-row-type): New arguments DESC and CLINE, | ||
| 35 | for better error messages. | ||
| 36 | (org-table-get-descriptor-line): Supply the new arguments to | ||
| 37 | `org-find-row-type'. | ||
| 38 | (org-table-error-on-row-ref-crossing-hline): New option. | ||
| 39 | |||
| 40 | * org.el (org-target-link-regexp): Make buffer-local. | ||
| 41 | (org-move-subtree-down): Fix bug with trees at beginning of | ||
| 42 | buffer. | ||
| 43 | |||
| 44 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 45 | |||
| 46 | * org-faces.el (org-set-tag-faces): New function. | ||
| 47 | (org-tags-special-faces-re): New variable. | ||
| 48 | |||
| 49 | * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions. | ||
| 50 | |||
| 51 | * org-faces.el (org-tag-faces): New option. | ||
| 52 | (org-tag): Mention `org-tag-faces' in the docstring. | ||
| 53 | |||
| 54 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 55 | |||
| 56 | * org-exp.el (org-export-html-style-default): Implement new | ||
| 57 | quoting. | ||
| 58 | |||
| 59 | * org-jsinfo.el (org-infojs-template): Implement new quoting. | ||
| 60 | |||
| 61 | * org-w3m.el (w3m-minor-mode-hook): Also add the special copy | ||
| 62 | command to the `w3m-minor-mode-map'. | ||
| 63 | |||
| 64 | * org-archive.el (org-archive-to-archive-sibling): Protect | ||
| 65 | `this-command' to avoid appending kills during archiving. | ||
| 66 | |||
| 67 | * org-exp.el (org-export-with-priority): New variable. | ||
| 68 | (org-export-add-options-to-plist): Use `org-export-plist-vars' | ||
| 69 | instead of internal list of strings and properties. | ||
| 70 | (org-print-icalendar-entries): Retrieve the location property with | ||
| 71 | inheritance. | ||
| 72 | |||
| 73 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 74 | |||
| 75 | * org-exp.el (org-export-with-todo-keywords): New option. | ||
| 76 | (org-export-plist-vars): Include also the keys for the #+OPTIONS | ||
| 77 | line. | ||
| 78 | (org-default-export-plist, org-export-add-options-to-plist) | ||
| 79 | (org-export-as-ascii, org-export-as-html): Use the new structure | ||
| 80 | of `org-export-plist-vars'. | ||
| 81 | |||
| 82 | * org.el (org-map-entries): Return all values. | ||
| 83 | |||
| 84 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 85 | |||
| 86 | * org.el (org-matcher-time): Recognize more special values. | ||
| 87 | |||
| 88 | * org-gnus.el (fboundp): Fix defvaralias for XEmacs. | ||
| 89 | |||
| 90 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 91 | |||
| 92 | * org.el (org-tags-exclude-from-inheritance): New option. | ||
| 93 | (org-tag-inherit-p, org-remove-uniherited-tags): Respect | ||
| 94 | `org-tags-exclude-from-inheritance'. | ||
| 95 | |||
| 96 | * org-agenda.el (org-agenda-show-inherited-tags): New option. | ||
| 97 | (org-format-agenda-item): Add inherited tags to the agenda line | ||
| 98 | string, and make sure that properties are kept when downcasing the | ||
| 99 | tags list. | ||
| 100 | (org-agenda-add-inherited-tags): New function. | ||
| 101 | (org-downcase-keep-props): New function. | ||
| 102 | |||
| 103 | * org.el (org-scan-tags): Mark inherited tags with a text | ||
| 104 | property. | ||
| 105 | (org-get-tags-at): Mark inherited tags with a text property. | ||
| 106 | (org-add-prop-inherited): New function. | ||
| 107 | |||
| 108 | * org-agenda.el (org-agenda-add-inherited-tags): New function. | ||
| 109 | (org-agenda-show-inherited-tags): New option. | ||
| 110 | |||
| 111 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 112 | |||
| 113 | * org.el (org-modules): Add org-w3m to the default modules. | ||
| 114 | |||
| 115 | * org-table.el (orgtbl-self-insert-command): Make S-SPC work in | ||
| 116 | orgtbl-mode. | ||
| 117 | (orgtabl-create-or-convert-from-region): New command. | ||
| 118 | |||
| 119 | * org-exp.el (org-export-as-ascii): Remove the handling of | ||
| 120 | targets. | ||
| 121 | (org-export-ascii-preprocess): Handle targets already in this | ||
| 122 | function. | ||
| 123 | |||
| 124 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 125 | |||
| 126 | * org-timer.el (org-timer-start-time): Define this variable. | ||
| 127 | (org-timer-item): Make argument optional. | ||
| 128 | |||
| 129 | * org-list.el (org-insert-item): Automatically insert a timer item | ||
| 130 | if the current list is a timer list. | ||
| 131 | |||
| 132 | * org-timer.el: New file. | ||
| 133 | |||
| 134 | * org-publish.el (org-publish-org-index): Only exclude the index | ||
| 135 | file in the main directory from being added to the site-map. | ||
| 136 | (org-publish-get-project-from-filename): If the current project is | ||
| 137 | a component, start publishing from the parent project. | ||
| 138 | |||
| 139 | 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 140 | |||
| 141 | * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer. | ||
| 142 | |||
| 143 | * org-publish.el (org-publish-org-index): Improve removal of | ||
| 144 | temporary buffers. | ||
| 145 | |||
| 1 | 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com> | 146 | 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com> |
| 2 | 147 | ||
| 3 | * org-agenda.el (org-get-closed): Re-apply changes | 148 | * org-agenda.el (org-get-closed): Re-apply changes |