diff options
| author | Carsten Dominik | 2006-02-22 07:13:30 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-02-22 07:13:30 +0000 |
| commit | 2e2055128f3c78ad5d4de9ff32b0b3b51e84c792 (patch) | |
| tree | e4559385e55e8424dca514af2e6917e029b169b7 | |
| parent | a96ee7dff6592a3a12aa83d28a013cfa1265713b (diff) | |
| download | emacs-2e2055128f3c78ad5d4de9ff32b0b3b51e84c792.tar.gz emacs-2e2055128f3c78ad5d4de9ff32b0b3b51e84c792.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 50 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 55 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c032b424366..16770a739c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,53 @@ | |||
| 1 | 2006-02-22 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-mark-ring-previous, org-mark-ring-set): | ||
| 4 | New commands. | ||
| 5 | (org-mark-ring): New variable. | ||
| 6 | (org-mark-ring-length): New option. | ||
| 7 | (org-open-at-point, org-goto, org-open-file): Push old position | ||
| 8 | onto the mark ring. | ||
| 9 | (org-add-hook): New function. | ||
| 10 | (org-export-table-remove-special-lines): New option. | ||
| 11 | (org-skip-comments, org-format-org-table-html): Respect new option | ||
| 12 | `org-export-table-remove-special-lines'. | ||
| 13 | (org-open-file): Allow special command configuration for directory | ||
| 14 | link. | ||
| 15 | (org-file-apps): Fixed bugs in customize type, added setting for | ||
| 16 | directories. | ||
| 17 | (org-activate-tags, org-format-agenda-item, org-complete) | ||
| 18 | (org-get-tags-at, org-scan-tags, org-make-tags-matcher) | ||
| 19 | (org-get-tags, org-get-buffer-tags, org-open-at-point) | ||
| 20 | (org-link-search, org-make-org-heading-search-string) | ||
| 21 | (org-make-org-heading-camel): Allow @ and 0-9 as tags characters. | ||
| 22 | (org-radio-targets, org-file-link-context-use-camel-case) | ||
| 23 | (org-activate-camels): New options. | ||
| 24 | (org-update-radio-target-regexp, org-all-targets) | ||
| 25 | (org-make-target-link-regexp, org-activate-target-links): New | ||
| 26 | functions. | ||
| 27 | (org-make-org-heading-search-string): New function. | ||
| 28 | (org-store-link, org-insert-link): Use new option | ||
| 29 | `org-file-link-context-use-camel-case'. | ||
| 30 | (org-activate-camels): Use new option `org-activate-camels'. | ||
| 31 | (org-link-regexp): Added mhe prefix. | ||
| 32 | (org-open-at-point,org-store-link): Support for mhe links. | ||
| 33 | (org-mhe-get-message-id, org-mhe-get-message-folder) | ||
| 34 | (org-mhe-get-header,org-follow-mhe-link): New functions. | ||
| 35 | (org-remove-angle-brackets, org-add-angle-brackets): New | ||
| 36 | functions. | ||
| 37 | (org-bracked-link-regexp): New constant. | ||
| 38 | (org-read-date): Fixed bug that was rejecting all typed dates. | ||
| 39 | (org-link-search): Make hierarchy above visible after a match. | ||
| 40 | (org-follow-bbdb-link): Inhibit electric mode for BBDB. | ||
| 41 | (org-store-link): Fixed bug with link creation when cursor is in | ||
| 42 | an empty line. | ||
| 43 | (org-open-at-point): Fixed bug with matching a link. Fixed buggy | ||
| 44 | argument sequence in call to `org-view-tags'. | ||
| 45 | (org-compile-prefix-format): Set `org-prefix-has-tag'. | ||
| 46 | (org-prefix-has-tag): New variable. | ||
| 47 | (org-format-agenda-item): Remove tags from headline if | ||
| 48 | appropriate. | ||
| 49 | (org-agenda-remove-tags-when-in-prefix): New option. | ||
| 50 | |||
| 1 | 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu> | 51 | 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 52 | ||
| 3 | * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3): | 53 | * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3): |
diff --git a/man/ChangeLog b/man/ChangeLog index 764e22eca15..9a9fb581d8f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-02-22 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: (Internal Links): Rewritten to cover the modified | ||
| 4 | linking system. | ||
| 5 | |||
| 1 | 2006-02-21 Nick Roberts <nickrob@snap.net.nz> | 6 | 2006-02-21 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * building.texi (Watch Expressions): Update and describe | 8 | * building.texi (Watch Expressions): Update and describe |