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