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