aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-01 16:05:59 +0000
committerDave Love2002-07-01 16:05:59 +0000
commitdc976f2c3f6d1045f4a3353673d0e5b1a7acfeda (patch)
tree6d7c99802f98878038b1b13ee3bd2ac5883752e9
parentded4da9598f57128464f37414c7e09eb03493569 (diff)
downloademacs-dc976f2c3f6d1045f4a3353673d0e5b1a7acfeda.tar.gz
emacs-dc976f2c3f6d1045f4a3353673d0e5b1a7acfeda.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
-rw-r--r--src/ChangeLog9
2 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1090bc3604..02ec00013d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12002-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
12002-07-01 Richard M. Stallman <rms@gnu.org> 222002-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'.
diff --git a/src/ChangeLog b/src/ChangeLog
index 19fa8402772..12a056e92bb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12002-07-01 Dave Love <fx@gnu.org>
2
3 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
4 for K&R.
5
6 * xterm.c: Fix prototype for K&R.
7
8 * term.c (costs_set): Declare static, non-initialized for pcc.
9
12002-07-01 Richard M. Stallman <rms@gnu.org> 102002-07-01 Richard M. Stallman <rms@gnu.org>
2 11
3 * keyboard.c (timer_last_idleness_start_time): New variable. 12 * keyboard.c (timer_last_idleness_start_time): New variable.