]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 9 Dec 2005 00:44:17 +0000 (00:44 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 9 Dec 2005 00:44:17 +0000 (00:44 +0000)
lisp/ChangeLog
man/ChangeLog

index 14a1eac631abee1c404a82d36ea979c2c31fa424..877a8ae58b04b7a7d829f5ce42f2e8b5599e8520 100644 (file)
@@ -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):
 
 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.
 
 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.
 
 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.
 
 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.
 
 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)
 
 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.
 
        * 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.
 
index b3e9e5b6b6c4d3649125971824cc9a500ea166a8..e8708b1d689ff0cf74e8e977ade500f699e7c15c 100644 (file)
@@ -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>
 
 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'.