diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2005-11-18 16:13:55 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2005-11-18 16:13:55 +0000 |
commit | 35af34900fadf103448c47c726f2f9315572c115 (patch) | |
tree | 11f831d7f2ff96b5a4977008672070f907cca484 /lisp | |
parent | 6fd41b1fab46111c109897d90e8ab9ac8d09ff44 (diff) | |
download | emacs-35af34900fadf103448c47c726f2f9315572c115.tar.gz emacs-35af34900fadf103448c47c726f2f9315572c115.tar.bz2 emacs-35af34900fadf103448c47c726f2f9315572c115.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79a91eb29af..2ca0a6cb9d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2005-11-18 Carsten Dominik <dominik@science.uva.nl> + + * textmodes/org.el: (org-table-sort-lines): New command. + (org-tbl-menu): Add entry for `org-table-sort-lines'. + (org-add-file): Command removed, use `org-agenda-file-to-front' + instead. + (org-export-icalendar): Use `org-icalendar-combined-name'. + (org-cycle-agenda-files, org-agenda-file-to-end) + (org-agenda-file-to-front): New commands. + (org-table-tab-jumps-over-hlines,org-export-html-style): New + options. + (org-table-next-field): Use `org-table-tab-jumps-over-hlines'. + (org-at-table.el-p, org-set-autofill-regexps,org-html-protect): + New functions. + (org-fill-paragraph): Call `org-table-align' in tables. + (org-mode): Call `org-set-autofill-regexps'. + (org-export-as-html): Support for local handformatted lists. + Modified to produce valid HTML 4.0. Use `org-export-html-style'. + (org-export-local-list-max-depth): New option. + (org-html-expand): Use `org-html-protect'. + 2005-11-18 Nick Roberts <nickrob@snap.net.nz> * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp |