aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-07-01 16:05:59 +0000
committerDave Love <[email protected]>2002-07-01 16:05:59 +0000
commitdc976f2c3f6d1045f4a3353673d0e5b1a7acfeda (patch)
tree6d7c99802f98878038b1b13ee3bd2ac5883752e9
parentded4da9598f57128464f37414c7e09eb03493569 (diff)
*** 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 d1090bc360..02ec00013d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
+2002-07-01 Dave Love <[email protected]>
+
+ Make strokes a proper minor mode, and don't try to overload
+ mouse-2, which doesn't work satisfactorily.
+
+ * strokes.el: Doc fixes.
+ (strokes-mode): Defcustom deleted; replaced by minor mode def with
+ re-written function.
+ (strokes-while-inhibiting-garbage-collector): Comment out.
+ (define-stroke, strokes-fix-button2-command, strokes-insinuated)
+ (strokes-insinuate, global-set-stroke, describe-stroke)
+ (load-user-strokes, save-strokes, strokes-bug-address)
+ (strokes-click-command): Deleted.
+ (strokes-execute-stroke): Remove strokes-click-p case.
+ (strokes-describe-stroke): Remove strokes-click-p stuff.
+ (strokes-help): Fix.
+ (strokes-report-bug): Alias to report-emacs-bug.
+ (strokes-prompt-user-save-strokes): Modify format of the file.
+ (strokes-mode-map, strokes-unload-hook): New.
+ (strokes-buffer-name): Don't customize.
+
2002-07-01 Richard M. Stallman <[email protected]>
* info.el (Info-index): Get immediate error if used in `dir'.
diff --git a/src/ChangeLog b/src/ChangeLog
index 19fa840277..12a056e92b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-01 Dave Love <[email protected]>
+
+ * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
+ for K&R.
+
+ * xterm.c: Fix prototype for K&R.
+
+ * term.c (costs_set): Declare static, non-initialized for pcc.
+
2002-07-01 Richard M. Stallman <[email protected]>
* keyboard.c (timer_last_idleness_start_time): New variable.