comparison lisp/ChangeLog @ 32957:cf85013860f1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 27 Oct 2000 14:51:03 +0000
parents 813b55180a2a
children 846bba8718d8
comparison
equal deleted inserted replaced
32956:c3d1f9ca38a9 32957:cf85013860f1
22 attribute-value pairs is now the cdr of each clause, not the cadr. 22 attribute-value pairs is now the cdr of each clause, not the cadr.
23 Detect old-style entries, and handle them. Use pop. 23 Detect old-style entries, and handle them. Use pop.
24 24
25 2000-10-26 Stefan Monnier <monnier@cs.yale.edu> 25 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
26 26
27 * cus-edit.el (custom-mode-map): Use a sparse map.
28 (custom-mode): Don't bother with make-local-hook.
29
30 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
31
27 * vc.el (vc-start-entry): Only erase the buffer if comment is set. 32 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
28 33
29 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> 34 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
30 35
31 * ps-print.el: Avoid compilation gripes. 36 * ps-print.el: Avoid compilation gripes.
51 * simple.el (undo): Correctly distinguish between numeric and 56 * simple.el (undo): Correctly distinguish between numeric and
52 non-numeric prefix args in non-transient-mark-mode, as per the doc 57 non-numeric prefix args in non-transient-mark-mode, as per the doc
53 string. When in transient-mark-mode, treat all prefix-args as 58 string. When in transient-mark-mode, treat all prefix-args as
54 numeric. 59 numeric.
55 60
56 * simple.el (previous-matching-history-element): Position point on 61 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
57 match. Handle N == 0 correctly. Miscellaneous cleanup. 62 Position point on match. Handle N == 0 correctly.
58 63
59 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil. 64 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
60 (comint-mode-map): Reverse order of `comint-write-output' and 65 (comint-mode-map): Reverse order of `comint-write-output' and
61 `comint-append-output-to-file'. 66 `comint-append-output-to-file'.
62 (comint-append-output-to-file): Reinstate this function, for the 67 (comint-append-output-to-file): Reinstate this function, for the
66 71
67 * vc.el (vc-version-other-window): Bind `file'. 72 * vc.el (vc-version-other-window): Bind `file'.
68 73
69 2000-10-25 Gerd Moellmann <gerd@gnu.org> 74 2000-10-25 Gerd Moellmann <gerd@gnu.org>
70 75
71 * Makefile.in (update-authors): New target for maintenance 76 * Makefile.in (update-authors): New target for maintenance purposes.
72 purposes.
73 77
74 * emacs-lisp/authors.el (batch-update-authors): New function. 78 * emacs-lisp/authors.el (batch-update-authors): New function.
75 (authors-fixed-entries): New defconst. 79 (authors-fixed-entries): New defconst.
76 (authors-add-fixed-entries): New function. 80 (authors-add-fixed-entries): New function.
77 (authors): Call it.: Don't process lispref/. 81 (authors): Call it.: Don't process lispref/.
86 * menu-bar.el (menu-bar-options-menu): Add a help string for 90 * menu-bar.el (menu-bar-options-menu): Add a help string for
87 `uniquify'. 91 `uniquify'.
88 92
89 2000-10-25 Stephen Gildea <gildea@alum.mit.edu> 93 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
90 94
91 * time-stamp.el (time-stamp-string-preprocess): Fix a wrong 95 * time-stamp.el (time-stamp-string-preprocess):
92 type argument error. 96 Fix a wrong type argument error.
93 97
94 2000-10-25 Miles Bader <miles@gnu.org> 98 2000-10-25 Miles Bader <miles@gnu.org>
95 99
96 * recentf.el (recentf-mode): Variable removed. 100 * recentf.el (recentf-mode): Variable removed.
97 (recentf-mode): Use `define-minor-mode'. 101 (recentf-mode): Use `define-minor-mode'.
99 * mwheel.el (mouse-wheel-mode): New global minor mode. 103 * mwheel.el (mouse-wheel-mode): New global minor mode.
100 (mwheel-install): Use `mouse-wheel-mode'. 104 (mwheel-install): Use `mouse-wheel-mode'.
101 105
102 2000-10-25 Dave Love <fx@gnu.org> 106 2000-10-25 Dave Love <fx@gnu.org>
103 107
104 * progmodes/cperl-mode.el (cperl-mode): Set 108 * progmodes/cperl-mode.el (cperl-mode):
105 normal-auto-fill-function correctly. 109 Set normal-auto-fill-function correctly.
106 110
107 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't 111 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
108 inherit from global-map and don't nullify menu-bar and tool-bar 112 inherit from global-map and don't nullify menu-bar and tool-bar
109 bindings. 113 bindings.
110 114