changeset 46117:7bebc3158bd1

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 01 Jul 2002 16:05:59 +0000
parents 60730a9af92e
children 5631b19e689c
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 01 16:04:39 2002 +0000
+++ b/lisp/ChangeLog	Mon Jul 01 16:05:59 2002 +0000
@@ -1,3 +1,24 @@
+2002-07-01  Dave Love  <fx@gnu.org>
+
+	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  <rms@gnu.org>
 
 	* info.el (Info-index): Get immediate error if used in `dir'.
--- a/src/ChangeLog	Mon Jul 01 16:04:39 2002 +0000
+++ b/src/ChangeLog	Mon Jul 01 16:05:59 2002 +0000
@@ -1,3 +1,12 @@
+2002-07-01  Dave Love  <fx@gnu.org>
+
+	* 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  <rms@gnu.org>
 
 	* keyboard.c (timer_last_idleness_start_time): New variable.