comparison lisp/ChangeLog @ 46117:7bebc3158bd1

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 01 Jul 2002 16:05:59 +0000
parents 4918c64cf502
children c655b113a51f
comparison
equal deleted inserted replaced
46116:60730a9af92e 46117:7bebc3158bd1
1 2002-07-01 Dave Love <fx@gnu.org>
2
3 Make strokes a proper minor mode, and don't try to overload
4 mouse-2, which doesn't work satisfactorily.
5
6 * strokes.el: Doc fixes.
7 (strokes-mode): Defcustom deleted; replaced by minor mode def with
8 re-written function.
9 (strokes-while-inhibiting-garbage-collector): Comment out.
10 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
11 (strokes-insinuate, global-set-stroke, describe-stroke)
12 (load-user-strokes, save-strokes, strokes-bug-address)
13 (strokes-click-command): Deleted.
14 (strokes-execute-stroke): Remove strokes-click-p case.
15 (strokes-describe-stroke): Remove strokes-click-p stuff.
16 (strokes-help): Fix.
17 (strokes-report-bug): Alias to report-emacs-bug.
18 (strokes-prompt-user-save-strokes): Modify format of the file.
19 (strokes-mode-map, strokes-unload-hook): New.
20 (strokes-buffer-name): Don't customize.
21
1 2002-07-01 Richard M. Stallman <rms@gnu.org> 22 2002-07-01 Richard M. Stallman <rms@gnu.org>
2 23
3 * info.el (Info-index): Get immediate error if used in `dir'. 24 * info.el (Info-index): Get immediate error if used in `dir'.
4 25
5 * textmodes/picture.el (picture-forward-column) 26 * textmodes/picture.el (picture-forward-column)