*** empty log message ***
This commit is contained in:
parent
365cd965ca
commit
30c0292595
2 changed files with 34 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* cus-edit.el (custom-buffer-create-internal): Relabel the whole
|
||||
buffer "Reset" button to "Reset to Current" for consistency with
|
||||
the State buttons.
|
||||
|
||||
2005-12-08 John Paul Wallington <jpw@pobox.com>
|
||||
|
||||
* ibuf-ext.el (define-ibuffer-filter filename):
|
||||
|
@ -1244,7 +1250,7 @@
|
|||
|
||||
2005-12-08 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-insert-heading): Try to do items before
|
||||
* textmodes/org.el (org-insert-heading): Try to do items before
|
||||
headings.
|
||||
(org-agenda-mode): Quote `org-agenda-mode-hook'.
|
||||
(org-insert-item): New function.
|
||||
|
@ -1360,7 +1366,7 @@
|
|||
|
||||
2005-12-06 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-occur-highlights): New variable.
|
||||
* textmodes/org.el (org-occur-highlights): New variable.
|
||||
(org-highlight-new-match, org-remove-occur-highlights): New functions.
|
||||
(org-highlight-sparse-tree-matches): New option.
|
||||
(org-do-occur): New function.
|
||||
|
@ -1965,7 +1971,7 @@
|
|||
|
||||
2005-11-24 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
|
||||
* textmodes/org.el (org-export-plain-list-max-depth): Renamed from
|
||||
`org-export-local-list-max-depth'. Change default value to 3.
|
||||
(org-auto-renumber-ordered-lists)
|
||||
(org-plain-list-ordered-item-terminator): New options.
|
||||
|
@ -2179,7 +2185,7 @@
|
|||
|
||||
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-table-sort-lines): New command.
|
||||
* 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.
|
||||
|
@ -4079,7 +4085,7 @@
|
|||
|
||||
2005-10-21 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-combined-agenda-icalendar-file)
|
||||
* textmodes/org.el (org-combined-agenda-icalendar-file)
|
||||
(org-icalendar-include-todo, org-icalendar-combined-name): New options.
|
||||
(org-export-icalendar-this-file)
|
||||
(org-export-icalendar-all-agenda-files)
|
||||
|
@ -4761,7 +4767,7 @@
|
|||
|
||||
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-mode-map): Explicit definition of `C-c
|
||||
* textmodes/org.el (org-mode-map): Explicit definition of `C-c
|
||||
C-x' as a prefix.
|
||||
(orgtbl-mode-map): Full keymap instead of sparse, because all
|
||||
`self-insert-command' keys are redefined in this map.
|
||||
|
@ -16644,7 +16650,7 @@
|
|||
|
||||
* cus-edit.el (custom-bury-buffer): Function deleted.
|
||||
(custom-buffer-done-function): Option deleted.
|
||||
(custom-buffer-done-kill): New (replacement option.
|
||||
(custom-buffer-done-kill): New replacement option.
|
||||
(Custom-buffer-done): Call quit-window.
|
||||
(custom-buffer-create-internal): Update for above changes.
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* custom.texi (Customization): Use xref to elisp manual for
|
||||
non-TeX output.
|
||||
(Minor Modes): Update.
|
||||
(Customization Groups, Changing a Variable, Face Customization):
|
||||
Update for new appearance of Custom buffers.
|
||||
(Changing a Variable): `custom-buffer-done-function' has been
|
||||
replaced by `custom-buffer-done-kill'.
|
||||
(Specific Customization): In the `customize-group' buffer, a
|
||||
subgroup's contents are not "hidden". They are not included at
|
||||
all. They have no [Show] button.
|
||||
(Mouse Buttons): Add pxref to description of mouse event lists in
|
||||
Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
|
||||
(Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
|
||||
~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
|
||||
|
||||
2005-12-08 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mini.texi (Completion Commands, Completion):
|
||||
|
@ -5,8 +22,8 @@
|
|||
|
||||
2005-12-08 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* org.texi (Structure editing): DOcument new fucntionality of
|
||||
M-RET.
|
||||
* org.texi (Structure editing): Document new functionality of
|
||||
M-RET.
|
||||
|
||||
2005-12-08 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
|
@ -44,7 +61,7 @@
|
|||
|
||||
2005-11-24 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* org.texi: (Structure editing): New item moving commands added.
|
||||
* org.texi (Structure editing): New item moving commands added.
|
||||
(Plain Lists): New section.
|
||||
|
||||
2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
@ -92,7 +109,7 @@
|
|||
|
||||
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* org.texi: (FAQ): Document `org-table-tab-jumps-over-hlines'.
|
||||
* org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
|
||||
(Agenda): Document commands `org-cycle-agenda-files' and
|
||||
`org-agenda-file-to-front'
|
||||
(Built-in table editor): Document `org-table-sort-lines'.
|
||||
|
|
Loading…
Add table
Reference in a new issue