Release 5.17
[org-mode/org-tableheadings.git] / ChangeLog
blob5840b127e1b1aae0283f2289165375d5c70717b1
1 2007-12-17  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-first-list-item-p): New function.
4         (org-last-remember-storage-locations): New variable.
5         (org-get-refile-targets): Interpret the new maxlevel setting.
6         (org-refile-targets): New option `:maxlevel'.
8 2007-12-14  Carsten Dominik  <dominik@science.uva.nl>
10         * org.el (org-copy-subtree): Include empty lines before but not
11         after subtree.
12         (org-back-over-empty-lines, org-skip-whitespace): New functions.
13         (org-move-item-down, org-move-item-up): Include empty lines before
14         but not after item.
15         (org-first-sibling-p): New function.
17 2007-12-13  Carsten Dominik  <dominik@science.uva.nl>
19         * org.el (org-remember-apply-template): Defaults, completions and
20         history for template prompts.  Also, interpret new `%!' escape.
22 2007-12-03  Carsten Dominik  <dominik@science.uva.nl>
24         * org.el (org-context-choices): New constant.
25         (org-bound-and-true-p): New macro.
27 2007-11-30  Carsten Dominik  <dominik@science.uva.nl>
29         * org.el (org-imenu-depth): New option.
30         (org-imenu-markers): New variable.
31         (org-imenu-new-marker, org-imenu-get-tree)
32         (org-speedbar-set-agenda-restriction): New functions.
33         (org-agenda-set-restriction-lock)
34         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
35         functions.
36         (org-agenda-restriction-lock): New face.
37         (org-agenda-restriction-lock-overlay)
38         (org-speedbar-restriction-lock-overlay): New variables.
39         (org-open-at-point): Removed obsolete way to do redirection in
40         shell links.
41         (org-imenu-and-speedbar): New customization group.
43 2007-11-27  Carsten Dominik  <dominik@science.uva.nl>
45         * org.el (org-entry-properties): Return keyword-less time strings.
46         (org-clock-heading-function): New option.
47         (org-clock-in): Use `org-clock-heading-function'.
49 2007-11-25  Carsten Dominik  <dominik@science.uva.nl>
51         * org.texi (Property inheritance): New section
52         (Conventions): New section.
53         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
54         commands, and the new bindings for refiling.
55         (Sparse trees): Document the new special command for sparse trees.
56         (References): Be more clear about the counting of hilines.
57         (Handling links): Document M-p/n for accessing links.
58         (Fast access to TODO states): New section.
59         (Per file keywords): New section.
60         (Property inheritance): New section.
61         (Column attributes): New summary types.
62         (Capturing Column View): New section.
63         (The date/time prompt): Cover the new features in the date/time
64         prompt.  Compactify the table of keys for the calendar remote
65         control.
66         (Clocking work time): Document the new :scope parameter.
67         (Remember): Promoted to chapter.
68         (Quoted examples): New section.
69         (Enhancing text): New verbatim environments.
71         * org.el (org-calendar-holiday): Try to use
72         `calendar-check-holidays' instead of the obsolete
73         `check-calendar-holidays'.
74         (org-export-html-special-string-regexps): New constant.
75         (org-massive-special-regexp): New variable.
76         (org-compute-latex-and-specials-regexp)
77         (org-do-latex-and-special-faces): New functions.
78         (org-latex-and-export-specials): New face.
79         (org-highlight-latex-fragments-and-specials): New option.
80         (org-link-escape-chars): Use characters instead of strings.
81         (org-link-escape-chars-browser, org-link-escape)
82         (org-link-unescape): Use characters instead of strings.
83         (org-export-html-convert-sub-super, org-html-do-expand): Check for
84         protected text.
85         (org-emphasis-alist): Additional `verbatim' flag.
86         (org-set-emph-re): Handle the verbatim flag and compute
87         `org-verbatim-re'.
88         (org-cleaned-string-for-export): Protect verbatim elements.
89         (org-verbatim-re): New variable.
90         (org-hide-emphasis-markers): New option.
91         (org-additional-option-like-keywords): Add new keywords.
92         (org-get-entry): Renamed from `org-get-cleaned-entry'.
93         (org-icalendar-cleanup-string): New function for quoting icalendar
94         text.
95         (org-agenda-skip-scheduled-if-done): New option.
96         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
97         `org-agenda-skip-scheduled-if-done'.
98         (org-prepare-agenda-buffers): Allow buffers as arguments.
99         (org-entry-properties): Add CATEGORY as a special property.
100         (org-use-property-inheritance): Allow a list of properties as a
101         value.
102         (org-eval-in-calendar): No longer update the prompt.
103         (org-read-date-popup-calendar): Renamed from
104         `org-popup-calendar-for-date-prompt'.
105         (org-read-date-display-live): New variable.
106         (org-read-date-display): New function.
107         (org-read-date-analyze): New function.
108         (org-remember-apply-template): Define `remember-finalize' if it is
109         not yet defined.
110         (org-remember-insinuate): New function.
111         (org-read-date-prefer-future): New option.
112         (org-read-date): Respect the setting of
113         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
114         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
115         hardcoded string.
116         (org-remember-apply-template): Use `remember-finalize' instead of
117         `remember-buffer'.
118         (org-columns-compute, org-column-number-to-string)
119         (org-columns-uncompile-format, org-columns-compile-format)
120         (org-columns-compile-format): Handle printf format specifier.
121         (org-columns-new, org-column-number-to-string)
122         (org-columns-uncompile-format, org-columns-compile-format):
123         Support for new currency summary type.
124         (org-tree-to-indirect-buffer): Do not kill old buffer when
125         `org-indirect-buffer-display' is `new-frame'.
126         (org-indirect-buffer-display): Document that `new-frame' leads to
127         indiret buffer proliferation.
128         (org-agenda-list): Use `org-extend-today-until'.
129         (org-extend-today-until): New option.
130         (org-format-org-table-html): Use lower-case for <col> tag.
131         (org-agenda-execute): New command.
132         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
133         (org-select-remember-template): New function.
134         (org-remember-apply-template): Use `org-select-remember-template'.
135         (org-go-to-remember-target): New function.
137 2007-11-04  Bastien Guerry  <Bastien.Guerry@ens.fr>
139         * org.el (org-export-with-special-strings): New option.
140         (org-export-html-convert-special-strings): New function.
141         (org-html-do-expand): `org-export-html-convert-special-strings'
142         added to the list of conversion.
143         (org-infile-export-plist, org-get-current-options): Added support
144         for "-" in the #+OPTION line to let user switch on/off special
145         strings conversion.
146         (org-export-plist-vars): New :html-table-tag property.
147         (org-export-as-html, org-format-org-table-html)
148         (org-format-table-table-html) Use the :html-table-tag property
149         instead of the `org-export-html-table-tag' global value.
150         (org-additional-option-like-keywords): Added "TBLFM".
152 2007-11-27  Bastien Guerry  <bzg@altern.org>
154         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
155         (org-export-latex-special-chars): Convert "..." in \ldots and skip
156         tables
157         (org-export-latex-fontify-headline): Changed parameter name
158         (org-export-as-latex): Handle export of subtrees
159         (org-export-latex-make-header): New argument TITLE
160         (org-export-latex-content): New argument EXCLUDE-LIST
161         (org-list-parse-list): New name for org-export-latex-parse-list
162         (org-export-latex-make-header): New name for
163         org-export-latex-make-preamble
164         (org-list-to-generic): New name of org-export-list-to-generic
165         (org-list-to-latex): New name of org-export-list-to-latex
166         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
167         (org-list-send-list, org-list-to-texinfo)
168         (org-list-to-html): New functions
169         (org-export-latex-tables-column-borders)
170         (org-export-latex-default-class, org-export-latex-classes)
171         (org-export-latex-classes-sectioning)
172         (org-list-radio-list-templates): New options
173         (org-export-latex-header): New variable
174         (org-latex-entities): New constant
175         (org-export-latex-default-sectioning, org-export-latex-preamble)
176         (org-export-latex-prepare-text-option)
177         (org-export-latex-get-sectioning): Removed
179 -----------------------------------------------------------------------
181 Installed as 5.13g
183 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
185         * org.el (org-remember-handler): Make sure the amount of
186         whitespace after the note is right.
188 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
190         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
191         instead of `mapcar'.
193         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
194         instead of `mapcar'.
195         (org-agenda-list): Numeric prefix argument can specify the number
196         of days.
197         (remember-register, remember-buffer): Prevent byte compiler from
198         complaining.
201         * org.el (org-agenda-get-restriction-and-command): Fix window
202         size.
203         (org-read-date-get-relative): Require [-+] at the beginning.
204         (org-open-link-from-string): New function.
205         (org-columns-open-link): New commands.
206         (org-scan-tags): Handle indirect buffers.
207         (org-read-date-get-relative): New function.
208         (org-agenda-file-regexp): New variable.
209         (org-agenda-files): Allow directories in the variable.
210         (org-agenda-get-restriction-and-command): New function.
211         (org-agenda): Use `org-agenda-get-restriction-and-command'.
212         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
213         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
214         New functions.
215         (org-entry-add-to-multivalued-property)
216         (org-entry-remove-from-multivalued-property)
217         (org-entry-member-in-multivalued-property): New functions.
218         (org-remember-apply-template): Catch C-g and make sure window
219         configuration is restored.
220         (org-agenda-open-link): Make is work with several links in the
221         line.
222         (org-drawers, org-set-regexps-and-options)
223         (org-get-current-options): Added support for a DRAWERS in-buffer
224         option.
225         (org-agenda-window-frame-fractions): New option.
226         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
227         (org-columns-cleanup-item, org-find-entry-with-id)
228         (org-insert-columns-dblock, org-listtable-to-string)
229         (org-dblock-write:columnview, org-columns-capture-view)
230         (org-edit-headline): New functions.
231         (org-agenda-to-appt): Require calendar.
232         (org-entry-get-with-inheritance): Widen for search.
233         (org-columns-display-here): Don't mark buffer as modified when
234         adding space characters to accomodate column overlays.
235         (org-export-as-html): Better formatting of tags in the toc.
236         (org-columns-display-here): Make the ITEM column as compact as
237         possible.
238         (org-remember-templates): Customization interface improved.
239         (org-export-with-property-drawer): Variable removed.
240         (org-export-with-drawers): New option.
241         (org-complex-heading-regexp): New variable.
242         (org-sort-entries): Rewrite using `sort-subr'.
243         (org-set-property): More appropriate completion during interactive
244         use.
245         (org-sort-entries): Allow sorting by property.
246         (org-additional-option-like-keywords): Added more values.
247         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
249 ----------------------------------------------------------------------
251 installed as 5.12
253 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
256         * org.texi: Small fixes.
258 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
260         * org.el (org-get-date-from-calendar): New function.
261         (org-at-timestamp-p, org-timestamp-change)
262         (org-remember-templates): First element of each entry is now a
263         name for the template.
264         (org-store-log-note): Check for `org-note-abort'.
265         (org-kill-note-or-show-branches): New command.
266         (org-fontify-priorities): New option.
267         (org-fontify-priorities): New function.
268         (org-cut-subtree, org-copy-subtree): New argument N to
269         act on N sequential subtrees.
270         (org-paste-subtree): Fix the level at which a tree is pasted.
271         (org-fit-agenda-window): Limitations on window size removed.
272         (org-agenda-find-same-or-today-or-agenda): Renamed from
273         `org-agenda-find-today-or-agenda'. 
274         (org-scheduled-past-days): New option.
275         (org-agenda-scheduled-leaders)
276         (org-agenda-deadline-leaders): New options.
277         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
278         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
279         (org-export-with-tags, org-export-plist-vars)
280         (org-infile-export-plist): New "tags" option.
281         (org-use-property-inheritance): New option.
282         (org-cached-entry-get): Use `org-use-property-inheritance'.
283         (org-remember-apply-template): Fixed typo.
285 ----------------------------------------------------------------------
286 Installed as 5.11
287         
289 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
291         * org.el (org-additional-option-like-keywords): New constant.
292         (org-complete): Use `org-additional-option-like-keywords'.
293         (org-parse-local-options): New function.
295 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
297         * org.el (org-in-clocktable-p): New function.
298         (org-clock-report): Only update the table at point, or insert a
299         new one.
300         (org-clock-goto): New function.
301         (org-open-file): Use `start-process-shell-command' instead of
302         `shell-command' with an ampersand. 
303         (org-deadline, org-schedule): New argument REMOVE to remove the
304         date from the entry.
305         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
306         argument to `org-schedule' and `org-deadline'.
307         (org-trim): Use the correct expressions for beginning and end of
308         the string.
309         (org-get-cleaned-entry): Trim the string before returning it.
310         (org-clock-find-position): New function.
311         (org-clock-into-drawer): New option.
312         (org-agenda-tags-column): Renamed from
313         `org-agenda-align-tags-to-column'. 
314         (org-agenda-align-tags): Allow negative values for
315         `org-agenda-tags-column'.
316         (org-insert-labeled-timestamps-before-properties-drawer): Variable
317         removed.
318         (org-agenda-to-appt): new optional argument FILTER.
319         (org-completion-fallback-command): New variable.
320         (org-complete): Use `org-completion-fallback-command'.
321         (org-find-base-buffer-visiting): Catch the case that there is no
322         buffer visiting the file.
323         (org-property-or-variable-value): New function.
324         (org-todo): Use `org-property-or-variable-value'
325         (org-agenda-compact-blocks): New option.
326         (org-prepare-agenda, org-agenda-list): Use
327         `org-agenda-compact-blocks'.
328         (org-agenda-schedule, org-agenda-deadline): Call
329         `org-agenda-show-new-time'.
330         (org-agenda-show-new-time): New argument PREFIX.
331         (org-colgroup-info-to-vline-list): Fixed but that cause a
332         shift in the vertical lines.
333         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
334         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
335         (org-indent-item): No arg in call to `org-fix-bullet-type'.
336         (org-fix-bullet-type): Removed argument.
337         (org-read-date): Check for am/pm twice, to catch the end time.
338         (org-goto-map): Use `suppress-keymap'.
339         (org-remember-apply-template): Respect the dynamically scoped
340         selection character.
342         * org.texi (Appointment reminders): New section.
344 2007-10-05  Bastien Guerry  <Bastien.Guerry@ens.fr>
346         * org-export-latex.el (org-export-latex-protect-string): 
347         Renaming of `org-latex-protect'.
348         (org-export-latex-emphasis-alist): By default, don't protect 
349         any emphasis formatter from further conversion.
350         (org-export-latex-tables): honor column grouping for tables.
351         (org-export-latex-title-command): New option.
352         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
353         export backslash character.
355 ------------------------------------------------------------
356 Installed as 5.10
358 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
360         * org.el (turn-on-orgstruct++): New function.
361         (org-table-convert-region): Prefix arg interpreted differently in
362         terms of field separator.
363         (org-icalendar-include-body-as-description): New option.
364         (org-export-icalendar-clean-description): New function.
365         (org-link-escape): New argument TABLE.
366         (org-link-escape-chars-browser): New constant.
367         (org-open-at-point): Call `org-link-escape' with new argument.
368         (org-export-html-extension): New option.
369         (org-read-date): New argument DEFAULT-TIME.  No longer determine
370         default time from buffer context.
371         (org-time-stamp): Pass default time to `org-read-date'.
372         (org-refresh-category-properties): New function.
373         (org-dblock-write:clocktable): Interpret the :scope parameter.
374         (org-archive-subtree): Use category properties.
375         (org-prepare-agenda-buffers): Call
376         `org-refresh-category-properties'.
377         (org-category-table): Variable removed.
378         (org-get-category-table): Function removed.
379         (org-get-category): Just get the property now.
380         (org-tags-view, org-agenda-get-day-entries)
381         (org-print-icalendar-entries): No longer create the category table.
382         (org-columns-check-computed): New function.
383         (org-columns-compute): Mark computed values.
384         (org-columns-update): Set also the `org-columns-value' property.
385         (org-indent-item): Fix bullet type before thinking about
386         renumbering.
388 2007-09-26  Bastien Guerry  <Bastien.Guerry@ens.fr>
390         * org-export-latex.el (org-export-latex-emphasis-alist): 
391         Each list of the alist now requires three elements.
392 -----------------------------------------------------------------
393 Installed as 5.09
394         
395         2007-09-14  Bastien Guerry  <bzg@altern.org>
397         * org-export-latex.el (org-export-latex-tables-verbatim): New
398         function.
399         (org-export-latex-remove-from-headlines): Name changed because of
400         typo. 
401         (org-export-latex-quotation-marks-convention): Option removed.
402         (org-export-latex-make-preamble): Handle the DATE option.
403         (org-export-latex-cleaned-string): Now the only cleaning function,
404         synched up with org.el.
405         (org-export-latex-lists, org-export-latex-parse-list)
406         (org-export-list-to-latex): New functions.
409 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
411         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
412         (org-outline-regexp): New constant.
413         (org-remember-handler): Throw error when the target file is not in
414         org-mode.
415         (org-cleaned-string-for-export): No longer call
416         `org-export-latex-cleaned-string' with an argument.
417         (org-get-tags): Returns now a list, not a string.
418         (org-get-tags-string): New function.
419         (org-archive-subtree): No need to split return of `org-get-tags'.
420         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
421         instead of `org-get-tags'.
422         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
423         (org-time-from-absolute, org-agenda-format-date-aligned): New
424         functions.
425         (org-compatible-face): New argument INHERITS.  Inherit from this
426         face if possible.
427         (org-level-1, org-level-2, org-level-3, org-level-4)
428         (org-level-5, org-level-6, org-level-7, org-level-8)
429         (org-special-keyword, org-drawer, org-column, org-warning)
430         (org-archived, org-todo, org-done, org-headline-done, org-table)
431         (org-formula, org-code, org-agenda-structure)
432         (org-scheduled-today, org-scheduled-previously)
433         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
434         in the new way.
435         (org-get-heading): New argument NO-TAGS.
436         (org-fast-tag-selection-include-todo): Made defvar instead of
437         defcustom, feature is not deprecated.
438         (org-remember-store-without-prompt): New default value t.
439         (org-todo-log-states): New variable.
440         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
441         Compute the log states.
442         (org-goto-map): More commands copied from global map.  Also bind
443         `org-occur'.
444         (org-goto): Made into a general lookup command.
445         (org-get-location): Complete rewrite.
446         (org-goto-exit-command): New variable.
447         (org-goto-selected-point): New variable.
448         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
449         the new variables.
450         (org-paste-subtree): Whitespace insertion strategy revised.
451         (org-remember-apply-template): Protect v-A from the possibility
452         that v-a might be nil.
453         (org-remember-handler): Insertion rules revised.
454         (org-todo): Respect org-todo-log-states.
455         (org-up-heading-safe): New function.
456         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
457         
458         * org.texi: Change links to webpage and maintained email.
459         (Remember): Promoted to Chapter, significant changes.
460         (Fast access to TODO states): New section.
461         (Faces for TODO keywords): New section.
462         (Export options): Example for #+DATE.
463         (Progress logging): Section moved.
465 ----------------------------------------------------------------------
466 installed in Emacs as 5.08
468 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
470         * org.el (org-re): Also replace the :alpha: class.
471         (org-todo-tag-alist): Variable removed.
472         (org-todo-key-alist, org-todo-key-trigger) New variables.
473         (org-use-fast-todo-selection): New option.
474         (org-log-done): Docstring fixed.
475         (org-deadline-warning-days): New default value 14.
476         (org-edit-timestamp-down-means-later) New option.
477         (org-tag-alist): Docstring fixed.
478         (org-fast-tag-selection-include-todo): New option.
479         (org-export-language-setup): New languages added.
480         (org-set-regexps-and-options): Compute the new variables.
481         (org-paste-subtree): Cleaning up.
482         (org-remember-apply-template): New escape %A.
483         (org-todo): Call fast TODO selection.
484         (org-fast-todo-selection): New function.
485         (org-add-log-note): Allow prefix for abort exit.
486         (org-at-property-p, org-entry-properties)
487         (org-columns-get-autowidth-alist): Use :alpha: class.
488         (org-get-wdays): New function.
489         (org-agenda-remove-date): New variable.
490         (org-agenda-get-deadlines): Use `org-get-wdays'.
491         (org-agenda-get-deadlines): Reverse ee before returning.
492         (org-format-agenda-item): New argument REMOVE-RE.
493         (org-agenda-convert-date): Baha'i calendar added.
494         (org-infile-export-plist): Also find DATE line.
495         (org-get-min-level): New function.
496         (org-export-as-html, org-export-as-ascii): Use the date format.
497         (org-shiftup, org-shiftdown): Use.
498         `org-edit-timestamp-down-means-later'.
499         (org-assign-fast-keys): New function.
501 ----------------------------------------------------------------------
503 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
505         * org.el (org-export-visible): Fix drawers before export.
506         (org-do-sort): Allow sorting by priority.
507         (org-agenda-files): Ignore non-existing files.
508         (org-agenda-skip-unavailable-files): New variable.
509         (org-ellipsis): All a face as value.
510         (org-mode): Interprete the face value of `org-ellipsis'.
511         (org-archive-save-context-info): New option.
512         (org-archive-subtree): Store context info in archived entry.
513         (org-fast-tag-selection-can-set-todo-state): New variable.
514         (org-fast-tag-selection): Allow setting TODO states through this
515         interface.
516         (org-cycle): Docstring updated.
517         (org-todo-keyword-faces): New option.
518         (org-get-todo-face): New function.
519         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
520         `org-get-todo-face'.
521         (org-switch-to-buffer-other-window): New function.
522         (org-table-edit-field, org-table-show-reference)
523         (org-table-edit-formulas, org-add-log-note)
524         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
525         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
526         `switch-to-buffer-other-window' to make sure that the temporary
527         windows show up on the current frame.
528         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
529         (org-get-entries-from-diary, org-replace-region-by-html): Don't
530         allow pop-up frames.
531         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
532         problems with time-of-day.
533         (org-export-get-title-from-subtree): New function.
534         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
535         with listing items that are DONE.
536         (org-change-tag-in-region): New command.
537         (org-agenda-skip-scheduled-if-done)
538         (org-agenda-skip-deadline-if-done): Docstring clarified.
539         (org-mode): Hide drawers on startup.
540         (org-get-todo-face): New function.
541         (org-todo-keyword-faces): New option.
543 -------------------------------------------------------------------------       
545 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
547         * org.el (org-agenda-skip): Allow a form for
548         `org-agenda-skip-function'.
549         (org-agenda-redo): Re-use local settings.
550         (org-agenda): Store local settings.
551         (org-agenda-deadline-faces): New option.
552         (org-agenda-deadline-face): New function.
553         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
554         entries on their due date.
555         (org-agenda-get-timestamps): No longer handle the due dates of
556         schedules and deadline items.
557         (org-insert-link-global, org-open-at-point-global): New commands.
558         (org-export-as-ascii): Call
559         `org-cleaned-string-for-export' with a :for-ascii parameter.
560         (org-skip-comments): Function removed.
561         (org-cleaned-string-for-export): Handle special table lines.
562         (org-global-properties): New option.
563         (org-entry-get-with-inheritance): Check global properties.
564         (org-local-properties): New variable.
565         (org-set-regexps-and-options): Find the #+PROPERTY line.
566         (org-link-types): Change type into variable (was constant).
567         (org-make-link-regexps): New function.
568         (org-link-re-with-space, org-link-re-with-space2)
569         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
570         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
571         these regular expressions happens now in the function
572         `org-make-link-regexps'.
573         (org-store-link): Call the functions in `org-store-link-functions'.
574         (org-add-link-type): New function.
575         (org-store-link-functions): New variable.
576         (org-activate-tags): Force matches to be in headlines.
577         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
578         (org-columns-display-here): Make sure this works in a narrowed
579         buffer by checking for point-min.
580         (org-columns-display-here): Make the rest of the line intangible,
581         so that point never can be there.
582         (org-cleaned-string-for-export): Use `with-current-buffer'.
583         (org-replace-region-by-html): Use `with-current-buffer'.
584         (org-unfontify-region, org-do-occur, org-columns-display-here)
585         (org-columns-remove-overlays, org-columns-quit)
586         (org-columns-edit-value, org-columns-next-allowed-value)
587         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
588         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
589         (org-agenda-todo, org-agenda-change-all-lines)
590         (org-agenda-align-tags, org-agenda-priority)
591         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
592         (org-agenda-show-new-time, org-cleaned-string-for-export)
593         (org-export-grab-title-from-buffer): 
594         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
595         instead of `buffer-read-only'.
596         (org-export-as-html): Set `coding-system-for-write'.
597         (org-remember-store-without-prompt): New option.
598         (org-archive-subtree): Fixed bug with modifying TODO keyword.
599         (org-beginning-of-line): Also treat C-a special in items.
600         (org-table-convert-refs-to-rc): Fixed problem with column
601         reference after "..".
602         (org-columns-compute): Don't mark buffer modified because of text
603         properties.
604         (org-batch-store-agenda-views): Use the variable
605         `default-directory', not the function.
606         (org-clock-out-if-current): Respect
607         `org-clock-out-when-done'.
608         (org-clock-out-when-done): New option.
609         (org-html-entities): Added HTML entities for smileys.
611         * org.texi (Adding hyperlink types): New section.
612         (Embedded LaTeX): Chapter updated because of LaTeX export.
613         (LaTeX export): New section.
614         (Using links out): New section.
617 -----------------------------------------------------------------
619 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
621         * org.texi (Properties and columns): Chapter rewritten.
623 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
625         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
626         span as default.
628         (org-columns-edit-value): Renamed from `org-column-edit'.
629         (org-columns-display-here-title): Renamed from
630         `org-overlay-columns-title'.
631         (org-columns-remove-overlays): ` Renamed from
632         org-remove-column-overlays'.
633         (org-columns-get-autowidth-alist): ` Renamed from
634         org-get-columns-autowidth-alist'.
635         (org-columns-display-here): Renamed from `org-overlay-columns'.
636         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
637         (org-columns-quit): Renamed from `org-column-quit'.
638         (org-columns-show-value): Renamed from `org-column-show-value'.
639         (org-columns-content, org-columns-widen)
640         (org-columns-next-allowed-value)
641         (org-columns-edit-allowed, org-columns-store-format)
642         (org-columns-uncompile-format, org-columns-redo)
643         (org-columns-edit-attributes, org-delete-property)
644         (org-set-property, org-columns-update)
645         (org-columns-compute, org-columns-eval)
646         (org-columns-not-in-agenda, org-columns-compute-all)
647         (org-property-next-allowed-value)
648         (org-columns-compile-format)
649         (org-fill-paragraph-experimental)
650         (org-string-to-number, org-property-action)
651         (org-columns-move-left, org-columns-new )
652         (org-column-number-to-string)
653         (org-property-previous-allowed-value)
654         (org-at-property-p, org-columns-delete)
655         (org-columns-previous-allowed-value)
656         (org-columns-move-right, org-columns-narrow)
657         (org-property-get-allowed-values)
658         (org-verify-version, org-column-string-to-number)
659         (org-delete-property-globally): New functions.
660         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
661         (org-columns-overlays): Renamed from `org-column-overlays'.
662         (org-columns-map): Renamed from `org-column-map'.
663         (org-columns-current-maxwidths): Renamed from
664         `org-current-columns-maxwidths'.
665         (org-columns-begin-marker, org-columns-current-fmt-compiled)
666         (org-previous-header-line-format)
667         (org-columns-inhibit-recalculation) 
668         (org-columns-top-level-marker): New variables.
669         (org-columns-default-format): Renamed from
670         `org-default-columns-format'.
671         (org-property-re): New constant.
673         
675 =====================================================================
677 Installed as 5.01b      
679 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
681         * org.el (orgstruct-mode-map): New variable.
682         (orgstruct-mode): New minor mode.
683         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
684         (orgstruct-make-binding, org-context-p, org-get-local-variables)
685         (org-run-like-in-org-mode): New functions.
686         (org-cycle-list-bullet): New command.
687         (org-special-properties, org-property-start-re)
688         (org-property-end-re): New constants.
689         (org-with-point-at): New macro.
690         (org-get-property-block, org-entry-properties, org-entry-get)
691         (org-entry-delete, org-entry-get-with-inheritance)
692         (org-entry-put, org-buffer-property-keys): New functions.
693         (org-insert-property-drawer): New command.
694         (org-entry-property-inherited-from): New variable.
695         (org-column): New face.
696         (org-column-overlays, org-current-columns-fmt)
697         (org-current-columns-maxwidths, org-column-map): New variables.
698         (org-column-menu): New menu.
699         (org-new-column-overlay, org-overlay-columns)
700         (org-overlay-columns-title, org-remove-column-overlays)
701         (org-column-show-value, org-column-quit, org-column-edit): New
702         functions.
703         (org-columns, org-agenda-columns): New commands.
704         (org-get-columns-autowidth-alist): New functions.
705         (org-properties): New customize group.
706         (org-default-columns-format): New option.
708 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
710         * org.el (org-priority): Realign tags after changing priority. 
711         (org-preserve-lc): New macro.
712         (org-update-checkbox-count): Catch case when there is no headline.
713         (org-agenda-quit): Remove any column overlays.
715 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
717         * org.el (org-beginning-of-item-list): Fixed bug when non-item
718         line is indented too deep.
720 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
722         * org.el (org-cached-props): New variable.
723         (org-cached-entry-get): New function.
724         (org-make-tags-matcher): Handle property matches.
726 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
728         * org.el (org-table-recalculate): Swap evaluation order:  Field
729         formula first, then column formulas, but don't allow them to
730         overwrite the field formulas.
731         (org-table-eval-formula): New argument untouchable.
732         (org-table-put-field-property): New function.
734 ========================================================================
736 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
738         * org.el (org-export-with-footnotes): New option.
740 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
742         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
743         (org-agenda-default-appointment-duration): New option.
745 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
747         * org.texi (Tag): Section swapped with node Timestamps.
748         (Formula syntax for Lisp): Document new `L' flag.
750         * org.el (org-end-time-was-given): New variable.
751         (org-read-date): Look for time range.
752         (org-timestamp-change): Deal with time range issues.
753         (org-modify-ts-extra): New function.
754         (org-remember-apply-template, org-add-planning-info)
755         (org-time-stamp, org-time-stamp-inactive): Make use of
756         `org-end-time-was-given'.
757         (org-set-regexps-and-options, org-activate-tags)
758         (org-archive-subtree, org-toggle-tag)
759         (org-make-org-heading-search-string, org-open-at-point)
760         (org-link-search, org-remember-handler, org-complete)
761         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
762         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
763         (org-agenda-list-stuck-projects, org-format-agenda-item)
764         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
765         (org-ascii-level-start, org-export-as-html)
766         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
767         to match tags, in order to allow lanufage-specific characters in
768         tags.
769         (org-beginning-of-item-list): New command.
770         (org-target): New face.
771         (org-activate-links): New link type target.
775 ======================================================================
776         
777 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
779         * textmodes/org.el:
780         (org-export-region-as-html, org-replace-region-by-html)
781         (org-number-to-letters, org-table-fedit-finish)
782         (org-normalize-color, org-table-fedit-ref-right)
783         (org-date-to-gregorian, org-table-fedit-move)
784         (org-table-convert-refs-to-rc, org-calendar-holiday)
785         (org-table-fedit-toggle-ref-type, org-write-agenda)
786         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
787         (org-defkey, org-encode-for-stdout)
788         (org-indent-line-function, org-export-as-html-to-buffer)
789         (org-store-agenda-views, org-update-mode-line)
790         (org-find-if, org-delete-all)
791         (org-table-fedit-convert-buffer, org-emphasize)
792         (org-uniquify, org-table-fedit-lisp-indent)
793         (org-table-fedit-scroll, org-get-todo-sequence-head)
794         (org-table-fedit-scroll-down, org-table-fedit-line-down)
795         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
796         (org-table-fedit-toggle-coordinates, org-dvipng-color)
797         (org-table-fedit-line-up, org-table-fedit-ref-down)
798         (org-table-formula-from-user, org-mode-flyspell-verify)
799         (org-cycle-show-empty-lines, org-ctrl-c-ret)
800         (org-table-formula-to-user, org-diary-to-ical-string)
801         (orgtbl-export, org-table-fedit-post-command)
802         (org-closed-in-range, org-shiftcontrolright)
803         (org-table-convert-refs-to-an, org-table-hline-and-move)
804         (org-table-formula-less-p, org-format-table-ascii)
805         (org-agenda-get-sexps, org-shift-refpart)
806         (org-diary-sexp-entry, org-time-string-to-absolute)
807         (org-table-show-reference, org-letters-to-number)
808         (org-fix-agenda-info, org-table-fedit-ref-up)
809         (org-table-fedit-shift-reference, org-table-fedit-abort)
810         (org-closest-date, org-shiftcontrolleft)
811         (org-at-heading-or-item-p, org-rematch-and-replace)
812         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
813         function.
814         (org-table-edit-scroll-down, org-finish-edit-formulas)
815         (org-table-edit-next-field, org-abort-edit-formulas)
816         (org-font-lock-level, org-export-find-first-heading-line)
817         (org-table-edit-line-down, org-table-edit-backward-field)
818         (org-edit-formula-lisp-indent, org-table-edit-move)
819         (org-check-log-option, org-this-word)
820         (org-table-edit-line-up, org-table-edit-formulas-post-command)
821         (org-agenda-file-to-end, org-expand-file-name)
822         (org-fake-empty-table-line, org-table-edit-scroll)
823         (org-toggle-log-option, org-show-reference): Function removed.
824         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
825         defsubst.
826         (org-unmodified, org-batch-store-agenda-views)
827         (org-batch-agenda-csv): New macro.
828         (org-agenda-export): New customization group.
829         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
830         (org-highest-priority, org-agenda-exporter-settings)
831         (org-log-done-with-time, org-replace-disputed-keys)
832         (org-format-latex-header, org-export-table-header-tags)
833         (org-cycle-separator-lines, org-export-table-data-tags)
834         (org-icalendar-include-sexps)
835         (org-empty-line-terminates-plain-lists)
836         (org-log-repeat, org-special-ctrl-a)
837         (org-table-use-standard-references, org-disputed-keys)
838         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
839         (org-agenda-export-html-style): New option.
840         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
841         (org-CUA-compatible): Option removed.
842         (org-agenda-structure,  org-sexp-date): New face.
843         (org-todo-keywords-for-agenda, org-not-done-keywords)
844         (org-planning-or-clock-line-re, org-agenda-name)
845         (org-table-colgroup-info, org-todo-sets)
846         (constants-unit-system, org-clock-mode-line-entry)
847         (org-mode-line-timer, org-table-current-begin-pos)
848         (org-todo-keywords-1, org-mode-line-string)
849         (org-table-clean-did-remove-column, org-table-fedit-map)
850         (org-clock-heading, org-table-buffer-is-an)
851         (org-agenda-info, org-done-keywords)
852         (org-done-keywords-for-agenda, org-todo-heads)
853         (org-todo-kwd-alist, org-clock-start-time): New variable.
854         (org-todo-kwd-priority-p, org-edit-formulas-map)
855         (org-repeat-re, org-todo-kwd-max-priority)
856         (org-version, org-done-string)
857         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
858         removed.
859         (org-table-translate-regexp, org-repeat-re, org-version): New
860         constant.
861         (org-ts-lengths): Constant removed.
862         (org-follow-gnus-link): Don't ask how many articles to read.
863         (org-export-find-first-export-line): Renamed from
864         `org-export-find-first-heading'.  Use
865         `org-export-skip-text-before-1st-heading'.
866         (org-table-fedit-post-command): Renamed from
867         `org-table-edit-formulas-post-command'.
868         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
869         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
870         (org-table-fedit-lisp-indent): Renamed from
871         `org-edit-formula-lisp-indent'.
872         (org-table-show-reference): Renamed from `org-show-reference'.
873         (org-table-store-formulas): Use `org-table-formula-less-p'.
874         (org-table-edit-formulas): Position cursor to current field
875         equation.
876         (org-update-checkbox-count, org-hide-archived-subtrees)
877         (org-timestamp-up-day, org-timestamp-down-day)
878         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
879         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
880         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
881         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
882         `org-on-heading-p' also check for invisible heading.
883         (org-read-date): Match am/pm times.
884         (org-eval-in-calendar): Fix default date in prompt.
886 -------------------------------------------------------------------------
888 installed as 4.67
889         
890 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
892         * org.texi (The spreadsheet): Renamed from "Table calculations".
893         Completely reorganized and rewritten.
894         (CamelCase links): Section removed. 
895         (Repeating items): New section.
896         (Tracking TODO state changes): New section.
897         (Agenda views): Chapter reorganized and rewritten.
898         (HTML export): Section rewritten.
899         (Tables in arbitrary syntax): New section.
900         (Summary): Better feature summary.
901         (Activation): Document problem with cut-and-paste of Lisp code
902         from PDF files.
903         (Visibility cycling): Document indirect buffer use.
904         (Structure editing): Document sorting.
905         (Remember): Section rewritten.
906         (Time stamps): Better description of time stamp types.
907         (Tag searches): DOcument regular expression search for tags.
908         (Stuck projects): New section.
909         (In-buffer settings): New keywods.
910         (History and Acknowledgments): Updated description.
912 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
914         * org.el (org-table-overlay-coordinates)
915         (org-table-toggle-coordinate-overlays): New functions.
916         (org-table-overlay-coordinates, org-table-coordinate-overlays):
917         New variables.
918         (org-startup-with-deadline-check): Option removed.
919         (org-mode): Remove deadline check on startup.
920         (org-table-limit-column-width): Option removed.
921         (org-table-formula-numbers-only): Option removed.
922         (org-link-style, org-link-format): Options removed.
923         (org-select-agenda-window, org-fit-agenda-window): Options
924         removed. 
925         (org-export-ascii-show-new-buffer)
926         (org-export-html-show-new-buffer): Options removed.
927         (org-activate-links): Camel option removed.
928         (org-file-link-context-use-camel-case): Option removed.
929         (org-camel-regexp): Veriable removed.
930         (org-activate-camels): Function removed.
931         (org-store-link): Removed Camel stuff.
932         (org-make-org-heading-camel): Function removed.
933         (org-open-at-point): Removed camel stuff.
934         (org-link-search): Removed camel stuff.
935         (org-camel-to-words): Function removed.
936         (org-get-agenda-file-buffer): Make sure we prepare the
937         base buffers, not any indirect buffers.
938         (org-sort-entries): Sort top-level when not on a
939         headline, and no active region.
940         (org-in-regexp): New function.
941         (org-search-not-self): Renamed from `org-search-not-link'.
942         (org-open-link-marker): New variable.
943         (org-open-at-point): Set `org-open-link-marker'.
944         (org-print-icalendar-entries): Fixed bug with excluding DONE
945         entries from the exported list.
946         (org-edit-formula-lisp-indent): New command.
947         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
948         (orgtbl-to-latex, orgtbl-insert-radio-table)
949         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
950         (orgtbl-radio-table-templates): New option.
951         (org-store-link-props): 
952         (org-remember-templates): More possibilities to insert
953         info into templates.
954         (org-remember-apply-template): Make use of the extended template
955         capabilities.
956         (org-remember-redo-template): New command.
957         (org-upgrade-old-links)
958         (org-table-modify-formulas, org-table-replace-in-formulas)
959         (org-table-find-dataline)
960         (org-table-get-vertical-vector): Functions removed.
961         (org-table-remove-rectangle-highlight)
962         (org-time-stamp-format, org-toggle-log-option)
963         (org-table-highlight-rectangle)
964         (org-table-iterate, org-table-make-reference): 
965         (org-translate-time, org-tree-to-indirect-buffer)
966         (org-table-field-info, org-table-fix-formulas)
967         (org-table-force-dataline, org-table-get-descriptor-line)
968         (org-table-get-range)
969         (org-skip-comments, org-sort)
970         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
971         (org-table-current-dline, org-table-current-field-formula)
972         (org-table-edit-backward-field)
973         (org-table-edit-formulas-post-command)
974         (org-table-edit-line-down, org-table-edit-line-up)
975         (org-agenda-archive)
976         (org-agenda-clock-cancel)
977         (org-agenda-clock-out, org-agenda-list-stuck-projects)
978         (org-agenda-open-link, org-agenda-show-new-time)
979         (org-agenda-skip-subtree-when-regexp-matches)
980         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
981         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
982         (org-do-sort, org-file-image-p, org-find-overlays)
983         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
984         (org-highlight-until-next-command, org-isearch-end)
985         (org-match-any-p, org-next-link, org-previous-link): 
986         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
987         (org-rewrite-old-row-references)
988         (org-isearch-post-command)
989         (org-table-edit-move, org-table-edit-next-field)
990         (org-table-edit-scroll, org-table-edit-scroll-down)
991         (org-set-frame-title, org-show-reference)
992         (org-unhighlight-once, org-verify-change-for-undo): New
993         functions. 
994         (org-show-variable): Command removed.
995         (org-add-log-maybe): New arguments STATE, FINDPOS
996         (org-table-sort-lines): Rewritten from scratch.
997         (org-link-search): New argument AVOID-POS.
998         (org-print-icalendar-entries): Argument CATEGORY removed. 
999         (org-run-agenda-series): Argument WONDOW removed.
1000         (org-next-link, org-previous-link): New commands.
1001         (org-agenda-date-format): New option.
1002         (org-table-iterate): New command.
1003         (org-table-modify-formulas)
1004         (org-table-replace-in-formulas): Functions removed.
1005         (org-table-fix-formulas): New function.
1006         (org-table-insert-column, org-table-delete-column)
1007         (org-table-move-column): Use `org-table-fix-formulas'.
1008         (org-follow-gnus-link): Patch from Bastien/Leo.
1009         (org-table-current-field-formula): New function.
1010         (org-file-image-p): New function.
1011         (org-agenda-show-new-time): New function.
1012         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1013         (org-with-remote-undo): New macro.
1014         (org-agenda-undo): New command.
1015         (org-verify-change-for-undo): New function.
1016         (org-time-stamp-format): New function.
1017         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1018         by user.
1019         (org-match-any-p): New function.
1020         (org-make-tags-matcher): Handle regular expressions for tag and
1021         todo matches.
1022         (org-read-date): Accept "+N" as input for a date relative to the
1023         current date.
1024         (org-remove-subtree-entries-from-agenda): New function.
1025         (org-agenda-archive, org-agenda-kill): Use
1026         `org-remove-subtree-entries-from-agenda'.
1027         (org-do-sort, org-sort-entries): New functions.
1028         (org-sort): New command.
1029         (org-table-sort-lines): Use `org-do-sort'.
1030         (org-fix-decoded-time): New function.
1031         (org-table-number-regexp): Require 0x... to identify as number in
1032         tables.
1033         (org-startup-options): New keywords for note taking.
1034         (org-upgrade-old-links): Function removed.
1035         (org-get-repeat): New function.
1036         (org-show-context): Also show siblings on current level.
1037         (org-show-siblings): New function.
1038         (org-isearch-end, org-isearch-post-command): New functions.
1039         (org-show-siblings): New option.
1040         (org-show-context): Use `org-show-siblings'.
1041         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1042         to be bound, because user may just use elisp.
1044 ----------------------------------------------------------------------
1045 installed as 4.56
1047 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
1049         * org.texi: Fix typos
1050         (Agenda commands): Document `C-k'.
1052         * orgcard.tex (section{Agenda Views}): Document `C-k'.
1054         * org.el (org-scan-tags): Re-align code fixed.
1055         (org-detach-overlay): Renamed from `org-detatch-overlay'.
1056         (org-table-convert-region): Insert space after column separator.
1057         (org-agenda-kill): New command.
1058         (org-metaleft): Call `org-outdent-item' on bullets.
1059         (org-metaright): Call `org-indent-item' on bullets.
1060         (org-timestamp-change): Set `org-last-changed-timestamp'.
1061         (org-current-line): Make sure (bolp) returns correct result.
1062         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1064 ----------------------------------------------------------------------------
1065 Installed as 4.54       
1067 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
1069         * org.el (org-scan-tags): Make the search case-sensitive.
1070         (org-tags-sparse-tree): Don't overrule
1071         `org-show-following-heading' and `org-show-hierarchy-above'.
1072         (org-reveal): New command.
1073         (org-show-context): Renamed from `org-show-hierarchy-above'.
1074         (org-fast-tag-selection-single-key): New option.
1075         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
1076         functions.
1077         (org-tags-overlay): New variable.
1078         (org-agenda-todo-ignore-deadlines): New option.
1079         ("session"): Add circular data structure `org-mark-ring' to
1080         exceptions list in session.el.
1081         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1082         New options.
1083         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1084         (org-prepare-agenda, org-agenda-quit): Use
1085         `org-agenda-window-setup'.
1086         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
1087         variables.
1088         (org-finalize-agenda): Activate bracket links in agenda.
1089         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1090         INACTIVE-OK.
1091         (org-show-hierarchy-above, org-show-following-heading): List
1092         values allowed for fine-tuned configuration.
1093         (org-show-hierarchy-above): New argument CONTEXT, use the
1094         fine-tuned settings in `org-show-hierarchy-above' and
1095         `org-show-following-heading'.
1096         (org-display-custom-time): New function.
1097         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
1098         function.
1099         (org-display-custom-times, org-time-stamp-custom-formats):
1100         (org-maybe-intangible): New macro.
1101         (org-activate-bracket-links, org-hide-wide-columns): Use
1102         `org-maybe-intangible'.
1103         (org-open-file): Use `shell-quote-argument'.
1104         (org-display-internal-link-with-indirect-buffer): New option.
1105         (org-file-remote-p): Get regexp from list.
1106         (org-link-expand-abbrev): New function.
1107         (org-link-abbrev-alist): New option.
1108         (org-open-at-point, org-cleaned-string-for-export): Call
1109         `org-link-expand-abbrev'.
1110         (org-timeline, org-agenda-list, org-todo-list)
1111         (org-tags-view): Remove the KEEP-MODES argument.
1112         (org-finalize-agenda-hook): New hook.
1113         (org-get-alist-option): New function.
1114         (org-follow-timestamp-link): New function.
1115         (org-open-at-point): Call `org-follow-timestamp-link'.
1116         (org-log-note-marker, org-log-note-purpose)
1117         (org-log-note-window-configuration): New variables.
1118         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
1119         functions.
1120         (org-log-note-headings): New option.
1121         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1122         (org-store-link): Support for dired-mode.
1123         (org-open-file): Substitute environment variables into filename.
1124         (org-last): New defsubst.
1125         (org-agenda-re-align-tags): New function.
1126         (org-agenda-align-tags-to-column): New option.
1127         (org-agenda-timeline): Group removed.
1128         (org-prepare-agenda, org-prepare-agenda-buffers)
1129         (org-run-agenda-series, org-timeline, org-agenda-list)
1130         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1131         the text property inticating the agenda type.
1132         (org-agenda-post-command-hook): Get agenda type from text property
1133         at point.
1134         (org-agenda): Handle command sets.  Set
1135         `org-agenda-last-arguments' and obey
1136         `org-agenda-overriding-arguments'.
1137         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
1138         variables.
1139         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1140         (org-agenda-week-view, org-agenda-day-view): Use
1141         `org-agenda-overriding-arguments' to make updating work with
1142         multi-block agendas.
1143         (org-agenda-prefix-format): Allow different formats for the
1144         different agenda entry types.
1145         (org-timeline-prefix-format): Option removed, use
1146         `org-agenda-prefix-format' instead.
1147         (org-prepare-agenda): New function.
1148         (org-select-timeline-window): Option removed, use
1149         `org-select-agenda-window' instead.
1150         (org-respect-restriction): Variable removed.
1151         (org-cmp-tag): New function.
1152         (org-agenda-sorting-strategy, org-entries-lessp): Implement
1153         sorting by last tag.
1154         (org-complete): Better completion in in-buffer option lines.
1155         (org-in-item-p): New function.
1156         (org-org-menu): Added entries for checkboxes.
1157         (org-cycle): Extra brouping in outline-regexp, because it is used
1158         in a search with "^" prepended.
1159         (org-provide-checkbox-statistics): New option.
1160         (org-set-font-lock-defaults): Highlight checkbox statistics.
1161         (org-update-checkbox-count-maybe)
1162         (org-get-checkbox-statistics-face): New functions.
1163         (org-update-checkbox-count): New command.
1164         (org-insert-item, org-toggle-checkbox): Call
1165         `org-update-checkbox-count-maybe'.
1166         (org-export-as-html): XEmacs compatibility for coding system.
1167         (org-force-cycle-archived): New command.
1168         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1169         overrules cycling.
1170         (org-fix-position-after-promote): If the line contains only a todo
1171         keyword, add a final space.
1172         (org-promote-subtree, org-demote-subtree): Call
1173         `org-fix-position-after-promote'.
1175         * orgcard.tex (section{Archiving}): Document C-TAB.
1176         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1177         section, added documentation for the key `C-c #'.
1179         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
1180         archived trees.
1181         (Checkboxes): Section moved to chapter 5, and extended.
1182         (The date/time prompt): New section.
1183         (Link abbreviations): New section.
1184         (Presentation and sorting): New section.
1185         (Custom agenda views): Section completely rewritten.
1186         (Summary): Compare with Planner.
1187         (Feedback): More info about creating backtraces.
1188         (Plain lists): Modified example.
1189         (Breaking down tasks): New section.
1190         (Custom time format): New section.
1191         (Time stamps): Document inactive timestamps.
1192         (Setting tags): More details about fast tag selection.
1193         (Block agenda): New section.
1194         (Custom agenda views): Section rewritten.
1195         (Block agenda): New section.
1198 ----------------------------------------------------------------------
1199 installed as 4.44
1200         
1202 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1204         * org.el (org-clock-special-range, org-clock-update-time-maybe):
1205         New functions.
1206         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1207         not only a-z.
1208         (org-agenda-get-blocks): Allow multiple blocks per headline.
1209         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1210         (org-export-html-title-format)
1211         (org-export-html-toplevel-hlevel): New options.
1212         (org-export-language-setup): Added support for Czech.
1213         (org-mode, org-insert-todo-heading, org-find-visible)
1214         (org-find-invisible, org-invisible-p, org-invisible-p2)
1215         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1216         (org-show-subtree, org-show-entry, org-make-options-regexp):
1217         Removed compatibility support for old outline-mode.
1218         (org-check-occur-regexp): Funtion removed.
1219         (org-on-heading-p, org-back-to-heading): Made defalias.
1220         (org-set-local): New defsubst.
1221         (org-set-regexps-and-options, org-mode)
1222         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1223         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1224         (org-remember-apply-template, org-table-edit-field)
1225         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1226         (org-set-autofill-regexps): Use `org-set-local'.
1227         (org-table-eval-formula): Fixed bug with parsing of display flags.
1229         
1230 ----------------------------------------------------------------------
1231 installed as 4.43
1233 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1235         * org.texi (Exporting): Document `C-c C-e' as the prefix for
1236         exporting commands.
1237         (Global TODO list): Document the use of the variables
1238         `org-agenda-todo-ignore-scheduled' and
1239         `org-agenda-todo-list-sublevels'.
1241         * org.el (org-agenda-get-todos): Skip subtree also if entry is
1242         skipped because it has been scheduled.
1243         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1244         changing `:org-archived' and `:org-comment' properties.
1246 ----------------------------------------------------------------------
1247 installed as 4.42
1250 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1252         * org.el (org-mode): Removed no invalid settings for calc embedded
1253         mode.
1254         (org-mode-p): New defsubst.
1255         (org-save-all-org-buffers): New function.
1256         (org-first-headline-recenter): Enclose outline-regexp in group
1257         delimiters.
1259         * org.texi (Agenda commands): Document `s' key to save all
1260         org-mode buffers.
1262         * orgcard.tex (section{Agenda Views}): Document `s' key to save
1263         all org-mode buffers.
1265 ----------------------------------------------------------------------
1266 installed as 4.41
1268 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1270         * org.texi (Checkboxes): New section.
1272         * orgcard.tex (section{Structure Editing}): Document checkbox
1273         toggling. 
1275         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
1276         for `org-end-of-subtree'.
1277         (org-export-cleanup-toc-line): Renamed from
1278         `org-html-cleanup-toc-line'. 
1279         (org-beginning-of-item): Fixed bug in regular expression for white
1280         line.
1281         (org-export-as-html): Enforce space after bullet in plain list
1282         items.
1284 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1286         * org.el (org-set-autofill-regexps): Require space after plain
1287         list bullet for paragraph-start.
1288         (org-ts-regexp3): New constant.
1289         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1290         (org-timestamp-up-day, org-timestamp-down-day)
1291         (org-timestamp-change): Work with inactive timestamps.
1292         (org-ts-regexp1): Don't allow brackets in time stamps.
1294 ----------------------------------------------------------------------
1295 installed as 4.40
1298 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1300         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
1301         :latex-preview. 
1302         (org-overlays-at, org-overlay-start, org-overlay-end): New
1303         compatibility functions.
1305 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
1307         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
1308         using the exact regexp that will be used during export.
1309         (org-latex-regexps): New variable.
1310         (org-cdlatex-mode): Improved advice for `texmathp'.
1311         (turn-on-org-cdlatex): New function.
1313 ----------------------------------------------------------------------
1314 installed as 4.39
1316 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1318         * org.el (org-cdlatex-mode-map)
1319         (org-cdlatex-texmathp-advice-is-done): New variables.
1320         (org-cdlatex-mode): New minor mode.
1321         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
1322         functions. 
1323         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
1324         commands.
1325         (org-export-with-archived-trees): New option.
1326         (org-open-file): Removed the call to
1327         `convert-standard-filename'.
1328         (org-archive-tag, org-agenda-skip-archived-trees)
1329         (org-cycle-open-archived-trees)
1330         (org-sparse-tree-open-archived-trees): New options.
1331         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1332         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
1333         functions. 
1334         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
1335         commands.
1336         (org-agenda-mode-map): Add binding of
1337         `org-agenda-toggle-archive-tag'. 
1338         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1339         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1340         Call `org-prepare-agenda-buffers'.
1341         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1342         (org-file-apps, org-file-apps-defaults-gnu)
1343         (org-file-apps-defaults-macosx)
1344         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
1345         them to be opened in Emacs.
1347         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
1349         * org.texi (Embedded LaTeX): New chapter.
1350         (Archiving): Section rewritten.
1351         (Enhancing text): Some parts moved to the new chapter about
1352         LaTeX.
1354 ----------------------------------------------------------------------
1355 installed as 4.38
1356         
1358 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
1360         * org.texi (Publishing links): Document the
1361         `:link-validation-function' property.
1362         (Extensions and Hacking): New chapter, includes some sections of
1363         the "Miscellaneous" chapter.
1365         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1366         (section{Structure Editing}): Add global archiving command.
1369         * org.el Require noutline, also on XEmacs.
1370         (org-end-of-subtree): Return point.
1371         (org-dblock-start-re, org-dblock-end-re): New constants.
1372         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1373         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1374         (org-update-all-dblocks, org-find-dblock): New functions.
1375         (org-collect-clock-time-entries): New function.
1376         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1377         (org-fixup-indentation): Modified to deadl correctly with lines
1378         starting with TAB.  Only one argument DIFF now.
1379         (org-demote, org-promote): Call `org-fixup-indentation' with just
1380         one argument, DIFF.
1381         (org-mode): Don't mark buffer as modified when aligning tables.
1382         (org-clock-sum): Don't makr buffer modified when adding time sum
1383         properties.
1384         (org-export-as-html): Added support for a link validation
1385         function.
1386         (org-archive-all-done): New function.
1387         (org-archive-subtree): New prefix argument.  When set, archive all
1388         done subtrees in this buffer.
1389         (org-remove-clock-overlays)
1390         (org-remove-occur-highlights): Use
1391         `org-inhibit-highlight-removal'.
1392         (org-inhibit-highlight-removal): New variable, for dyn amic
1393         scoping.
1394         (org-put-clock-overlay): Don't swallow last headline character
1395         when displaying overlay.
1396         (org-store-link): Link to `image-mode' with just the file name.
1399 ----------------------------------------------------------------------
1400 installed as 4.37
1401         
1403 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1405         * org.el (org-agenda-mode-map): Add bindings for clocking
1406         functions.
1407         (org-agenda-clock-in, org-check-running-clock)
1408         (org-clock-out-if-current, org-remove-clock-overlays)
1409         (org-put-clock-overlay): New functions.
1410         (org-clock-marker, org-clock-file-total-minutes)
1411         (org-clock-overlays): New variables
1412         (org-clock-display, org-clock-sum, org-clock-cancel)
1413         (org-clock-out, org-clock-in): New commands.
1414         (org-export): New function.
1415         (org-emph-re): New constant.
1416         (org-set-emph-re, org-do-emphasis-faces): New functions.
1417         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1418         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1419         (org-export-html-convert-emphasize): Use the configurable
1420         emphasis.
1421         (org-cleaned-string-for-export): Make multiline emphasis visible
1422         to the exporter.  New optional argument PARAMETERS.
1423         (org-export-as-html): Specify :emph-multiline parameter to
1424         `org-cleaned-string-for-export'.
1426         * org.texi (Progress logging): New section.
1428 ----------------------------------------------------------------------
1429 installed as 4.36
1430         
1432 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
1434         * org.el (org-archive-subtree): Use end-of-subtree as insertion
1435         point and control the number of empty lines.
1436         (org-paste-subtree): Limit the number of empty lines at the end of
1437         the inserted tree.
1438         (org-agenda): Use buffer name of current file for narrowing.
1439         (org-export-as-xml): Command removed.
1440         (org-export-xml-type): Option removed.
1441         (org-mode-map): Call `org-export-as-xoxo' directly.
1442         (org-get-indentation): New optional argument LINE.
1443         (org-fix-indentation, org-remove-tabs): New functions.
1444         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1445         correct indentation for headlines that are converted it items.
1446         (org-skip-comments): Remove table lines that contain narrowing
1447         cookies but no other non-empty fields.
1448         (org-set-tags): Allow groups of mutually exclusive tags.
1449         (org-cmp-time): Sort 24:21 before items without time.
1450         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
1451         (org-open-at-point): Require double colon also for numbers.
1453         * org.texi (ASCII export): Document indentation adaptation.
1454         (Setting tags): Document mutually-exclusive tags.
1456 ----------------------------------------------------------------------
1457 installed as 4.35
1459 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1461         * org.el (org-agenda-highlight-todo): Make sure regexp does only
1462         match in the right place.
1463         (org-upcoming-deadline): New face.
1464         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1465         (org-export-ascii-underline): Renamed and made an option (was
1466         constant `org-ascii-underline').
1467         (org-export-ascii-bullets): New option.
1468         (org-export-as-html): Many changes to emit valid XHTML.
1469         (org-par-open): New variable.
1470         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
1471         functions.
1472         (org-html-do-expand, org-section-number): Fixedcase in
1473         `replace-match'.
1474         (org-timeline): Pass `org-timeline-show-empty-dates' to
1475         `org-get-all-dates'.  Interpret empty dates returned by
1476         `org-get-all-dates'.
1477         (org-get-all-dates): New argument EMPTY.  Add dates without
1478         entries to the list, mark large ranges of empty dates.
1479         (org-point-in-group, org-context): New functions.
1481 ----------------------------------------------------------------------
1482 installed as 4.34
1484 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1486         * org.el (org-next-item, org-previous-item): Emit more compact
1487         error message.
1488         (org-tags-view): Refresh category table in each file.
1489         (org-table-justify-field-maybe): Removed superfluous arguments to
1490         `format'.
1491         (org-export-as-html): Insert "<p>" before postamble.
1492         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
1493         ring.
1495 ---------------------------------------------------------------------
1496 installed as 4.33
1498 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
1500         * org.el (org-open-at-point): Use renamed variable
1501         `org-confirm-shell-link-function'.
1502         (org-confirm-shell-link-function): Renamed from
1503         `org-confirm-shell-links'.
1504         (org-export-directory): New function.
1505         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1506         (org-export-icalendar): Use `org-export-directory'.
1507         (org-indent-item): Keep cursor position.
1508         (org-link-file-path-type): New option.
1509         (org-export-as-html): Fixed bug with plain lists starting in
1510         column 0.
1511         (org-export-as-html): Removed deadline formatting, this happens
1512         now already in `org-html-handle-time-stamps'.
1513         (org-export-html-style): Deadline class removed.
1514         (org-insert-labeled-timestamps-at-point): New option.
1515         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1516         of `hide-sublevels 1', in case the first headline is not level 1.
1517         (org-overview, org-content): New fuction.
1518         (org-cycle-global-status, org-cycle-subtree-status): Make these
1519         variables buffer-local.
1520         (org-global-cycle): New command.
1521         (org-shifttab): Use `org-global-cycle'.
1522         (org-insert-heading, org-insert-item): Go to end of new
1523         headline/item after creating it.
1524         (org-export-visible): Renames from `org-export-copy-visible'.  Now
1525         creates a temporary org-file and applies an exporting command to
1526         it.
1527         (org-table-eval-formula): Support for lisp forms.
1528         (org-agenda-todo-ignore-scheduled): New option.
1529         (org-agenda-get-todos): Use new option
1530         `org-agenda-todo-ignore-scheduled'.
1531         (org-export-html-inline-images): New value `maybe'.
1532         (org-export-as-html): Inlining of images dependent on link
1533         description.
1534         (org-archive-subtree): Check for end-of-buffer before trying
1535         `kill-line'.
1536         (org-agenda-follow-mode): New option.
1537         (org-export-with-tags, org-export-with-timestamps): New options.
1538         (org-html-handle-time-stamps): New function.
1539         (org-keyword-time-regexp): New variable.
1540         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1541         (org-agenda-todo-list-sublevels): New option.
1542         (org-html-level-start): When TITLE is nil, just close all levels.
1543         (org-parse-key-lines, org-parse-export-options): Functions
1544         removed, replaced by `org-infile-export-plist'.
1545         (org-combine-plists, org-infile-export-plist)
1546         (org-default-export-plist): New functions.
1547         (org-export-html-preamble, org-export-html-postamble)
1548         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1549         New variables.
1550         (org-export-publishing-directory): New option.
1551         (org-export-as-html, org-export-as-ascii): Use the new property
1552         lists for settings.
1553         (org-export-copy-visible, org-export-as-xoxo): Respect
1554         `org-export-publishing-directory'.
1555         (org-link-search, org-store-link, org-file-apps): Support for
1556         links to BibTeX database entries..
1557         (org-get-current-options, org-set-regexps-and-options): Implement
1558         logging as a startup option.
1559         (org-store-link): Make sure context string is never empty
1560         (org-insert-link): Use relative path when possible.
1561         (org-at-item-checklet-p): New function.
1562         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1563         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1564         (org-metaright, org-metaup, org-metadown, org-shiftup)
1565         (org-shiftdown, org-shiftright, org-shiftleft)
1566         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1567         Dispatch using `call-interactively'.
1568         (org-call-with-arg): New defsubst.
1569         (org-tag-alist, org-use-fast-tag-selection): New options.
1570         (org-complete): Use `org-tag-alist'.
1571         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1572         (org-next-item, org-previous-item): New commands.
1573         (org-beginning-of-item, org-end-of-item): Added (interactive) to
1574         make command.
1575         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1577         * org.texi (Plain lists): Added new item navigation commands.
1578         (External links): Documented elisp and info links.
1580         * orgcard.tex (section{Motion}): Added the item navigation
1581         commands.
1582         (section{Publishing}): New section.
1583         (section{Links}): Documented elisp and shell links.
1584         (Custom searches): New section.
1585         (Publishing): New chapter.
1586         (HTML export): Include a list of supported CSS classes.
1587         (Setting tags): Describe the fast-tag-setting interface.
1588         
1589 ----------------------------------------------------------------------
1591 installed as 4.26
1592         
1593 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1595         * org.texi Many small fixes.
1596         (Handling links): Renamed from "Managing links".
1598         * org.el (org-mode-map): Catch conflict with old allout.el.
1599         (org-open-at-point): Remove the "...done" message to keep
1600         output in the echo area visible.
1602 ----------------------------------------------------------------------
1603 installed as 4.25
1605 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
1607         * org.el (org-deadline-announce): Face removed.
1608         (org-level-faces, org-n-levels): Converted to constant.
1609         (org-compatible-face): New function.
1610         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1611         (org-level-5, org-level-6, org-level-7, org-level-8)
1612         (org-special-keyword, org-warning, org-headline-done, org-link)
1613         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1614         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1615         Face definition revised for better color tty support.
1616         (org-bold-re, org-italic-re, org-underline-re): New constants.
1617         (org-set-font-lock-defaults): Use the new constants.
1618         (org-agenda-highlight-todo): New function.
1619         (org-agenda-todo): Fixed bug with point at end of line.
1620         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1621         Fontify TODO keywords.
1622         (org-insert-link): Preserve relative path in ../ links.
1623         (org-export-as-html): Convert links pointing to .org files into
1624         links that will work beteen the exported HTML files.
1625         (org-todo-list): Fix bug when arg=0.
1626         (org-insert-heading): More fine-tuning.
1628         * org.texi (Time stamps): Better explanation of the purpose of
1629         different time stamps.
1631 ----------------------------------------------------------------------
1632 installed as 4.24
1634         
1635         * org.texi (Formula syntax): Fixed link to Calc Manual.
1637         * org.el (org-insert-heading): Insert heading before current if at
1638         beginning of line.
1639         (org-todo, org-date): New faces.
1640         (org-table-align): Make sure tooltip window contains full text.
1641         (org-no-properties): New defsubst.
1642         (org-set-font-lock-defaults): Use new faces.
1644 ----------------------------------------------------------------------
1645 installed as 4.23
1647         
1648         * org.texi (Visibility cycling): Better names for the startup
1649         folding options.
1650         (Exporting): Completely restructured.
1651         (The very busy C-c C-c key): New section.
1652         (Summary of in-buffer settings): New section.
1654         * org.el (org-set-regexps-and-options, org-get-current-options):
1655         Better names for the startup folding options.
1658 ----------------------------------------------------------------------
1659 installed as 4.22
1663 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1665         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
1666         (org-agenda-mouse-1-follows-link)
1667         (org-mouse-1-follows-link): New options.
1668         (org-format-agenda-item): Fixed bug if TAGS is nil.
1669         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1671         * org.texi (Updating settings): New section.
1673 ----------------------------------------------------------------------
1674 installed as 4.21
1678 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
1680         * org.texi (Link format): New section, emphasis on bracket links.
1681         (External links): Document bracket links.
1682         (FAQ): Expanded to cover shell links and the new link format.
1684         * orgcard.tex (section{Tables}): Document column narrowing.
1685         (section{Links}): Document bracket links.
1687         * org.el
1688         (org-export-plain-list-max-depth)
1689         (org-table-spaces-around-separators)
1690         (org-radio-targets, org-activate-camels)
1691         (org-table-spaces-around-invisible-separators): Options removed.
1692         (org-time-stamp-rounding-minutes, org-remember-templates)
1693         (org-ellipsis, org-activate-links, org-descriptive-links): New
1694         options.
1695         (org-remember-apply-template, org-current-time)
1696         (org-finish-edit-table-field)
1697         (org-link-unescape, org-link-escape)
1698         (org-string-width, org-table-clean-line, org-html-do-expand)
1699         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1700         (org-read-agenda-file-list): New functions.
1701         (org-table-edit-field)
1702         (org-table-create-or-convert-from-region): New commands
1703         (org-table-toggle-vline-visibility): Command removed.
1704         (org-table-convert-region): Made a command.
1705         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
1706         removed, replaced with the normal org- functions.
1707         (org-self-insert-command): Don't trigger realign unnecessarily
1708         when blanking a field that is not full.
1709         (org-mode): `Set buffer-invisibility-spec' for links.
1710         (org-activate-links2): Hide link part and only show descriptive
1711         part of the link.
1712         (org-insert-link): Modified for new linking system.
1713         (org-store-link): Store description separately, for use by
1714         `org-insert-link'.
1715         (org-table-align): Use `org-string-width'.
1716         (defgroup): Completely new group structure for custom variables.
1717         (org-agenda-files): Option: Single file name allowed.  Function:
1718         Optional argument unrestrited means ignore any restricitons.
1719         (org-install-agenda-files-menu): Find a buffer in Org-mode before
1720         trying to modify the menu.  Use generalized access to
1721         `org-agenda-files.'
1722         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1723         (org-agenda-file-to-front, org-remove-file, org-diary)
1724         (org-tags-view, org-export-icalendar-all-agenda-files)
1725         (org-export-icalendar-combine-agenda-files): Use generalized
1726         access to `org-agenda-files'.
1727         (org-remember-handler): Correctly preserve heading if present.
1728         (org-table-insert-row, org-table-insert-hline): Deal with
1729         invisible characters.
1731 ----------------------------------------------------------------------
1732 installes as 4.13
1736 -------------------------------------------------------------------
1737 installed as 4.10
1738         
1739 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
1741         * org.el (org-insert-centered): Use `string-width' to make
1742           underlining work for wide characters.
1744 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1746         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
1747         Explicitly bind TAB to `org-cycle', to make sure that no binding
1748         in `outline-mode-map' can supercede it.
1750 --------------------------------------------------------------
1751 installed as 4.09
1752 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1754         * org.el (org-link-search): Avoid self-matching of links, allow
1755         target text to be distributed over several lines.
1756         (org-search-not-link): New function.
1757         (org-set-regexps-and-options, org-get-current-options): New
1758         startup options.
1759         (org-export-as-html): Take odd-level setting from local variable.
1760         (org-fontify-emphasized-text): New option.
1761         (org-set-font-lock-defaults): Include emphasized text.
1762         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1763         (org-font-lock): Customize group renamed from `org-faces'.
1765         * org.texi (Clean view): Startup options documented.
1769 --------------------------------------------------------------
1770 installed as 4.08
1774 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1776         * org.el Move defvars out of eval-when-compile.  Use
1777         buffer-file-name variable.
1778         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1779         arg `file'.
1780         (org-level-faces): Remove startup dependency.
1781         (org-cycle, org-map-tree, org-scan-tags)
1782         (org-remember-handler): Don't call `outline-level' directly.
1783         (org-mhe-search-all-folders): New option.
1784         (org-mhe-get-message-folder-from-index,
1785         org-mhe-get-message-folder): Fix indexing search.
1786         (org-format-agenda-item): Handle nil TAGS argument.
1787         (org-cleaned-string-for-export, org-activate-target-links)
1788         (org-make-target-link-regexp): Deal with empty radio target list.
1789         (org-tag): New face.
1790         (org-get-level-face): New function.
1791         (org-set-font-lock-defaults): Simplify setup for headlines.
1792         (org-complete): Pass common substring to `display-completion-list'.
1794         --------------------------------------------------------------
1795 installed as 4.07
1797         
1798 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
1800         * org.el (org-get-legal-level, org-tr-level): New functions.
1801         (org-odd-levels-only): New option.
1802         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
1803         org-demote, org-promote):  Deal with double-star levels. 
1804         (org-convert-to-odd-levels): New command.
1805         (org-tr-level): 
1807         * org.el (org-export-as-html): Fixed bugs in HTML
1808         formatting (removed nested achors).
1809         (org-all-targets): Fixed bug with XEmacs compatibility.
1810         (org-read-date): Add (require 'parse-time).
1811         (org-set-tags): Fixed bug with extra inserted space.
1812         (org-export-html-style): Define a style class for targets.
1813         (org-agenda-keymap, org-mouse-map): Added a binding for
1814         `follow-link'.
1815         (org-hide-leading-stars): New option.
1816         (org-hide): New face.
1817         (org-set-font-lock-defaults): Allow to hide leading stars.
1819         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
1820         Zielinski.
1821         (Managing links, Managing links): Documented that also mouse-1 can
1822         be used to activate a link.
1823         (Headlines, FAQ): Added entry about hiding leading stars.
1825 --------------------------------------------------------------------------
1826 installed as 4.06
1827         
1828 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1830         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
1831         New function.
1832         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
1833         for XEmacs, just to silence the compiler.
1834         (org-export-as-ascii, org-export-as-html-and-open): Use
1835         `org-cleaned-string-for-export' and create internal links.
1836         (org-follow-mhe-link): Require mh-e, use folder.
1837         (org-read-date): 
1839 --------------------------------------------------------------------------
1840         Installed as 4.05
1843 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
1845         * org.el (org-mark-ring-previous, org-mark-ring-set): New
1846         commands.
1847         (org-mark-ring): New variable.
1848         (org-mark-ring-length): New option.
1849         (org-open-at-point, org-goto, org-open-file): Push old position
1850         onto the mark ring.
1851         (org-add-hook): New function.
1852         (org-export-table-remove-special-lines): New option.
1853         (org-skip-comments, org-format-org-table-html): Respect new option
1854         `org-export-table-remove-special-lines'.
1855         (org-open-file): Allow special command configuration for
1856         directory link.
1857         (org-file-apps): Fixed bugs in customize type, added setting for
1858         directories.
1859         (org-activate-tags, org-format-agenda-item, org-complete) 
1860         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
1861         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
1862         (org-link-search, org-make-org-heading-search-string) 
1863         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1864         (org-radio-targets, org-file-link-context-use-camel-case)
1865         (org-activate-camels): New options.
1866         (org-update-radio-target-regexp, org-all-targets)
1867         (org-make-target-link-regexp, org-activate-target-links): New
1868         functions.
1869         (org-make-org-heading-search-string): New function.
1870         (org-store-link, org-insert-link): Use new option
1871         `org-file-link-context-use-camel-case'.
1872         (org-activate-camels): Use new option `org-activate-camels'.
1873         (org-link-regexp): Added mhe prefix.
1874         (org-open-at-point,org-store-link): Support for mhe links.
1875         (org-mhe-get-message-id, org-mhe-get-message-folder)
1876         (org-mhe-get-header,org-follow-mhe-link): New functions.
1877         (org-remove-angle-brackets, org-add-angle-brackets): New
1878         functions.
1879         (org-bracked-link-regexp): New constant.
1880         (org-read-date): Fixed bug that was rejecting all typed dates.
1881         (org-link-search): Make hierarchy above visible after a match.
1882         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1883         (org-store-link): Fixed bug with link creation when cursor is in
1884         an empty line.
1885         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
1886         argument sequence in call to `org-view-tags'.
1887         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1888         (org-prefix-has-tag): New variable.
1889         (org-format-agenda-item): Remove tags from headline if
1890         appropriate.
1891         (org-agenda-remove-tags-when-in-prefix): New option.
1893         * org.texi (Internal Links): Rewritten to cover the modified
1894         linking system.
1896         * orgcard.tex (section{Links}): Rewritten to cover the modified
1897         link system.
1898         (section{TODO Items}): Shortened to make space for more links
1899         stuff.
1903 ----------------------------------------------------------------------
1904 installed as 4.03
1906 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1908         * org.texi (Agenda commands): Document tags command.
1910         * org.el (org-open-file): Use mailcap for selecting an
1911         application.
1912         (org-file-apps-defaults-gnu): Use mailcap as the default for
1913         selecting an application on a UNIX system.
1914         (org-agenda-show-tags): New command.
1915         (org-table-insert-hline): Keep cursor in current table
1916         line.
1917         (org-table-convert): Offset effect of modifying
1918         `org-table-insert-hline'.
1919         (org-format-agenda-item): New optional argument TAG.
1920         (org-compile-prefix-format): Handle %T format for the tag.
1921         (org-expand-wide-chars): New function.
1922         (org-table-insert-row, org-table-insert-hline): Use
1923         `org-expand-wide-chars'.
1924         (org-open-file): Fixed bug in program launch.
1925         (org-get-time-of-day): Fixed bug with times before 1am.
1926         (org-agenda-menu): Addes tags commands.
1928         -----------------------------------------------------------------------
1929 installed as 4.02
1931 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
1933         * org.el (org-end-of-subtree): New function.
1934         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
1935         `org-end-of-subtree'.
1936         (org-agenda, org-agenda-convert-date): Protect calls to
1937         `fit-window-to-buffer'.
1938         (org-tags-view): Force matching of sublevels when doing a
1939         todo-only search.  Define the correct redo command, including the
1940         arguments.
1941         (org-agenda-redo): Display message.
1942         (org-check-for-org-mode): New function.
1943         (org-agenda-type): New variable.
1944         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
1945         `org-agenda-type'.
1946         (org-agenda-check-type): New function.
1947         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1948         (org-agenda-week-view, org-agenda-day-view)
1949         (org-agenda-next-date-line, org-agenda-previous-date-line)
1950         (org-agenda-log-mode, org-agenda-toggle-diary)
1951         (org-agenda-toggle-time-grid, org-agenda-date-later)
1952         (org-agenda-date-prompt, org-agenda-diary-entry)
1953         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1954         (org-agenda-convert-date, org-agenda-menu): Use
1955         `org-agenda-check-type'.
1956         (org-make-overlay, org-delete-overlay)
1957         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
1958         compatibility functions.
1959         (org-calendar-select-mouse): New command.
1961         * org.texi (Agenda Views): Chapter reorganized.
1962         
1963         
1964 ------------------------------------------------------------------------
1965 installed as 4.01
1967 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
1969         * org.texi (Tags): Booolean logic documented.
1970         (Agenda Views): Document custom commands.
1972         * org.el (org-agenda-custom-commands): New option.
1973         (org-agenda): Offer custom commands on splash screen.
1974         (org-make-tags-matcher): Parser for Boolean logic added.
1975         (org-agenda-set-tags): New command.
1976         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1977         (org-set-tags): Efficiency improvements.
1978         (org-auto-align-tags): New option.
1979         (org-todo, org-demote, org-promote): Realign tags.
1980         (org-tags-completion-function): Use also "&" and "|" as
1981         separators.
1982         (org-org-menu): Agenda commands simplified.
1984 ---------------------------------------------------------------------------
1985 installed as 4.00
1987 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1989         * org.el (org-tags-match-list-sublevels): New option.
1990         (org-open-at-point): implement tag searches as links
1991         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1992         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
1993         functions
1994         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1995         (org-agenda-dispatch): New commands.
1996         (org-use-tag-inheritance, org-tags-column): New options.
1997         (org-tab-follows-link, org-return-follows-link): New options.
1998         (org-tags): New customize group.
1999         (org-start-icalendar-file): Get local time zone.
2000         (org-tags-completion-function): New function.
2001         (org-set-font-lock-defaults): make sure links will also
2002         be highlighted inside headlines.
2004         * org.texi (Tags): New section.
2005         (Agenda Views): Chapter reorganized.
2007 ------------------------------------------------------------------------
2008 installed as 3.24
2010 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2012         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
2013         and the keep-modes setting.
2014         (org-get-category): Make sure a string is returned.
2015         (org-log-done): New function.
2017 ------------------------------------------------------------------------
2018 installed as 3.23
2019         
2020 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2022         * org.el (org-insert-heading): Try to do items before headings.
2023         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2024         (org-insert-item): New function.
2025         (org-renumber-ordered-list): Don't skip to higher level lists.
2027 ----------------------------------------------------------------------
2029 installed as 3.22
2030         
2031 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
2033         * org.el (org-occur-highlights): New variable.
2034         (org-highlight-new-match, org-remove-occur-highlights): New
2035         functions.
2036         (org-highlight-sparse-tree-matches): New option.
2037         (org-do-occur): New function.
2038         (org-get-heading): Make it work also at beginning of line.
2039         (org-category-table): New variable.
2040         (org-get-category-table, org-get-category)
2041         (org-camel-to-words, org-link-search): New functions.
2042         (org-select-this-todo-keyword): New variable.
2043         (org-todo-list): New command.
2044         (org-shiftright, org-shiftleft): New commands.
2045         (org-agenda-todo): Added prefix argument.
2046         (org-show-hierarchy-above): New option.
2047         (org-show-todo-tree): Numerical prefix creates tree for specific
2048         TODO keyword.
2049         (org-outline-level): New function, to assign a level to plain
2050         lists items.
2051         (org-cycle-include-plain-lists): New option.
2052         (org-mode): Use `org-outline-level' as value of `outline-level'.
2053         (org-cycle): Temporarily switch `outline-regexp' if
2054         `org-cycle-include-plain-lists' is non-nil.
2055         (org-start-icalendar-file): Fixed format bug.
2056         (org-agenda-get-day-entries): Create category table.
2057         (org-agenda-get-todos, org-agenda-get-timestamps)
2058         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2059         (org-agenda-get-blocks): Use `org-get-category'.
2060         (org-context-in-file-links): Renamed from
2061         `org-line-numbers-in-file-links' .
2063         * org.texi (TODO basics): Document the global todo list.
2064         (TODO items): Documents sparse tree for specific TODO
2065         keywords. 
2067 ----------------------------------------------------------------------
2068 installed as 3.21
2069         
2070 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
2072         * org.el (org-export-plain-list-max-depth): Renamed from
2073         `org-export-local-list-max-depth'.  Default values changed to 3.
2074         (org-auto-renumber-ordered-lists,
2075         org-plain-list-ordered-item-terminator): New options.
2076         (org-at-item-p, org-beginning-of-item, org-end-of-item,
2077         org-get-indentation, org-get-string-indentation,
2078         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2079         functions.
2080         (org-move-item-down, org-move-item-up): New commands.
2081         (org-export-as-html): New classes for CSS support.  Bug fix in
2082         regular expression detecting fixed-width regions.  Respect
2083         `org-local-list-ordered-item-terminator'.
2084         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2085         also a list item.
2086         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2087         New item moving functions added.
2089         * org.texi (Structure editing): New item moving commands added.
2090         (Plain Lists): New section.
2092 ----------------------------------------------------------------------
2093 installed as 3.20
2094         
2095 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2097         * org.el (org-table-sort-lines): New command.
2098         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2099         (org-add-file): Command removed, use `org-agenda-file-to-front'
2100         instead.
2101         (org-export-icalendar): Use `org-icalendar-combined-name'.
2102         (org-cycle-agenda-files, org-agenda-file-to-end)
2103         (org-agenda-file-to-front): New commands.
2104         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2105         options.
2106         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2107         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2108         New functions.
2109         (org-fill-paragraph): Call `org-table-align' in tables.
2110         (org-mode): Call `org-set-autofill-regexps'.
2111         (org-export-as-html): Support for local handformatted lists.
2112         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2113         (org-export-local-list-max-depth): New option.
2114         (org-html-expand): Use `org-html-protect'.
2116         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
2117         (Agenda): Document commands `org-cycle-agenda-files' and
2118         `org-agenda-file-to-front'
2119         (Built-in table editor): Document `org-table-sort-lines'.
2120         (HTML formatting): Export of hand-formatted lists.
2121         ----------------------------------------------------------------------
2122 installed as 3.19
2124 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
2126         * org.el (org-read-date, org-goto-calendar)
2127         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
2128         clear 'calendar-move-hook'.
2130 ------------------------------------------------------------------------
2132 installed as 3.18       
2134 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
2136         * textmodes/org.el (org-combined-agenda-icalendar-file)
2137         (org-icalendar-include-todo, org-icalendar-combined-name): New
2138         options.
2139         (org-export-icalendar-this-file)
2140         (org-export-icalendar-all-agenda-files)
2141         (org-export-icalendar-combine-agenda-files): New commands.
2142         (org-export-icalendar, org-print-icalendar-entries)
2143         (org-start-icalendar-file, org-finish-icalendar-file)
2144         (org-ical-ts-to-string): New functions.
2145         (org-read-date, org-goto-calendar)
2146         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2147         call to `calendar'.
2148         (orgtbl-setup): Removed the :keys arguments from the menu
2149         description.
2150         (org-after-save-iCalendar-file-hook): New variable.
2152         * org.texi (Summary): Mention iCalendar support.
2153         (Exporting): Document iCalendar support.
2155         * orgcard.tex: Add iCalendar export keys.
2157 ------------------------------------------------------------------------
2158 installed as 3.17       
2159         
2160 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2162         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
2163         prefix.
2164         (orgtbl-mode-map): Full keymap instead of sparse, because all
2165         `self-insert-command' keys are redifined in this map.
2166         (org-export-as-html): Specify charset for HTML file, by taking it
2167         from the codinf system.
2169         * org.texi (Workflow states): Documented that change in keywords
2170         becomes active only after restart of Emacs.
2172 --------------------------------------------------------------------------      
2173 Installed as 3.16
2174         
2175 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
2177         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
2178         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
2179         when available.  Additional key bindings for better tty support.
2180         (org-mode-restart, org-force-self-insert): New commands.
2181         (org-time-stamp-inactive): New command.
2182         (org-remap): New function.
2183         (org-table-auto-blank-field, org-level-color-stars-only): New
2184         options.
2185         (org-enable-fixed-width-editor): Moved to `org-structure'
2186         customization group.
2187         (org-self-insert-command, orgtbl-self-insert-command): Modified to
2188         blank field after field motion commands.
2190 ----------------------------------------------------------------------
2191 installed as 3.15
2192 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2194         * textmodes/org.el (org-special-keyword): New face.
2195         (org-table-copy-down, org-table-eval-formula)
2196         (org-table-recalculate, org-init-section-numbers): Use
2197         `string-to-number' instead of `string-to-int'.
2198         (org-get-location): Use `insert-buffer-substring' instead of
2199         `insert-buffer'.
2200         (org-modify-diary-entry-string): New function.
2201         (org-get-entries-from-diary): Set the hook for
2202         `add-to-diary-list'.
2203         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
2204         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2205         active region.
2206         (org-export-as-html): Handle QUOTE keyword.
2207         (org-quote-string): New option.
2208         (org-bookmark-jump-unhide): New function, used for
2209         `bookmark-after-jump-hook'.
2210         (org-diary-default-entry): Apply only when not called through
2211         `org-agenda'.
2213 ----------------------------------------------------------------------
2214 installed as 3.14
2216 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2218         * org.el (org-table-column-names, org-table-column-name-regexp)
2219         (org-table-named-field-locations): New variables.
2220         (org-archive-subtree): Protect `this-command' when calling
2221         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2222         the kill buffer.
2223         (org-complete): Removed fixed-formula completion.
2224         (org-edit-formulas-map): New variable.
2225         (org-table-edit-formulas): New command.
2226         (org-finish-edit-formulas, org-abort-edit-formulas,
2227         org-show-variable, org-table-get-vertical-vector): New functions.
2228         (org-table-maybe-eval-formula): Handle `:=' fields.
2229         (org-table-get-stored-formulas, org-table-store-formulas)
2230         (org-table-get-formula, org-table-modify-formulas)
2231         (org-table-replace-in-formulas): Handle named field formulas.
2232         (org-table-get-specials): Store locations of named fields.
2234 ---------------------------------------------------------------------------
2236   Installed as 3.13
2238 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
2240         * org.el: Leading space replaced by TABS.
2241         (org-recalc-marks, org-table-rotate-recalc-marks)
2242         (org-table-get-specials): Treat "^" and "_" marks.
2243         (org-table-justify-field-maybe): Optional argument NEW.
2244         (org-table-eval-formula): Parsing of the format simplified.  New
2245         modes C,I.  Honor the %= parameter in the current table.  Avoid
2246         unnecessary re-align by using the NEW argument to
2247         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
2248         request to store named field equation.
2249         (org-calc-default-modes): Default for date-format mimicks
2250         org-mode.
2251         (org-agenda, org-timeline): Quote argument in
2252         `org-agenda-redo-command'.
2254 ----------------------------------------------------------------------------
2256 installed as version 3.12
2257         
2258 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
2260         * org.el (orgtbl-setup): New function, for delayed setup for the
2261         orgtbl commands.
2262         (org-calc-default-modes): New option.
2263         (orgtbl-make-binding): Use `defun' to get better help display.
2264         (org-diary): Call `org-compile-prefix-format'.
2265         (org-table-formula-substitute-names): New function.
2266         (org-agenda-day-view, org-agenda-week-view): New commands.
2267         (org-agenda-toggle-week-view): Command removed.
2268         (org-tbl-menu): Split off from org-org-menu.
2269         (org-mode): Moved removal of outline-mode menus to here.
2270         (org-table-formula-debug): New option.
2271         (org-table-insert-row): Keep first field if just "#" or "*".
2272         (org-mode): Paragraph regexps fixed.
2273         (org-table-recalculate-regexp): New constant.
2274         (org-table-justify-field-maybe): Avoid replace if not necessary.
2275         (org-copy-special, org-cut-special): Use `call-interactively'.
2276         (org-table-copy-region): Take region from `interactive' call.
2277         (org-trim): Return string even if no match.
2278         (org-formula): New face.
2279         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
2280         highlight formula-related fields in table.
2281         (org-table-p): Use regexp, not fontification.
2282         (org-table-align): Handle white space at end of line.
2283         (org-table-formula-evaluate-inline): New option.
2284         (org-mode): Auto-wrapping in comment lines turned off.
2285         (org-table-copy-down): Evaluate only in copied field, not in
2286         destination.
2287         (org-table-current-formula): Variable removed.
2288         (org-table-store-formulas, org-table-get-stored-formulas)
2289         (org-table-modify-formulas, org-table-replace-in-formulas)
2290         (org-table-maybe-eval-formula): New functions.
2291         (org-table-get-formula): Modified to use stored formulas.
2292         (org-table-insert-column, org-table-delete-column)
2293         (org-table-move-column): Call `org-table-modify-formulas'.
2294         (org-complete): Add completion for keyword formulas.
2295         (orgtbl-mode): Pull orgtbl-mode-map to start of
2296         minor-mode-map-alist.
2298 --------------------------------------------------------------------------
2300 installed as 3.11
2302         
2303 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2305         * textmodes/org.el (org-CUA-compatible): New option.
2306         (org-disputed-keys): New variable.
2307         (org-key): New function.
2308         (orgtbl-make-binding): Add docstring to the created function.
2309         (org-mode): Set paragraph start/separate regexps.
2310         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2311         (org-archive-location, org-archive-mark-done)
2312         (org-archive-stamp-time): New options.
2313         (org-archive-subtree): New command.
2314         (org-fill-paragraph): New function.
2315         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2316         (org-fake-empty-table-line): Function removed.
2317         (org-format-org-table-html): Do not create empty table lines at
2318         separator lines.  Improved table header treatment.
2319         (org-link-format): New option.
2320         (org-make-link): New function.
2321         (org-insert-link, org-store-link): Use org-make-link.
2322         (org-open-file): Quote file name for shell command, to allow
2323         spaces in file names.
2324         (org-link-regexp): Fixed bug with mailto link.
2325         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
2326         constant.
2327         (org-export-as-html): Deal with the optional angles around a link.
2328         Better treatment of file: links.
2329         (org-open-at-point): Replace @{ and @} with < and >.
2331 --------------------------------------------------------------------------
2333 installed as 3.10
2334         
2335 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
2337         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
2339 --------------------------------------------------------------------------
2342  installed as 3.09
2343         
2344 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2346         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2347         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2348         (org-agenda-add-time-grid-maybe): New function.
2349         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2350         (org-table-create): `dotimes' instead of `mapcar'.
2351         (org-xor): Simplified implementation.
2352         (org-agenda): `inhibit-redisplay' turned on.
2353         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2354         a consistent line after a state change.
2355         (org-agenda-remove-times-when-in-prefix): New option.
2356         (org-prefix-has-time): New variable.
2357         (org-parse-time-string): Optional argument NODEFAULT.
2358         (org-format-agenda-item): Parse items for time-of-day
2359         specifications and move these into the prefix if possible.
2360         (org-agenda-priority): Get current heading, not previous heading
2361         during agenda remote editing.
2362         
2363 ======================================================================
2364         Intsalled as 3.08
2365         
2366 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
2368         * org.el Many small changes to keep the byte compiler happy.
2369         (org-prefix-format-compiled): New variable.
2370         (org-compile-prefix-format): New function.
2371         (org-timeline, org-agenda, org-diary): Call
2372         `org-compile-prefix-format'.
2373         (org-agenda-prefix-format,org-timeline-prefix-format): New
2374         options.
2375         (org-agenda-get-scheduled): Check if file is openned in
2376         `org-mode'.
2377         (org-get-entries-from-diary): Use `org-get-time-of-day', for
2378         consistency with entries from `org-mode' files.
2379         (org-get-time-of-day): Fixed bug with partial matches early in a
2380         line.
2381         (org-non-link-chars): New constant.
2382         (org-link-regexp): Respect `org-non-link-chars'.
2383         (org-agenda-day-view): Command removed.
2384         (org-agenda-toggle-week-view): Renamed from
2385         `org-agenda-week-view'.
2386         (org-follow-bbdb-link, org-store-link): Search also company field.
2387         (org-highlight-overlay): New variable.
2388         (org-highlight, org-unhighlight): New functions.
2389         (org-agenda-mode): Added pre-command-hook to remove highlight.
2390         (org-evaluate-time-range): Behavior depend upon time stamp format:
2391         Does it contain a time or not?
2392         (org-show-subtree, org-show-entry): New functions.
2393         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2395 ============================================================
2396         installed as 3.06
2398 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
2400         * org.el (org-agenda-date-prompt): Renamed from
2401         `org-agenda-date-today'.
2402         (org-evaluate-time-range): Insert at point instead of directly
2403         after time range.
2404         (org-first-headline-recenter, org-subtree-end-visible-p)
2405         (org-optimize-window-after-visibility-change): New functions
2406         (org-agenda-post-command-hook): Don't allow point at end of line,
2407         to make sure it always hits the text properties.
2408         (org-agenda-next-date-line, org-agenda-previous-date-line): New
2409         commands.
2410         (org-set-regexps-and-options): Category may contain white space.
2411         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
2412         marker positions.
2413         (org-agenda-new-marker): Argument POS made optional.
2414         (org-agenda-get-timestamps): Deadlines which are done are listed
2415         in org-done-face now.
2416         (org-agenda-get-todos, org-agenda-get-timestamps)
2417         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
2418         `undone-face' and `done-face' properties.
2419         (org-last-todo-state-is-todo): New variable.
2420         (org-todo): Set `org-last-todo-state-is-todo'.
2421         (org-agenda-todo): Change face according to
2422         `org-last-todo-state-is-todo'.  And change other lines refering to
2423         the same entry.
2424         (org-calendar-goto-agenda): New command.
2425         (org-calendar-to-agenda-key): New option.
2426         (org-startup-folded): New allowed value `content'.
2427         (org-set-regexps-and-options): Accept new value `content' for
2428         `org-startup-folded'.
2429         (org-get-current-options): Handle new value `content' for
2430         `org-startup-folded'.
2431         (org-insert-todo-heading): New command.
2432         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2433         interactively in empty file and option
2434         `org-insert-mode-line-in-empty-file' has been set.
2435         (org-agenda-todo,org-agenda-priority): Modified to use
2436         `org-agenda-change-all-lines'.
2437         (org-warning-face): Changed color on dark background
2439 ======================================================================
2440         Installed as version 3.05
2441         
2442 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
2444         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
2445         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2447 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
2449         * org.el (org-diary-default-entry): New function.
2450         (org-get-entries-from-diary): Better parsing of diary entries
2451         (org-agenda-check-no-diary): New function.
2452         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2453         linking to diary entries.
2454         (org-agenda-execute-calendar-command): New function
2456 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
2458         * org.el (org-agenda): Improved visible section in window.  And
2459         use `org-fit-agenda-window'.
2460         (org-fit-agenda-window): New option.
2462 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
2464         * org.el (org-move-subtree-down): Better handling of empty lines
2465         at end of subtree.
2466         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2467         levels up.
2469 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
2471         * org.el (org-fontify-done-headline): New option.
2472         (org-headline-done-face): New face.
2473         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2475 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
2477         * org.el (org-table-copy-down): renamed from
2478         `org-table-copy-from-above'.  When current field is non-empty, it
2479         is copied to next row.
2481 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
2483         * org.el (org-table-copy-from-above): Fixed bug which made it
2484         impossible to copy fields containing only a single non-white
2485         character.
2487 Release of 3.04 -------------------------------------------------------------
2489 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
2491         * org.el (org-version): Prefix arg removed, was not needed.
2495         
2496 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
2498         * org.el (org-show-following-heading): New option.
2499         (org-show-hierarchy-above): Use `org-show-following-heading'.
2501 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
2503         * org.el (orgtbl-optimized): New option
2504         (orgtbl-mode): New command, a minor mode.
2505         (orgtbl-mode-map): New variable.
2506         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) 
2507         (orgtbl-error, orgtbl-self-insert-command) 
2508         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2510 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
2512         * org.el (org-mode): `org-table-may-need-update' is now a local
2513         variable in each org-mode buffer.
2515 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
2517         * org.el (org-set-regexps-and-options): Renamed from
2518         `org-set-regexps'.  Added checking for STARTUP keyword.
2519         (org-get-current-options): Added STARTUP options.
2520         (org-table-insert-row): Mode mode intelligent about when
2521         realignment is needed.
2522         (org-self-insert-command, org-delete-backward-char,
2523         org-delete-char): New commands.
2524         (org-enable-table-editor): new default value `optimized'.
2525         (org-table-blank-field): Support blanking regions if active.