comparison lispref/ChangeLog @ 66933:6b323e275ccb

(Minor Mode Conventions): Use custom-set-minor-mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Nov 2005 17:14:37 +0000
parents 2ed5507a3be3
children 1af402fe3e48
comparison
equal deleted inserted replaced
66932:29c20df6248f 66933:6b323e275ccb
1 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4
1 2005-11-06 Richard M. Stallman <rms@gnu.org> 5 2005-11-06 Richard M. Stallman <rms@gnu.org>
2 6
3 * files.texi (Magic File Names): find-file-name-handler checks the 7 * files.texi (Magic File Names): find-file-name-handler checks the
4 `operations' property of the handler. 8 `operations' property of the handler.
5 9
29 * compile.texi (Eval During Compile): Explain recommended uses 33 * compile.texi (Eval During Compile): Explain recommended uses
30 of eval-when-compile and eval-and-compile. 34 of eval-when-compile and eval-and-compile.
31 35
32 2005-10-27 Masatake YAMATO <jet@gyve.org> 36 2005-10-27 Masatake YAMATO <jet@gyve.org>
33 37
34 * minibuf.texi (Completion Commands): 38 * minibuf.texi (Completion Commands):
35 Write about new optional argument for `display-completion-list'. 39 Write about new optional argument for `display-completion-list'.
36 40
37 2005-10-23 Richard M. Stallman <rms@gnu.org> 41 2005-10-23 Richard M. Stallman <rms@gnu.org>
38 42
39 * display.texi (Overlay Arrow): Clarify about local bindings of 43 * display.texi (Overlay Arrow): Clarify about local bindings of
40 overlay-arrow-position. 44 overlay-arrow-position.
41 45