comparison lisp/ChangeLog @ 48586:1f75262039c7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Nov 2002 15:12:50 +0000
parents a982201fa7a6
children 1ccd9291b0b2
comparison
equal deleted inserted replaced
48585:be738e9c1a09 48586:1f75262039c7
1 2002-11-29 Richard M. Stallman <rms@gnu.org>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format):
4 Make search for message delimiter case-sensitive.
5
6 * simple.el (yank-window-start): New variable.
7 (yank): Record yank-window-start
8 (yank-pop): Use yank-window-start.
9
10 * info.el (Info-additional-directory-list): Doc fix.
11
12 * indent.el (indent-according-to-mode, indent-region): Doc fix.
13
14 * tooltip.el (tooltip-gud-tips-p): Doc fix.
15
16 * eshell/em-script.el: Require eshell.
17
18 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
19
1 2002-11-29 Kim F. Storm <storm@cua.dk> 20 2002-11-29 Kim F. Storm <storm@cua.dk>
2 21
3 * mwheel.el: Avoid accidental yanking of text while scrolling with 22 * mwheel.el: Avoid accidental yanking of text while scrolling with
4 the mouse wheel. This adds a short period after each mouse wheel 23 the mouse wheel. This adds a short period after each mouse wheel
5 scroll event where a click on the mouse wheel button is ignored. 24 scroll event where a click on the mouse wheel button is ignored.
271 2002-11-16 Markus Rost <rost@math.ohio-state.edu> 290 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
272 291
273 * emacs-lisp/autoload.el (update-autoloads-from-directories): 292 * emacs-lisp/autoload.el (update-autoloads-from-directories):
274 Sort the list of files with no autoloads. 293 Sort the list of files with no autoloads.
275 294
276 2002-11-16 Alan Shutko <ats@acm.org> 295 2002-11-16 Alan Shutko <Rats@acm.org>
277 296
278 * calendar/diary-lib.el (list-diary-entries): Pass a marker 297 * calendar/diary-lib.el (list-diary-entries): Pass a marker
279 indicating source of entry to add-to-diary-list. 298 indicating source of entry to add-to-diary-list.
280 (diary-button-face, diary-entry, diary-goto-entry): New, to 299 (diary-button-face, diary-entry, diary-goto-entry): New, to
281 support click to diary file. 300 support click to diary file.