bpt/emacs.git
22 years ago(syms_of_buffer): Doc fixes for scroll-...-aggressively.
Richard M. Stallman [Sat, 26 Jan 2002 23:04:27 +0000 (23:04 +0000)]
(syms_of_buffer): Doc fixes for scroll-...-aggressively.

22 years ago(try_scrolling): Exchange uses of scroll_down_aggressively
Richard M. Stallman [Sat, 26 Jan 2002 23:02:00 +0000 (23:02 +0000)]
(try_scrolling): Exchange uses of scroll_down_aggressively
and scroll_up_aggressively.

22 years ago(pc-selection-mode-hook)
Richard M. Stallman [Sat, 26 Jan 2002 22:47:39 +0000 (22:47 +0000)]
(pc-selection-mode-hook)
(pc-select-saved-settings-alist, pc-select-map)
(pc-select-saved-global-map, pc-select-key-bindings-alist)
(pc-select-default-key-bindings, pc-select-extra-key-bindings)
(pc-select-meta-moves-sexps-key-bindings)
(pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
New variables.
(pc-select-define-keys, pc-select-restore-keys): New functions.
(pc-select-add-to-alist, pc-select-save-and-set-var)
(pc-select-save-and-set-mode, pc-select-restore-var)
(pc-select-restore-mode): New macros.

(pc-selection-mode): Completely rewrote the body of the function;
the main goal was to make pc-selection-mode "turn-off"-able, like
other minor modes.  Use define-minore-mode instead of just a
defun.  Store the key bindings into four alists:
pc-select-default-key-bindings, pc-select-extra-key-bindings,
pc-select-meta-moves-sexps-key-bindings, and
pc-select-tty-key-bindings; then have the pc-select-define-keys
function walk those alists instead of calling define-key
repeatedly.  When the mode is turned on, set the
keybindings in global-map and remember the old keybindings; when
the mode is turned off, restore the previously-saved keybindings.

(pc-selection-mode defcustom): Reflect the fact that the mode is
now "turn-off"-able.

22 years agoMinor cleanups.
Richard M. Stallman [Sat, 26 Jan 2002 22:43:53 +0000 (22:43 +0000)]
Minor cleanups.

22 years agoFix typo.
Pavel Janík [Sat, 26 Jan 2002 17:10:34 +0000 (17:10 +0000)]
Fix typo.

22 years ago(parse_tool_bar_item): Remove duplicated prototypes.
Pavel Janík [Sat, 26 Jan 2002 17:06:55 +0000 (17:06 +0000)]
(parse_tool_bar_item): Remove duplicated prototypes.

22 years agoFix typo.
Pavel Janík [Sat, 26 Jan 2002 17:03:00 +0000 (17:03 +0000)]
Fix typo.
The file utf-8.el (and its author) is mentioned above.

22 years agoFix typo.
Pavel Janík [Sat, 26 Jan 2002 15:08:05 +0000 (15:08 +0000)]
Fix typo.

22 years ago*** empty log message ***
Pavel Janík [Sat, 26 Jan 2002 15:02:38 +0000 (15:02 +0000)]
*** empty log message ***

22 years ago(eshell-eval-command): If eshell-resume-eval
Eli Zaretskii [Sat, 26 Jan 2002 12:06:47 +0000 (12:06 +0000)]
(eshell-eval-command): If eshell-resume-eval
returns t, don't treat that as an error.

22 years ago(face-font-registry-alternatives) [windows-nt]: Add
Jason Rumney [Sat, 26 Jan 2002 00:03:28 +0000 (00:03 +0000)]
(face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.

22 years ago(Fnext_property_change, Fnext_single_property_change)
Stefan Monnier [Fri, 25 Jan 2002 22:42:13 +0000 (22:42 +0000)]
(Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Stay within the narrowed-buffer boundaries.

22 years ago(cvs-reread-cvsrc): Distinguish between an empty list of
Stefan Monnier [Fri, 25 Jan 2002 22:41:28 +0000 (22:41 +0000)]
(cvs-reread-cvsrc): Distinguish between an empty list of
args and the absence of an entry.  Don't add -f each time.

22 years ago(mismatch): Doc fix.
Eli Zaretskii [Fri, 25 Jan 2002 18:47:33 +0000 (18:47 +0000)]
(mismatch): Doc fix.

22 years agoExplain in a comment why the default background-setting code is still
Eli Zaretskii [Fri, 25 Jan 2002 17:29:34 +0000 (17:29 +0000)]
Explain in a comment why the default background-setting code is still
here, although xterm.l and rxvt.el do that better.

22 years agoFix a typo in a comment.
Eli Zaretskii [Fri, 25 Jan 2002 14:35:42 +0000 (14:35 +0000)]
Fix a typo in a comment.

22 years ago(Text Terminal Colors): Document tty-display-color-p.
Eli Zaretskii [Fri, 25 Jan 2002 14:15:02 +0000 (14:15 +0000)]
(Text Terminal Colors): Document tty-display-color-p.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 25 Jan 2002 14:11:11 +0000 (14:11 +0000)]
*** empty log message ***

22 years ago(Ftty_display_color_cells, Ftty_display_color_p): Change the
Eli Zaretskii [Fri, 25 Jan 2002 14:08:42 +0000 (14:08 +0000)]
(Ftty_display_color_cells, Ftty_display_color_p): Change the
argument name to DISPLAY.  Doc fix.

22 years agoDocument the extended color support for xterm and rxvt, and the
Eli Zaretskii [Fri, 25 Jan 2002 14:04:06 +0000 (14:04 +0000)]
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.

22 years ago(Text Terminal Colors): Document tty-display-color-cells.
Eli Zaretskii [Fri, 25 Jan 2002 13:53:56 +0000 (13:53 +0000)]
(Text Terminal Colors): Document tty-display-color-cells.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 25 Jan 2002 13:34:47 +0000 (13:34 +0000)]
*** empty log message ***

22 years agoAdd prototype for set_tty_color_mode and tty_setup_colors.
Eli Zaretskii [Fri, 25 Jan 2002 13:22:37 +0000 (13:22 +0000)]
Add prototype for set_tty_color_mode and tty_setup_colors.

22 years ago(Ftty_display_color_cells): New function.
Eli Zaretskii [Fri, 25 Jan 2002 13:21:49 +0000 (13:21 +0000)]
(Ftty_display_color_cells): New function.
(syms_of_term): Defsubr it.

22 years ago(command-line): Call tty-register-default-colors.
Eli Zaretskii [Fri, 25 Jan 2002 13:20:18 +0000 (13:20 +0000)]
(command-line): Call tty-register-default-colors.

22 years ago(display-color-cells): Use tty-display-color-cells.
Eli Zaretskii [Fri, 25 Jan 2002 13:19:28 +0000 (13:19 +0000)]
(display-color-cells): Use tty-display-color-cells.

22 years ago(tty-standard-colors): Reverse the order of colors.
Eli Zaretskii [Fri, 25 Jan 2002 13:16:23 +0000 (13:16 +0000)]
(tty-standard-colors): Reverse the order of colors.
(tty-register-default-colors): New function;
code moved from startup.el's command-line.

22 years ago(w32-tty-standard-colors): Reverse the order of standard console colors.
Eli Zaretskii [Fri, 25 Jan 2002 13:14:16 +0000 (13:14 +0000)]
(w32-tty-standard-colors): Reverse the order of standard console colors.

22 years ago(msdos-color-values): Reverse the order of the
Eli Zaretskii [Fri, 25 Jan 2002 13:13:02 +0000 (13:13 +0000)]
(msdos-color-values): Reverse the order of the
colors, since tty-color-define now preserves the registration
order.

22 years ago(list-colors-display): If the argument is nil, don't
Eli Zaretskii [Fri, 25 Jan 2002 13:11:49 +0000 (13:11 +0000)]
(list-colors-display): If the argument is nil, don't
show more colors that the number returned by display-color-cells.

22 years ago(xterm-standard-colors): New variable.
Eli Zaretskii [Fri, 25 Jan 2002 13:10:46 +0000 (13:10 +0000)]
(xterm-standard-colors): New variable.
(xterm-rgb-convert-to-16bit, xterm-register-default-colors)
(xterm-rxvt-set-background-mode): New functions.
(toplevel): Call xterm-register-default-colors,
xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
Add support for more keys from xterm's terminfo entry.

22 years ago(DONTCOMPILE): Remove term/xterm.el.
Eli Zaretskii [Fri, 25 Jan 2002 13:08:24 +0000 (13:08 +0000)]
(DONTCOMPILE): Remove term/xterm.el.

22 years agoNew file.
Eli Zaretskii [Fri, 25 Jan 2002 13:07:35 +0000 (13:07 +0000)]
New file.

22 years agoReword face color location blurb.
Thien-Thi Nguyen [Fri, 25 Jan 2002 08:39:14 +0000 (08:39 +0000)]
Reword face color location blurb.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Jan 2002 05:06:27 +0000 (05:06 +0000)]
*** empty log message ***

22 years agoComment change.
Richard M. Stallman [Fri, 25 Jan 2002 05:06:14 +0000 (05:06 +0000)]
Comment change.

22 years ago(remove): Doc fix.
Richard M. Stallman [Fri, 25 Jan 2002 05:05:16 +0000 (05:05 +0000)]
(remove): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Jan 2002 02:37:41 +0000 (02:37 +0000)]
*** empty log message ***

22 years ago(compilation-handle-exit):
Richard M. Stallman [Fri, 25 Jan 2002 02:36:36 +0000 (02:36 +0000)]
(compilation-handle-exit):
Add a compilation-handle-exit property to the "finished" message.
(compilation-parse-errors): Stop parsing when that property is seen.

22 years ago(substring-no-properties): New function.
Richard M. Stallman [Fri, 25 Jan 2002 02:32:18 +0000 (02:32 +0000)]
(substring-no-properties): New function.
(copy-without-properties): Function deleted.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 24 Jan 2002 23:14:38 +0000 (23:14 +0000)]
*** empty log message ***

22 years ago(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Jason Rumney [Thu, 24 Jan 2002 20:49:36 +0000 (20:49 +0000)]
(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.

22 years ago(x_scroll_run): Use ScrollWindowEx in place of BitBlt.
Jason Rumney [Thu, 24 Jan 2002 20:41:46 +0000 (20:41 +0000)]
(x_scroll_run): Use ScrollWindowEx in place of BitBlt.
If region left to draw is not what was expected, mark the frame as
garbaged.

22 years ago(x-handle-geometry): Put sizes on both
Richard M. Stallman [Thu, 24 Jan 2002 19:20:21 +0000 (19:20 +0000)]
(x-handle-geometry): Put sizes on both
initial-frame-alist and default-frame-alist.

22 years ago(custom-save-all): Bind file-precious-flag to t for saving .emacs.
Richard M. Stallman [Thu, 24 Jan 2002 18:56:45 +0000 (18:56 +0000)]
(custom-save-all): Bind file-precious-flag to t for saving .emacs.

22 years ago(basic-save-buffer-2): Ignore file-error in delete-file.
Richard M. Stallman [Thu, 24 Jan 2002 18:55:53 +0000 (18:55 +0000)]
(basic-save-buffer-2): Ignore file-error in delete-file.

22 years ago(record_char): Fix a typo in a comment.
Eli Zaretskii [Thu, 24 Jan 2002 17:18:35 +0000 (17:18 +0000)]
(record_char): Fix a typo in a comment.

22 years agoRemove unnecessary version number and date references.
Andrew Innes [Thu, 24 Jan 2002 16:11:06 +0000 (16:11 +0000)]
Remove unnecessary version number and date references.

22 years ago(generate-calendar-month): Doc fix.
Richard M. Stallman [Thu, 24 Jan 2002 06:06:11 +0000 (06:06 +0000)]
(generate-calendar-month): Doc fix.

22 years ago(tetris): New defgroup.
Richard M. Stallman [Wed, 23 Jan 2002 23:33:02 +0000 (23:33 +0000)]
(tetris): New defgroup.
(tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
(tetris-default-tick-period): Convert to defcustom.
Added * in docstring to indicate user variable.
(tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
(tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
(tetris-buffer-height, tetris-width, tetris-height)
(tetris-top-left-x, tetris-top-left-y): Convert to defcustom.

22 years ago(x_update_window_begin): Only hide caret if
Jason Rumney [Wed, 23 Jan 2002 22:03:26 +0000 (22:03 +0000)]
(x_update_window_begin): Only hide caret if
w32_use_visible_system_caret is set.
(x_update_window_end): Only show caret if
w32_use_visible_system_caret is set.
(syms_of_w32term): Handle SystemParametersInfo call failing.

22 years ago(syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
Jason Rumney [Wed, 23 Jan 2002 21:52:41 +0000 (21:52 +0000)]
(syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.

22 years ago(copy-without-properties): New function.
Richard M. Stallman [Wed, 23 Jan 2002 17:46:44 +0000 (17:46 +0000)]
(copy-without-properties): New function.

22 years ago*** empty log message ***
Colin Walters [Wed, 23 Jan 2002 04:03:11 +0000 (04:03 +0000)]
*** empty log message ***

22 years ago(mail-mode): ">" is not a supercite-style prefix
Stefan Monnier [Wed, 23 Jan 2002 00:44:27 +0000 (00:44 +0000)]
(mail-mode): ">" is not a supercite-style prefix
and is already matched by adaptive-fill-regexp.

22 years agoMinor explanation.
Richard M. Stallman [Wed, 23 Jan 2002 00:00:23 +0000 (00:00 +0000)]
Minor explanation.

22 years agoMinor cleanup.
Richard M. Stallman [Tue, 22 Jan 2002 23:03:47 +0000 (23:03 +0000)]
Minor cleanup.

22 years ago(mode-line-copied-mode-name): New variable.
Richard M. Stallman [Tue, 22 Jan 2002 22:47:14 +0000 (22:47 +0000)]
(mode-line-copied-mode-name): New variable.
(mode-line-mode-name): Don't modify mode-name itself!
Instead, make a copy and reuse it.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 22 Jan 2002 21:05:28 +0000 (21:05 +0000)]
*** empty log message ***

22 years ago(sh-set-shell): Doc fix.
Richard M. Stallman [Tue, 22 Jan 2002 21:05:13 +0000 (21:05 +0000)]
(sh-set-shell): Doc fix.

22 years ago(unexec): Define n so as to cause compilation error
Richard M. Stallman [Tue, 22 Jan 2002 20:56:29 +0000 (20:56 +0000)]
(unexec): Define n so as to cause compilation error
for the code where people have often written n instead of nn.

22 years ago(hookpost-run): Defined.
Richard M. Stallman [Tue, 22 Jan 2002 20:53:55 +0000 (20:53 +0000)]
(hookpost-run): Defined.

22 years agoDocument crashes on Irix due to some problem with `rld'.
Eli Zaretskii [Tue, 22 Jan 2002 11:50:36 +0000 (11:50 +0000)]
Document crashes on Irix due to some problem with `rld'.

22 years ago(Truncation, Overlay Arrow, Usual Display): Add index entries for fringe
Eli Zaretskii [Tue, 22 Jan 2002 11:39:38 +0000 (11:39 +0000)]
(Truncation, Overlay Arrow, Usual Display): Add index entries for fringe
usage.

22 years ago(Debugger Operation): Add index entries for fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:30:52 +0000 (11:30 +0000)]
(Debugger Operation): Add index entries for fringe usage.

22 years ago(Trailing Whitespace): Add index entry for fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:27:49 +0000 (11:27 +0000)]
(Trailing Whitespace): Add index entry for fringe usage.

22 years ago(Continuation Lines): Add index entries for the fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:24:23 +0000 (11:24 +0000)]
(Continuation Lines): Add index entries for the fringe usage.

22 years agoDocument problems with 4NT.
Eli Zaretskii [Tue, 22 Jan 2002 11:13:59 +0000 (11:13 +0000)]
Document problems with 4NT.

22 years agoDocument problems with insufficient number of colors on X.
Eli Zaretskii [Tue, 22 Jan 2002 11:03:19 +0000 (11:03 +0000)]
Document problems with insufficient number of colors on X.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 22 Jan 2002 08:13:18 +0000 (08:13 +0000)]
*** empty log message ***

22 years ago(ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash.
Richard M. Stallman [Tue, 22 Jan 2002 07:34:07 +0000 (07:34 +0000)]
(ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash.

22 years ago(perl-mode-abbrev-table): Restore definition.
Richard M. Stallman [Tue, 22 Jan 2002 07:18:14 +0000 (07:18 +0000)]
(perl-mode-abbrev-table): Restore definition.

22 years agoMinor correction.
Richard M. Stallman [Tue, 22 Jan 2002 06:17:38 +0000 (06:17 +0000)]
Minor correction.

22 years agoxfns.c (x_set_frame_parameters): Typo in previous fix corrected.
Jan Djärv [Tue, 22 Jan 2002 04:47:03 +0000 (04:47 +0000)]
xfns.c (x_set_frame_parameters): Typo in previous fix corrected.

22 years ago(copyright-regexp): Fix previous change.
Richard M. Stallman [Tue, 22 Jan 2002 02:19:12 +0000 (02:19 +0000)]
(copyright-regexp): Fix previous change.

22 years ago(ange-ftp-bs2000-posix-hook-installed): Move defvar up.
Richard M. Stallman [Tue, 22 Jan 2002 01:42:44 +0000 (01:42 +0000)]
(ange-ftp-bs2000-posix-hook-installed): Move defvar up.

22 years ago(ispell-help): Clean up echo area if user quits.
Richard M. Stallman [Tue, 22 Jan 2002 01:09:23 +0000 (01:09 +0000)]
(ispell-help): Clean up echo area if user quits.

22 years ago(set-face-stipple): Reference description of bitmap data
Richard M. Stallman [Mon, 21 Jan 2002 23:04:26 +0000 (23:04 +0000)]
(set-face-stipple): Reference description of bitmap data
in Face Attributes.

22 years agoComment change.
Richard M. Stallman [Mon, 21 Jan 2002 22:49:43 +0000 (22:49 +0000)]
Comment change.

22 years ago(Table of Resources): Under menuBar, add xrefs to the nodes
Richard M. Stallman [Mon, 21 Jan 2002 22:18:16 +0000 (22:18 +0000)]
(Table of Resources): Under menuBar, add xrefs to the nodes
for menu bar appearance resources.  Say how to run xrdb to make
.Xdefaults take effect.

22 years agoDon't require ibuf-ext at load time.
Richard M. Stallman [Mon, 21 Jan 2002 21:33:33 +0000 (21:33 +0000)]
Don't require ibuf-ext at load time.
(ibuffer): Require ibuf-ext here.

22 years agoxfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
Jan Djärv [Mon, 21 Jan 2002 19:23:48 +0000 (19:23 +0000)]
xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
if fullscreen is being set.

22 years ago(Fminibuffer_contents)
Pavel Janík [Mon, 21 Jan 2002 16:15:44 +0000 (16:15 +0000)]
(Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fread_from_minibuffer)
(Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.

22 years agoComment fix.
Pavel Janík [Mon, 21 Jan 2002 16:09:55 +0000 (16:09 +0000)]
Comment fix.

22 years ago* generic-x.el (apache-conf-generic-mode): Highlight the first
Francesco Potortì [Mon, 21 Jan 2002 12:49:11 +0000 (12:49 +0000)]
* generic-x.el (apache-conf-generic-mode): Highlight the first
word in a line even if preceded by blanks.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jan 2002 08:55:39 +0000 (08:55 +0000)]
*** empty log message ***

22 years ago(window-body-height): Handle minibuffer window specially.
Richard M. Stallman [Mon, 21 Jan 2002 08:55:32 +0000 (08:55 +0000)]
(window-body-height): Handle minibuffer window specially.
Otherwise, don't return less than 1.

22 years ago(check_frame_size): Fix minimum height calculation.
Richard M. Stallman [Mon, 21 Jan 2002 08:53:42 +0000 (08:53 +0000)]
(check_frame_size): Fix minimum height calculation.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jan 2002 04:18:03 +0000 (04:18 +0000)]
*** empty log message ***

22 years ago(toplevel, ibuffer-default-directory): Doc fixes.
Colin Walters [Mon, 21 Jan 2002 03:17:02 +0000 (03:17 +0000)]
(toplevel, ibuffer-default-directory): Doc fixes.

22 years ago(toplevel) Require `ibuf-ext', which is now compiled with
Colin Walters [Mon, 21 Jan 2002 03:16:33 +0000 (03:16 +0000)]
(toplevel) Require `ibuf-ext', which is now compiled with
`byte-compile-dynamic'.

22 years agodispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window height before
Ken Raeburn [Mon, 21 Jan 2002 01:51:27 +0000 (01:51 +0000)]
dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window height before
comparison.
(WINDOW_WANTS_HEADER_LINE_P): Likewise.

22 years ago*** empty log message ***
Jason Rumney [Sun, 20 Jan 2002 23:27:22 +0000 (23:27 +0000)]
*** empty log message ***

22 years agoFor window-min-height, the absolute minimum is 1.
Richard M. Stallman [Sun, 20 Jan 2002 23:20:45 +0000 (23:20 +0000)]
For window-min-height, the absolute minimum is 1.
For window-min-width, the absolute minimum is 2.

Minor cleanups.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Jan 2002 23:19:43 +0000 (23:19 +0000)]
*** empty log message ***

22 years ago(Mode Line Format): Short windows can suppress the mode line and header line.
Richard M. Stallman [Sun, 20 Jan 2002 23:17:16 +0000 (23:17 +0000)]
(Mode Line Format): Short windows can suppress the mode line and header line.

22 years ago(w32_visible_system_caret_hwnd): New static variable.
Jason Rumney [Sun, 20 Jan 2002 23:13:29 +0000 (23:13 +0000)]
(w32_visible_system_caret_hwnd): New static variable.
(w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
<WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
the user requests it.  Use system default width when creating.
<WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.

22 years ago(w32_system_caret_width): Remove.
Jason Rumney [Sun, 20 Jan 2002 23:11:52 +0000 (23:11 +0000)]
(w32_system_caret_width): Remove.
(w32_use_visible_system_caret): New user flag.
(syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
Windows reports a screen reader running.
(x_update_window_begin): Hide the system caret.
(x_update_window_end): Show the system caret.
(x_display_and_set_cursor): Don't draw a cursor when
w32_use_visible_system_caret is set.  Do not adjust width.

22 years ago(WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
Jason Rumney [Sun, 20 Jan 2002 23:10:35 +0000 (23:10 +0000)]
(WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
window messages.

22 years ago(MIN_SAFE_WINDOW_HEIGHT): Value now 1.
Richard M. Stallman [Sun, 20 Jan 2002 23:09:45 +0000 (23:09 +0000)]
(MIN_SAFE_WINDOW_HEIGHT): Value now 1.