Mercurial > emacs
comparison lisp/ChangeLog @ 69932:5e4ce2eed90d
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 11 Apr 2006 10:05:42 +0000 |
parents | 2f524fd75dec |
children | 86291f09f3d1 |
comparison
equal
deleted
inserted
replaced
69931:9544ae02c58d | 69932:5e4ce2eed90d |
---|---|
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) |
13 (org-string-width, org-table-clean-line, org-html-do-expand) | 13 (org-string-width, org-table-clean-line, org-html-do-expand) |
14 (org-edit-agenda-file-list, org-store-new-agenda-file-list) | 14 (org-edit-agenda-file-list, org-store-new-agenda-file-list) |
43 (org-table-insert-row, org-table-insert-hline): Deal with | 43 (org-table-insert-row, org-table-insert-hline): Deal with |
44 invisible characters. | 44 invisible characters. |
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 |
54 with a reference to the Common Keywords in defcustom. | 54 with a reference to the Common Keywords in defcustom. |
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. |
63 | 63 |
64 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in | 64 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in |