diff options
| author | Juri Linkov | 2005-11-21 07:57:45 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-11-21 07:57:45 +0000 |
| commit | 17c1971a7e15ae0e1830787236bf85684a8f48ed (patch) | |
| tree | a586dd785de280dfa87b1be3df397240f9126345 | |
| parent | 11ee7d4e70278ed52ef4e538e0878fcc4db83ed1 (diff) | |
| download | emacs-17c1971a7e15ae0e1830787236bf85684a8f48ed.tar.gz emacs-17c1971a7e15ae0e1830787236bf85684a8f48ed.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85208c9f50f..a4190ab3168 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-11-21 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * custom.el (defcustom): Update link types in docstring. | ||
| 4 | |||
| 1 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change) | 5 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change) |
| 2 | 6 | ||
| 3 | * custom.el (defgroup): Add doc-string-elt info. | 7 | * custom.el (defgroup): Add doc-string-elt info. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b580d418bec..12fb6e42460 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-11-21 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * customize.texi (Common Keywords): Update links types | ||
| 4 | custom-manual and url-link. Add link types emacs-library-link, | ||
| 5 | file-link, function-link, variable-link, custom-group-link. | ||
| 6 | |||
| 1 | 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | 7 | 2005-11-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * display.texi: Revert 2005-11-20 change. | 9 | * display.texi: Revert 2005-11-20 change. |
diff --git a/src/ChangeLog b/src/ChangeLog index addb672d10d..74e6a168043 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-11-21 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increment to 1180000. | ||
| 4 | |||
| 1 | 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | 5 | 2005-11-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): Use | 7 | * xfaces.c (Finternal_set_lisp_face_attribute): Use |