diff options
| author | Carsten Dominik | 2006-08-15 11:58:49 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-08-15 11:58:49 +0000 |
| commit | 4c3ec0fc9645276fc9f9084b6a9872860ac10de0 (patch) | |
| tree | 5f3531a727520b57ea5313a0b26d294b9d299018 | |
| parent | 22a616f7afff613bd378eac51d56bca748fecdbf (diff) | |
| download | emacs-4c3ec0fc9645276fc9f9084b6a9872860ac10de0.tar.gz emacs-4c3ec0fc9645276fc9f9084b6a9872860ac10de0.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 27 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 08eda1c1fc6..32d7525e153 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-08-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * orgcard.tex: Version number change. | ||
| 4 | |||
| 1 | 2006-08-12 Werner Lemberg <wl@gnu.org> | 5 | 2006-08-12 Werner Lemberg <wl@gnu.org> |
| 2 | 6 | ||
| 3 | * TUTORIAL.de: Synchronize with TUTORIAL. | 7 | * TUTORIAL.de: Synchronize with TUTORIAL. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c32902da47a..31201341796 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2006-08-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el (org-clock-special-range, | ||
| 4 | org-clock-update-time-maybe): New functions. | ||
| 5 | (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, | ||
| 6 | not only a-z. | ||
| 7 | (org-agenda-get-blocks): Allow multiple blocks per headline. | ||
| 8 | (org-timestamp-change): Call `org-clock-update-time-maybe'. | ||
| 9 | (org-export-html-title-format) | ||
| 10 | (org-export-html-toplevel-hlevel): New options. | ||
| 11 | (org-export-language-setup): Added support for Czech. | ||
| 12 | (org-mode, org-insert-todo-heading, org-find-visible) | ||
| 13 | (org-find-invisible, org-invisible-p, org-invisible-p2) | ||
| 14 | (org-back-to-heading, org-on-heading-p, org-up-heading-all) | ||
| 15 | (org-show-subtree, org-show-entry, org-make-options-regexp): | ||
| 16 | Removed compatibility support for old outline-mode. | ||
| 17 | (org-check-occur-regexp): Funtion removed. | ||
| 18 | (org-on-heading-p, org-back-to-heading): Made defalias. | ||
| 19 | (org-set-local): New defsubst. | ||
| 20 | (org-set-regexps-and-options, org-mode) | ||
| 21 | (org-set-font-lock-defaults, org-edit-agenda-file-list) | ||
| 22 | (org-timeline, org-agenda-list, org-todo-list, org-tags-view) | ||
| 23 | (org-remember-apply-template, org-table-edit-field) | ||
| 24 | (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii) | ||
| 25 | (org-set-autofill-regexps): Use `org-set-local'. | ||
| 26 | (org-table-eval-formula): Fixed bug with parsing of display flags. | ||
| 27 | |||
| 1 | 2006-08-15 Nick Roberts <nickrob@snap.net.nz> | 28 | 2006-08-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 29 | ||
| 3 | * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected | 30 | * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected |
diff --git a/man/ChangeLog b/man/ChangeLog index 10e43a9dbd4..cdf811da570 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-08-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi (Installation, Activation): Split from Installation and | ||
| 4 | Activation. | ||
| 5 | (Clocking work time): Documented new features. | ||
| 6 | |||
| 1 | 2006-08-15 Nick Roberts <nickrob@snap.net.nz> | 7 | 2006-08-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 8 | ||
| 3 | * building.texi (Stack Buffer): Explain fringe arrow. | 9 | * building.texi (Stack Buffer): Explain fringe arrow. |