]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

22 years agoAdded support for BS2000, and for raw ftp
Richard M. Stallman [Sun, 20 Jan 2002 22:10:54 +0000 (22:10 +0000)]
Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.

22 years ago*** empty log message ***
Pavel Janík [Sun, 20 Jan 2002 18:13:16 +0000 (18:13 +0000)]
*** empty log message ***

22 years ago(doprnt1): Fix typos in error call.
Pavel Janík [Sun, 20 Jan 2002 18:04:32 +0000 (18:04 +0000)]
(doprnt1): Fix typos in error call.

22 years agoFix last change.
Eli Zaretskii [Sun, 20 Jan 2002 18:04:16 +0000 (18:04 +0000)]
Fix last change.

22 years ago(unexec) [__sgi]: Support the .got sections.
Eli Zaretskii [Sun, 20 Jan 2002 18:03:16 +0000 (18:03 +0000)]
(unexec) [__sgi]: Support the .got sections.

22 years ago(tempo-define-template): Doc fix.
Pavel Janík [Sun, 20 Jan 2002 17:54:36 +0000 (17:54 +0000)]
(tempo-define-template): Doc fix.

22 years agoFix a typo.
Eli Zaretskii [Sun, 20 Jan 2002 17:27:16 +0000 (17:27 +0000)]
Fix a typo.

22 years agoUpdated to include w32-vars.el
Jason Rumney [Sun, 20 Jan 2002 16:02:31 +0000 (16:02 +0000)]
Updated to include w32-vars.el

22 years ago(scroll-bar-mode): Make argument optional.
Pavel Janík [Sun, 20 Jan 2002 15:49:50 +0000 (15:49 +0000)]
(scroll-bar-mode): Make argument optional.

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

22 years ago[windows-nt]: Load w32-vars.
Jason Rumney [Sun, 20 Jan 2002 15:35:09 +0000 (15:35 +0000)]
[windows-nt]: Load w32-vars.

22 years agoMove user variables to w32-vars.el and make them defcustoms.
Jason Rumney [Sun, 20 Jan 2002 15:34:00 +0000 (15:34 +0000)]
Move user variables to w32-vars.el and make them defcustoms.
Use w32-list-proportional-fonts.

22 years agoMove user variables to w32-vars.el and make them defcustoms.
Jason Rumney [Sun, 20 Jan 2002 15:33:07 +0000 (15:33 +0000)]
Move user variables to w32-vars.el and make them defcustoms.

22 years agoNew file: custom declarations for MS-Windows specific settings.
Jason Rumney [Sun, 20 Jan 2002 15:28:28 +0000 (15:28 +0000)]
New file: custom declarations for MS-Windows specific settings.

22 years ago(w32_load_system_font, w32_to_x_charset): Use strnicmp
Jason Rumney [Sun, 20 Jan 2002 14:57:54 +0000 (14:57 +0000)]
(w32_load_system_font, w32_to_x_charset): Use strnicmp
in place of stricmp.
(w32_list_synthesized_fonts): Removed.
(w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
(struct enumfont_t): New element; list.
(enum_font_cb2): List all style and charset variations of a font.
(Fw32_select_font): New optional argument; include_proportional.
Exclude vertical fonts.  Exclude proportional fonts unless
include_proportional is non-nil.
(w32_enable_synthesized_fonts): Change to a boolean.
(Fw32_send_sys_command): Doc fix.

22 years ago(w32_native_per_char_metric): Don't trust the metrics
Jason Rumney [Sun, 20 Jan 2002 14:54:48 +0000 (14:54 +0000)]
(w32_native_per_char_metric): Don't trust the metrics
that Windows returns.  If a double check fails, try to guess how
ExtTextOut is going to act.

22 years agoDescribe global-hl-line-mode.
Richard M. Stallman [Sun, 20 Jan 2002 09:27:57 +0000 (09:27 +0000)]
Describe global-hl-line-mode.

22 years agoComment changes.
Richard M. Stallman [Sun, 20 Jan 2002 09:27:07 +0000 (09:27 +0000)]
Comment changes.

22 years agoFix a typo.
Colin Walters [Sat, 19 Jan 2002 21:30:53 +0000 (21:30 +0000)]
Fix a typo.

22 years ago(tibetan-decompose-region)
Pavel Janík [Sat, 19 Jan 2002 19:15:11 +0000 (19:15 +0000)]
(tibetan-decompose-region)
(tibetan-decompose-string): Fix typo in docstring.