diff options
| author | Juanma Barranquero | 2006-04-11 10:05:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-04-11 10:05:42 +0000 |
| commit | 83163ec728c0bc129ef829aa497b49346214bf62 (patch) | |
| tree | 6aeed279446a758ebc2a2af51e4159a940366de9 | |
| parent | ab27a4a0a1c06326b07a5e669039288315734b85 (diff) | |
| download | emacs-83163ec728c0bc129ef829aa497b49346214bf62.tar.gz emacs-83163ec728c0bc129ef829aa497b49346214bf62.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0debbda03ee..5670d863f25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | 2006-04-11 Carsten Dominik <dominik@science.uva.nl> | 1 | 2006-04-11 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 2 | ||
| 3 | * textmodes/org.el: (org-export-plain-list-max-depth) | 3 | * textmodes/org.el (org-export-plain-list-max-depth) |
| 4 | (org-table-spaces-around-separators) | 4 | (org-table-spaces-around-separators) |
| 5 | (org-radio-targets, org-activate-camels) | 5 | (org-radio-targets, org-activate-camels) |
| 6 | (org-table-spaces-around-invisible-separators): Options removed. | 6 | (org-table-spaces-around-invisible-separators): Options removed. |
| 7 | (org-time-stamp-rounding-minutes, org-remember-templates) | 7 | (org-time-stamp-rounding-minutes, org-remember-templates) |
| 8 | (org-ellipsis, org-activate-links, org-descriptive-links): New | 8 | (org-ellipsis, org-activate-links, org-descriptive-links): |
| 9 | options. | 9 | New options. |
| 10 | (org-remember-apply-template, org-current-time) | 10 | (org-remember-apply-template, org-current-time) |
| 11 | (org-finish-edit-table-field) | 11 | (org-finish-edit-table-field) |
| 12 | (org-link-unescape, org-link-escape) | 12 | (org-link-unescape, org-link-escape) |
| @@ -45,9 +45,9 @@ | |||
| 45 | 45 | ||
| 46 | 2006-04-10 Bill Wohler <wohler@newt.com> | 46 | 2006-04-10 Bill Wohler <wohler@newt.com> |
| 47 | 47 | ||
| 48 | * custom.el (defcustom, custom-handle-keyword): Add | 48 | * custom.el (defcustom, custom-handle-keyword): |
| 49 | :package-version keyword. | 49 | Add :package-version keyword. |
| 50 | (custom-add-package-version): New function. Sets value of new | 50 | (custom-add-package-version): New function. Sets value of new |
| 51 | property 'custom-package-version from :package-version keyword. | 51 | property 'custom-package-version from :package-version keyword. |
| 52 | (defcustom): Create Common Keywords section in docstring. | 52 | (defcustom): Create Common Keywords section in docstring. |
| 53 | (defface, defgroup): Replace definitions of a select few keywords | 53 | (defface, defgroup): Replace definitions of a select few keywords |
| @@ -55,8 +55,8 @@ | |||
| 55 | (defcustom, defface, defgroup): Replace reference to Customization | 55 | (defcustom, defface, defgroup): Replace reference to Customization |
| 56 | chapter in manual with hyperlink. | 56 | chapter in manual with hyperlink. |
| 57 | 57 | ||
| 58 | * cus-edit.el (customize-package-emacs-version-alist): New | 58 | * cus-edit.el (customize-package-emacs-version-alist): |
| 59 | variable. | 59 | New variable. |
| 60 | (customize-changed-options): Add check for custom-package-version. | 60 | (customize-changed-options): Add check for custom-package-version. |
| 61 | (customize-package-emacs-version): New function to look up Emacs | 61 | (customize-package-emacs-version): New function to look up Emacs |
| 62 | version corresponding to the given package version. | 62 | version corresponding to the given package version. |