changeset 57481:991294eeb9d6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Oct 2004 17:07:58 +0000
parents db7d00351c33
children 72eb85758337
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 50 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 13 17:05:55 2004 +0000
+++ b/lisp/ChangeLog	Wed Oct 13 17:07:58 2004 +0000
@@ -5,6 +5,15 @@
 	(gdb-script-mode): Use `gdb-script-beginning-of-defun' and
 	`gdb-script-end-of-defun' as *-of-defun-function.
 
+2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* vc.el (vc-annotate-display-select): Fix typo.
+
+	* subr.el (substitute-key-definition-key): New function.
+	(substitute-key-definition): Use it with map-keymap.
+	(event-modifiers): Use push.
+	(mouse-movement-p, with-temp-buffer): Simplify.
+
 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
 
 	Sync with Tramp 2.0.45.
@@ -58,7 +67,7 @@
 	* subr.el (substitute-key-definition): Mention command remapping
 	in doc string.
 
-2004-10-11  Stefan  <monnier@iro.umontreal.ca>
+2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
 
@@ -72,7 +81,7 @@
 	(smtpmail-open-stream): Don't overwrite user settings of
 	starttls-extra-arguments and starttls-extra-args.
 
-2004-10-10  Stefan  <monnier@iro.umontreal.ca>
+2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* comint.el (comint-mouse-insert-input): Remove.
 	(comint-insert-input): Make it work for mouse bindings.
@@ -207,7 +216,7 @@
 	* textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
 	`set-right-margin' bindings that follow the minor mode conventions.
 
-2004-10-03  Stefan  <monnier@iro.umontreal.ca>
+2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
 	(tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
@@ -271,7 +280,7 @@
 	* diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
 	(diff-fixup-modifs): Catch unified-diff file-headers.
 
-2004-09-28  Stefan  <monnier@iro.umontreal.ca>
+2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* dired.el (dired-view-command-alist): Use more efficient regexps.
 	Remove dubious arguments.
@@ -311,7 +320,7 @@
 	(pr-delete-file): Check if file exists before deleting it.
 	Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
 
-2004-09-26  Stefan  <monnier@iro.umontreal.ca>
+2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* term.el (term-display-table): New variable.
 	(term-mode): Use it.
@@ -335,7 +344,7 @@
 	(term-stop-output-log): Rename from `term-stop-photo'.
 	(term-switch-to-alternate-sub-buffer): Comment out, unused.
 
-2004-09-25  Stefan  <monnier@iro.umontreal.ca>
+2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* dired.el (dired-move-to-filename): Don't output a message if
 	raise-error is non-nil.  Fix return position and value.
@@ -479,7 +488,7 @@
 	* progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
 	of = to "." (punctuation).
 
-2004-09-19  Stefan  <monnier@iro.umontreal.ca>
+2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* subr.el (event-basic-type): Fix mask (extend to 22bits).
 
--- a/src/ChangeLog	Wed Oct 13 17:05:55 2004 +0000
+++ b/src/ChangeLog	Wed Oct 13 17:07:58 2004 +0000
@@ -1,3 +1,9 @@
+2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* keymap.c (get_keymap): An autoload form is not a keymap.
+
+	* textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
+
 2004-10-13  Kim F. Storm  <storm@cua.dk>
 
 	* callproc.c (Fcall_process): Simplify handling of display arg.
@@ -15,8 +21,8 @@
 
 2004-10-12  Kenichi Handa  <handa@m17n.org>
 
-	* xdisp.c (get_next_display_element): If
-	unibyte_display_via_language_environment is zero, display 8-bit
+	* xdisp.c (get_next_display_element):
+	If unibyte_display_via_language_environment is zero, display 8-bit
 	chars in octal in unibyte buffer.
 
 2004-10-12  Kim F. Storm  <storm@cua.dk>
@@ -26,22 +32,21 @@
 
 2004-10-11  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
-	* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
+	* xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
 
 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-	* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
-	(x_lower_frame): Add BLOCK_INPUT around SendBehind
+	* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
+	(x_lower_frame): Add BLOCK_INPUT around SendBehind.
 	(make_mac_frame): Add BLOCK_INPUT around the making of a
-	terminal frame
-	(mac_initialize): Add BLOCK_INPUT around carbon initialization
-	* macgui.h (mktime): Use emacs_mktime
+	terminal frame.
+	(mac_initialize): Add BLOCK_INPUT around carbon initialization.
+	* macgui.h (mktime): Use emacs_mktime.
 	* macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
 	Make a cancel file-open dialog be like C-g.
-	* mac.c (mktime): Use emacs_mktime
-	(Fdo_applescript): Add BLOCK_INPUT around do_applescript
-	(Fmac_paste_function): Add better error handling for carbon
-	cut/paste
+	* mac.c (mktime): Use emacs_mktime.
+	(Fdo_applescript): Add BLOCK_INPUT around do_applescript.
+	(Fmac_paste_function): Add better error handling for carbon cut/paste.
 
 2004-10-10  Kim F. Storm  <storm@cua.dk>
 
@@ -55,12 +60,12 @@
 
 2004-10-08  Steven Tamm  <steventamm@mac.com>
 
-	* config.in (HAVE_MALLOC_MALLOC_H): Regenerate
+	* config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
 	* macterm.c (mac_check_for_quit_char): Remove warning for using
-	NULL where 0 should be used
+	NULL where 0 should be used.
 	* unexmacosx.c: Use malloc/malloc.h on Tiger instead of
 	objc/malloc.h
-	* mac.c: Include time.h for Tiger compatibility
+	* mac.c: Include time.h for Tiger compatibility.
 
 2004-10-07  Kim F. Storm  <storm@cua.dk>
 
@@ -206,8 +211,8 @@
 	Change arg to Lisp_Object and fail if not an integer.
 	(get_fringe_bitmap_name, resolve_fringe_bitmap)
 	(destroy_fringe_bitmap): New functions.
-	(Fdestroy_fringe_bitmap): Change arg to bitmap symbol.  Use
-	destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
+	(Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
+	Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
 	clear its fringe property.
 	(init_fringe_bitmap): Use destroy_fringe_bitmap instead of
 	Fdestroy_fringe_bitmap.
@@ -232,7 +237,7 @@
 
 2004-09-25  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
-	* config.in: Rebuild
+	* config.in: Rebuild.
 
 2004-09-24  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
@@ -252,7 +257,7 @@
 	Handle the case where we reach the old displayed text,
 	out of sync with the old line boundary.
 
-2004-09-14  Stefan  <monnier@iro.umontreal.ca>
+2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* fileio.c (Finsert_file_contents): Fix case of replacement in a
 	narrowed buffer.
@@ -274,7 +279,7 @@
 	(Fbyte_code): Remove dead code after `wrong_type_argument'.
 
 	* alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
-	before doing the mark_stack_check_gcpros since they are not on the stack.
+	before doing the mark_stack_check_gcpros since they're not on the stack.
 
 2004-09-12  Kim F. Storm  <storm@cua.dk>
 
@@ -293,8 +298,7 @@
 	blockinput.h.
 	(dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
 	charset.h, and coding.h
-	(w16select.o): Depend on buffer.h, charset.h, coding.h, and
-	composite.h.
+	(w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
 	(term.o): Depend on window.h and keymap.h.
 	(abbrev.o): Depend on syntax.h.
 	(callint.o): Depend on keymap.h.
@@ -327,8 +331,8 @@
 	(lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
 	(intervals.o): Depend on keymap.h.
 
-	* msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add
-	debugging print-out to termscript.
+	* msdos.c (msdos_set_cursor_shape, IT_display_cursor):
+	Add debugging print-out to termscript.
 
 2004-09-09  Richard M. Stallman  <rms@gnu.org>
 
@@ -354,8 +358,8 @@
 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* buffer.h (struct buffer): Add auto_save_file_format field.
-	* buffer.c (reset_buffer, init_buffer_once): Handle
-	auto_save_file_format field.
+	* buffer.c (reset_buffer, init_buffer_once):
+	Handle auto_save_file_format field.
 	(syms_of_buffer): Add DEFVAR_PER_BUFFER for
 	`buffer-auto-save-file-format'.
 	* fileio.c: Delete declaration for removed Vauto_save_file_format.
@@ -368,15 +372,15 @@
 
 	* w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
 
-	* w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
-	Unicode menu titles.
+	* w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
+	Handle Unicode menu titles.
 
 2004-09-07  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
 	property from text property or overlay strings at point.
 
-2004-09-07  Stefan  <monnier@iro.umontreal.ca>
+2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* xmenu.c (update_submenu_strings): YAILOM.
 	(set_frame_menubar): Make sure last_i is initialized.
@@ -865,7 +869,7 @@
 	* w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
 	after getting a new string by pre-write-conversion.
 
-2004-06-30  Stefan  <monnier@iro.umontreal.ca>
+2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
 	(x_calc_absolute_position): Remove unused var `child'.