comparison lisp/ChangeLog @ 39658:a04456ea3694

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 07 Oct 2001 23:34:07 +0000
parents 4dd0be77b12e
children 10de1d7b2bb3
comparison
equal deleted inserted replaced
39657:ea9e28db82d5 39658:a04456ea3694
1 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
4 the file says no-byte-compile.
5
1 2001-10-08 Miles Bader <miles@gnu.org> 6 2001-10-08 Miles Bader <miles@gnu.org>
2 7
3 * button.el (next-button, previous-button): Respect `skip' property. 8 * button.el (next-button, previous-button): Respect `skip' property.
4 (push-button, button-activate): Add USE-MOUSE-ACTION argument. 9 (push-button, button-activate): Add USE-MOUSE-ACTION argument.
5 10
40 (help-do-xref): New function. 45 (help-do-xref): New function.
41 (help-follow): Use `push-button' and `help-do-xref' to do most of 46 (help-follow): Use `push-button' and `help-do-xref' to do most of
42 the work. 47 the work.
43 48
44 * apropos.el (apropos-symbol, apropos-label): New button types. 49 * apropos.el (apropos-symbol, apropos-label): New button types.
45 (apropos-symbol-button-display-help) 50 (apropos-symbol-button-display-help)
46 (apropos-label-button-display-help, apropos-next-label-button): 51 (apropos-label-button-display-help, apropos-next-label-button):
47 New functions. 52 New functions.
48 (apropos-mode-map): Make button-buffer-map our parent. 53 (apropos-mode-map): Make button-buffer-map our parent.
49 Don't bind mouse events. 54 Don't bind mouse events.
50 (apropos-print, apropos-print-doc): Create buttons instead of text 55 (apropos-print, apropos-print-doc): Create buttons instead of text
54 59
55 * button.el: New file. 60 * button.el: New file.
56 61
57 2001-10-07 Gerd Moellmann <gerd@gnu.org> 62 2001-10-07 Gerd Moellmann <gerd@gnu.org>
58 63
59 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): 64 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
60 Remove. 65 Remove.
61 66
62 2001-10-05 Richard M. Stallman <rms@gnu.org> 67 2001-10-05 Richard M. Stallman <rms@gnu.org>
63 68
64 * add-log.el (add-change-log-entry): Skip copyright notice 69 * add-log.el (add-change-log-entry): Skip copyright notice
87 * calendar/diary-lib.el (diary-entry-compare): When times are 92 * calendar/diary-lib.el (diary-entry-compare): When times are
88 identical, compare the entries lexicographically. 93 identical, compare the entries lexicographically.
89 94
90 2001-10-06 Miles Bader <miles@gnu.org> 95 2001-10-06 Miles Bader <miles@gnu.org>
91 96
92 * rfn-eshadow.el (rfn-eshadow-update-overlay): Use 97 * rfn-eshadow.el (rfn-eshadow-update-overlay):
93 `minibuffer-prompt-end'. 98 Use `minibuffer-prompt-end'.
94 99
95 * simple.el (previous-matching-history-element): Fix misplaced 100 * simple.el (previous-matching-history-element): Fix misplaced
96 parentheses. 101 parentheses.
97 102
98 2001-10-05 Miles Bader <miles@gnu.org> 103 2001-10-05 Miles Bader <miles@gnu.org>
135 140
136 2001-10-05 Miles Bader <miles@gnu.org> 141 2001-10-05 Miles Bader <miles@gnu.org>
137 142
138 * simple.el (previous-matching-history-element) 143 * simple.el (previous-matching-history-element)
139 (next-history-element, next-complete-history-element): Use 144 (next-history-element, next-complete-history-element): Use
140 `minibuffer-' functions instead of calling `field-' functions 145 `minibuffer-' functions instead of calling `field-' functions directly.
141 directly.
142 (minibuffer-prompt-end, minibuffer-contents): 146 (minibuffer-prompt-end, minibuffer-contents):
143 (minibuffer-contents-no-properties, delete-minibuffer-contents): 147 (minibuffer-contents-no-properties, delete-minibuffer-contents):
144 Functions removed (now subrs). 148 Functions removed (now subrs).
145 (minibuffer-prompt-width): Use `minibuffer-prompt-end'. 149 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
146 150
161 * bindings.el: Remove no-byte-compile from file local variables 165 * bindings.el: Remove no-byte-compile from file local variables
162 to enable bootstrapping. 166 to enable bootstrapping.
163 167
164 2001-10-04 Andrew Innes <andrewi@gnu.org> 168 2001-10-04 Andrew Innes <andrewi@gnu.org>
165 169
166 * faces.el (face-font-registry-alternatives) [windows-nt]: Make 170 * faces.el (face-font-registry-alternatives) [windows-nt]:
167 gb2312 an alias for gb2312.1980. 171 Make gb2312 an alias for gb2312.1980.
168 172
169 2001-10-04 Stefan Monnier <monnier@cs.yale.edu> 173 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
170 174
171 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /. 175 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
172 (uniquify-reverse-components): Remove. 176 (uniquify-reverse-components): Remove.