Added support for :maxlevel and :skip-empty-rows parameters to columnview dblock.
[org-mode.git] / ChangeLog
blobeff85fc4db4137933c2c43f116969353cb73bb90
1 2008-03-01  Bastien Guerry  <bzg@altern.org>
3         * org.texi (Capturing Column View): Documented new parameters for
4         the column view dynamic block: :maxlevel and :skip-empty-rows.
6 2008-03-01  Bastien Guerry  <bzg@altern.org>
8         * org.el (org-dblock-write:columnview, org-columns-capture-view):
9         Added support for :maxlevel and :skip-empty-rows as argument for
10         the columnview dynamic block.
12 2008-02-29  Bastien Guerry  <bzg@altern.org>
14         * org-irc.el: Require 'cl and 'erc.  Added dynamically scoped
15         variables.
16         (org-irc-visit-erc): Bug fix: rename `chan' to `chan-name'.
18 2008-02-29  Bastien Guerry  <bzg@altern.org>
20         * org.el (org-export-as-html): Kill buffer after
21         export when `to-buffer' is nil.
23         * org-export-latex.el (org-export-as-latex): Kill buffer after
24         export when `to-buffer' is nil.
26 2008-02-29  Carsten Dominik  <dominik@science.uva.nl>
28         * org.el (org-agenda-text-search-extra-files): Renamed from
29         `org-agenda-multi-occur-extra-files'.
30         (org-agenda-manipulate-query-add)
31         (org-agenda-manipulate-query-subtract)
32         (org-agenda-manipulate-query-add-regexp)
33         (org-agenda-manipulate-query-subtract-regexp)
34         (org-agenda-manipulate-query): New functions.
35         (org-agenda-query-register): New option.
36         (org-agenda-deadline-face): New argument wdays, to catch the
37         special case wdays=0.
38         (org-agenda-get-deadlines): Pass wdays to
39         `org-agenda-deadline-face'.
40         (org-agenda-align-tags): Bug fix.
41         (org-mouse-1-follows-link): Backwards compatibility.
43 2008-02-28  Bastien Guerry  <bzg@altern.org>
45         * org.el (org-open-at-point): Deleted mismatching `catch' form.
47 2008-02-28  Phil Jackson  <phil@shellarchive.co.uk>
49         * org-irc.el (org-irc-erc-store-link): Long log entry descriptions
50         are now elipsified.
52 2008-02-28  Bastien Guerry  <bzg@altern.org>
54         * org.el (org-activate-links): Fixed typo.
55         * org.el (org-mouse-1-follows-link): Use the value of
56         `mouse-1-click-follows-link' by default.
58 2008-02-28  Glenn Morris <rgm@gnu.org>
60         * org.el (org-info): Use `info' instead of `Info-goto-node'.
62 2008-02-28  Carsten Dominik  <dominik@science.uva.nl>
64         * org.el (org-auto-repeat-maybe): Make sure that the repeat stuff
65         does not add another state note.
66         (orgtbl-setup): Fix menu bug.
67         (org-agenda-search-history): New variable.
68         (org-search-view): New command.
69         (org-agenda-prefix-format, org-agenda-sorting-strategy): New
70         setting for search.
71         (org-agenda-custom-commands, org-agenda)
72         (org-agenda-get-restriction-and-command, org-run-agenda-series):
73         Cater for new agenda view.
75 2008-02-28  Bernt Hansen <bernt@norang.ca>
77         * org.el (org-put-clock-overlay): increase the limit of allowed
78         levels to 8 when building the clock summary.
80 2008-02-27  Phil Jackson  <phil@shellarchive.co.uk>
82         * org-irc.el (org-irc-erc-store-link): Links now have
83         descriptions. The cpltxt and link variables are no longer directly
84         set.
86 2008-02-27  Carsten Dominik  <dominik@science.uva.nl>
88         * org-publish.el (org-publish-current-project): Fixed another
89         problem with the FORCE argument.
91 2008-02-27  Carsten Dominik  <dominik@science.uva.nl>
94         * org-irc.el: Modified the installation instructions.
96         * org.el (org-store-link): Removed the (require 'org-irc), this is
97         now handled by `org-default-extensions'.
98         (org-load-hook): This hok is now exlicitly defined and made
99         customizable.
100         (org-default-extensions): New option.
102 2008-02-26  Bastien Guerry  <bzg@altern.org>
104         * org.el (org-agenda-to-appt): New argument `refresh' let the user
105         delete previous appointments stored in `appt-time-msg-list'.
106         (org-deadline-warning-days): Mention the fact that a value of zero
107         will be treated like negative values.
108         (org-show-todo-tree): Fix a small typo in the docstring.
111 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
113         * org.el (org-agenda-to-appt): Set `org-deadline-warning-days' to
114         nil for the duration of the command.
116         * org-publish.el (org-publish, org-publish-current-file)
117         (org-publish-all): Do not overrule the default value of
118         `org-publish-use-timestamps-flag' with a nil value of FORCE.
120         * org.el (org-find-entry-with-id): Also find entry outside the
121         restriction.
122         (org-at-item-p, org-export-as-html): Fixed bug with
123         `org-plain-list-ordered-item-terminator' set to ?\).
125 2008-02-22  Carsten Dominik  <dominik@science.uva.nl>
127         * org.el (org-insert-heading, org-insert-item): More intelligent
128         splitting of lines when creating a new headline or item.
129         (org-M-RET-may-split-line): New option.
130         (org-table-wrap-region): Respect the table setting in
131         org-M-RET-may-split-line'.
133 2008-02-19  Phil Jackson  <phil@shellarchive.co.uk>
135         * org.el (org-store-link): org-irc required.
136         * org-irc.el (org-irc-get-erc-link): Fixed to allow the extraction
137         of a nick from both CVS and stable versions of erc.
139 2008-02-19  Carsten Dominik  <dominik@science.uva.nl>
141         * org.el (org-set-regexps-and-options): Parse the new logging
142         options.
143         (org-extract-log-state-settings): New function.
144         (org-todo): Handle the new ways of recording state change stuff.
145         (org-local-logging): New function.
147 2008-02-18  Carsten Dominik  <dominik@science.uva.nl>
149         * org.el (org-columns-open-link): Fixed bug with opening link in
150         column view.
152         * org-mac-message.el (org-mac-message-get-link): New function for
153         non-interactive use.
155 2008-02-17  Carsten Dominik  <dominik@science.uva.nl>
157         * org.el (org-local-logging): New function
159 2008-02-15  Carsten Dominik  <dominik@science.uva.nl>
161         * org.el (org-todo): Make sure that LOGGING properties are
162         honoured.
164 2008-02-14  Carsten Dominik  <dominik@science.uva.nl>
166         * org.el:
167         (org-todo-keywords): Improve docstring.
168         (org-startup-options): Cleanup startup options.
169         (org-set-regexps-and-options): Process the "!" markers.
170         (org-todo): Respect the new logging stuff.
171         (org-log-note-how): New variable.
172         (org-add-log-maybe): New parameter HOW that defines how logging
173         should be done and also overrides PURPOSE.  Add a docstring.
174         (org-add-log-note): Check if we really need to ask for a note.
175         (org-get-current-options): Digest the new keyword.
177         * org.texi (Progress logging): Document the new progress logging
178         stuff.
180 2008-02-13  Carsten Dominik  <dominik@science.uva.nl>
182         * org.el (org-agenda-reset-markers): Renamed from
183         `org-agenda-maybe-reset-markers'.  FORCE argument removed.
184         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
185         function, without force argument.
186         (org-buffer-property-keys): Bind local variables s and p.
188 2008-02-12  Carsten Dominik  <dominik@science.uva.nl>
190         * org.el (org-make-tags-matcher): Allow "" to match an empty or
191         non-existent property value.
192         (org-export-as-html): Join unsorted lists when they directly
193         follow each other.  Such lists may be created by headlines that
194         are converted to lists.
195         (org-nofm-to-completion): New function.
197 2008-02-12  Bastien Guerry  <bzg@altern.org>
199         * org.el (org-export-as-html): Use :html-extension instead of
200         org-export-html-extension.
201         (org-store-link): Support for links from `rmail-summary-mode'.
203 2008-02-11  Carsten Dominik  <dominik@science.uva.nl>
205         * org.el (org-columns-new, org-complete, org-set-property): Set
206         the `include-columns' argument in the call to
207         `org-buffer-property-keys'.
208         (org-buffer-property-keys): New argument `include-columns', to
209         include properties expected by any of the COLUMS formats in the
210         current buffer.
212 2008-02-09  Carsten Dominik  <dominik@science.uva.nl>
214         * org.el (org-cleaned-string-for-export): Get rid of drawers
215         first, so that they will be removed also in the text before the
216         first headline.
218 2008-02-08  Carsten Dominik  <dominik@science.uva.nl>
220         * org.el (org-clock-report): Show the clocktable when found.
221         (org-refile): Fix positioning bug when `org-reverse-note-order' is
222         nil.
224 2008-02-07  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el (org-version): With prefix argument, insert `org-version'
227         at point.
228         (org-agenda-goto): Recenter the window after finding the target
229         location, to make sure the correct position will be displayed.
230         (org-agenda-get-deadlines): Don't scale priority with the warning
231         period.
232         (org-insert-heading): Don't break line in the middle of the line.
234 2008-02-06  Carsten Dominik  <dominik@science.uva.nl>
236         * org.el (org-agenda-get-deadlines): Allow
237         `org-deadline-warning-days' to be 0.
239 2008-02-05  Carsten Dominik  <dominik@science.uva.nl>
241         * org-publish.el (org-publish-timestamp-filename): Protect ":" in
242         file name path under windows.
244         * org.el (org-update-checkbox-count): Revamped to deal with
245         hierarchical beckboxes.  This was a patch from Miguel
246         A. Figueroa-Villanueva.
248 2008-02-04  Carsten Dominik  <dominik@science.uva.nl>
250         * org-mac-message.el: New file.
252         * org.el (org-remove-timestamp-with-keyword): New function.
253         (org-schedule, org-deadline): Use
254         `org-remove-timestamp-with-keyword' to make sure all such time
255         stamps are removed.
256         (org-mode): Support for `align'.
258 2008-02-03  Carsten Dominik  <dominik@science.uva.nl>
260         * org.el (org-agenda-get-deadlines): Make sure priorities increase
261         as the due date approaches and is passed.
262         (org-remember-apply-template): Fixed problem with tags that
263         contain "_" or "@".
265 2008-02-01  Carsten Dominik  <dominik@science.uva.nl>
267         * org.el (org-make-link-regexps): Improve the regular expression
268         for plain links.
270 2008-01-31  Carsten Dominik  <dominik@science.uva.nl>
272         * org.el (org-agenda-get-closed): List each clocking entry.
273         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
274         (org-special-ctrl-k): New option.
275         (org-kill-line): New function.
277 2008-01-26  Carsten Dominik  <dominik@science.uva.nl>
279         * org.el (org-archive-all-done): Fixed incorrect number of stars
280         in regexp.
282 2008-01-25  Carsten Dominik  <dominik@science.uva.nl>
284         * org.el (org-refile-get-location): New function.
285         (org-refile-goto-last-stored): New function.
286         (org-global-tags-completion-table): Add the value of org-tag-alist
287         in each buffer, to make sure that also unused tags will be
288         available for completion.
290 2008-01-24  Carsten Dominik  <dominik@science.uva.nl>
292         * org.el (org-columns-edit-value)
293         (org-columns-next-allowed-value): Only update if not in agenda.
295 2008-01-22  Carsten Dominik  <dominik@science.uva.nl>
297         * org.el (org-clocktable-steps): New function.
298         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
299         (org-archive-subtree): Add the outline tree context as a
300         property.
301         (org-closest-date): New optional argument `prefer'.
302         (org-goto-auto-isearch): New option.
303         (org-goto-map, org-get-location): Implement auto-isearch.
304         (org-goto-local-auto-isearch-map): New variable.
305         (org-goto-local-search-forward-headings)
306         (org-goto-local-auto-isearch): New functions
308 -----------------------------------------------------------------------
310 Installed as 5.19a
313 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
315         * org.el (org-entry-properties): Include the CLOCKSUM special
316         property.
317         (org-columns-edit-value): Do not allow to edit the special
318         CLOCKSUM property.
319         (org-flag-drawer): Use the original value of
320         `outline-regexp'.
321         (org-remember-handler): Add invisible-ok flag to call to
322         `org-end-of-subtree'
323         (org-agenda-highlight-todo): Respect
324         `org-agenda-todo-keyword-format'.
325         (org-agenda-todo-keyword-format): New option.
326         (org-infile-export-plist): No restriction while searching
327         for options.
328         (org-remember-handler): Remove comments at the end of the buffer.
329         (org-remember-use-refile-when-interactive): New option.
330         (org-table-sort-lines): Make sure sorting works on link
331         descritions only, and ignores the link.
332         (org-sort-entries-or-items): Make sure the end of the
333         subtree is included.
334         (org-refile-use-outline-path): New allowed values `file' and
335         `full-file-path'.
336         (org-get-refile-targets): Respect new values for
337         `org-refile-use-outline-path'.
338         (org-agenda-get-restriction-and-command): DEL goes back to initial
339         list.
340         (org-export-as-xoxo): Restore point when done.
341         (org-open-file): Allow multiple %s in command.
342         (org-clock-in-switch-to-state): New option.
343         (org-first-list-item-p): New function.
344         (org-last-remember-storage-locations): New variable.
345         (org-get-refile-targets): Interpret the new maxlevel setting.
346         (org-refile-targets): New option `:maxlevel'.
347         (org-copy-subtree): Include empty lines before but not
348         after subtree.
349         (org-back-over-empty-lines, org-skip-whitespace): New functions.
350         (org-move-item-down, org-move-item-up): Include empty lines before
351         but not after item.
352         (org-first-sibling-p): New function.
353         (org-remember-apply-template): Defaults, completions and
354         history for template prompts.  Also, interpret new `%!' escape.
355         (org-context-choices): New constant.
356         (org-bound-and-true-p): New macro.
357         (org-imenu-depth): New option.
358         (org-imenu-markers): New variable.
359         (org-imenu-new-marker, org-imenu-get-tree)
360         (org-speedbar-set-agenda-restriction): New functions.
361         (org-agenda-set-restriction-lock)
362         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
363         functions.
364         (org-agenda-restriction-lock): New face.
365         (org-agenda-restriction-lock-overlay)
366         (org-speedbar-restriction-lock-overlay): New variables.
367         (org-open-at-point): Removed obsolete way to do redirection in
368         shell links.
369         (org-imenu-and-speedbar): New customization group.
370         (org-entry-properties): Return keyword-less time strings.
371         (org-clock-heading-function): New option.
372         (org-clock-in): Use `org-clock-heading-function'.
373         (org-calendar-holiday): Try to use
374         `calendar-check-holidays' instead of the obsolete
375         `check-calendar-holidays'.
376         (org-export-html-special-string-regexps): New constant.
377         (org-massive-special-regexp): New variable.
378         (org-compute-latex-and-specials-regexp)
379         (org-do-latex-and-special-faces): New functions.
380         (org-latex-and-export-specials): New face.
381         (org-highlight-latex-fragments-and-specials): New option.
382         (org-link-escape-chars): Use characters instead of strings.
383         (org-link-escape-chars-browser, org-link-escape)
384         (org-link-unescape): Use characters instead of strings.
385         (org-export-html-convert-sub-super, org-html-do-expand): Check for
386         protected text.
387         (org-emphasis-alist): Additional `verbatim' flag.
388         (org-set-emph-re): Handle the verbatim flag and compute
389         `org-verbatim-re'.
390         (org-cleaned-string-for-export): Protect verbatim elements.
391         (org-verbatim-re): New variable.
392         (org-hide-emphasis-markers): New option.
393         (org-additional-option-like-keywords): Add new keywords.
394         (org-get-entry): Renamed from `org-get-cleaned-entry'.
395         (org-icalendar-cleanup-string): New function for quoting icalendar
396         text.
397         (org-agenda-skip-scheduled-if-done): New option.
398         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
399         `org-agenda-skip-scheduled-if-done'.
400         (org-prepare-agenda-buffers): Allow buffers as arguments.
401         (org-entry-properties): Add CATEGORY as a special property.
402         (org-use-property-inheritance): Allow a list of properties as a
403         value.
404         (org-eval-in-calendar): No longer update the prompt.
405         (org-read-date-popup-calendar): Renamed from
406         `org-popup-calendar-for-date-prompt'.
407         (org-read-date-display-live): New variable.
408         (org-read-date-display): New function.
409         (org-read-date-analyze): New function.
410         (org-remember-apply-template): Define `remember-finalize' if it is
411         not yet defined.
412         (org-remember-insinuate): New function.
413         (org-read-date-prefer-future): New option.
414         (org-read-date): Respect the setting of
415         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
416         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
417         hardcoded string.
418         (org-remember-apply-template): Use `remember-finalize' instead of
419         `remember-buffer'.
420         (org-columns-compute, org-column-number-to-string)
421         (org-columns-uncompile-format, org-columns-compile-format)
422         (org-columns-compile-format): Handle printf format specifier.
423         (org-columns-new, org-column-number-to-string)
424         (org-columns-uncompile-format, org-columns-compile-format):
425         Support for new currency summary type.
426         (org-tree-to-indirect-buffer): Do not kill old buffer when
427         `org-indirect-buffer-display' is `new-frame'.
428         (org-indirect-buffer-display): Document that `new-frame' leads to
429         indiret buffer proliferation.
430         (org-agenda-list): Use `org-extend-today-until'.
431         (org-extend-today-until): New option.
432         (org-format-org-table-html): Use lower-case for <col> tag.
433         (org-agenda-execute): New command.
434         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
435         (org-select-remember-template): New function.
436         (org-remember-apply-template): Use `org-select-remember-template'.
437         (org-go-to-remember-target): New function.
439         * org-publish.el (org-publish-current-project): Fix bug with
440         forcing publication.
442         * org.texi (Property inheritance): New section
443         (Conventions): New section.
444         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
445         commands, and the new bindings for refiling.
446         (Sparse trees): Document the new special command for sparse trees.
447         (References): Be more clear about the counting of hilines.
448         (Handling links): Document M-p/n for accessing links.
449         (Fast access to TODO states): New section.
450         (Per file keywords): New section.
451         (Property inheritance): New section.
452         (Column attributes): New summary types.
453         (Capturing Column View): New section.
454         (The date/time prompt): Cover the new features in the date/time
455         prompt.  Compactify the table of keys for the calendar remote
456         control.
457         (Clocking work time): Document the new :scope parameter.
458         (Remember): Promoted to chapter.
459         (Quoted examples): New section.
460         (Enhancing text): New verbatim environments.
462 2007-11-04  Bastien Guerry  <bzg@altern.org>
464         * org.el (org-export-with-special-strings): New option.
465         (org-export-html-convert-special-strings): New function.
466         (org-html-do-expand): `org-export-html-convert-special-strings'
467         added to the list of conversion.
468         (org-infile-export-plist, org-get-current-options): Added support
469         for "-" in the #+OPTION line to let user switch on/off special
470         strings conversion.
471         (org-export-plist-vars): New :html-table-tag property.
472         (org-export-as-html, org-format-org-table-html)
473         (org-format-table-table-html) Use the :html-table-tag property
474         instead of the `org-export-html-table-tag' global value.
475         (org-additional-option-like-keywords): Added "TBLFM".
477 2007-11-27  Bastien Guerry  <bzg@altern.org>
479         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
480         (org-export-latex-special-chars): Convert "..." in \ldots and skip
481         tables
482         (org-export-latex-fontify-headline): Changed parameter name
483         (org-export-as-latex): Handle export of subtrees
484         (org-export-latex-make-header): New argument TITLE
485         (org-export-latex-content): New argument EXCLUDE-LIST
486         (org-list-parse-list): New name for org-export-latex-parse-list
487         (org-export-latex-make-header): New name for
488         org-export-latex-make-preamble
489         (org-list-to-generic): New name of org-export-list-to-generic
490         (org-list-to-latex): New name of org-export-list-to-latex
491         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
492         (org-list-send-list, org-list-to-texinfo)
493         (org-list-to-html): New functions
494         (org-export-latex-tables-column-borders)
495         (org-export-latex-default-class, org-export-latex-classes)
496         (org-export-latex-classes-sectioning)
497         (org-list-radio-list-templates): New options
498         (org-export-latex-header): New variable
499         (org-latex-entities): New constant
500         (org-export-latex-default-sectioning, org-export-latex-preamble)
501         (org-export-latex-prepare-text-option)
502         (org-export-latex-get-sectioning): Removed
505 -----------------------------------------------------------------------
507 Installed as 5.13g
509 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
511         * org.el (org-remember-handler): Make sure the amount of
512         whitespace after the note is right.
514 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
516         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
517         instead of `mapcar'.
519         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
520         instead of `mapcar'.
521         (org-agenda-list): Numeric prefix argument can specify the number
522         of days.
523         (remember-register, remember-buffer): Prevent byte compiler from
524         complaining.
527         * org.el (org-agenda-get-restriction-and-command): Fix window
528         size.
529         (org-read-date-get-relative): Require [-+] at the beginning.
530         (org-open-link-from-string): New function.
531         (org-columns-open-link): New commands.
532         (org-scan-tags): Handle indirect buffers.
533         (org-read-date-get-relative): New function.
534         (org-agenda-file-regexp): New variable.
535         (org-agenda-files): Allow directories in the variable.
536         (org-agenda-get-restriction-and-command): New function.
537         (org-agenda): Use `org-agenda-get-restriction-and-command'.
538         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
539         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
540         New functions.
541         (org-entry-add-to-multivalued-property)
542         (org-entry-remove-from-multivalued-property)
543         (org-entry-member-in-multivalued-property): New functions.
544         (org-remember-apply-template): Catch C-g and make sure window
545         configuration is restored.
546         (org-agenda-open-link): Make is work with several links in the
547         line.
548         (org-drawers, org-set-regexps-and-options)
549         (org-get-current-options): Added support for a DRAWERS in-buffer
550         option.
551         (org-agenda-window-frame-fractions): New option.
552         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
553         (org-columns-cleanup-item, org-find-entry-with-id)
554         (org-insert-columns-dblock, org-listtable-to-string)
555         (org-dblock-write:columnview, org-columns-capture-view)
556         (org-edit-headline): New functions.
557         (org-agenda-to-appt): Require calendar.
558         (org-entry-get-with-inheritance): Widen for search.
559         (org-columns-display-here): Don't mark buffer as modified when
560         adding space characters to accomodate column overlays.
561         (org-export-as-html): Better formatting of tags in the toc.
562         (org-columns-display-here): Make the ITEM column as compact as
563         possible.
564         (org-remember-templates): Customization interface improved.
565         (org-export-with-property-drawer): Variable removed.
566         (org-export-with-drawers): New option.
567         (org-complex-heading-regexp): New variable.
568         (org-sort-entries): Rewrite using `sort-subr'.
569         (org-set-property): More appropriate completion during interactive
570         use.
571         (org-sort-entries): Allow sorting by property.
572         (org-additional-option-like-keywords): Added more values.
573         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
575 ----------------------------------------------------------------------
577 installed as 5.12
579 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
582         * org.texi: Small fixes.
584 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
586         * org.el (org-get-date-from-calendar): New function.
587         (org-at-timestamp-p, org-timestamp-change)
588         (org-remember-templates): First element of each entry is now a
589         name for the template.
590         (org-store-log-note): Check for `org-note-abort'.
591         (org-kill-note-or-show-branches): New command.
592         (org-fontify-priorities): New option.
593         (org-fontify-priorities): New function.
594         (org-cut-subtree, org-copy-subtree): New argument N to
595         act on N sequential subtrees.
596         (org-paste-subtree): Fix the level at which a tree is pasted.
597         (org-fit-agenda-window): Limitations on window size removed.
598         (org-agenda-find-same-or-today-or-agenda): Renamed from
599         `org-agenda-find-today-or-agenda'. 
600         (org-scheduled-past-days): New option.
601         (org-agenda-scheduled-leaders)
602         (org-agenda-deadline-leaders): New options.
603         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
604         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
605         (org-export-with-tags, org-export-plist-vars)
606         (org-infile-export-plist): New "tags" option.
607         (org-use-property-inheritance): New option.
608         (org-cached-entry-get): Use `org-use-property-inheritance'.
609         (org-remember-apply-template): Fixed typo.
611 ----------------------------------------------------------------------
612 Installed as 5.11
613         
615 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
617         * org.el (org-additional-option-like-keywords): New constant.
618         (org-complete): Use `org-additional-option-like-keywords'.
619         (org-parse-local-options): New function.
621 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
623         * org.el (org-in-clocktable-p): New function.
624         (org-clock-report): Only update the table at point, or insert a
625         new one.
626         (org-clock-goto): New function.
627         (org-open-file): Use `start-process-shell-command' instead of
628         `shell-command' with an ampersand. 
629         (org-deadline, org-schedule): New argument REMOVE to remove the
630         date from the entry.
631         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
632         argument to `org-schedule' and `org-deadline'.
633         (org-trim): Use the correct expressions for beginning and end of
634         the string.
635         (org-get-cleaned-entry): Trim the string before returning it.
636         (org-clock-find-position): New function.
637         (org-clock-into-drawer): New option.
638         (org-agenda-tags-column): Renamed from
639         `org-agenda-align-tags-to-column'. 
640         (org-agenda-align-tags): Allow negative values for
641         `org-agenda-tags-column'.
642         (org-insert-labeled-timestamps-before-properties-drawer): Variable
643         removed.
644         (org-agenda-to-appt): new optional argument FILTER.
645         (org-completion-fallback-command): New variable.
646         (org-complete): Use `org-completion-fallback-command'.
647         (org-find-base-buffer-visiting): Catch the case that there is no
648         buffer visiting the file.
649         (org-property-or-variable-value): New function.
650         (org-todo): Use `org-property-or-variable-value'
651         (org-agenda-compact-blocks): New option.
652         (org-prepare-agenda, org-agenda-list): Use
653         `org-agenda-compact-blocks'.
654         (org-agenda-schedule, org-agenda-deadline): Call
655         `org-agenda-show-new-time'.
656         (org-agenda-show-new-time): New argument PREFIX.
657         (org-colgroup-info-to-vline-list): Fixed but that cause a
658         shift in the vertical lines.
659         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
660         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
661         (org-indent-item): No arg in call to `org-fix-bullet-type'.
662         (org-fix-bullet-type): Removed argument.
663         (org-read-date): Check for am/pm twice, to catch the end time.
664         (org-goto-map): Use `suppress-keymap'.
665         (org-remember-apply-template): Respect the dynamically scoped
666         selection character.
668         * org.texi (Appointment reminders): New section.
670 2007-10-05  Bastien Guerry  <bzg@altern.org>
672         * org-export-latex.el (org-export-latex-protect-string): 
673         Renaming of `org-latex-protect'.
674         (org-export-latex-emphasis-alist): By default, don't protect 
675         any emphasis formatter from further conversion.
676         (org-export-latex-tables): honor column grouping for tables.
677         (org-export-latex-title-command): New option.
678         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
679         export backslash character.
681 ------------------------------------------------------------
682 Installed as 5.10
684 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
686         * org.el (turn-on-orgstruct++): New function.
687         (org-table-convert-region): Prefix arg interpreted differently in
688         terms of field separator.
689         (org-icalendar-include-body-as-description): New option.
690         (org-export-icalendar-clean-description): New function.
691         (org-link-escape): New argument TABLE.
692         (org-link-escape-chars-browser): New constant.
693         (org-open-at-point): Call `org-link-escape' with new argument.
694         (org-export-html-extension): New option.
695         (org-read-date): New argument DEFAULT-TIME.  No longer determine
696         default time from buffer context.
697         (org-time-stamp): Pass default time to `org-read-date'.
698         (org-refresh-category-properties): New function.
699         (org-dblock-write:clocktable): Interpret the :scope parameter.
700         (org-archive-subtree): Use category properties.
701         (org-prepare-agenda-buffers): Call
702         `org-refresh-category-properties'.
703         (org-category-table): Variable removed.
704         (org-get-category-table): Function removed.
705         (org-get-category): Just get the property now.
706         (org-tags-view, org-agenda-get-day-entries)
707         (org-print-icalendar-entries): No longer create the category table.
708         (org-columns-check-computed): New function.
709         (org-columns-compute): Mark computed values.
710         (org-columns-update): Set also the `org-columns-value' property.
711         (org-indent-item): Fix bullet type before thinking about
712         renumbering.
714 2007-09-26  Bastien Guerry  <bzg@altern.org>
716         * org-export-latex.el (org-export-latex-emphasis-alist): 
717         Each list of the alist now requires three elements.
718 -----------------------------------------------------------------
719 Installed as 5.09
720         
721         2007-09-14  Bastien Guerry  <bzg@altern.org>
723         * org-export-latex.el (org-export-latex-tables-verbatim): New
724         function.
725         (org-export-latex-remove-from-headlines): Name changed because of
726         typo. 
727         (org-export-latex-quotation-marks-convention): Option removed.
728         (org-export-latex-make-preamble): Handle the DATE option.
729         (org-export-latex-cleaned-string): Now the only cleaning function,
730         synched up with org.el.
731         (org-export-latex-lists, org-export-latex-parse-list)
732         (org-export-list-to-latex): New functions.
735 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
737         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
738         (org-outline-regexp): New constant.
739         (org-remember-handler): Throw error when the target file is not in
740         org-mode.
741         (org-cleaned-string-for-export): No longer call
742         `org-export-latex-cleaned-string' with an argument.
743         (org-get-tags): Returns now a list, not a string.
744         (org-get-tags-string): New function.
745         (org-archive-subtree): No need to split return of `org-get-tags'.
746         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
747         instead of `org-get-tags'.
748         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
749         (org-time-from-absolute, org-agenda-format-date-aligned): New
750         functions.
751         (org-compatible-face): New argument INHERITS.  Inherit from this
752         face if possible.
753         (org-level-1, org-level-2, org-level-3, org-level-4)
754         (org-level-5, org-level-6, org-level-7, org-level-8)
755         (org-special-keyword, org-drawer, org-column, org-warning)
756         (org-archived, org-todo, org-done, org-headline-done, org-table)
757         (org-formula, org-code, org-agenda-structure)
758         (org-scheduled-today, org-scheduled-previously)
759         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
760         in the new way.
761         (org-get-heading): New argument NO-TAGS.
762         (org-fast-tag-selection-include-todo): Made defvar instead of
763         defcustom, feature is not deprecated.
764         (org-remember-store-without-prompt): New default value t.
765         (org-todo-log-states): New variable.
766         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
767         Compute the log states.
768         (org-goto-map): More commands copied from global map.  Also bind
769         `org-occur'.
770         (org-goto): Made into a general lookup command.
771         (org-get-location): Complete rewrite.
772         (org-goto-exit-command): New variable.
773         (org-goto-selected-point): New variable.
774         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
775         the new variables.
776         (org-paste-subtree): Whitespace insertion strategy revised.
777         (org-remember-apply-template): Protect v-A from the possibility
778         that v-a might be nil.
779         (org-remember-handler): Insertion rules revised.
780         (org-todo): Respect org-todo-log-states.
781         (org-up-heading-safe): New function.
782         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
784         * org.texi: Change links to webpage and maintained email.
785         (Remember): Promoted to Chapter, significant changes.
786         (Fast access to TODO states): New section.
787         (Faces for TODO keywords): New section.
788         (Export options): Example for #+DATE.
789         (Progress logging): Section moved.
791 ----------------------------------------------------------------------
792 installed in Emacs as 5.08
794 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
796         * org.el (org-re): Also replace the :alpha: class.
797         (org-todo-tag-alist): Variable removed.
798         (org-todo-key-alist, org-todo-key-trigger) New variables.
799         (org-use-fast-todo-selection): New option.
800         (org-log-done): Docstring fixed.
801         (org-deadline-warning-days): New default value 14.
802         (org-edit-timestamp-down-means-later) New option.
803         (org-tag-alist): Docstring fixed.
804         (org-fast-tag-selection-include-todo): New option.
805         (org-export-language-setup): New languages added.
806         (org-set-regexps-and-options): Compute the new variables.
807         (org-paste-subtree): Cleaning up.
808         (org-remember-apply-template): New escape %A.
809         (org-todo): Call fast TODO selection.
810         (org-fast-todo-selection): New function.
811         (org-add-log-note): Allow prefix for abort exit.
812         (org-at-property-p, org-entry-properties)
813         (org-columns-get-autowidth-alist): Use :alpha: class.
814         (org-get-wdays): New function.
815         (org-agenda-remove-date): New variable.
816         (org-agenda-get-deadlines): Use `org-get-wdays'.
817         (org-agenda-get-deadlines): Reverse ee before returning.
818         (org-format-agenda-item): New argument REMOVE-RE.
819         (org-agenda-convert-date): Baha'i calendar added.
820         (org-infile-export-plist): Also find DATE line.
821         (org-get-min-level): New function.
822         (org-export-as-html, org-export-as-ascii): Use the date format.
823         (org-shiftup, org-shiftdown): Use.
824         `org-edit-timestamp-down-means-later'.
825         (org-assign-fast-keys): New function.
827 ----------------------------------------------------------------------
829 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
831         * org.el (org-export-visible): Fix drawers before export.
832         (org-do-sort): Allow sorting by priority.
833         (org-agenda-files): Ignore non-existing files.
834         (org-agenda-skip-unavailable-files): New variable.
835         (org-ellipsis): All a face as value.
836         (org-mode): Interprete the face value of `org-ellipsis'.
837         (org-archive-save-context-info): New option.
838         (org-archive-subtree): Store context info in archived entry.
839         (org-fast-tag-selection-can-set-todo-state): New variable.
840         (org-fast-tag-selection): Allow setting TODO states through this
841         interface.
842         (org-cycle): Docstring updated.
843         (org-todo-keyword-faces): New option.
844         (org-get-todo-face): New function.
845         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
846         `org-get-todo-face'.
847         (org-switch-to-buffer-other-window): New function.
848         (org-table-edit-field, org-table-show-reference)
849         (org-table-edit-formulas, org-add-log-note)
850         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
851         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
852         `switch-to-buffer-other-window' to make sure that the temporary
853         windows show up on the current frame.
854         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
855         (org-get-entries-from-diary, org-replace-region-by-html): Don't
856         allow pop-up frames.
857         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
858         problems with time-of-day.
859         (org-export-get-title-from-subtree): New function.
860         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
861         with listing items that are DONE.
862         (org-change-tag-in-region): New command.
863         (org-agenda-skip-scheduled-if-done)
864         (org-agenda-skip-deadline-if-done): Docstring clarified.
865         (org-mode): Hide drawers on startup.
866         (org-get-todo-face): New function.
867         (org-todo-keyword-faces): New option.
869 -------------------------------------------------------------------------       
871 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
873         * org.el (org-agenda-skip): Allow a form for
874         `org-agenda-skip-function'.
875         (org-agenda-redo): Re-use local settings.
876         (org-agenda): Store local settings.
877         (org-agenda-deadline-faces): New option.
878         (org-agenda-deadline-face): New function.
879         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
880         entries on their due date.
881         (org-agenda-get-timestamps): No longer handle the due dates of
882         schedules and deadline items.
883         (org-insert-link-global, org-open-at-point-global): New commands.
884         (org-export-as-ascii): Call
885         `org-cleaned-string-for-export' with a :for-ascii parameter.
886         (org-skip-comments): Function removed.
887         (org-cleaned-string-for-export): Handle special table lines.
888         (org-global-properties): New option.
889         (org-entry-get-with-inheritance): Check global properties.
890         (org-local-properties): New variable.
891         (org-set-regexps-and-options): Find the #+PROPERTY line.
892         (org-link-types): Change type into variable (was constant).
893         (org-make-link-regexps): New function.
894         (org-link-re-with-space, org-link-re-with-space2)
895         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
896         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
897         these regular expressions happens now in the function
898         `org-make-link-regexps'.
899         (org-store-link): Call the functions in `org-store-link-functions'.
900         (org-add-link-type): New function.
901         (org-store-link-functions): New variable.
902         (org-activate-tags): Force matches to be in headlines.
903         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
904         (org-columns-display-here): Make sure this works in a narrowed
905         buffer by checking for point-min.
906         (org-columns-display-here): Make the rest of the line intangible,
907         so that point never can be there.
908         (org-cleaned-string-for-export): Use `with-current-buffer'.
909         (org-replace-region-by-html): Use `with-current-buffer'.
910         (org-unfontify-region, org-do-occur, org-columns-display-here)
911         (org-columns-remove-overlays, org-columns-quit)
912         (org-columns-edit-value, org-columns-next-allowed-value)
913         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
914         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
915         (org-agenda-todo, org-agenda-change-all-lines)
916         (org-agenda-align-tags, org-agenda-priority)
917         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
918         (org-agenda-show-new-time, org-cleaned-string-for-export)
919         (org-export-grab-title-from-buffer): 
920         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
921         instead of `buffer-read-only'.
922         (org-export-as-html): Set `coding-system-for-write'.
923         (org-remember-store-without-prompt): New option.
924         (org-archive-subtree): Fixed bug with modifying TODO keyword.
925         (org-beginning-of-line): Also treat C-a special in items.
926         (org-table-convert-refs-to-rc): Fixed problem with column
927         reference after "..".
928         (org-columns-compute): Don't mark buffer modified because of text
929         properties.
930         (org-batch-store-agenda-views): Use the variable
931         `default-directory', not the function.
932         (org-clock-out-if-current): Respect
933         `org-clock-out-when-done'.
934         (org-clock-out-when-done): New option.
935         (org-html-entities): Added HTML entities for smileys.
937         * org.texi (Adding hyperlink types): New section.
938         (Embedded LaTeX): Chapter updated because of LaTeX export.
939         (LaTeX export): New section.
940         (Using links out): New section.
943 -----------------------------------------------------------------
945 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
947         * org.texi (Properties and columns): Chapter rewritten.
949 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
951         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
952         span as default.
954         (org-columns-edit-value): Renamed from `org-column-edit'.
955         (org-columns-display-here-title): Renamed from
956         `org-overlay-columns-title'.
957         (org-columns-remove-overlays): ` Renamed from
958         org-remove-column-overlays'.
959         (org-columns-get-autowidth-alist): ` Renamed from
960         org-get-columns-autowidth-alist'.
961         (org-columns-display-here): Renamed from `org-overlay-columns'.
962         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
963         (org-columns-quit): Renamed from `org-column-quit'.
964         (org-columns-show-value): Renamed from `org-column-show-value'.
965         (org-columns-content, org-columns-widen)
966         (org-columns-next-allowed-value)
967         (org-columns-edit-allowed, org-columns-store-format)
968         (org-columns-uncompile-format, org-columns-redo)
969         (org-columns-edit-attributes, org-delete-property)
970         (org-set-property, org-columns-update)
971         (org-columns-compute, org-columns-eval)
972         (org-columns-not-in-agenda, org-columns-compute-all)
973         (org-property-next-allowed-value)
974         (org-columns-compile-format)
975         (org-fill-paragraph-experimental)
976         (org-string-to-number, org-property-action)
977         (org-columns-move-left, org-columns-new )
978         (org-column-number-to-string)
979         (org-property-previous-allowed-value)
980         (org-at-property-p, org-columns-delete)
981         (org-columns-previous-allowed-value)
982         (org-columns-move-right, org-columns-narrow)
983         (org-property-get-allowed-values)
984         (org-verify-version, org-column-string-to-number)
985         (org-delete-property-globally): New functions.
986         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
987         (org-columns-overlays): Renamed from `org-column-overlays'.
988         (org-columns-map): Renamed from `org-column-map'.
989         (org-columns-current-maxwidths): Renamed from
990         `org-current-columns-maxwidths'.
991         (org-columns-begin-marker, org-columns-current-fmt-compiled)
992         (org-previous-header-line-format)
993         (org-columns-inhibit-recalculation) 
994         (org-columns-top-level-marker): New variables.
995         (org-columns-default-format): Renamed from
996         `org-default-columns-format'.
997         (org-property-re): New constant.
999         
1001 =====================================================================
1003 Installed as 5.01b      
1005 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1007         * org.el (orgstruct-mode-map): New variable.
1008         (orgstruct-mode): New minor mode.
1009         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1010         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1011         (org-run-like-in-org-mode): New functions.
1012         (org-cycle-list-bullet): New command.
1013         (org-special-properties, org-property-start-re)
1014         (org-property-end-re): New constants.
1015         (org-with-point-at): New macro.
1016         (org-get-property-block, org-entry-properties, org-entry-get)
1017         (org-entry-delete, org-entry-get-with-inheritance)
1018         (org-entry-put, org-buffer-property-keys): New functions.
1019         (org-insert-property-drawer): New command.
1020         (org-entry-property-inherited-from): New variable.
1021         (org-column): New face.
1022         (org-column-overlays, org-current-columns-fmt)
1023         (org-current-columns-maxwidths, org-column-map): New variables.
1024         (org-column-menu): New menu.
1025         (org-new-column-overlay, org-overlay-columns)
1026         (org-overlay-columns-title, org-remove-column-overlays)
1027         (org-column-show-value, org-column-quit, org-column-edit): New
1028         functions.
1029         (org-columns, org-agenda-columns): New commands.
1030         (org-get-columns-autowidth-alist): New functions.
1031         (org-properties): New customize group.
1032         (org-default-columns-format): New option.
1034 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
1036         * org.el (org-priority): Realign tags after changing priority. 
1037         (org-preserve-lc): New macro.
1038         (org-update-checkbox-count): Catch case when there is no headline.
1039         (org-agenda-quit): Remove any column overlays.
1041 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
1043         * org.el (org-beginning-of-item-list): Fixed bug when non-item
1044         line is indented too deep.
1046 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
1048         * org.el (org-cached-props): New variable.
1049         (org-cached-entry-get): New function.
1050         (org-make-tags-matcher): Handle property matches.
1052 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
1054         * org.el (org-table-recalculate): Swap evaluation order:  Field
1055         formula first, then column formulas, but don't allow them to
1056         overwrite the field formulas.
1057         (org-table-eval-formula): New argument untouchable.
1058         (org-table-put-field-property): New function.
1060 ========================================================================
1062 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1064         * org.el (org-export-with-footnotes): New option.
1066 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
1068         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
1069         (org-agenda-default-appointment-duration): New option.
1071 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
1073         * org.texi (Tag): Section swapped with node Timestamps.
1074         (Formula syntax for Lisp): Document new `L' flag.
1076         * org.el (org-end-time-was-given): New variable.
1077         (org-read-date): Look for time range.
1078         (org-timestamp-change): Deal with time range issues.
1079         (org-modify-ts-extra): New function.
1080         (org-remember-apply-template, org-add-planning-info)
1081         (org-time-stamp, org-time-stamp-inactive): Make use of
1082         `org-end-time-was-given'.
1083         (org-set-regexps-and-options, org-activate-tags)
1084         (org-archive-subtree, org-toggle-tag)
1085         (org-make-org-heading-search-string, org-open-at-point)
1086         (org-link-search, org-remember-handler, org-complete)
1087         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
1088         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
1089         (org-agenda-list-stuck-projects, org-format-agenda-item)
1090         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
1091         (org-ascii-level-start, org-export-as-html)
1092         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
1093         to match tags, in order to allow lanufage-specific characters in
1094         tags.
1095         (org-beginning-of-item-list): New command.
1096         (org-target): New face.
1097         (org-activate-links): New link type target.
1101 ======================================================================
1102         
1103 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1105         * textmodes/org.el:
1106         (org-export-region-as-html, org-replace-region-by-html)
1107         (org-number-to-letters, org-table-fedit-finish)
1108         (org-normalize-color, org-table-fedit-ref-right)
1109         (org-date-to-gregorian, org-table-fedit-move)
1110         (org-table-convert-refs-to-rc, org-calendar-holiday)
1111         (org-table-fedit-toggle-ref-type, org-write-agenda)
1112         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1113         (org-defkey, org-encode-for-stdout)
1114         (org-indent-line-function, org-export-as-html-to-buffer)
1115         (org-store-agenda-views, org-update-mode-line)
1116         (org-find-if, org-delete-all)
1117         (org-table-fedit-convert-buffer, org-emphasize)
1118         (org-uniquify, org-table-fedit-lisp-indent)
1119         (org-table-fedit-scroll, org-get-todo-sequence-head)
1120         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1121         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1122         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1123         (org-table-fedit-line-up, org-table-fedit-ref-down)
1124         (org-table-formula-from-user, org-mode-flyspell-verify)
1125         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1126         (org-table-formula-to-user, org-diary-to-ical-string)
1127         (orgtbl-export, org-table-fedit-post-command)
1128         (org-closed-in-range, org-shiftcontrolright)
1129         (org-table-convert-refs-to-an, org-table-hline-and-move)
1130         (org-table-formula-less-p, org-format-table-ascii)
1131         (org-agenda-get-sexps, org-shift-refpart)
1132         (org-diary-sexp-entry, org-time-string-to-absolute)
1133         (org-table-show-reference, org-letters-to-number)
1134         (org-fix-agenda-info, org-table-fedit-ref-up)
1135         (org-table-fedit-shift-reference, org-table-fedit-abort)
1136         (org-closest-date, org-shiftcontrolleft)
1137         (org-at-heading-or-item-p, org-rematch-and-replace)
1138         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
1139         function.
1140         (org-table-edit-scroll-down, org-finish-edit-formulas)
1141         (org-table-edit-next-field, org-abort-edit-formulas)
1142         (org-font-lock-level, org-export-find-first-heading-line)
1143         (org-table-edit-line-down, org-table-edit-backward-field)
1144         (org-edit-formula-lisp-indent, org-table-edit-move)
1145         (org-check-log-option, org-this-word)
1146         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1147         (org-agenda-file-to-end, org-expand-file-name)
1148         (org-fake-empty-table-line, org-table-edit-scroll)
1149         (org-toggle-log-option, org-show-reference): Function removed.
1150         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
1151         defsubst.
1152         (org-unmodified, org-batch-store-agenda-views)
1153         (org-batch-agenda-csv): New macro.
1154         (org-agenda-export): New customization group.
1155         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1156         (org-highest-priority, org-agenda-exporter-settings)
1157         (org-log-done-with-time, org-replace-disputed-keys)
1158         (org-format-latex-header, org-export-table-header-tags)
1159         (org-cycle-separator-lines, org-export-table-data-tags)
1160         (org-icalendar-include-sexps)
1161         (org-empty-line-terminates-plain-lists)
1162         (org-log-repeat, org-special-ctrl-a)
1163         (org-table-use-standard-references, org-disputed-keys)
1164         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1165         (org-agenda-export-html-style): New option.
1166         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
1167         (org-CUA-compatible): Option removed.
1168         (org-agenda-structure,  org-sexp-date): New face.
1169         (org-todo-keywords-for-agenda, org-not-done-keywords)
1170         (org-planning-or-clock-line-re, org-agenda-name)
1171         (org-table-colgroup-info, org-todo-sets)
1172         (constants-unit-system, org-clock-mode-line-entry)
1173         (org-mode-line-timer, org-table-current-begin-pos)
1174         (org-todo-keywords-1, org-mode-line-string)
1175         (org-table-clean-did-remove-column, org-table-fedit-map)
1176         (org-clock-heading, org-table-buffer-is-an)
1177         (org-agenda-info, org-done-keywords)
1178         (org-done-keywords-for-agenda, org-todo-heads)
1179         (org-todo-kwd-alist, org-clock-start-time): New variable.
1180         (org-todo-kwd-priority-p, org-edit-formulas-map)
1181         (org-repeat-re, org-todo-kwd-max-priority)
1182         (org-version, org-done-string)
1183         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
1184         removed.
1185         (org-table-translate-regexp, org-repeat-re, org-version): New
1186         constant.
1187         (org-ts-lengths): Constant removed.
1188         (org-follow-gnus-link): Don't ask how many articles to read.
1189         (org-export-find-first-export-line): Renamed from
1190         `org-export-find-first-heading'.  Use
1191         `org-export-skip-text-before-1st-heading'.
1192         (org-table-fedit-post-command): Renamed from
1193         `org-table-edit-formulas-post-command'.
1194         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
1195         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
1196         (org-table-fedit-lisp-indent): Renamed from
1197         `org-edit-formula-lisp-indent'.
1198         (org-table-show-reference): Renamed from `org-show-reference'.
1199         (org-table-store-formulas): Use `org-table-formula-less-p'.
1200         (org-table-edit-formulas): Position cursor to current field
1201         equation.
1202         (org-update-checkbox-count, org-hide-archived-subtrees)
1203         (org-timestamp-up-day, org-timestamp-down-day)
1204         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1205         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1206         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1207         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
1208         `org-on-heading-p' also check for invisible heading.
1209         (org-read-date): Match am/pm times.
1210         (org-eval-in-calendar): Fix default date in prompt.
1212 -------------------------------------------------------------------------
1214 installed as 4.67
1215         
1216 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1218         * org.texi (The spreadsheet): Renamed from "Table calculations".
1219         Completely reorganized and rewritten.
1220         (CamelCase links): Section removed. 
1221         (Repeating items): New section.
1222         (Tracking TODO state changes): New section.
1223         (Agenda views): Chapter reorganized and rewritten.
1224         (HTML export): Section rewritten.
1225         (Tables in arbitrary syntax): New section.
1226         (Summary): Better feature summary.
1227         (Activation): Document problem with cut-and-paste of Lisp code
1228         from PDF files.
1229         (Visibility cycling): Document indirect buffer use.
1230         (Structure editing): Document sorting.
1231         (Remember): Section rewritten.
1232         (Time stamps): Better description of time stamp types.
1233         (Tag searches): DOcument regular expression search for tags.
1234         (Stuck projects): New section.
1235         (In-buffer settings): New keywods.
1236         (History and Acknowledgments): Updated description.
1238 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
1240         * org.el (org-table-overlay-coordinates)
1241         (org-table-toggle-coordinate-overlays): New functions.
1242         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1243         New variables.
1244         (org-startup-with-deadline-check): Option removed.
1245         (org-mode): Remove deadline check on startup.
1246         (org-table-limit-column-width): Option removed.
1247         (org-table-formula-numbers-only): Option removed.
1248         (org-link-style, org-link-format): Options removed.
1249         (org-select-agenda-window, org-fit-agenda-window): Options
1250         removed. 
1251         (org-export-ascii-show-new-buffer)
1252         (org-export-html-show-new-buffer): Options removed.
1253         (org-activate-links): Camel option removed.
1254         (org-file-link-context-use-camel-case): Option removed.
1255         (org-camel-regexp): Veriable removed.
1256         (org-activate-camels): Function removed.
1257         (org-store-link): Removed Camel stuff.
1258         (org-make-org-heading-camel): Function removed.
1259         (org-open-at-point): Removed camel stuff.
1260         (org-link-search): Removed camel stuff.
1261         (org-camel-to-words): Function removed.
1262         (org-get-agenda-file-buffer): Make sure we prepare the
1263         base buffers, not any indirect buffers.
1264         (org-sort-entries): Sort top-level when not on a
1265         headline, and no active region.
1266         (org-in-regexp): New function.
1267         (org-search-not-self): Renamed from `org-search-not-link'.
1268         (org-open-link-marker): New variable.
1269         (org-open-at-point): Set `org-open-link-marker'.
1270         (org-print-icalendar-entries): Fixed bug with excluding DONE
1271         entries from the exported list.
1272         (org-edit-formula-lisp-indent): New command.
1273         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1274         (orgtbl-to-latex, orgtbl-insert-radio-table)
1275         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1276         (orgtbl-radio-table-templates): New option.
1277         (org-store-link-props): 
1278         (org-remember-templates): More possibilities to insert
1279         info into templates.
1280         (org-remember-apply-template): Make use of the extended template
1281         capabilities.
1282         (org-remember-redo-template): New command.
1283         (org-upgrade-old-links)
1284         (org-table-modify-formulas, org-table-replace-in-formulas)
1285         (org-table-find-dataline)
1286         (org-table-get-vertical-vector): Functions removed.
1287         (org-table-remove-rectangle-highlight)
1288         (org-time-stamp-format, org-toggle-log-option)
1289         (org-table-highlight-rectangle)
1290         (org-table-iterate, org-table-make-reference): 
1291         (org-translate-time, org-tree-to-indirect-buffer)
1292         (org-table-field-info, org-table-fix-formulas)
1293         (org-table-force-dataline, org-table-get-descriptor-line)
1294         (org-table-get-range)
1295         (org-skip-comments, org-sort)
1296         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1297         (org-table-current-dline, org-table-current-field-formula)
1298         (org-table-edit-backward-field)
1299         (org-table-edit-formulas-post-command)
1300         (org-table-edit-line-down, org-table-edit-line-up)
1301         (org-agenda-archive)
1302         (org-agenda-clock-cancel)
1303         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1304         (org-agenda-open-link, org-agenda-show-new-time)
1305         (org-agenda-skip-subtree-when-regexp-matches)
1306         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1307         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1308         (org-do-sort, org-file-image-p, org-find-overlays)
1309         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1310         (org-highlight-until-next-command, org-isearch-end)
1311         (org-match-any-p, org-next-link, org-previous-link): 
1312         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1313         (org-rewrite-old-row-references)
1314         (org-isearch-post-command)
1315         (org-table-edit-move, org-table-edit-next-field)
1316         (org-table-edit-scroll, org-table-edit-scroll-down)
1317         (org-set-frame-title, org-show-reference)
1318         (org-unhighlight-once, org-verify-change-for-undo): New
1319         functions. 
1320         (org-show-variable): Command removed.
1321         (org-add-log-maybe): New arguments STATE, FINDPOS
1322         (org-table-sort-lines): Rewritten from scratch.
1323         (org-link-search): New argument AVOID-POS.
1324         (org-print-icalendar-entries): Argument CATEGORY removed. 
1325         (org-run-agenda-series): Argument WONDOW removed.
1326         (org-next-link, org-previous-link): New commands.
1327         (org-agenda-date-format): New option.
1328         (org-table-iterate): New command.
1329         (org-table-modify-formulas)
1330         (org-table-replace-in-formulas): Functions removed.
1331         (org-table-fix-formulas): New function.
1332         (org-table-insert-column, org-table-delete-column)
1333         (org-table-move-column): Use `org-table-fix-formulas'.
1334         (org-follow-gnus-link): Patch from Bastien/Leo.
1335         (org-table-current-field-formula): New function.
1336         (org-file-image-p): New function.
1337         (org-agenda-show-new-time): New function.
1338         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1339         (org-with-remote-undo): New macro.
1340         (org-agenda-undo): New command.
1341         (org-verify-change-for-undo): New function.
1342         (org-time-stamp-format): New function.
1343         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1344         by user.
1345         (org-match-any-p): New function.
1346         (org-make-tags-matcher): Handle regular expressions for tag and
1347         todo matches.
1348         (org-read-date): Accept "+N" as input for a date relative to the
1349         current date.
1350         (org-remove-subtree-entries-from-agenda): New function.
1351         (org-agenda-archive, org-agenda-kill): Use
1352         `org-remove-subtree-entries-from-agenda'.
1353         (org-do-sort, org-sort-entries): New functions.
1354         (org-sort): New command.
1355         (org-table-sort-lines): Use `org-do-sort'.
1356         (org-fix-decoded-time): New function.
1357         (org-table-number-regexp): Require 0x... to identify as number in
1358         tables.
1359         (org-startup-options): New keywords for note taking.
1360         (org-upgrade-old-links): Function removed.
1361         (org-get-repeat): New function.
1362         (org-show-context): Also show siblings on current level.
1363         (org-show-siblings): New function.
1364         (org-isearch-end, org-isearch-post-command): New functions.
1365         (org-show-siblings): New option.
1366         (org-show-context): Use `org-show-siblings'.
1367         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1368         to be bound, because user may just use elisp.
1370 ----------------------------------------------------------------------
1371 installed as 4.56
1373 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
1375         * org.texi: Fix typos
1376         (Agenda commands): Document `C-k'.
1378         * orgcard.tex (section{Agenda Views}): Document `C-k'.
1380         * org.el (org-scan-tags): Re-align code fixed.
1381         (org-detach-overlay): Renamed from `org-detatch-overlay'.
1382         (org-table-convert-region): Insert space after column separator.
1383         (org-agenda-kill): New command.
1384         (org-metaleft): Call `org-outdent-item' on bullets.
1385         (org-metaright): Call `org-indent-item' on bullets.
1386         (org-timestamp-change): Set `org-last-changed-timestamp'.
1387         (org-current-line): Make sure (bolp) returns correct result.
1388         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1390 ----------------------------------------------------------------------------
1391 Installed as 4.54       
1393 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
1395         * org.el (org-scan-tags): Make the search case-sensitive.
1396         (org-tags-sparse-tree): Don't overrule
1397         `org-show-following-heading' and `org-show-hierarchy-above'.
1398         (org-reveal): New command.
1399         (org-show-context): Renamed from `org-show-hierarchy-above'.
1400         (org-fast-tag-selection-single-key): New option.
1401         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
1402         functions.
1403         (org-tags-overlay): New variable.
1404         (org-agenda-todo-ignore-deadlines): New option.
1405         ("session"): Add circular data structure `org-mark-ring' to
1406         exceptions list in session.el.
1407         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1408         New options.
1409         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1410         (org-prepare-agenda, org-agenda-quit): Use
1411         `org-agenda-window-setup'.
1412         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
1413         variables.
1414         (org-finalize-agenda): Activate bracket links in agenda.
1415         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1416         INACTIVE-OK.
1417         (org-show-hierarchy-above, org-show-following-heading): List
1418         values allowed for fine-tuned configuration.
1419         (org-show-hierarchy-above): New argument CONTEXT, use the
1420         fine-tuned settings in `org-show-hierarchy-above' and
1421         `org-show-following-heading'.
1422         (org-display-custom-time): New function.
1423         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
1424         function.
1425         (org-display-custom-times, org-time-stamp-custom-formats):
1426         (org-maybe-intangible): New macro.
1427         (org-activate-bracket-links, org-hide-wide-columns): Use
1428         `org-maybe-intangible'.
1429         (org-open-file): Use `shell-quote-argument'.
1430         (org-display-internal-link-with-indirect-buffer): New option.
1431         (org-file-remote-p): Get regexp from list.
1432         (org-link-expand-abbrev): New function.
1433         (org-link-abbrev-alist): New option.
1434         (org-open-at-point, org-cleaned-string-for-export): Call
1435         `org-link-expand-abbrev'.
1436         (org-timeline, org-agenda-list, org-todo-list)
1437         (org-tags-view): Remove the KEEP-MODES argument.
1438         (org-finalize-agenda-hook): New hook.
1439         (org-get-alist-option): New function.
1440         (org-follow-timestamp-link): New function.
1441         (org-open-at-point): Call `org-follow-timestamp-link'.
1442         (org-log-note-marker, org-log-note-purpose)
1443         (org-log-note-window-configuration): New variables.
1444         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
1445         functions.
1446         (org-log-note-headings): New option.
1447         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1448         (org-store-link): Support for dired-mode.
1449         (org-open-file): Substitute environment variables into filename.
1450         (org-last): New defsubst.
1451         (org-agenda-re-align-tags): New function.
1452         (org-agenda-align-tags-to-column): New option.
1453         (org-agenda-timeline): Group removed.
1454         (org-prepare-agenda, org-prepare-agenda-buffers)
1455         (org-run-agenda-series, org-timeline, org-agenda-list)
1456         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1457         the text property inticating the agenda type.
1458         (org-agenda-post-command-hook): Get agenda type from text property
1459         at point.
1460         (org-agenda): Handle command sets.  Set
1461         `org-agenda-last-arguments' and obey
1462         `org-agenda-overriding-arguments'.
1463         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
1464         variables.
1465         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1466         (org-agenda-week-view, org-agenda-day-view): Use
1467         `org-agenda-overriding-arguments' to make updating work with
1468         multi-block agendas.
1469         (org-agenda-prefix-format): Allow different formats for the
1470         different agenda entry types.
1471         (org-timeline-prefix-format): Option removed, use
1472         `org-agenda-prefix-format' instead.
1473         (org-prepare-agenda): New function.
1474         (org-select-timeline-window): Option removed, use
1475         `org-select-agenda-window' instead.
1476         (org-respect-restriction): Variable removed.
1477         (org-cmp-tag): New function.
1478         (org-agenda-sorting-strategy, org-entries-lessp): Implement
1479         sorting by last tag.
1480         (org-complete): Better completion in in-buffer option lines.
1481         (org-in-item-p): New function.
1482         (org-org-menu): Added entries for checkboxes.
1483         (org-cycle): Extra brouping in outline-regexp, because it is used
1484         in a search with "^" prepended.
1485         (org-provide-checkbox-statistics): New option.
1486         (org-set-font-lock-defaults): Highlight checkbox statistics.
1487         (org-update-checkbox-count-maybe)
1488         (org-get-checkbox-statistics-face): New functions.
1489         (org-update-checkbox-count): New command.
1490         (org-insert-item, org-toggle-checkbox): Call
1491         `org-update-checkbox-count-maybe'.
1492         (org-export-as-html): XEmacs compatibility for coding system.
1493         (org-force-cycle-archived): New command.
1494         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1495         overrules cycling.
1496         (org-fix-position-after-promote): If the line contains only a todo
1497         keyword, add a final space.
1498         (org-promote-subtree, org-demote-subtree): Call
1499         `org-fix-position-after-promote'.
1501         * orgcard.tex (section{Archiving}): Document C-TAB.
1502         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1503         section, added documentation for the key `C-c #'.
1505         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
1506         archived trees.
1507         (Checkboxes): Section moved to chapter 5, and extended.
1508         (The date/time prompt): New section.
1509         (Link abbreviations): New section.
1510         (Presentation and sorting): New section.
1511         (Custom agenda views): Section completely rewritten.
1512         (Summary): Compare with Planner.
1513         (Feedback): More info about creating backtraces.
1514         (Plain lists): Modified example.
1515         (Breaking down tasks): New section.
1516         (Custom time format): New section.
1517         (Time stamps): Document inactive timestamps.
1518         (Setting tags): More details about fast tag selection.
1519         (Block agenda): New section.
1520         (Custom agenda views): Section rewritten.
1521         (Block agenda): New section.
1524 ----------------------------------------------------------------------
1525 installed as 4.44
1526         
1528 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1530         * org.el (org-clock-special-range, org-clock-update-time-maybe):
1531         New functions.
1532         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1533         not only a-z.
1534         (org-agenda-get-blocks): Allow multiple blocks per headline.
1535         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1536         (org-export-html-title-format)
1537         (org-export-html-toplevel-hlevel): New options.
1538         (org-export-language-setup): Added support for Czech.
1539         (org-mode, org-insert-todo-heading, org-find-visible)
1540         (org-find-invisible, org-invisible-p, org-invisible-p2)
1541         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1542         (org-show-subtree, org-show-entry, org-make-options-regexp):
1543         Removed compatibility support for old outline-mode.
1544         (org-check-occur-regexp): Funtion removed.
1545         (org-on-heading-p, org-back-to-heading): Made defalias.
1546         (org-set-local): New defsubst.
1547         (org-set-regexps-and-options, org-mode)
1548         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1549         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1550         (org-remember-apply-template, org-table-edit-field)
1551         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1552         (org-set-autofill-regexps): Use `org-set-local'.
1553         (org-table-eval-formula): Fixed bug with parsing of display flags.
1555         
1556 ----------------------------------------------------------------------
1557 installed as 4.43
1559 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1561         * org.texi (Exporting): Document `C-c C-e' as the prefix for
1562         exporting commands.
1563         (Global TODO list): Document the use of the variables
1564         `org-agenda-todo-ignore-scheduled' and
1565         `org-agenda-todo-list-sublevels'.
1567         * org.el (org-agenda-get-todos): Skip subtree also if entry is
1568         skipped because it has been scheduled.
1569         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1570         changing `:org-archived' and `:org-comment' properties.
1572 ----------------------------------------------------------------------
1573 installed as 4.42
1576 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1578         * org.el (org-mode): Removed no invalid settings for calc embedded
1579         mode.
1580         (org-mode-p): New defsubst.
1581         (org-save-all-org-buffers): New function.
1582         (org-first-headline-recenter): Enclose outline-regexp in group
1583         delimiters.
1585         * org.texi (Agenda commands): Document `s' key to save all
1586         org-mode buffers.
1588         * orgcard.tex (section{Agenda Views}): Document `s' key to save
1589         all org-mode buffers.
1591 ----------------------------------------------------------------------
1592 installed as 4.41
1594 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1596         * org.texi (Checkboxes): New section.
1598         * orgcard.tex (section{Structure Editing}): Document checkbox
1599         toggling. 
1601         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
1602         for `org-end-of-subtree'.
1603         (org-export-cleanup-toc-line): Renamed from
1604         `org-html-cleanup-toc-line'. 
1605         (org-beginning-of-item): Fixed bug in regular expression for white
1606         line.
1607         (org-export-as-html): Enforce space after bullet in plain list
1608         items.
1610 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1612         * org.el (org-set-autofill-regexps): Require space after plain
1613         list bullet for paragraph-start.
1614         (org-ts-regexp3): New constant.
1615         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1616         (org-timestamp-up-day, org-timestamp-down-day)
1617         (org-timestamp-change): Work with inactive timestamps.
1618         (org-ts-regexp1): Don't allow brackets in time stamps.
1620 ----------------------------------------------------------------------
1621 installed as 4.40
1624 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1626         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
1627         :latex-preview. 
1628         (org-overlays-at, org-overlay-start, org-overlay-end): New
1629         compatibility functions.
1631 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
1633         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
1634         using the exact regexp that will be used during export.
1635         (org-latex-regexps): New variable.
1636         (org-cdlatex-mode): Improved advice for `texmathp'.
1637         (turn-on-org-cdlatex): New function.
1639 ----------------------------------------------------------------------
1640 installed as 4.39
1642 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1644         * org.el (org-cdlatex-mode-map)
1645         (org-cdlatex-texmathp-advice-is-done): New variables.
1646         (org-cdlatex-mode): New minor mode.
1647         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
1648         functions. 
1649         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
1650         commands.
1651         (org-export-with-archived-trees): New option.
1652         (org-open-file): Removed the call to
1653         `convert-standard-filename'.
1654         (org-archive-tag, org-agenda-skip-archived-trees)
1655         (org-cycle-open-archived-trees)
1656         (org-sparse-tree-open-archived-trees): New options.
1657         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1658         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
1659         functions. 
1660         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
1661         commands.
1662         (org-agenda-mode-map): Add binding of
1663         `org-agenda-toggle-archive-tag'. 
1664         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1665         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1666         Call `org-prepare-agenda-buffers'.
1667         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1668         (org-file-apps, org-file-apps-defaults-gnu)
1669         (org-file-apps-defaults-macosx)
1670         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
1671         them to be opened in Emacs.
1673         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
1675         * org.texi (Embedded LaTeX): New chapter.
1676         (Archiving): Section rewritten.
1677         (Enhancing text): Some parts moved to the new chapter about
1678         LaTeX.
1680 ----------------------------------------------------------------------
1681 installed as 4.38
1682         
1684 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
1686         * org.texi (Publishing links): Document the
1687         `:link-validation-function' property.
1688         (Extensions and Hacking): New chapter, includes some sections of
1689         the "Miscellaneous" chapter.
1691         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1692         (section{Structure Editing}): Add global archiving command.
1695         * org.el Require noutline, also on XEmacs.
1696         (org-end-of-subtree): Return point.
1697         (org-dblock-start-re, org-dblock-end-re): New constants.
1698         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1699         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1700         (org-update-all-dblocks, org-find-dblock): New functions.
1701         (org-collect-clock-time-entries): New function.
1702         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1703         (org-fixup-indentation): Modified to deadl correctly with lines
1704         starting with TAB.  Only one argument DIFF now.
1705         (org-demote, org-promote): Call `org-fixup-indentation' with just
1706         one argument, DIFF.
1707         (org-mode): Don't mark buffer as modified when aligning tables.
1708         (org-clock-sum): Don't makr buffer modified when adding time sum
1709         properties.
1710         (org-export-as-html): Added support for a link validation
1711         function.
1712         (org-archive-all-done): New function.
1713         (org-archive-subtree): New prefix argument.  When set, archive all
1714         done subtrees in this buffer.
1715         (org-remove-clock-overlays)
1716         (org-remove-occur-highlights): Use
1717         `org-inhibit-highlight-removal'.
1718         (org-inhibit-highlight-removal): New variable, for dyn amic
1719         scoping.
1720         (org-put-clock-overlay): Don't swallow last headline character
1721         when displaying overlay.
1722         (org-store-link): Link to `image-mode' with just the file name.
1725 ----------------------------------------------------------------------
1726 installed as 4.37
1727         
1729 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1731         * org.el (org-agenda-mode-map): Add bindings for clocking
1732         functions.
1733         (org-agenda-clock-in, org-check-running-clock)
1734         (org-clock-out-if-current, org-remove-clock-overlays)
1735         (org-put-clock-overlay): New functions.
1736         (org-clock-marker, org-clock-file-total-minutes)
1737         (org-clock-overlays): New variables
1738         (org-clock-display, org-clock-sum, org-clock-cancel)
1739         (org-clock-out, org-clock-in): New commands.
1740         (org-export): New function.
1741         (org-emph-re): New constant.
1742         (org-set-emph-re, org-do-emphasis-faces): New functions.
1743         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1744         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1745         (org-export-html-convert-emphasize): Use the configurable
1746         emphasis.
1747         (org-cleaned-string-for-export): Make multiline emphasis visible
1748         to the exporter.  New optional argument PARAMETERS.
1749         (org-export-as-html): Specify :emph-multiline parameter to
1750         `org-cleaned-string-for-export'.
1752         * org.texi (Progress logging): New section.
1754 ----------------------------------------------------------------------
1755 installed as 4.36
1756         
1758 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
1760         * org.el (org-archive-subtree): Use end-of-subtree as insertion
1761         point and control the number of empty lines.
1762         (org-paste-subtree): Limit the number of empty lines at the end of
1763         the inserted tree.
1764         (org-agenda): Use buffer name of current file for narrowing.
1765         (org-export-as-xml): Command removed.
1766         (org-export-xml-type): Option removed.
1767         (org-mode-map): Call `org-export-as-xoxo' directly.
1768         (org-get-indentation): New optional argument LINE.
1769         (org-fix-indentation, org-remove-tabs): New functions.
1770         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1771         correct indentation for headlines that are converted it items.
1772         (org-skip-comments): Remove table lines that contain narrowing
1773         cookies but no other non-empty fields.
1774         (org-set-tags): Allow groups of mutually exclusive tags.
1775         (org-cmp-time): Sort 24:21 before items without time.
1776         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
1777         (org-open-at-point): Require double colon also for numbers.
1779         * org.texi (ASCII export): Document indentation adaptation.
1780         (Setting tags): Document mutually-exclusive tags.
1782 ----------------------------------------------------------------------
1783 installed as 4.35
1785 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1787         * org.el (org-agenda-highlight-todo): Make sure regexp does only
1788         match in the right place.
1789         (org-upcoming-deadline): New face.
1790         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1791         (org-export-ascii-underline): Renamed and made an option (was
1792         constant `org-ascii-underline').
1793         (org-export-ascii-bullets): New option.
1794         (org-export-as-html): Many changes to emit valid XHTML.
1795         (org-par-open): New variable.
1796         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
1797         functions.
1798         (org-html-do-expand, org-section-number): Fixedcase in
1799         `replace-match'.
1800         (org-timeline): Pass `org-timeline-show-empty-dates' to
1801         `org-get-all-dates'.  Interpret empty dates returned by
1802         `org-get-all-dates'.
1803         (org-get-all-dates): New argument EMPTY.  Add dates without
1804         entries to the list, mark large ranges of empty dates.
1805         (org-point-in-group, org-context): New functions.
1807 ----------------------------------------------------------------------
1808 installed as 4.34
1810 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1812         * org.el (org-next-item, org-previous-item): Emit more compact
1813         error message.
1814         (org-tags-view): Refresh category table in each file.
1815         (org-table-justify-field-maybe): Removed superfluous arguments to
1816         `format'.
1817         (org-export-as-html): Insert "<p>" before postamble.
1818         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
1819         ring.
1821 ---------------------------------------------------------------------
1822 installed as 4.33
1824 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
1826         * org.el (org-open-at-point): Use renamed variable
1827         `org-confirm-shell-link-function'.
1828         (org-confirm-shell-link-function): Renamed from
1829         `org-confirm-shell-links'.
1830         (org-export-directory): New function.
1831         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1832         (org-export-icalendar): Use `org-export-directory'.
1833         (org-indent-item): Keep cursor position.
1834         (org-link-file-path-type): New option.
1835         (org-export-as-html): Fixed bug with plain lists starting in
1836         column 0.
1837         (org-export-as-html): Removed deadline formatting, this happens
1838         now already in `org-html-handle-time-stamps'.
1839         (org-export-html-style): Deadline class removed.
1840         (org-insert-labeled-timestamps-at-point): New option.
1841         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1842         of `hide-sublevels 1', in case the first headline is not level 1.
1843         (org-overview, org-content): New fuction.
1844         (org-cycle-global-status, org-cycle-subtree-status): Make these
1845         variables buffer-local.
1846         (org-global-cycle): New command.
1847         (org-shifttab): Use `org-global-cycle'.
1848         (org-insert-heading, org-insert-item): Go to end of new
1849         headline/item after creating it.
1850         (org-export-visible): Renames from `org-export-copy-visible'.  Now
1851         creates a temporary org-file and applies an exporting command to
1852         it.
1853         (org-table-eval-formula): Support for lisp forms.
1854         (org-agenda-todo-ignore-scheduled): New option.
1855         (org-agenda-get-todos): Use new option
1856         `org-agenda-todo-ignore-scheduled'.
1857         (org-export-html-inline-images): New value `maybe'.
1858         (org-export-as-html): Inlining of images dependent on link
1859         description.
1860         (org-archive-subtree): Check for end-of-buffer before trying
1861         `kill-line'.
1862         (org-agenda-follow-mode): New option.
1863         (org-export-with-tags, org-export-with-timestamps): New options.
1864         (org-html-handle-time-stamps): New function.
1865         (org-keyword-time-regexp): New variable.
1866         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1867         (org-agenda-todo-list-sublevels): New option.
1868         (org-html-level-start): When TITLE is nil, just close all levels.
1869         (org-parse-key-lines, org-parse-export-options): Functions
1870         removed, replaced by `org-infile-export-plist'.
1871         (org-combine-plists, org-infile-export-plist)
1872         (org-default-export-plist): New functions.
1873         (org-export-html-preamble, org-export-html-postamble)
1874         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1875         New variables.
1876         (org-export-publishing-directory): New option.
1877         (org-export-as-html, org-export-as-ascii): Use the new property
1878         lists for settings.
1879         (org-export-copy-visible, org-export-as-xoxo): Respect
1880         `org-export-publishing-directory'.
1881         (org-link-search, org-store-link, org-file-apps): Support for
1882         links to BibTeX database entries..
1883         (org-get-current-options, org-set-regexps-and-options): Implement
1884         logging as a startup option.
1885         (org-store-link): Make sure context string is never empty
1886         (org-insert-link): Use relative path when possible.
1887         (org-at-item-checklet-p): New function.
1888         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1889         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1890         (org-metaright, org-metaup, org-metadown, org-shiftup)
1891         (org-shiftdown, org-shiftright, org-shiftleft)
1892         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1893         Dispatch using `call-interactively'.
1894         (org-call-with-arg): New defsubst.
1895         (org-tag-alist, org-use-fast-tag-selection): New options.
1896         (org-complete): Use `org-tag-alist'.
1897         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1898         (org-next-item, org-previous-item): New commands.
1899         (org-beginning-of-item, org-end-of-item): Added (interactive) to
1900         make command.
1901         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1903         * org.texi (Plain lists): Added new item navigation commands.
1904         (External links): Documented elisp and info links.
1906         * orgcard.tex (section{Motion}): Added the item navigation
1907         commands.
1908         (section{Publishing}): New section.
1909         (section{Links}): Documented elisp and shell links.
1910         (Custom searches): New section.
1911         (Publishing): New chapter.
1912         (HTML export): Include a list of supported CSS classes.
1913         (Setting tags): Describe the fast-tag-setting interface.
1914         
1915 ----------------------------------------------------------------------
1917 installed as 4.26
1918         
1919 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1921         * org.texi Many small fixes.
1922         (Handling links): Renamed from "Managing links".
1924         * org.el (org-mode-map): Catch conflict with old allout.el.
1925         (org-open-at-point): Remove the "...done" message to keep
1926         output in the echo area visible.
1928 ----------------------------------------------------------------------
1929 installed as 4.25
1931 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
1933         * org.el (org-deadline-announce): Face removed.
1934         (org-level-faces, org-n-levels): Converted to constant.
1935         (org-compatible-face): New function.
1936         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1937         (org-level-5, org-level-6, org-level-7, org-level-8)
1938         (org-special-keyword, org-warning, org-headline-done, org-link)
1939         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1940         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1941         Face definition revised for better color tty support.
1942         (org-bold-re, org-italic-re, org-underline-re): New constants.
1943         (org-set-font-lock-defaults): Use the new constants.
1944         (org-agenda-highlight-todo): New function.
1945         (org-agenda-todo): Fixed bug with point at end of line.
1946         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1947         Fontify TODO keywords.
1948         (org-insert-link): Preserve relative path in ../ links.
1949         (org-export-as-html): Convert links pointing to .org files into
1950         links that will work beteen the exported HTML files.
1951         (org-todo-list): Fix bug when arg=0.
1952         (org-insert-heading): More fine-tuning.
1954         * org.texi (Time stamps): Better explanation of the purpose of
1955         different time stamps.
1957 ----------------------------------------------------------------------
1958 installed as 4.24
1960         
1961         * org.texi (Formula syntax): Fixed link to Calc Manual.
1963         * org.el (org-insert-heading): Insert heading before current if at
1964         beginning of line.
1965         (org-todo, org-date): New faces.
1966         (org-table-align): Make sure tooltip window contains full text.
1967         (org-no-properties): New defsubst.
1968         (org-set-font-lock-defaults): Use new faces.
1970 ----------------------------------------------------------------------
1971 installed as 4.23
1973         
1974         * org.texi (Visibility cycling): Better names for the startup
1975         folding options.
1976         (Exporting): Completely restructured.
1977         (The very busy C-c C-c key): New section.
1978         (Summary of in-buffer settings): New section.
1980         * org.el (org-set-regexps-and-options, org-get-current-options):
1981         Better names for the startup folding options.
1984 ----------------------------------------------------------------------
1985 installed as 4.22
1989 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1991         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
1992         (org-agenda-mouse-1-follows-link)
1993         (org-mouse-1-follows-link): New options.
1994         (org-format-agenda-item): Fixed bug if TAGS is nil.
1995         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1997         * org.texi (Updating settings): New section.
1999 ----------------------------------------------------------------------
2000 installed as 4.21
2004 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2006         * org.texi (Link format): New section, emphasis on bracket links.
2007         (External links): Document bracket links.
2008         (FAQ): Expanded to cover shell links and the new link format.
2010         * orgcard.tex (section{Tables}): Document column narrowing.
2011         (section{Links}): Document bracket links.
2013         * org.el
2014         (org-export-plain-list-max-depth)
2015         (org-table-spaces-around-separators)
2016         (org-radio-targets, org-activate-camels)
2017         (org-table-spaces-around-invisible-separators): Options removed.
2018         (org-time-stamp-rounding-minutes, org-remember-templates)
2019         (org-ellipsis, org-activate-links, org-descriptive-links): New
2020         options.
2021         (org-remember-apply-template, org-current-time)
2022         (org-finish-edit-table-field)
2023         (org-link-unescape, org-link-escape)
2024         (org-string-width, org-table-clean-line, org-html-do-expand)
2025         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2026         (org-read-agenda-file-list): New functions.
2027         (org-table-edit-field)
2028         (org-table-create-or-convert-from-region): New commands
2029         (org-table-toggle-vline-visibility): Command removed.
2030         (org-table-convert-region): Made a command.
2031         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
2032         removed, replaced with the normal org- functions.
2033         (org-self-insert-command): Don't trigger realign unnecessarily
2034         when blanking a field that is not full.
2035         (org-mode): `Set buffer-invisibility-spec' for links.
2036         (org-activate-links2): Hide link part and only show descriptive
2037         part of the link.
2038         (org-insert-link): Modified for new linking system.
2039         (org-store-link): Store description separately, for use by
2040         `org-insert-link'.
2041         (org-table-align): Use `org-string-width'.
2042         (defgroup): Completely new group structure for custom variables.
2043         (org-agenda-files): Option: Single file name allowed.  Function:
2044         Optional argument unrestrited means ignore any restricitons.
2045         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2046         trying to modify the menu.  Use generalized access to
2047         `org-agenda-files.'
2048         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2049         (org-agenda-file-to-front, org-remove-file, org-diary)
2050         (org-tags-view, org-export-icalendar-all-agenda-files)
2051         (org-export-icalendar-combine-agenda-files): Use generalized
2052         access to `org-agenda-files'.
2053         (org-remember-handler): Correctly preserve heading if present.
2054         (org-table-insert-row, org-table-insert-hline): Deal with
2055         invisible characters.
2057 ----------------------------------------------------------------------
2058 installes as 4.13
2062 -------------------------------------------------------------------
2063 installed as 4.10
2064         
2065 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
2067         * org.el (org-insert-centered): Use `string-width' to make
2068           underlining work for wide characters.
2070 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2072         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
2073         Explicitly bind TAB to `org-cycle', to make sure that no binding
2074         in `outline-mode-map' can supercede it.
2076 --------------------------------------------------------------
2077 installed as 4.09
2078 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2080         * org.el (org-link-search): Avoid self-matching of links, allow
2081         target text to be distributed over several lines.
2082         (org-search-not-link): New function.
2083         (org-set-regexps-and-options, org-get-current-options): New
2084         startup options.
2085         (org-export-as-html): Take odd-level setting from local variable.
2086         (org-fontify-emphasized-text): New option.
2087         (org-set-font-lock-defaults): Include emphasized text.
2088         (org-follow-mhe-link): Allow folder-only links, fix folder name.
2089         (org-font-lock): Customize group renamed from `org-faces'.
2091         * org.texi (Clean view): Startup options documented.
2095 --------------------------------------------------------------
2096 installed as 4.08
2100 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
2102         * org.el Move defvars out of eval-when-compile.  Use
2103         buffer-file-name variable.
2104         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2105         arg `file'.
2106         (org-level-faces): Remove startup dependency.
2107         (org-cycle, org-map-tree, org-scan-tags)
2108         (org-remember-handler): Don't call `outline-level' directly.
2109         (org-mhe-search-all-folders): New option.
2110         (org-mhe-get-message-folder-from-index,
2111         org-mhe-get-message-folder): Fix indexing search.
2112         (org-format-agenda-item): Handle nil TAGS argument.
2113         (org-cleaned-string-for-export, org-activate-target-links)
2114         (org-make-target-link-regexp): Deal with empty radio target list.
2115         (org-tag): New face.
2116         (org-get-level-face): New function.
2117         (org-set-font-lock-defaults): Simplify setup for headlines.
2118         (org-complete): Pass common substring to `display-completion-list'.
2120         --------------------------------------------------------------
2121 installed as 4.07
2123         
2124 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
2126         * org.el (org-get-legal-level, org-tr-level): New functions.
2127         (org-odd-levels-only): New option.
2128         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
2129         org-demote, org-promote):  Deal with double-star levels. 
2130         (org-convert-to-odd-levels): New command.
2131         (org-tr-level): 
2133         * org.el (org-export-as-html): Fixed bugs in HTML
2134         formatting (removed nested achors).
2135         (org-all-targets): Fixed bug with XEmacs compatibility.
2136         (org-read-date): Add (require 'parse-time).
2137         (org-set-tags): Fixed bug with extra inserted space.
2138         (org-export-html-style): Define a style class for targets.
2139         (org-agenda-keymap, org-mouse-map): Added a binding for
2140         `follow-link'.
2141         (org-hide-leading-stars): New option.
2142         (org-hide): New face.
2143         (org-set-font-lock-defaults): Allow to hide leading stars.
2145         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
2146         Zielinski.
2147         (Managing links, Managing links): Documented that also mouse-1 can
2148         be used to activate a link.
2149         (Headlines, FAQ): Added entry about hiding leading stars.
2151 --------------------------------------------------------------------------
2152 installed as 4.06
2153         
2154 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
2156         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
2157         New function.
2158         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
2159         for XEmacs, just to silence the compiler.
2160         (org-export-as-ascii, org-export-as-html-and-open): Use
2161         `org-cleaned-string-for-export' and create internal links.
2162         (org-follow-mhe-link): Require mh-e, use folder.
2163         (org-read-date): 
2165 --------------------------------------------------------------------------
2166         Installed as 4.05
2169 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
2171         * org.el (org-mark-ring-previous, org-mark-ring-set): New
2172         commands.
2173         (org-mark-ring): New variable.
2174         (org-mark-ring-length): New option.
2175         (org-open-at-point, org-goto, org-open-file): Push old position
2176         onto the mark ring.
2177         (org-add-hook): New function.
2178         (org-export-table-remove-special-lines): New option.
2179         (org-skip-comments, org-format-org-table-html): Respect new option
2180         `org-export-table-remove-special-lines'.
2181         (org-open-file): Allow special command configuration for
2182         directory link.
2183         (org-file-apps): Fixed bugs in customize type, added setting for
2184         directories.
2185         (org-activate-tags, org-format-agenda-item, org-complete) 
2186         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
2187         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
2188         (org-link-search, org-make-org-heading-search-string) 
2189         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2190         (org-radio-targets, org-file-link-context-use-camel-case)
2191         (org-activate-camels): New options.
2192         (org-update-radio-target-regexp, org-all-targets)
2193         (org-make-target-link-regexp, org-activate-target-links): New
2194         functions.
2195         (org-make-org-heading-search-string): New function.
2196         (org-store-link, org-insert-link): Use new option
2197         `org-file-link-context-use-camel-case'.
2198         (org-activate-camels): Use new option `org-activate-camels'.
2199         (org-link-regexp): Added mhe prefix.
2200         (org-open-at-point,org-store-link): Support for mhe links.
2201         (org-mhe-get-message-id, org-mhe-get-message-folder)
2202         (org-mhe-get-header,org-follow-mhe-link): New functions.
2203         (org-remove-angle-brackets, org-add-angle-brackets): New
2204         functions.
2205         (org-bracked-link-regexp): New constant.
2206         (org-read-date): Fixed bug that was rejecting all typed dates.
2207         (org-link-search): Make hierarchy above visible after a match.
2208         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2209         (org-store-link): Fixed bug with link creation when cursor is in
2210         an empty line.
2211         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
2212         argument sequence in call to `org-view-tags'.
2213         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2214         (org-prefix-has-tag): New variable.
2215         (org-format-agenda-item): Remove tags from headline if
2216         appropriate.
2217         (org-agenda-remove-tags-when-in-prefix): New option.
2219         * org.texi (Internal Links): Rewritten to cover the modified
2220         linking system.
2222         * orgcard.tex (section{Links}): Rewritten to cover the modified
2223         link system.
2224         (section{TODO Items}): Shortened to make space for more links
2225         stuff.
2229 ----------------------------------------------------------------------
2230 installed as 4.03
2232 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2234         * org.texi (Agenda commands): Document tags command.
2236         * org.el (org-open-file): Use mailcap for selecting an
2237         application.
2238         (org-file-apps-defaults-gnu): Use mailcap as the default for
2239         selecting an application on a UNIX system.
2240         (org-agenda-show-tags): New command.
2241         (org-table-insert-hline): Keep cursor in current table
2242         line.
2243         (org-table-convert): Offset effect of modifying
2244         `org-table-insert-hline'.
2245         (org-format-agenda-item): New optional argument TAG.
2246         (org-compile-prefix-format): Handle %T format for the tag.
2247         (org-expand-wide-chars): New function.
2248         (org-table-insert-row, org-table-insert-hline): Use
2249         `org-expand-wide-chars'.
2250         (org-open-file): Fixed bug in program launch.
2251         (org-get-time-of-day): Fixed bug with times before 1am.
2252         (org-agenda-menu): Addes tags commands.
2254         -----------------------------------------------------------------------
2255 installed as 4.02
2257 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
2259         * org.el (org-end-of-subtree): New function.
2260         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
2261         `org-end-of-subtree'.
2262         (org-agenda, org-agenda-convert-date): Protect calls to
2263         `fit-window-to-buffer'.
2264         (org-tags-view): Force matching of sublevels when doing a
2265         todo-only search.  Define the correct redo command, including the
2266         arguments.
2267         (org-agenda-redo): Display message.
2268         (org-check-for-org-mode): New function.
2269         (org-agenda-type): New variable.
2270         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
2271         `org-agenda-type'.
2272         (org-agenda-check-type): New function.
2273         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2274         (org-agenda-week-view, org-agenda-day-view)
2275         (org-agenda-next-date-line, org-agenda-previous-date-line)
2276         (org-agenda-log-mode, org-agenda-toggle-diary)
2277         (org-agenda-toggle-time-grid, org-agenda-date-later)
2278         (org-agenda-date-prompt, org-agenda-diary-entry)
2279         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2280         (org-agenda-convert-date, org-agenda-menu): Use
2281         `org-agenda-check-type'.
2282         (org-make-overlay, org-delete-overlay)
2283         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
2284         compatibility functions.
2285         (org-calendar-select-mouse): New command.
2287         * org.texi (Agenda Views): Chapter reorganized.
2288         
2289         
2290 ------------------------------------------------------------------------
2291 installed as 4.01
2293 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
2295         * org.texi (Tags): Booolean logic documented.
2296         (Agenda Views): Document custom commands.
2298         * org.el (org-agenda-custom-commands): New option.
2299         (org-agenda): Offer custom commands on splash screen.
2300         (org-make-tags-matcher): Parser for Boolean logic added.
2301         (org-agenda-set-tags): New command.
2302         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2303         (org-set-tags): Efficiency improvements.
2304         (org-auto-align-tags): New option.
2305         (org-todo, org-demote, org-promote): Realign tags.
2306         (org-tags-completion-function): Use also "&" and "|" as
2307         separators.
2308         (org-org-menu): Agenda commands simplified.
2310 ---------------------------------------------------------------------------
2311 installed as 4.00
2313 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2315         * org.el (org-tags-match-list-sublevels): New option.
2316         (org-open-at-point): implement tag searches as links
2317         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2318         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
2319         functions
2320         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2321         (org-agenda-dispatch): New commands.
2322         (org-use-tag-inheritance, org-tags-column): New options.
2323         (org-tab-follows-link, org-return-follows-link): New options.
2324         (org-tags): New customize group.
2325         (org-start-icalendar-file): Get local time zone.
2326         (org-tags-completion-function): New function.
2327         (org-set-font-lock-defaults): make sure links will also
2328         be highlighted inside headlines.
2330         * org.texi (Tags): New section.
2331         (Agenda Views): Chapter reorganized.
2333 ------------------------------------------------------------------------
2334 installed as 3.24
2336 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2338         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
2339         and the keep-modes setting.
2340         (org-get-category): Make sure a string is returned.
2341         (org-log-done): New function.
2343 ------------------------------------------------------------------------
2344 installed as 3.23
2345         
2346 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2348         * org.el (org-insert-heading): Try to do items before headings.
2349         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2350         (org-insert-item): New function.
2351         (org-renumber-ordered-list): Don't skip to higher level lists.
2353 ----------------------------------------------------------------------
2355 installed as 3.22
2356         
2357 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
2359         * org.el (org-occur-highlights): New variable.
2360         (org-highlight-new-match, org-remove-occur-highlights): New
2361         functions.
2362         (org-highlight-sparse-tree-matches): New option.
2363         (org-do-occur): New function.
2364         (org-get-heading): Make it work also at beginning of line.
2365         (org-category-table): New variable.
2366         (org-get-category-table, org-get-category)
2367         (org-camel-to-words, org-link-search): New functions.
2368         (org-select-this-todo-keyword): New variable.
2369         (org-todo-list): New command.
2370         (org-shiftright, org-shiftleft): New commands.
2371         (org-agenda-todo): Added prefix argument.
2372         (org-show-hierarchy-above): New option.
2373         (org-show-todo-tree): Numerical prefix creates tree for specific
2374         TODO keyword.
2375         (org-outline-level): New function, to assign a level to plain
2376         lists items.
2377         (org-cycle-include-plain-lists): New option.
2378         (org-mode): Use `org-outline-level' as value of `outline-level'.
2379         (org-cycle): Temporarily switch `outline-regexp' if
2380         `org-cycle-include-plain-lists' is non-nil.
2381         (org-start-icalendar-file): Fixed format bug.
2382         (org-agenda-get-day-entries): Create category table.
2383         (org-agenda-get-todos, org-agenda-get-timestamps)
2384         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2385         (org-agenda-get-blocks): Use `org-get-category'.
2386         (org-context-in-file-links): Renamed from
2387         `org-line-numbers-in-file-links' .
2389         * org.texi (TODO basics): Document the global todo list.
2390         (TODO items): Documents sparse tree for specific TODO
2391         keywords. 
2393 ----------------------------------------------------------------------
2394 installed as 3.21
2395         
2396 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
2398         * org.el (org-export-plain-list-max-depth): Renamed from
2399         `org-export-local-list-max-depth'.  Default values changed to 3.
2400         (org-auto-renumber-ordered-lists,
2401         org-plain-list-ordered-item-terminator): New options.
2402         (org-at-item-p, org-beginning-of-item, org-end-of-item,
2403         org-get-indentation, org-get-string-indentation,
2404         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2405         functions.
2406         (org-move-item-down, org-move-item-up): New commands.
2407         (org-export-as-html): New classes for CSS support.  Bug fix in
2408         regular expression detecting fixed-width regions.  Respect
2409         `org-local-list-ordered-item-terminator'.
2410         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2411         also a list item.
2412         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2413         New item moving functions added.
2415         * org.texi (Structure editing): New item moving commands added.
2416         (Plain Lists): New section.
2418 ----------------------------------------------------------------------
2419 installed as 3.20
2420         
2421 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2423         * org.el (org-table-sort-lines): New command.
2424         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2425         (org-add-file): Command removed, use `org-agenda-file-to-front'
2426         instead.
2427         (org-export-icalendar): Use `org-icalendar-combined-name'.
2428         (org-cycle-agenda-files, org-agenda-file-to-end)
2429         (org-agenda-file-to-front): New commands.
2430         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2431         options.
2432         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2433         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2434         New functions.
2435         (org-fill-paragraph): Call `org-table-align' in tables.
2436         (org-mode): Call `org-set-autofill-regexps'.
2437         (org-export-as-html): Support for local handformatted lists.
2438         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2439         (org-export-local-list-max-depth): New option.
2440         (org-html-expand): Use `org-html-protect'.
2442         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
2443         (Agenda): Document commands `org-cycle-agenda-files' and
2444         `org-agenda-file-to-front'
2445         (Built-in table editor): Document `org-table-sort-lines'.
2446         (HTML formatting): Export of hand-formatted lists.
2447         ----------------------------------------------------------------------
2448 installed as 3.19
2450 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
2452         * org.el (org-read-date, org-goto-calendar)
2453         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
2454         clear 'calendar-move-hook'.
2456 ------------------------------------------------------------------------
2458 installed as 3.18       
2460 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
2462         * textmodes/org.el (org-combined-agenda-icalendar-file)
2463         (org-icalendar-include-todo, org-icalendar-combined-name): New
2464         options.
2465         (org-export-icalendar-this-file)
2466         (org-export-icalendar-all-agenda-files)
2467         (org-export-icalendar-combine-agenda-files): New commands.
2468         (org-export-icalendar, org-print-icalendar-entries)
2469         (org-start-icalendar-file, org-finish-icalendar-file)
2470         (org-ical-ts-to-string): New functions.
2471         (org-read-date, org-goto-calendar)
2472         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2473         call to `calendar'.
2474         (orgtbl-setup): Removed the :keys arguments from the menu
2475         description.
2476         (org-after-save-iCalendar-file-hook): New variable.
2478         * org.texi (Summary): Mention iCalendar support.
2479         (Exporting): Document iCalendar support.
2481         * orgcard.tex: Add iCalendar export keys.
2483 ------------------------------------------------------------------------
2484 installed as 3.17       
2485         
2486 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2488         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
2489         prefix.
2490         (orgtbl-mode-map): Full keymap instead of sparse, because all
2491         `self-insert-command' keys are redifined in this map.
2492         (org-export-as-html): Specify charset for HTML file, by taking it
2493         from the codinf system.
2495         * org.texi (Workflow states): Documented that change in keywords
2496         becomes active only after restart of Emacs.
2498 --------------------------------------------------------------------------      
2499 Installed as 3.16
2500         
2501 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
2503         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
2504         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
2505         when available.  Additional key bindings for better tty support.
2506         (org-mode-restart, org-force-self-insert): New commands.
2507         (org-time-stamp-inactive): New command.
2508         (org-remap): New function.
2509         (org-table-auto-blank-field, org-level-color-stars-only): New
2510         options.
2511         (org-enable-fixed-width-editor): Moved to `org-structure'
2512         customization group.
2513         (org-self-insert-command, orgtbl-self-insert-command): Modified to
2514         blank field after field motion commands.
2516 ----------------------------------------------------------------------
2517 installed as 3.15
2518 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2520         * textmodes/org.el (org-special-keyword): New face.
2521         (org-table-copy-down, org-table-eval-formula)
2522         (org-table-recalculate, org-init-section-numbers): Use
2523         `string-to-number' instead of `string-to-int'.
2524         (org-get-location): Use `insert-buffer-substring' instead of
2525         `insert-buffer'.
2526         (org-modify-diary-entry-string): New function.
2527         (org-get-entries-from-diary): Set the hook for
2528         `add-to-diary-list'.
2529         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
2530         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2531         active region.
2532         (org-export-as-html): Handle QUOTE keyword.
2533         (org-quote-string): New option.
2534         (org-bookmark-jump-unhide): New function, used for
2535         `bookmark-after-jump-hook'.
2536         (org-diary-default-entry): Apply only when not called through
2537         `org-agenda'.
2539 ----------------------------------------------------------------------
2540 installed as 3.14
2542 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2544         * org.el (org-table-column-names, org-table-column-name-regexp)
2545         (org-table-named-field-locations): New variables.
2546         (org-archive-subtree): Protect `this-command' when calling
2547         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2548         the kill buffer.
2549         (org-complete): Removed fixed-formula completion.
2550         (org-edit-formulas-map): New variable.
2551         (org-table-edit-formulas): New command.
2552         (org-finish-edit-formulas, org-abort-edit-formulas,
2553         org-show-variable, org-table-get-vertical-vector): New functions.
2554         (org-table-maybe-eval-formula): Handle `:=' fields.
2555         (org-table-get-stored-formulas, org-table-store-formulas)
2556         (org-table-get-formula, org-table-modify-formulas)
2557         (org-table-replace-in-formulas): Handle named field formulas.
2558         (org-table-get-specials): Store locations of named fields.
2560 ---------------------------------------------------------------------------
2562   Installed as 3.13
2564 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
2566         * org.el: Leading space replaced by TABS.
2567         (org-recalc-marks, org-table-rotate-recalc-marks)
2568         (org-table-get-specials): Treat "^" and "_" marks.
2569         (org-table-justify-field-maybe): Optional argument NEW.
2570         (org-table-eval-formula): Parsing of the format simplified.  New
2571         modes C,I.  Honor the %= parameter in the current table.  Avoid
2572         unnecessary re-align by using the NEW argument to
2573         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
2574         request to store named field equation.
2575         (org-calc-default-modes): Default for date-format mimicks
2576         org-mode.
2577         (org-agenda, org-timeline): Quote argument in
2578         `org-agenda-redo-command'.
2580 ----------------------------------------------------------------------------
2582 installed as version 3.12
2583         
2584 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
2586         * org.el (orgtbl-setup): New function, for delayed setup for the
2587         orgtbl commands.
2588         (org-calc-default-modes): New option.
2589         (orgtbl-make-binding): Use `defun' to get better help display.
2590         (org-diary): Call `org-compile-prefix-format'.
2591         (org-table-formula-substitute-names): New function.
2592         (org-agenda-day-view, org-agenda-week-view): New commands.
2593         (org-agenda-toggle-week-view): Command removed.
2594         (org-tbl-menu): Split off from org-org-menu.
2595         (org-mode): Moved removal of outline-mode menus to here.
2596         (org-table-formula-debug): New option.
2597         (org-table-insert-row): Keep first field if just "#" or "*".
2598         (org-mode): Paragraph regexps fixed.
2599         (org-table-recalculate-regexp): New constant.
2600         (org-table-justify-field-maybe): Avoid replace if not necessary.
2601         (org-copy-special, org-cut-special): Use `call-interactively'.
2602         (org-table-copy-region): Take region from `interactive' call.
2603         (org-trim): Return string even if no match.
2604         (org-formula): New face.
2605         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
2606         highlight formula-related fields in table.
2607         (org-table-p): Use regexp, not fontification.
2608         (org-table-align): Handle white space at end of line.
2609         (org-table-formula-evaluate-inline): New option.
2610         (org-mode): Auto-wrapping in comment lines turned off.
2611         (org-table-copy-down): Evaluate only in copied field, not in
2612         destination.
2613         (org-table-current-formula): Variable removed.
2614         (org-table-store-formulas, org-table-get-stored-formulas)
2615         (org-table-modify-formulas, org-table-replace-in-formulas)
2616         (org-table-maybe-eval-formula): New functions.
2617         (org-table-get-formula): Modified to use stored formulas.
2618         (org-table-insert-column, org-table-delete-column)
2619         (org-table-move-column): Call `org-table-modify-formulas'.
2620         (org-complete): Add completion for keyword formulas.
2621         (orgtbl-mode): Pull orgtbl-mode-map to start of
2622         minor-mode-map-alist.
2624 --------------------------------------------------------------------------
2626 installed as 3.11
2628         
2629 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2631         * textmodes/org.el (org-CUA-compatible): New option.
2632         (org-disputed-keys): New variable.
2633         (org-key): New function.
2634         (orgtbl-make-binding): Add docstring to the created function.
2635         (org-mode): Set paragraph start/separate regexps.
2636         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2637         (org-archive-location, org-archive-mark-done)
2638         (org-archive-stamp-time): New options.
2639         (org-archive-subtree): New command.
2640         (org-fill-paragraph): New function.
2641         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2642         (org-fake-empty-table-line): Function removed.
2643         (org-format-org-table-html): Do not create empty table lines at
2644         separator lines.  Improved table header treatment.
2645         (org-link-format): New option.
2646         (org-make-link): New function.
2647         (org-insert-link, org-store-link): Use org-make-link.
2648         (org-open-file): Quote file name for shell command, to allow
2649         spaces in file names.
2650         (org-link-regexp): Fixed bug with mailto link.
2651         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
2652         constant.
2653         (org-export-as-html): Deal with the optional angles around a link.
2654         Better treatment of file: links.
2655         (org-open-at-point): Replace @{ and @} with < and >.
2657 --------------------------------------------------------------------------
2659 installed as 3.10
2660         
2661 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
2663         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
2665 --------------------------------------------------------------------------
2668  installed as 3.09
2669         
2670 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2672         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2673         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2674         (org-agenda-add-time-grid-maybe): New function.
2675         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2676         (org-table-create): `dotimes' instead of `mapcar'.
2677         (org-xor): Simplified implementation.
2678         (org-agenda): `inhibit-redisplay' turned on.
2679         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2680         a consistent line after a state change.
2681         (org-agenda-remove-times-when-in-prefix): New option.
2682         (org-prefix-has-time): New variable.
2683         (org-parse-time-string): Optional argument NODEFAULT.
2684         (org-format-agenda-item): Parse items for time-of-day
2685         specifications and move these into the prefix if possible.
2686         (org-agenda-priority): Get current heading, not previous heading
2687         during agenda remote editing.
2688         
2689 ======================================================================
2690         Intsalled as 3.08
2691         
2692 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
2694         * org.el Many small changes to keep the byte compiler happy.
2695         (org-prefix-format-compiled): New variable.
2696         (org-compile-prefix-format): New function.
2697         (org-timeline, org-agenda, org-diary): Call
2698         `org-compile-prefix-format'.
2699         (org-agenda-prefix-format,org-timeline-prefix-format): New
2700         options.
2701         (org-agenda-get-scheduled): Check if file is openned in
2702         `org-mode'.
2703         (org-get-entries-from-diary): Use `org-get-time-of-day', for
2704         consistency with entries from `org-mode' files.
2705         (org-get-time-of-day): Fixed bug with partial matches early in a
2706         line.
2707         (org-non-link-chars): New constant.
2708         (org-link-regexp): Respect `org-non-link-chars'.
2709         (org-agenda-day-view): Command removed.
2710         (org-agenda-toggle-week-view): Renamed from
2711         `org-agenda-week-view'.
2712         (org-follow-bbdb-link, org-store-link): Search also company field.
2713         (org-highlight-overlay): New variable.
2714         (org-highlight, org-unhighlight): New functions.
2715         (org-agenda-mode): Added pre-command-hook to remove highlight.
2716         (org-evaluate-time-range): Behavior depend upon time stamp format:
2717         Does it contain a time or not?
2718         (org-show-subtree, org-show-entry): New functions.
2719         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2721 ============================================================
2722         installed as 3.06
2724 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
2726         * org.el (org-agenda-date-prompt): Renamed from
2727         `org-agenda-date-today'.
2728         (org-evaluate-time-range): Insert at point instead of directly
2729         after time range.
2730         (org-first-headline-recenter, org-subtree-end-visible-p)
2731         (org-optimize-window-after-visibility-change): New functions
2732         (org-agenda-post-command-hook): Don't allow point at end of line,
2733         to make sure it always hits the text properties.
2734         (org-agenda-next-date-line, org-agenda-previous-date-line): New
2735         commands.
2736         (org-set-regexps-and-options): Category may contain white space.
2737         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
2738         marker positions.
2739         (org-agenda-new-marker): Argument POS made optional.
2740         (org-agenda-get-timestamps): Deadlines which are done are listed
2741         in org-done-face now.
2742         (org-agenda-get-todos, org-agenda-get-timestamps)
2743         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
2744         `undone-face' and `done-face' properties.
2745         (org-last-todo-state-is-todo): New variable.
2746         (org-todo): Set `org-last-todo-state-is-todo'.
2747         (org-agenda-todo): Change face according to
2748         `org-last-todo-state-is-todo'.  And change other lines refering to
2749         the same entry.
2750         (org-calendar-goto-agenda): New command.
2751         (org-calendar-to-agenda-key): New option.
2752         (org-startup-folded): New allowed value `content'.
2753         (org-set-regexps-and-options): Accept new value `content' for
2754         `org-startup-folded'.
2755         (org-get-current-options): Handle new value `content' for
2756         `org-startup-folded'.
2757         (org-insert-todo-heading): New command.
2758         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2759         interactively in empty file and option
2760         `org-insert-mode-line-in-empty-file' has been set.
2761         (org-agenda-todo,org-agenda-priority): Modified to use
2762         `org-agenda-change-all-lines'.
2763         (org-warning-face): Changed color on dark background
2765 ======================================================================
2766         Installed as version 3.05
2767         
2768 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
2770         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
2771         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2773 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
2775         * org.el (org-diary-default-entry): New function.
2776         (org-get-entries-from-diary): Better parsing of diary entries
2777         (org-agenda-check-no-diary): New function.
2778         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2779         linking to diary entries.
2780         (org-agenda-execute-calendar-command): New function
2782 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
2784         * org.el (org-agenda): Improved visible section in window.  And
2785         use `org-fit-agenda-window'.
2786         (org-fit-agenda-window): New option.
2788 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
2790         * org.el (org-move-subtree-down): Better handling of empty lines
2791         at end of subtree.
2792         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2793         levels up.
2795 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
2797         * org.el (org-fontify-done-headline): New option.
2798         (org-headline-done-face): New face.
2799         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2801 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
2803         * org.el (org-table-copy-down): renamed from
2804         `org-table-copy-from-above'.  When current field is non-empty, it
2805         is copied to next row.
2807 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
2809         * org.el (org-table-copy-from-above): Fixed bug which made it
2810         impossible to copy fields containing only a single non-white
2811         character.
2813 Release of 3.04 -------------------------------------------------------------
2815 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
2817         * org.el (org-version): Prefix arg removed, was not needed.
2821         
2822 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
2824         * org.el (org-show-following-heading): New option.
2825         (org-show-hierarchy-above): Use `org-show-following-heading'.
2827 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
2829         * org.el (orgtbl-optimized): New option
2830         (orgtbl-mode): New command, a minor mode.
2831         (orgtbl-mode-map): New variable.
2832         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) 
2833         (orgtbl-error, orgtbl-self-insert-command) 
2834         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2836 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
2838         * org.el (org-mode): `org-table-may-need-update' is now a local
2839         variable in each org-mode buffer.
2841 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
2843         * org.el (org-set-regexps-and-options): Renamed from
2844         `org-set-regexps'.  Added checking for STARTUP keyword.
2845         (org-get-current-options): Added STARTUP options.
2846         (org-table-insert-row): Mode mode intelligent about when
2847         realignment is needed.
2848         (org-self-insert-command, org-delete-backward-char,
2849         org-delete-char): New commands.
2850         (org-enable-table-editor): new default value `optimized'.
2851         (org-table-blank-field): Support blanking regions if active.