aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 379fb41cbba..ee10a5f787e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,33 @@
12005-06-13 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-CUA-compatible): New option.
4 (org-disputed-keys): New variable.
5 (org-key): New function.
6 (orgtbl-make-binding): Add docstring to the created function.
7 (org-mode): Set paragraph start/separate regexps.
8 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
9 (org-archive-location, org-archive-mark-done)
10 (org-archive-stamp-time): New options.
11 (org-archive-subtree): New command.
12 (org-fill-paragraph): New function.
13 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14 (org-fake-empty-table-line): Function removed.
15 (org-format-org-table-html): Do not create empty table lines at
16 separator lines. Improved table header treatment.
17 (org-link-format): New option.
18 (org-make-link): New function.
19 (org-insert-link, org-store-link): Use org-make-link.
20 (org-open-file): Quote file name for shell command, to allow
21 spaces in file names.
22 (org-link-regexp): Fixed bug with mailto link.
23 (org-link-maybe-angles-regexp, org-protected-link-regexp): New
24 constant.
25 (org-export-as-html): Deal with the optional angles around a link.
26 Better treatment of file: links.
27 (org-open-at-point): Replace @{ and @} with < and >.
28 (org-run-mode-hooks): Function removed.
29 (org-agenda-mode): No longer use `org-run-mode-hooks'.
30
12005-06-13 Nick Roberts <nickrob@snap.net.nz> 312005-06-13 Nick Roberts <nickrob@snap.net.nz>
2 32
3 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use 33 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use