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