diff options
| author | Carsten Dominik | 2006-06-19 06:55:27 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-06-19 06:55:27 +0000 |
| commit | 3d62681df6efe3920d26bf33df6523bbd5d67c92 (patch) | |
| tree | 85a5938e3c01d23e3aad3d7ef55885b81eb99aae /lisp | |
| parent | 5aafad2e4e26ab3bdde420760ab4e9d9b759fcdc (diff) | |
| download | emacs-3d62681df6efe3920d26bf33df6523bbd5d67c92.tar.gz emacs-3d62681df6efe3920d26bf33df6523bbd5d67c92.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fd0500b825..3d00b4b06d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2006-06-19 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: Require noutline, also on XEmacs. | ||
| 4 | (org-end-of-subtree): Return point. | ||
| 5 | (org-dblock-start-re, org-dblock-end-re): New constants. | ||
| 6 | (org-create-dblock, org-prepare-dblock, org-map-dblocks) | ||
| 7 | (org-dblock-update, org-update-dblock, org-beginning-of-dblock) | ||
| 8 | (org-update-all-dblocks, org-find-dblock): New functions. | ||
| 9 | (org-collect-clock-time-entries): New function. | ||
| 10 | (org-html-handle-time-stamps): Never export CLOCK timeranges. | ||
| 11 | (org-fixup-indentation): Modified to deadl correctly with lines | ||
| 12 | starting with TAB. Only one argument DIFF now. | ||
| 13 | (org-demote, org-promote): Call `org-fixup-indentation' with just | ||
| 14 | one argument, DIFF. | ||
| 15 | (org-mode): Don't mark buffer as modified when aligning tables. | ||
| 16 | (org-clock-sum): Don't makr buffer modified when adding time sum | ||
| 17 | properties. | ||
| 18 | (org-export-as-html): Added support for a link validation | ||
| 19 | function. | ||
| 20 | (org-archive-all-done): New function. | ||
| 21 | (org-archive-subtree): New prefix argument. When set, archive all | ||
| 22 | done subtrees in this buffer. | ||
| 23 | (org-remove-clock-overlays) | ||
| 24 | (org-remove-occur-highlights): Use | ||
| 25 | `org-inhibit-highlight-removal'. | ||
| 26 | (org-inhibit-highlight-removal): New variable, for dynamic | ||
| 27 | scoping. | ||
| 28 | (org-put-clock-overlay): Don't swallow last headline character | ||
| 29 | when displaying overlay. | ||
| 30 | (org-store-link): Link to `image-mode' with just the file name. | ||
| 31 | |||
| 32 | |||
| 1 | 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> | 33 | 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 34 | ||
| 3 | * viper-cmd.el (viper-special-read-and-insert-char): use | 35 | * viper-cmd.el (viper-special-read-and-insert-char): use |