bpt/emacs.git
22 years ago(w32_text_out): Renamed from W32_TEXTOUT.
Jason Rumney [Fri, 22 Feb 2002 23:59:50 +0000 (23:59 +0000)]
(w32_text_out): Renamed from W32_TEXTOUT.
Call ExtTextOutA rather than ExtTextOut.

22 years ago(struct w32_output): New member menu_command_in_progress.
Jason Rumney [Fri, 22 Feb 2002 23:58:11 +0000 (23:58 +0000)]
(struct w32_output): New member menu_command_in_progress.

22 years agoMinor correction.
Richard M. Stallman [Fri, 22 Feb 2002 23:44:02 +0000 (23:44 +0000)]
Minor correction.

22 years ago(find-tag-noselect, find-tag)
Eli Zaretskii [Fri, 22 Feb 2002 16:30:46 +0000 (16:30 +0000)]
(find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 22 Feb 2002 15:27:02 +0000 (15:27 +0000)]
*** empty log message ***

22 years ago(snake-velocity-queue, snake-update-velocity)
Richard M. Stallman [Fri, 22 Feb 2002 15:19:06 +0000 (15:19 +0000)]
(snake-velocity-queue, snake-update-velocity)
(snake-final-x-velocity, snake-final-y-velocity):
New variable and functions.  Store user's keypresses
into a queue and pop from the queue each subsequent turn.
(snake-update-game, snake-move-left)
(snake-move-right, snake-move-up, snake-move-down, snake-active-p)
(snake-start-game): Use that queue.
(snake-use-glyphs-flag): Renamed from snake-use-glyphs.
(snake-use-color-flag): Likewise.
(snake-mode): Rename uses of those variables.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Feb 2002 14:43:53 +0000 (14:43 +0000)]
*** empty log message ***

22 years ago(BASE_PURESIZE): Increase to 755000.
Eli Zaretskii [Fri, 22 Feb 2002 14:43:39 +0000 (14:43 +0000)]
(BASE_PURESIZE): Increase to 755000.

22 years ago(Fw16_set_clipboard_data): Run pre-write-conversion
Eli Zaretskii [Fri, 22 Feb 2002 14:09:07 +0000 (14:09 +0000)]
(Fw16_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw16_get_clipboard_data): Run post-read-conversion on the string
after decoding it.

22 years agoDocument the support for ICCCM Extended Segments.
Eli Zaretskii [Fri, 22 Feb 2002 13:49:56 +0000 (13:49 +0000)]
Document the support for ICCCM Extended Segments.

22 years ago(ctext-no-compositions): New coding system.
Eli Zaretskii [Fri, 22 Feb 2002 13:44:59 +0000 (13:44 +0000)]
(ctext-no-compositions): New coding system.
(compount-text-no-extensions): Renamed from compound-text.
(x-ctext-no-extensions, ctext-no-extensions): Aliases for
compound-text-no-extensions.
(compound-text): Redefined using post-read and pre-write
conversions.

22 years ago(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
Eli Zaretskii [Fri, 22 Feb 2002 13:44:21 +0000 (13:44 +0000)]
(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.

22 years agoFix last change.
Eli Zaretskii [Fri, 22 Feb 2002 13:20:00 +0000 (13:20 +0000)]
Fix last change.

22 years ago<Qcompound_text_with_extensions>: New variable.
Eli Zaretskii [Fri, 22 Feb 2002 13:16:35 +0000 (13:16 +0000)]
<Qcompound_text_with_extensions>: New variable.
(syms_of_xselect): Intern and staticpro it.
(selection_data_to_lisp_data): Run post-read-conversion on decoded
selection text.
(lisp_data_to_selection_data): If next-selection-coding-system is
compound-text-with-extensions, set the type of selection to be
compound-text.

22 years ago(x_encode_text): Update prototype.
Eli Zaretskii [Fri, 22 Feb 2002 13:15:02 +0000 (13:15 +0000)]
(x_encode_text): Update prototype.

22 years ago(x_encode_text): Accept additional arg SELECTIONP; all
Eli Zaretskii [Fri, 22 Feb 2002 13:14:27 +0000 (13:14 +0000)]
(x_encode_text): Accept additional arg SELECTIONP; all
callers changed.  If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 21:09:18 +0000 (21:09 +0000)]
#

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 21:00:35 +0000 (21:00 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-default-init-version): Update documentation to
indicate that the backend can override the default init version.
(vc-register): Use the backend init-version function, if it exists, to
determine the initial version of a file.
(vc-diff-switches-list): Don't symbol-quote backend, since it's
already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 20:56:58 +0000 (20:56 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-mode-line): Set vc-mode to nil if the file is
not version-controlled.  This is necessary, e.g., if the file has
just been reverted, and thus was previously under version control
but isn't any longer.
(vc-find-file-hook): Likewise.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 20:25:20 +0000 (20:25 +0000)]
#

22 years agoPatch by Martin.Lorentzson@telia.com.
André Spiegel [Thu, 21 Feb 2002 20:16:47 +0000 (20:16 +0000)]
Patch by Martin.Lorentzson@telia.com.
(vc-cvs-sticky-date-format-string): New variable.
(vc-cvs-sticky-tag-display): New variable.
(vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
(vc-cvs-checkin): If the input revision is a valid symbolic tag
name, we create it as a branch, commit and switch to it.
(vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
(vc-cvs-valid-symbolic-tag-name-p): New function.
(vc-cvs-parse-sticky-tag): New function.
(vc-cvs-parse-entry): Added parsing of sticky tags.

22 years ago* gnus-art.el (gnus-article-edit-done): Widen the article buffer.
ShengHuo ZHU [Thu, 21 Feb 2002 17:57:43 +0000 (17:57 +0000)]
* gnus-art.el (gnus-article-edit-done): Widen the article buffer.

22 years ago2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 21 Feb 2002 09:39:39 +0000 (09:39 +0000)]
2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>

      * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
      nil, and then explicitly set the standard-value to t.

22 years ago(flyspell-mode): Autoload the variable since it is used in the menu bar.
Sam Steingold [Thu, 21 Feb 2002 01:42:22 +0000 (01:42 +0000)]
(flyspell-mode): Autoload the variable since it is used in the menu bar.

22 years ago(syms_of_frame): Change mouse-highlight default to t.
Kim F. Storm [Wed, 20 Feb 2002 23:45:51 +0000 (23:45 +0000)]
(syms_of_frame): Change mouse-highlight default to t.

22 years ago(kbd_buffer_get_event) [WINDOWSNT]: Corrected
Kim F. Storm [Wed, 20 Feb 2002 23:01:48 +0000 (23:01 +0000)]
(kbd_buffer_get_event) [WINDOWSNT]: Corrected
composing of language-change event.

22 years agoNew node Charsets.
Richard M. Stallman [Wed, 20 Feb 2002 22:36:29 +0000 (22:36 +0000)]
New node Charsets.

22 years agoDocument focus-follows-mouse.
Richard M. Stallman [Wed, 20 Feb 2002 22:35:56 +0000 (22:35 +0000)]
Document focus-follows-mouse.

22 years ago(tcl-do-fill-paragraph): Find and fill on more
Richard M. Stallman [Wed, 20 Feb 2002 22:33:35 +0000 (22:33 +0000)]
(tcl-do-fill-paragraph): Find and fill on more
natural paragraph boundaries.  Don't fail at beginning of buffer.

22 years ago(shell-command-on-region): Display the exit status when a command fails.
Richard M. Stallman [Wed, 20 Feb 2002 22:33:01 +0000 (22:33 +0000)]
(shell-command-on-region): Display the exit status when a command fails.

22 years ago(add-hook): Doc fix.
Richard M. Stallman [Wed, 20 Feb 2002 22:30:39 +0000 (22:30 +0000)]
(add-hook): Doc fix.

22 years ago(other-frame): Doc fix.
Richard M. Stallman [Wed, 20 Feb 2002 22:28:44 +0000 (22:28 +0000)]
(other-frame): Doc fix.

22 years agoMinor cleanup.
Richard M. Stallman [Wed, 20 Feb 2002 22:27:32 +0000 (22:27 +0000)]
Minor cleanup.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 20 Feb 2002 22:24:59 +0000 (22:24 +0000)]
*** empty log message ***

22 years agoFix typo in update-date (change year).
Robert J. Chassell [Wed, 20 Feb 2002 17:42:40 +0000 (17:42 +0000)]
Fix typo in update-date (change year).

22 years ago(texinfo-insert-menu): Explain in doc string that
Robert J. Chassell [Wed, 20 Feb 2002 17:39:38 +0000 (17:39 +0000)]
(texinfo-insert-menu): Explain in doc string that
descriptions are indented, and that menus without
descriptions will contain trailing whitespace instead;
argue for importance of descriptions.

(texinfo-all-menus-update, texinfo-master-menu,texinfo-make-menu)
Also, note reason for indentation in doc string.

22 years ago(menu_bar_items): Don't include keymap or local-map
Kim F. Storm [Wed, 20 Feb 2002 14:52:54 +0000 (14:52 +0000)]
(menu_bar_items): Don't include keymap or local-map
bindings at PT when building menu (the menu is not updated often
enough for this to work reliable).
(tool_bar_items): Likewise.
(current_active_maps): Removed unused (and faulty) function.

22 years ago(gif_load): Use correct width and height for GIF images.
Pavel Janík [Wed, 20 Feb 2002 10:27:06 +0000 (10:27 +0000)]
(gif_load): Use correct width and height for GIF images.

22 years ago(tar-next-line, tar-previous-line): Add doc string,
Pavel Janík [Wed, 20 Feb 2002 09:04:25 +0000 (09:04 +0000)]
(tar-next-line, tar-previous-line): Add doc string,
call the argument "arg" to match plain next-line and
previous-line.  From Kevin Ryde <user42@zip.com.au>.

22 years agoCan specify different scroll amounts for different modifiers now.
Sam Steingold [Tue, 19 Feb 2002 17:53:07 +0000 (17:53 +0000)]
Can specify different scroll amounts for different modifiers now.

22 years agoPatched a wrong location.
ShengHuo ZHU [Tue, 19 Feb 2002 14:08:08 +0000 (14:08 +0000)]
Patched a wrong location.

22 years ago* mail-source.el (mail-source-fetch-directory): Run scripts.
ShengHuo ZHU [Tue, 19 Feb 2002 14:03:24 +0000 (14:03 +0000)]
* mail-source.el (mail-source-fetch-directory): Run scripts.

22 years ago* mm-encode.el (mm-content-transfer-encoding-defaults): Set
ShengHuo ZHU [Tue, 19 Feb 2002 13:30:08 +0000 (13:30 +0000)]
* mm-encode.el (mm-content-transfer-encoding-defaults): Set
default to base64. Add application/emacs-lisp.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 19 Feb 2002 11:22:16 +0000 (11:22 +0000)]
*** empty log message ***

22 years ago(bibtex-parse-keys): Put save-match-data around function body.
Eli Zaretskii [Tue, 19 Feb 2002 11:21:23 +0000 (11:21 +0000)]
(bibtex-parse-keys): Put save-match-data around function body.

22 years ago(browse-url-maybe-new-window): Reverse the sense of the comparison,
Eli Zaretskii [Tue, 19 Feb 2002 11:16:06 +0000 (11:16 +0000)]
(browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.

22 years agoDocument the optional second arg of `atan'.
Eli Zaretskii [Tue, 19 Feb 2002 11:07:20 +0000 (11:07 +0000)]
Document the optional second arg of `atan'.

22 years ago(Math Functions): Document the optional second arg of atan.
Eli Zaretskii [Tue, 19 Feb 2002 11:03:54 +0000 (11:03 +0000)]
(Math Functions): Document the optional second arg of atan.

22 years ago(Fatan): Accept an optional second arg and call atan2 if passed 2 args.
Eli Zaretskii [Tue, 19 Feb 2002 10:58:07 +0000 (10:58 +0000)]
(Fatan): Accept an optional second arg and call atan2 if passed 2 args.

22 years ago2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 19 Feb 2002 10:30:30 +0000 (10:30 +0000)]
2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* facemenu.el (describe-text-mode-map): Removed bootstrap kludge.

* toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
* menu-bar.el (menu-bar-mode): Ditto.

22 years ago* make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
Paul Eggert [Tue, 19 Feb 2002 06:50:24 +0000 (06:50 +0000)]
* make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".

22 years agoPort to POSIX 1003.1-2001, which doesn't allow "head -1".
Paul Eggert [Tue, 19 Feb 2002 06:49:08 +0000 (06:49 +0000)]
Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".

22 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2002 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

22 years ago(glyph_rect): Determine the row and glyph more precisely.
Jason Rumney [Mon, 18 Feb 2002 23:31:06 +0000 (23:31 +0000)]
(glyph_rect): Determine the row and glyph more precisely.

22 years ago(query-replace-regexp-eval): Doc fix.
Andreas Schwab [Mon, 18 Feb 2002 20:30:58 +0000 (20:30 +0000)]
(query-replace-regexp-eval): Doc fix.

22 years ago(math-solve-get-int): Convert return value from
Colin Walters [Mon, 18 Feb 2002 20:06:20 +0000 (20:06 +0000)]
(math-solve-get-int): Convert return value from
`math-get-from-counter' to a string before calling `concat' on it.

22 years ago(calc-split-manual): Look for calc.texi.
Colin Walters [Mon, 18 Feb 2002 20:06:07 +0000 (20:06 +0000)]
(calc-split-manual): Look for calc.texi.
(calc-public-autoloads): Obsolete; remove.
(calc-private-autoloads): Ditto.
(calc-add-autoloads): Ditto.

22 years ago(calc-with-default-simplification): Use &rest for body.
Colin Walters [Mon, 18 Feb 2002 20:05:49 +0000 (20:05 +0000)]
(calc-with-default-simplification): Use &rest for body.

22 years ago*** empty log message ***
Colin Walters [Mon, 18 Feb 2002 20:05:23 +0000 (20:05 +0000)]
*** empty log message ***

22 years agoMinor fixup. Remove PCL-CVS (the Emacs CVS code is the latest/greatest).
Stefan Monnier [Mon, 18 Feb 2002 17:25:41 +0000 (17:25 +0000)]
Minor fixup.  Remove PCL-CVS (the Emacs CVS code is the latest/greatest).

22 years agoUpdate from Mats Lidell <matsl@contactor.se>.
Pavel Janík [Mon, 18 Feb 2002 08:03:48 +0000 (08:03 +0000)]
Update from Mats Lidell <matsl@contactor.se>.

22 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2002 00:04:14 +0000 (00:04 +0000)]
*** empty log message ***

22 years ago* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney [Mon, 18 Feb 2002 00:03:38 +0000 (00:03 +0000)]
* emacs.rc: Define VS_VERSION_INFO if not already.
Update version info.

22 years ago* w32term.c (x_autoselect_window_p): New variable.
Jason Rumney [Sun, 17 Feb 2002 23:42:40 +0000 (23:42 +0000)]
* w32term.c (x_autoselect_window_p): New variable.
(syms_of_w32term): DEFVAR_BOOL and initialize it.
(note_mouse_movement): Use it.

* w32term.c (x_check_fullscreen, x_check_fullscreen_move)
(x_fullscreen_adjust): New functions.
(w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
fullscreen.  Call x_check_fullscreen_move, and set the
want_fullscreen member of output_data.w32
<WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.

22 years agoNew enum for FULLSCREEN_* constants.
Jason Rumney [Sun, 17 Feb 2002 23:41:06 +0000 (23:41 +0000)]
New enum for FULLSCREEN_* constants.
(struct w32_output): New members want_fullscreen, x_pixels_diff,
y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
(x-fullscreen-adjust): New prototype.

22 years ago(x-option-alist, x-long-option-alist)
Jason Rumney [Sun, 17 Feb 2002 23:08:14 +0000 (23:08 +0000)]
(x-option-alist, x-long-option-alist)
(x-switch-definitions): Remove, use command-line-x-option-alist
instead to be consistent with X.
(x-handle-initial-switch): New function.

22 years ago(mode-line-inactive, header-line): Add the :inherit
Eli Zaretskii [Sun, 17 Feb 2002 18:21:59 +0000 (18:21 +0000)]
(mode-line-inactive, header-line): Add the :inherit
attribute for the tty case.

22 years ago*** empty log message ***
Pavel Janík [Sun, 17 Feb 2002 18:17:51 +0000 (18:17 +0000)]
*** empty log message ***

22 years agoFix wording of the entry about automatic-hscroll-* variables.
Eli Zaretskii [Sun, 17 Feb 2002 18:08:44 +0000 (18:08 +0000)]
Fix wording of the entry about automatic-hscroll-* variables.

22 years agoClarify that the paren in column zero is highlighted only inside
Eli Zaretskii [Sun, 17 Feb 2002 17:26:01 +0000 (17:26 +0000)]
Clarify that the paren in column zero is highlighted only inside
comments and strings.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 17 Feb 2002 17:00:48 +0000 (17:00 +0000)]
*** empty log message ***

22 years ago(uce-reply-to-uce): Fix incorrect behavior when
Richard M. Stallman [Sun, 17 Feb 2002 17:00:33 +0000 (17:00 +0000)]
(uce-reply-to-uce): Fix incorrect behavior when
invoked from Rmail with full headers displayed.

22 years agoMinor rewrites.
Richard M. Stallman [Sun, 17 Feb 2002 16:59:06 +0000 (16:59 +0000)]
Minor rewrites.

22 years ago* emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
Kai Großjohann [Sun, 17 Feb 2002 15:08:31 +0000 (15:08 +0000)]
* emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.

22 years ago2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 17 Feb 2002 12:15:17 +0000 (12:15 +0000)]
2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
(menu-bar-tools-menu): Removed speedbar.

* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
and `flyspell-mode' entries.

* textmodes/flyspell.el (flyspell): Add to ispell group.

22 years ago(ibuffer-truncate-lines): New option.
Colin Walters [Sun, 17 Feb 2002 10:29:13 +0000 (10:29 +0000)]
(ibuffer-truncate-lines): New option.
(ibuffer-mode):  Use it.

22 years ago*** empty log message ***
Colin Walters [Sun, 17 Feb 2002 10:28:52 +0000 (10:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kai Großjohann [Sun, 17 Feb 2002 09:22:44 +0000 (09:22 +0000)]
*** empty log message ***

22 years ago(ibuffer-toggle-sorting-mode): Make it work. Patch from John Paul
Colin Walters [Sun, 17 Feb 2002 08:57:24 +0000 (08:57 +0000)]
(ibuffer-toggle-sorting-mode): Make it work.  Patch from John Paul
Wallington <jpw@shootybangbang.com>.

22 years ago*** empty log message ***
Colin Walters [Sun, 17 Feb 2002 08:57:09 +0000 (08:57 +0000)]
*** empty log message ***

22 years agoAdd mouse-highlight.
Kim F. Storm [Sun, 17 Feb 2002 00:33:21 +0000 (00:33 +0000)]
Add mouse-highlight.

22 years agoDocument new mouse-highlight variable and associated behaviour.
Kim F. Storm [Sun, 17 Feb 2002 00:11:37 +0000 (00:11 +0000)]
Document new mouse-highlight variable and associated behaviour.

22 years agoAdded mouse-highlight variable to turn off mouse highlight or
Kim F. Storm [Sun, 17 Feb 2002 00:01:15 +0000 (00:01 +0000)]
Added mouse-highlight variable to turn off mouse highlight or
only show it after mouse movement.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:59:22 +0000 (23:59 +0000)]
(disable_mouse_highlight): Removed variable.
(note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(w32_read_socket): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.
(w32_initialize_display_info): Initialize mouse_face_hidden.

22 years ago(struct w32_display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:58:23 +0000 (23:58 +0000)]
(struct w32_display_info): Add mouse_face_hidden.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:57:34 +0000 (23:57 +0000)]
(disable_mouse_highlight): Removed variable.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
(internal_terminal_init): Initialize mouse_face_hidden.
(dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.

22 years ago(struct display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:56:41 +0000 (23:56 +0000)]
(struct display_info): Add mouse_face_hidden.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:55:57 +0000 (23:55 +0000)]
(disable_mouse_highlight): Removed variable.
(note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(XTread_socket): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.
(x_term_init): Initialize mouse_face_hidden.

22 years ago(struct x_display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:54:42 +0000 (23:54 +0000)]
(struct x_display_info): Add mouse_face_hidden.

22 years ago(Vmouse_highlight): Declare extern.
Kim F. Storm [Sat, 16 Feb 2002 23:54:04 +0000 (23:54 +0000)]
(Vmouse_highlight): Declare extern.

22 years ago(Vmouse_highlight): New variable.
Kim F. Storm [Sat, 16 Feb 2002 23:53:22 +0000 (23:53 +0000)]
(Vmouse_highlight): New variable.
(syms_of_frame): DEFVAR_LISP it.

22 years ago* gnus-msg.el (gnus-post-method): Fix doc.
ShengHuo ZHU [Sat, 16 Feb 2002 19:54:44 +0000 (19:54 +0000)]
* gnus-msg.el (gnus-post-method): Fix doc.

22 years ago(last_mouse_window): New variable.
Eli Zaretskii [Sat, 16 Feb 2002 19:25:24 +0000 (19:25 +0000)]
(last_mouse_window): New variable.
(dos_rawgetc): Fix last change--if the mouse is in the same window
as recorded in last_mouse_window, don't select this window.

22 years ago* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
ShengHuo ZHU [Sat, 16 Feb 2002 19:03:14 +0000 (19:03 +0000)]
* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 16 Feb 2002 17:32:07 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Remove cus-start.el.
Eli Zaretskii [Sat, 16 Feb 2002 17:30:01 +0000 (17:30 +0000)]
(DONTCOMPILE): Remove cus-start.el.

22 years ago(lisp, shortlisp): Use cus-start.elc, not cus-start.el.
Eli Zaretskii [Sat, 16 Feb 2002 17:27:39 +0000 (17:27 +0000)]
(lisp, shortlisp): Use cus-start.elc, not cus-start.el.

22 years ago(x_autoselect_window_p): New variable.
Eli Zaretskii [Sat, 16 Feb 2002 15:44:03 +0000 (15:44 +0000)]
(x_autoselect_window_p): New variable.
(syms_of_msdos): Defvar it.
(dos_rawgetc): If x_autoselect_window_p is set, select the window
in which the last mouse movement occured, unless it is already
selected.

22 years agoMark the new hscroll-related variables as documented in the manual.
Eli Zaretskii [Sat, 16 Feb 2002 13:18:54 +0000 (13:18 +0000)]
Mark the new hscroll-related variables as documented in the manual.

22 years ago(Horizontal Scrolling): Document automatic-hscroll-margin and
Eli Zaretskii [Sat, 16 Feb 2002 13:15:48 +0000 (13:15 +0000)]
(Horizontal Scrolling): Document automatic-hscroll-margin and
automatic-hscroll-step.