1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

40346 Commits

Author SHA1 Message Date
Jason Rumney
f7b9d4d15e *** empty log message *** 2002-02-18 00:04:14 +00:00
Jason Rumney
42715db3b3 * emacs.rc: Define VS_VERSION_INFO if not already.
Update version info.
2002-02-18 00:03:38 +00:00
Jason Rumney
549808dbb6 * 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.
2002-02-17 23:42:40 +00:00
Jason Rumney
01f323c6e9 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.
2002-02-17 23:41:06 +00:00
Jason Rumney
3d27abc47b (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.
2002-02-17 23:08:14 +00:00
Eli Zaretskii
9ef4c8ea41 (mode-line-inactive, header-line): Add the :inherit
attribute for the tty case.
2002-02-17 18:21:59 +00:00
Pavel Janík
c484a3a280 *** empty log message *** 2002-02-17 18:17:51 +00:00
Eli Zaretskii
5a776940c3 Fix wording of the entry about automatic-hscroll-* variables. 2002-02-17 18:08:44 +00:00
Eli Zaretskii
cb46def7b4 Clarify that the paren in column zero is highlighted only inside
comments and strings.
2002-02-17 17:26:01 +00:00
Richard M. Stallman
78d4f4097d *** empty log message *** 2002-02-17 17:00:48 +00:00
Richard M. Stallman
8a7377b52d (uce-reply-to-uce): Fix incorrect behavior when
invoked from Rmail with full headers displayed.
2002-02-17 17:00:33 +00:00
Richard M. Stallman
9b474b4ec0 Minor rewrites. 2002-02-17 16:59:06 +00:00
Kai Großjohann
be0d25b686 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
when repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
2002-02-17 15:08:31 +00:00
Per Abrahamsen
a9c6d330d5 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.
2002-02-17 12:15:17 +00:00
Colin Walters
3eda3649db (ibuffer-truncate-lines): New option.
(ibuffer-mode):  Use it.
2002-02-17 10:29:13 +00:00
Colin Walters
d22c221173 *** empty log message *** 2002-02-17 10:28:52 +00:00
Kai Großjohann
d39d90c265 *** empty log message *** 2002-02-17 09:22:44 +00:00
Colin Walters
13e14c5148 (ibuffer-toggle-sorting-mode): Make it work. Patch from John Paul
Wallington <jpw@shootybangbang.com>.
2002-02-17 08:57:24 +00:00
Colin Walters
9b25ea40c5 *** empty log message *** 2002-02-17 08:57:09 +00:00
Kim F. Storm
140fb7ffed Add mouse-highlight. 2002-02-17 00:33:21 +00:00
Kim F. Storm
90e87070b5 Document new mouse-highlight variable and associated behaviour. 2002-02-17 00:11:37 +00:00
Kim F. Storm
ce16e8d9a2 Added mouse-highlight variable to turn off mouse highlight or
only show it after mouse movement.
2002-02-17 00:01:15 +00:00
Kim F. Storm
3d26a7c2f0 (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.
2002-02-16 23:59:22 +00:00
Kim F. Storm
f16c05f28c (struct w32_display_info): Add mouse_face_hidden. 2002-02-16 23:58:23 +00:00
Kim F. Storm
abf10ed700 (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.
2002-02-16 23:57:34 +00:00
Kim F. Storm
11690c8e1b (struct display_info): Add mouse_face_hidden. 2002-02-16 23:56:41 +00:00
Kim F. Storm
663010611d (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.
2002-02-16 23:55:57 +00:00
Kim F. Storm
64421b63fc (struct x_display_info): Add mouse_face_hidden. 2002-02-16 23:54:42 +00:00
Kim F. Storm
0349c9af75 (Vmouse_highlight): Declare extern. 2002-02-16 23:54:04 +00:00
Kim F. Storm
6018080fa7 (Vmouse_highlight): New variable.
(syms_of_frame): DEFVAR_LISP it.
2002-02-16 23:53:22 +00:00
ShengHuo ZHU
e818c17fe3 * gnus-msg.el (gnus-post-method): Fix doc. 2002-02-16 19:54:44 +00:00
Eli Zaretskii
9005a471f2 (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.
2002-02-16 19:25:24 +00:00
ShengHuo ZHU
94384150a6 * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. 2002-02-16 19:03:14 +00:00
Eli Zaretskii
760627fa51 *** empty log message *** 2002-02-16 17:32:07 +00:00
Eli Zaretskii
2113aec151 (DONTCOMPILE): Remove cus-start.el. 2002-02-16 17:30:01 +00:00
Eli Zaretskii
d381a855d1 (lisp, shortlisp): Use cus-start.elc, not cus-start.el. 2002-02-16 17:27:39 +00:00
Eli Zaretskii
4a137db112 (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.
2002-02-16 15:44:03 +00:00
Eli Zaretskii
63a4cd1689 Mark the new hscroll-related variables as documented in the manual. 2002-02-16 13:18:54 +00:00
Eli Zaretskii
04bee768c5 (Horizontal Scrolling): Document automatic-hscroll-margin and
automatic-hscroll-step.
2002-02-16 13:15:48 +00:00
Pavel Janík
73a276beb4 *** empty log message *** 2002-02-16 13:04:09 +00:00
Eli Zaretskii
1a6672420d Document automatic-hscroll-margin and automatic-hscroll-step. 2002-02-16 12:59:22 +00:00
Pavel Janík
bdc31f1e11 (reftex-select-label-mode)
(reftex-select-bib-mode): Do not use make-local-hook.
2002-02-16 12:57:45 +00:00
Pavel Janík
8452cc8966 (idlwave-mode): Do not use make-local-hook. 2002-02-16 12:53:42 +00:00
Pavel Janík
1affb21658 (idlwave-shell-mode): Do not use make-local-hook. 2002-02-16 12:50:25 +00:00
Pavel Janík
4924ca44cb Remove commented provide statement. 2002-02-16 12:48:37 +00:00
Eli Zaretskii
386c40760e *** empty log message *** 2002-02-16 12:47:06 +00:00
Eli Zaretskii
1886439bb6 Add automatic-hscroll-margin and automatic-hscroll-step. 2002-02-16 12:45:05 +00:00
Eli Zaretskii
1df7e8f069 (automatic_hscroll_margin, Vautomatic_hscroll_step): New variables.
(syms_of_xdisp): DEVFAR them.
(hscroll_window_tree): Use automatic_hscroll_margin and
Vautomatic_hscroll_step to compute the amount of window scrolling.
2002-02-16 12:40:51 +00:00
Pavel Janík
3996d07ad0 *** empty log message *** 2002-02-16 10:11:10 +00:00
Pavel Janík
9c94a2e984 (x-autoselect-window): Allow customization. 2002-02-16 10:08:41 +00:00