bpt/emacs.git
22 years ago*** empty log message ***
Jaeyoun Chung [Sat, 6 Apr 2002 03:16:10 +0000 (03:16 +0000)]
*** empty log message ***

22 years ago(Fcall_interactively): Use INTEGERP instead of
Gerd Moellmann [Fri, 5 Apr 2002 13:36:51 +0000 (13:36 +0000)]
(Fcall_interactively): Use INTEGERP instead of
NUMBERP for checking Vhistory_length.

22 years agoActually make previous changes work (oops).
Colin Walters [Fri, 5 Apr 2002 09:18:57 +0000 (09:18 +0000)]
Actually make previous changes work (oops).

22 years ago(toplevel): Include pwd.h.
Colin Walters [Fri, 5 Apr 2002 08:58:12 +0000 (08:58 +0000)]
(toplevel): Include pwd.h.
(struct score_entry): Add username field.
(push_score): Use it.
(get_user_id): New function.
(main): Don't malloc excessively.
(main): Use username field.
(read_score): Read it.
(push_score): Handle it.
(write_scores) Write it.
(read_score): Handle arbitrary length data.

22 years ago*** empty log message ***
Pavel Janík [Fri, 5 Apr 2002 05:50:57 +0000 (05:50 +0000)]
*** empty log message ***

22 years ago(play-sound): New function (uses play-sound-internal).
Pavel Janík [Fri, 5 Apr 2002 05:50:11 +0000 (05:50 +0000)]
(play-sound): New function (uses play-sound-internal).

22 years ago(Fplay_sound_internal): Renamed from Fplay_sound.
Pavel Janík [Fri, 5 Apr 2002 05:49:20 +0000 (05:49 +0000)]
(Fplay_sound_internal): Renamed from Fplay_sound.
Doc fix to reflect it.

22 years ago(mode-line-format, mode-line-modified)
Richard M. Stallman [Thu, 4 Apr 2002 21:19:32 +0000 (21:19 +0000)]
(mode-line-format, mode-line-modified)
(mode-line-mule-info, mode-line-buffer-identification)
(mode-line-modes, mode-line-position): Explicitly mark as risky.
(hack-one-local-variable): Don't recognize "mode-line-..." as risky.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 4 Apr 2002 21:10:44 +0000 (21:10 +0000)]
*** empty log message ***

22 years ago(display_mode_element): New arg RISKY.
Richard M. Stallman [Thu, 4 Apr 2002 21:10:36 +0000 (21:10 +0000)]
(display_mode_element): New arg RISKY.
Disregard text props found or specified within a variable
that isn't marked risky-local-variable.
(Qrisky_local_variable): New variable.
(syms_of_xdisp): Init and staticpro it.

22 years ago(solar-northern-spring-or-summer-season): Doc fix.
Richard M. Stallman [Thu, 4 Apr 2002 20:52:47 +0000 (20:52 +0000)]
(solar-northern-spring-or-summer-season): Doc fix.

22 years ago(mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.
Richard M. Stallman [Thu, 4 Apr 2002 20:50:15 +0000 (20:50 +0000)]
(mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.

22 years ago(enriched-decode-foreground)
Richard M. Stallman [Thu, 4 Apr 2002 20:46:55 +0000 (20:46 +0000)]
(enriched-decode-foreground)
(enriched-decode-background): Don't call facemenu-get-face.

22 years ago(record_point): New fun.
Stefan Monnier [Thu, 4 Apr 2002 20:42:56 +0000 (20:42 +0000)]
(record_point): New fun.
(record_delete, record_insert): Use it.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 4 Apr 2002 19:35:58 +0000 (19:35 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Mike Williams [Wed, 3 Apr 2002 21:44:41 +0000 (21:44 +0000)]
*** empty log message ***

22 years agoRemember to (require 'cl).
Mike Williams [Wed, 3 Apr 2002 21:36:58 +0000 (21:36 +0000)]
Remember to (require 'cl).

22 years ago(sgml-lexical-context): Fix up CDATA detection for boundary cases.
Mike Williams [Wed, 3 Apr 2002 21:17:38 +0000 (21:17 +0000)]
(sgml-lexical-context): Fix up CDATA detection for boundary cases.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 3 Apr 2002 19:56:59 +0000 (19:56 +0000)]
*** empty log message ***

22 years ago(Fdocumentation): More brainos. I need sleep.
Stefan Monnier [Wed, 3 Apr 2002 18:05:07 +0000 (18:05 +0000)]
(Fdocumentation): More brainos.  I need sleep.

22 years ago* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
Kai Großjohann [Wed, 3 Apr 2002 16:56:36 +0000 (16:56 +0000)]
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
spot indicated by text property `cvs-goal-column', if present.

* pcvs-info.el (cvs-fileinfo-pp): Use text property
`cvs-goal-column' to indicate position of file name (if present).

22 years ago(Fdocumentation): Add missing parentheses.
Juanma Barranquero [Wed, 3 Apr 2002 16:46:47 +0000 (16:46 +0000)]
(Fdocumentation): Add missing parentheses.
(Fdocumentation_property): Likewise.

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 3 Apr 2002 16:46:10 +0000 (16:46 +0000)]
*** empty log message ***

22 years ago(Fdocumentation, Fdocumentation_property): When the doc
Stefan Monnier [Wed, 3 Apr 2002 16:28:30 +0000 (16:28 +0000)]
(Fdocumentation, Fdocumentation_property): When the doc
data is 0, just return nil.

22 years ago(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
Richard M. Stallman [Wed, 3 Apr 2002 15:33:17 +0000 (15:33 +0000)]
(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.

22 years ago(format-deannotate-region): Doc fix.
Richard M. Stallman [Wed, 3 Apr 2002 15:29:25 +0000 (15:29 +0000)]
(format-deannotate-region): Doc fix.

22 years ago(enriched-face-ans): Delete special treatment for fg:... and bg:... faces.
Richard M. Stallman [Wed, 3 Apr 2002 15:28:45 +0000 (15:28 +0000)]
(enriched-face-ans): Delete special treatment for fg:... and bg:... faces.
(enriched-decode-foreground): Return a list that specifies
the foreground color, rather than creating a face.
(enriched-decode-background): Likewise.

22 years ago(shell-mode): Don't reinit comint-input-ring if that was already done.
Richard M. Stallman [Wed, 3 Apr 2002 15:23:59 +0000 (15:23 +0000)]
(shell-mode): Don't reinit comint-input-ring if that was already done.

22 years agoMinor change for TeX filling improvement.
Richard M. Stallman [Wed, 3 Apr 2002 15:21:07 +0000 (15:21 +0000)]
Minor change for TeX filling improvement.

22 years agoComment change.
Richard M. Stallman [Wed, 3 Apr 2002 15:19:39 +0000 (15:19 +0000)]
Comment change.

22 years agoFix typos.
Juanma Barranquero [Wed, 3 Apr 2002 14:47:16 +0000 (14:47 +0000)]
Fix typos.

22 years ago(update-calendar-mode-line): Force mode-line update.
Richard M. Stallman [Wed, 3 Apr 2002 14:36:02 +0000 (14:36 +0000)]
(update-calendar-mode-line): Force mode-line update.
Make date under the cursor available as `date' in
calendar-mode-line-format.
Eval items in calendar-mode-line-format list.

22 years ago(cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
Richard M. Stallman [Wed, 3 Apr 2002 14:35:33 +0000 (14:35 +0000)]
(cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
(cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.

(cal-tex-latexify-list): Fix doc string.

(cal-tex-insert-day-names): LaTeXify day names.
(cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
(cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.

Change all instances (interactive "P") to (interactive "p").
(cal-tex-cursor-month): Add hfill and newline at end of month that
ended on Saturday.
(cal-tex-preamble): Change to LaTeX2e.
(cal-tex-cursor-filofax-year): Don't use default month names in
LaTeX macros in case user changes them.
(cal-tex-month-name): New function.  Used throughout in case user
has done something funny with month names.

22 years ago(solar-spring-or-summer-season): Deleted.
Richard M. Stallman [Wed, 3 Apr 2002 14:33:57 +0000 (14:33 +0000)]
(solar-spring-or-summer-season): Deleted.
(solar-northern-spring-or-summer-season): New variable.
(solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset): Rewritten.

(diary-sabbath-candles-minutes): New variable.
(diary-sabbath-candles): Use it instead of fixed 18 minutes.

22 years ago(holiday-rosh-hashanah-etc): Spelling correction.
Richard M. Stallman [Wed, 3 Apr 2002 14:24:36 +0000 (14:24 +0000)]
(holiday-rosh-hashanah-etc): Spelling correction.
(diary-rosh-hodesh): Spelling correction.

22 years ago(syms_of_msdos): Fix last change with mouse_autoselect_window.
Eli Zaretskii [Wed, 3 Apr 2002 13:43:47 +0000 (13:43 +0000)]
(syms_of_msdos): Fix last change with mouse_autoselect_window.

22 years ago(sgml-lexical-context)
Mike Williams [Wed, 3 Apr 2002 12:13:29 +0000 (12:13 +0000)]
(sgml-lexical-context)
(sgml-parse-tag-backward): Extend support for CDATA to include
conditional sections.

22 years agoUpdate to use new tutorial facility.
Pavel Janík [Wed, 3 Apr 2002 09:37:48 +0000 (09:37 +0000)]
Update to use new tutorial facility.

22 years ago*** empty log message ***
Pavel Janík [Wed, 3 Apr 2002 08:42:34 +0000 (08:42 +0000)]
*** empty log message ***

22 years agoRename autoselect_window_p to mouse_autoselect_window.
Pavel Janík [Wed, 3 Apr 2002 08:39:50 +0000 (08:39 +0000)]
Rename autoselect_window_p to mouse_autoselect_window.

22 years agoFix comment.
Pavel Janík [Wed, 3 Apr 2002 08:36:56 +0000 (08:36 +0000)]
Fix comment.

22 years agoRename `autoselect-window' to `mouse-autoselect-window'.
Pavel Janík [Wed, 3 Apr 2002 08:34:38 +0000 (08:34 +0000)]
Rename `autoselect-window' to `mouse-autoselect-window'.

22 years agoRename variable autoselect-window-p to mouse-autoselect-window.
Pavel Janík [Wed, 3 Apr 2002 08:29:28 +0000 (08:29 +0000)]
Rename variable autoselect-window-p to mouse-autoselect-window.

22 years ago(reread_doc_file): Add missing argument declaration.
Stefan Monnier [Wed, 3 Apr 2002 05:10:19 +0000 (05:10 +0000)]
(reread_doc_file): Add missing argument declaration.

22 years ago(make_lispy_event): Handle unknown keysyms together
Stefan Monnier [Wed, 3 Apr 2002 04:50:28 +0000 (04:50 +0000)]
(make_lispy_event): Handle unknown keysyms together
with system-specific keysyms.  Use it also for unknown function keys.

22 years ago(hack-one-local-variable): Clear text props from string value.
Richard M. Stallman [Tue, 2 Apr 2002 23:14:41 +0000 (23:14 +0000)]
(hack-one-local-variable): Clear text props from string value.

22 years agoUpdated to use the new <<...>> [...] format for fill line.
Werner LEMBERG [Tue, 2 Apr 2002 22:32:15 +0000 (22:32 +0000)]
Updated to use the new <<...>> [...] format for fill line.

22 years ago(reread_doc_file): Return whether reload was attempted.
Stefan Monnier [Tue, 2 Apr 2002 21:58:53 +0000 (21:58 +0000)]
(reread_doc_file): Return whether reload was attempted.
(Fdocumentation, Fdocumentation_property): Don't try to reload
if the doc is 0 and only ask once.

22 years ago(lisp, shortlisp): Add ucs-tables.elc.
Stefan Monnier [Tue, 2 Apr 2002 21:30:29 +0000 (21:30 +0000)]
(lisp, shortlisp): Add ucs-tables.elc.

22 years agoFix the xref for sending SIGHUP.
Richard M. Stallman [Tue, 2 Apr 2002 21:20:43 +0000 (21:20 +0000)]
Fix the xref for sending SIGHUP.

22 years agoNew node Query Before Exit broken out of Deleting Processes.
Richard M. Stallman [Tue, 2 Apr 2002 21:20:16 +0000 (21:20 +0000)]
New node Query Before Exit broken out of Deleting Processes.
Explain more details of process deletion and sentinels.
Document process-query-on-exit-flag and set-process-query-on-exit-flag.

22 years ago* gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
ShengHuo ZHU [Tue, 2 Apr 2002 20:24:32 +0000 (20:24 +0000)]
* gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.

* message.el (message-tool-bar-map): Ditto.

* gnus-sum.el (gnus-summary-make-tool-bar): Ditto.

22 years agoNew version.
Pavel Janík [Tue, 2 Apr 2002 19:37:29 +0000 (19:37 +0000)]
New version.

22 years agoUpdate addresses.
Pavel Janík [Tue, 2 Apr 2002 19:36:33 +0000 (19:36 +0000)]
Update addresses.

22 years ago(f90-indent-subprogram): Braino (missing arg).
Stefan Monnier [Tue, 2 Apr 2002 17:29:58 +0000 (17:29 +0000)]
(f90-indent-subprogram): Braino (missing arg).

22 years ago(f90-keywords-re, f90-keywords-level-3-re)
Stefan Monnier [Tue, 2 Apr 2002 17:28:26 +0000 (17:28 +0000)]
(f90-keywords-re, f90-keywords-level-3-re)
(f90-procedures-re, f90-operators-re, f90-hpf-keywords-re): Use regexp-opt.
(f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'.
(f90-procedures-re): Add `null' and `cpu_time' from F95.
(f90-font-lock-keywords-1): Minor reorganization so we don't need
`override' any more.
(f90-font-lock-keywords-3): Use `keep' rather than `override'.
(f90-indent-subprogram): Use indent-region.
(f90-break-line): Use indent-according-to-mode.

22 years ago(read_char): If the event was Qselect_window,
Eli Zaretskii [Tue, 2 Apr 2002 15:53:38 +0000 (15:53 +0000)]
(read_char): If the event was Qselect_window,
restore timer_idleness_start_time to its previous value.

22 years ago(dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
Eli Zaretskii [Tue, 2 Apr 2002 15:52:35 +0000 (15:52 +0000)]
(dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.

22 years ago(sgml-looking-back-at): Short-circuit at beg of buffer.
Mike Williams [Tue, 2 Apr 2002 12:07:27 +0000 (12:07 +0000)]
(sgml-looking-back-at): Short-circuit at beg of buffer.
(sgml-lexical-context,sgml-calculate-indent): Add support for
CDATA sections.

22 years ago*** empty log message ***
Mike Williams [Tue, 2 Apr 2002 11:31:33 +0000 (11:31 +0000)]
*** empty log message ***

22 years ago(sgml-close-tag): Rename from
Mike Williams [Tue, 2 Apr 2002 11:26:12 +0000 (11:26 +0000)]
(sgml-close-tag): Rename from
sgml-insert-end-tag. Simplify by using sgml-lexical-context.
(sgml-get-context): Remove use of sgml-inside-tag-p.
(sgml-inside-tag-p): Remove.

22 years ago(help-key-description): New fun.
Stefan Monnier [Tue, 2 Apr 2002 03:23:26 +0000 (03:23 +0000)]
(help-key-description): New fun.
(describe-key-briefly, describe-key): Use it and
this-single-command-raw-keys plus new arg `untranslated'.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 1 Apr 2002 23:33:40 +0000 (23:33 +0000)]
*** empty log message ***

22 years ago(sgml-at-indentation-p, sgml-tag)
Stefan Monnier [Mon, 1 Apr 2002 23:32:15 +0000 (23:32 +0000)]
(sgml-at-indentation-p, sgml-tag)
(sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
(sgml-inside-tag-p, sgml-get-context, sgml-show-context)
(sgml-insert-end-tag): New funs taken from xml-lite.el.
(sgml-calculate-indent): Use them.
(sgml-slash-matching): Rename from sgml-slash.
(sgml-slash): Copied from xml-lite and changed to use
sgml-slash-matching and sgml-quick-keys.

22 years agoTypo.
Stefan Monnier [Mon, 1 Apr 2002 23:10:26 +0000 (23:10 +0000)]
Typo.

22 years ago(buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.
Stefan Monnier [Mon, 1 Apr 2002 23:07:40 +0000 (23:07 +0000)]
(buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.

22 years agoDon't use @samp in an anchor.
Richard M. Stallman [Mon, 1 Apr 2002 23:06:21 +0000 (23:06 +0000)]
Don't use @samp in an anchor.
Minor cleanup.

22 years agoMinor cleanup.
Richard M. Stallman [Mon, 1 Apr 2002 23:05:54 +0000 (23:05 +0000)]
Minor cleanup.

22 years agoMinor cleanups.
Richard M. Stallman [Mon, 1 Apr 2002 23:04:46 +0000 (23:04 +0000)]
Minor cleanups.

22 years ago(get_doc_string): Return nil of the location is wrong.
Stefan Monnier [Mon, 1 Apr 2002 23:04:46 +0000 (23:04 +0000)]
(get_doc_string): Return nil of the location is wrong.
(reread_doc_file): New fun.
(Fdocumentation, Fdocumentation_property):
Call it if get_doc_string fails.
(Fsnarf_documentation): Make it work for a dumped Emacs.

22 years ago(DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
Stefan Monnier [Mon, 1 Apr 2002 22:58:39 +0000 (22:58 +0000)]
(DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.

22 years ago(Fstring): Allow 0 arguments.
Stefan Monnier [Mon, 1 Apr 2002 22:54:03 +0000 (22:54 +0000)]
(Fstring): Allow 0 arguments.

22 years ago(standard-keyboard-coding-systems): Add koi8-u and koi8-r.
Stefan Monnier [Mon, 1 Apr 2002 21:13:52 +0000 (21:13 +0000)]
(standard-keyboard-coding-systems): Add koi8-u and koi8-r.

22 years agoChange maintainer.
Stefan Monnier [Mon, 1 Apr 2002 21:01:04 +0000 (21:01 +0000)]
Change maintainer.
(tcl-electric-hash-style): Change default to nil.
(tcl-imenu-generic-expression): Use tcl-proc-regexp.
(tcl-do-auto-fill): Remove.
(tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.

22 years agoIgnore esh-groups.el.
Stefan Monnier [Mon, 1 Apr 2002 20:44:41 +0000 (20:44 +0000)]
Ignore esh-groups.el.

22 years agoIt's auto-generated anyway.
Stefan Monnier [Mon, 1 Apr 2002 20:42:55 +0000 (20:42 +0000)]
It's auto-generated anyway.

22 years ago(tcl-imenu-generic-expression): New value.
Richard M. Stallman [Mon, 1 Apr 2002 20:22:02 +0000 (20:22 +0000)]
(tcl-imenu-generic-expression): New value.
(tcl-imenu-create-index-function): Function deleted.
(tcl-mode): Check for filladapt-mode.
Use tcl-imenu-generic-expression instead of
tcl-imenu-create-index-function.
(inferior-tcl-mode): Doc fix.
Change not legally significant.

22 years ago(DATAGRAM_CONN_P, list_processes_1)
Stefan Monnier [Mon, 1 Apr 2002 19:50:51 +0000 (19:50 +0000)]
(DATAGRAM_CONN_P, list_processes_1)
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_options, server_accept_connection):
Fix some int/Lisp_Object confusions (thank you union types).

22 years ago(XTread_socket): Fix int/Lisp_Object confusion.
Stefan Monnier [Mon, 1 Apr 2002 19:49:39 +0000 (19:49 +0000)]
(XTread_socket): Fix int/Lisp_Object confusion.

22 years ago* nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
ShengHuo ZHU [Mon, 1 Apr 2002 17:25:39 +0000 (17:25 +0000)]
* nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 1 Apr 2002 17:25:34 +0000 (17:25 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 1 Apr 2002 16:56:13 +0000 (16:56 +0000)]
*** empty log message ***

22 years ago(XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.
Pavel Janík [Mon, 1 Apr 2002 16:55:33 +0000 (16:55 +0000)]
(XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Apr 2002 16:37:41 +0000 (16:37 +0000)]
*** empty log message ***

22 years ago(tool-bar-local-item): Renamed from tool-bar-add-item, and new arg MAP.
Richard M. Stallman [Mon, 1 Apr 2002 16:28:16 +0000 (16:28 +0000)]
(tool-bar-local-item): Renamed from tool-bar-add-item, and new arg MAP.
(tool-bar-add-item): Now calls tool-bar-local-item.
(tool-bar-local-item-from-menu): Renamed from
tool-bar-add-item-from-menu, and new arg IN-MAP.
(tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.

22 years ago(info-tool-bar-map): Use tool-bar-local-item-from-menu.
Richard M. Stallman [Mon, 1 Apr 2002 16:27:59 +0000 (16:27 +0000)]
(info-tool-bar-map): Use tool-bar-local-item-from-menu.

22 years ago*** empty log message ***
Pavel Janík [Mon, 1 Apr 2002 13:49:24 +0000 (13:49 +0000)]
*** empty log message ***

22 years agoRename `x-autoselect-window' to `autoselect-window'.
Pavel Janík [Mon, 1 Apr 2002 13:48:34 +0000 (13:48 +0000)]
Rename `x-autoselect-window' to `autoselect-window'.

22 years agoRename x_autoselect_window_p to autoselect_window_p.
Pavel Janík [Mon, 1 Apr 2002 13:46:09 +0000 (13:46 +0000)]
Rename x_autoselect_window_p to autoselect_window_p.

22 years agoRename x_autoselect_window_p to autoselect_window_p.
Pavel Janík [Mon, 1 Apr 2002 13:45:27 +0000 (13:45 +0000)]
Rename x_autoselect_window_p to autoselect_window_p.
(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.

22 years ago(autoselect_window_p): Renamed from `x_autoselect_window_p'.
Pavel Janík [Mon, 1 Apr 2002 13:43:58 +0000 (13:43 +0000)]
(autoselect_window_p): Renamed from `x_autoselect_window_p'.
(last_window): New variable.
(XTread_socket): Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.

22 years ago(Qselect_window): New symbol.
Pavel Janík [Mon, 1 Apr 2002 13:42:32 +0000 (13:42 +0000)]
(Qselect_window): New symbol.
(head_table): Use it.
(keys_of_keyboard): Bound select-window event to handle-select-window.
(kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.

22 years ago(enum event_kind): New event type `SELECT_WINDOW_EVENT'.
Pavel Janík [Mon, 1 Apr 2002 13:41:03 +0000 (13:41 +0000)]
(enum event_kind): New event type `SELECT_WINDOW_EVENT'.

22 years agoUpdate copyright.
Pavel Janík [Mon, 1 Apr 2002 13:40:37 +0000 (13:40 +0000)]
Update copyright.

22 years ago(handle-select-window): New function.
Pavel Janík [Mon, 1 Apr 2002 13:38:34 +0000 (13:38 +0000)]
(handle-select-window): New function.

22 years agoRename x-autoselect-window to autoselect-window.
Pavel Janík [Mon, 1 Apr 2002 13:38:09 +0000 (13:38 +0000)]
Rename x-autoselect-window to autoselect-window.
Minibuffer window can be selected only when it is active.

22 years ago(xml-lite-parse-tag-backward): Fix for implicitly empty tags.
Mike Williams [Mon, 1 Apr 2002 12:44:34 +0000 (12:44 +0000)]
(xml-lite-parse-tag-backward): Fix for implicitly empty tags.

22 years ago(sgml-mode): Set indent-line-function to sgml-indent-line.
Mike Williams [Mon, 1 Apr 2002 12:43:47 +0000 (12:43 +0000)]
(sgml-mode): Set indent-line-function to sgml-indent-line.

22 years ago(help-with-tutorial): Allow various ways
Richard M. Stallman [Mon, 1 Apr 2002 12:32:02 +0000 (12:32 +0000)]
(help-with-tutorial): Allow various ways
to specify the text in the [...] line, in handling the <...> line.

22 years agoAdd deprecation notice.
Mike Williams [Mon, 1 Apr 2002 12:14:55 +0000 (12:14 +0000)]
Add deprecation notice.