]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years agoUpdate to version 4.0. Provide support for
Gerd Moellmann [Mon, 8 Jan 2001 13:18:43 +0000 (13:18 +0000)]
Update to version 4.0.  Provide support for
EDT scroll margins at top and bottom of the window.  Provide an
emulation of the EDT SUBS command (bound to GOLD-Enter, by
default).  Enhance edt-quit, bound to GOLD-q by default, to warn
user when file-related buffer modifications exist.  Provide
support for running EDT Emulation in XEmacs.  Provide customize
access to some user updatable variables.  Add Commentary section
to file header.  Fixed a few minor bugs and cleaned up some code.

23 years agoUpdate to version 4.0. Provide support
Gerd Moellmann [Mon, 8 Jan 2001 13:18:18 +0000 (13:18 +0000)]
Update to version 4.0.  Provide support
for detecting a keypress that generates an ASCII key sequence.
(Previously, only a keypress that generates a vector was
recognized.)  Embed Window Manager name into name of the generated
EDT Emulation initialization file since the initialization file is
Window Manager specific.  Add Commentary section to file header.

23 years agoUpdated to reflect EDT Emulation version 4.0
Gerd Moellmann [Mon, 8 Jan 2001 13:15:59 +0000 (13:15 +0000)]
Updated to reflect EDT Emulation version 4.0
enhancements.

23 years ago(isearch-old-signal-hook): Removed.
Gerd Moellmann [Mon, 8 Jan 2001 12:26:23 +0000 (12:26 +0000)]
(isearch-old-signal-hook): Removed.
(isearch-mode): Add isearch-done to kbd-macro-termination-hook
instead of setting signal-hook-function.
(isearch-done): Remove isearch-done from kbd-macro-termination-hook.

23 years ago(Qkbd_macro_termination_hook): New variable.
Gerd Moellmann [Mon, 8 Jan 2001 12:23:32 +0000 (12:23 +0000)]
(Qkbd_macro_termination_hook): New variable.
(syms_of_macros): Initialize and staticpro it.
(pop_kbd_macro): Run kbd-macro-termination-hook.

23 years ago(Fread_key_sequence_vector): Avoid newline in
Dave Love [Sun, 7 Jan 2001 21:15:54 +0000 (21:15 +0000)]
(Fread_key_sequence_vector): Avoid newline in
arglist, for documentation's sake.

23 years ago(mail-mode): Doc fix.
Eli Zaretskii [Sun, 7 Jan 2001 10:05:26 +0000 (10:05 +0000)]
(mail-mode): Doc fix.

23 years ago(Info-goto-emacs-key-command-node): Doc fix.
Eli Zaretskii [Sun, 7 Jan 2001 09:56:59 +0000 (09:56 +0000)]
(Info-goto-emacs-key-command-node): Doc fix.
(Info-goto-emacs-command-node): Doc fix.

23 years agoMinor fix because a bool-vector's elements can't be characters.
Richard M. Stallman [Sun, 7 Jan 2001 01:54:41 +0000 (01:54 +0000)]
Minor fix because a bool-vector's elements can't be characters.

23 years ago(noninteractive): Don't load generic-sc on MS-DOS
Eli Zaretskii [Sat, 6 Jan 2001 21:46:48 +0000 (21:46 +0000)]
(noninteractive): Don't load generic-sc on MS-DOS
systems without long file-name support.

23 years ago*** empty log message ***
Andrew Innes [Sat, 6 Jan 2001 21:38:18 +0000 (21:38 +0000)]
*** empty log message ***

23 years ago($(TIT)): Map .elc to .el.
Andrew Innes [Sat, 6 Jan 2001 21:37:21 +0000 (21:37 +0000)]
($(TIT)): Map .elc to .el.
(buildlisppath): Make path relative to $(MAKEDIR).

23 years ago(clean): Delete $(COMPILER_TEMP_FILES) instead
Andrew Innes [Sat, 6 Jan 2001 21:36:39 +0000 (21:36 +0000)]
(clean): Delete $(COMPILER_TEMP_FILES) instead
of *.pdb.

23 years agoUpdate info about compilers.
Andrew Innes [Sat, 6 Jan 2001 21:19:03 +0000 (21:19 +0000)]
Update info about compilers.

23 years agoUse $(MAKETYPE) instead of $(SHELLTYPE) to
Andrew Innes [Sat, 6 Jan 2001 21:18:42 +0000 (21:18 +0000)]
Use $(MAKETYPE) instead of $(SHELLTYPE) to
select correct rule for invoking make in another directory.  Amend
rules accordingly.
(clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.

23 years ago(EMACS_ICON_PATH): Delete definition.
Andrew Innes [Sat, 6 Jan 2001 21:18:05 +0000 (21:18 +0000)]
(EMACS_ICON_PATH): Delete definition.
(COMPILER_TEMP_FILES): New definition.
(MAKETYPE): New definition.

23 years ago(EMACS_ICON_PATH): Delete definition.
Andrew Innes [Sat, 6 Jan 2001 21:16:37 +0000 (21:16 +0000)]
(EMACS_ICON_PATH): Delete definition.

23 years agoBe careful not to add trailing spaces when
Andrew Innes [Sat, 6 Jan 2001 21:16:12 +0000 (21:16 +0000)]
Be careful not to add trailing spaces when
outputting to config.settings.

23 years ago(custom-deps): Set EMACSLOADPATH explicitly.
Andrew Innes [Sat, 6 Jan 2001 21:07:39 +0000 (21:07 +0000)]
(custom-deps): Set EMACSLOADPATH explicitly.

23 years ago(isearch-lazy-highlight-remove-overlays): Doc fix.
Eli Zaretskii [Sat, 6 Jan 2001 19:04:32 +0000 (19:04 +0000)]
(isearch-lazy-highlight-remove-overlays): Doc fix.
(isearch-lazy-highlight-update): Doc fix.

23 years ago(ffap-bindings): Doc fix.
Eli Zaretskii [Sat, 6 Jan 2001 18:55:45 +0000 (18:55 +0000)]
(ffap-bindings): Doc fix.

23 years ago(dired-virtual-guess-dir): Doc fix.
Eli Zaretskii [Sat, 6 Jan 2001 18:52:57 +0000 (18:52 +0000)]
(dired-virtual-guess-dir): Doc fix.

23 years agoFix a typo.
Eli Zaretskii [Sat, 6 Jan 2001 18:49:25 +0000 (18:49 +0000)]
Fix a typo.

23 years ago(update_end): Don't check updating_frame; for some reason
Andrew Innes [Fri, 5 Jan 2001 21:28:52 +0000 (21:28 +0000)]
(update_end): Don't check updating_frame; for some reason
this can be 0 sometimes, such as after dismissing a popup menu,
and isn't necessary given the explicit frame argument.

23 years agobutlast, nbutlast.
Dave Love [Fri, 5 Jan 2001 16:56:21 +0000 (16:56 +0000)]
butlast, nbutlast.

23 years agoDelete butlast, nbutlast.
Dave Love [Fri, 5 Jan 2001 16:52:53 +0000 (16:52 +0000)]
Delete butlast, nbutlast.

23 years ago(remove, remq): Remove.
Dave Love [Fri, 5 Jan 2001 16:44:10 +0000 (16:44 +0000)]
(remove, remq): Remove.

23 years ago(mouse-drag-safe-scroll): Bind
Gerd Moellmann [Fri, 5 Jan 2001 14:51:50 +0000 (14:51 +0000)]
(mouse-drag-safe-scroll): Bind
scroll-preserve-screen-position to nil.

23 years ago(isearch-old-signal-hook): New variable.
Gerd Moellmann [Fri, 5 Jan 2001 14:41:53 +0000 (14:41 +0000)]
(isearch-old-signal-hook): New variable.
(isearch-mode): Set signal-hook-function to isearch-done.
(isearch-done): Restore old signal-hook-function.
----------------------------

23 years ago(XTread_socket) <LeaveNotify>: Set help_echo to nil.
Gerd Moellmann [Fri, 5 Jan 2001 12:31:03 +0000 (12:31 +0000)]
(XTread_socket) <LeaveNotify>: Set help_echo to nil.

23 years ago(Info-fontify-node): Mark one more char as intangible.
Gerd Moellmann [Fri, 5 Jan 2001 12:23:11 +0000 (12:23 +0000)]
(Info-fontify-node): Mark one more char as intangible.

23 years agoUpdate copyright.
Gerd Moellmann [Fri, 5 Jan 2001 11:27:09 +0000 (11:27 +0000)]
Update copyright.

23 years agoDon't prototype srandom; it takes an unsigned argument
Gerd Moellmann [Fri, 5 Jan 2001 11:26:08 +0000 (11:26 +0000)]
Don't prototype srandom; it takes an unsigned argument
on some systems, and an unsigned long on others, like FreeBSD 4.1.

23 years ago(quail-input-string-to-events): New function.
Kenichi Handa [Fri, 5 Jan 2001 05:30:53 +0000 (05:30 +0000)]
(quail-input-string-to-events): New function.
(quail-input-method): Convert input string to events here.
(quail-start-translation): Return input string, not event list.
(quail-start-conversion): Likewise.

23 years ago(compose-last-chars): New argument COMPONENTS. It
Kenichi Handa [Fri, 5 Jan 2001 05:29:56 +0000 (05:29 +0000)]
(compose-last-chars): New argument COMPONENTS.  It
it is non-nil, compose preceding characters by compose-region with
COMPONENTS.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 5 Jan 2001 05:29:27 +0000 (05:29 +0000)]
*** empty log message ***

23 years agoSpeling &c.
Dave Love [Fri, 5 Jan 2001 00:27:21 +0000 (00:27 +0000)]
Speling &c.

23 years ago(Fformat): Doc fix.
Dave Love [Thu, 4 Jan 2001 21:02:24 +0000 (21:02 +0000)]
(Fformat): Doc fix.

23 years agoRevert last change except for %X.
Dave Love [Thu, 4 Jan 2001 21:01:18 +0000 (21:01 +0000)]
Revert last change except for %X.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 4 Jan 2001 20:40:07 +0000 (20:40 +0000)]
*** empty log message ***

23 years ago(tooltip-cancel-delayed-tip)
Gerd Moellmann [Thu, 4 Jan 2001 20:38:02 +0000 (20:38 +0000)]
(tooltip-cancel-delayed-tip)
(tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
and tooltip-add-timeout.
(tooltip-show): Set border color from faces's foreground.
(tooltip-show-help-function): If called with the same help string
as last time, do nothing.
(tooltip-help-tips): Don't set tooltip-help-message to nil.

23 years agoUpdate copyright.
Gerd Moellmann [Thu, 4 Jan 2001 20:34:40 +0000 (20:34 +0000)]
Update copyright.

23 years ago(x_create_tip_frame): Preserve the value of
Gerd Moellmann [Thu, 4 Jan 2001 20:33:06 +0000 (20:33 +0000)]
(x_create_tip_frame): Preserve the value of
face_change_count around the creation of the tip frame.

(last_show_tip_args): New variable.
(compute_tip_xy): New function.
(Fx_show_tip): Reuse an existing tip frame, if possible.
(syms_of_xfns): Initialize and staticpro last_show_tip_args.

23 years ago(clear_mouse_face): Don't return if tip_frame is
Gerd Moellmann [Thu, 4 Jan 2001 20:32:20 +0000 (20:32 +0000)]
(clear_mouse_face): Don't return if tip_frame is
non-nil.

23 years agocperl, obsolete changes.
Dave Love [Thu, 4 Jan 2001 19:25:55 +0000 (19:25 +0000)]
cperl, obsolete changes.

23 years agoObsolete.
Dave Love [Thu, 4 Jan 2001 19:21:36 +0000 (19:21 +0000)]
Obsolete.

23 years agoTweaks to configure instructions and saving space.
Dave Love [Thu, 4 Jan 2001 19:17:21 +0000 (19:17 +0000)]
Tweaks to configure instructions and saving space.

23 years agoUpdate links and version info for the OS/2 port.
Eli Zaretskii [Thu, 4 Jan 2001 18:11:01 +0000 (18:11 +0000)]
Update links and version info for the OS/2 port.

23 years ago*** empty log message ***
Dave Love [Thu, 4 Jan 2001 18:05:37 +0000 (18:05 +0000)]
*** empty log message ***

23 years ago(Tags Search): Add index entries for multiple-file search and replace.
Eli Zaretskii [Thu, 4 Jan 2001 17:50:41 +0000 (17:50 +0000)]
(Tags Search): Add index entries for multiple-file search and replace.

23 years ago(set_file_times): Prototype.
Dave Love [Thu, 4 Jan 2001 17:50:27 +0000 (17:50 +0000)]
(set_file_times): Prototype.

23 years ago(EmacsFrameSetCharSize_): Prototype.
Dave Love [Thu, 4 Jan 2001 17:48:42 +0000 (17:48 +0000)]
(EmacsFrameSetCharSize_): Prototype.

23 years agoAdd index entries for many Dired commands and features.
Eli Zaretskii [Thu, 4 Jan 2001 17:47:11 +0000 (17:47 +0000)]
Add index entries for many Dired commands and features.

23 years ago(random, srandom): Declare explicitly.
Dave Love [Thu, 4 Jan 2001 17:47:01 +0000 (17:47 +0000)]
(random, srandom): Declare explicitly.

23 years ago(move_it_vertically_backward): Declare.
Dave Love [Thu, 4 Jan 2001 17:37:43 +0000 (17:37 +0000)]
(move_it_vertically_backward): Declare.

23 years agoCommentary changes.
Dave Love [Thu, 4 Jan 2001 17:35:26 +0000 (17:35 +0000)]
Commentary changes.
(detect_eol_type_in_2_octet_form): Declare arg big_endian_p.

23 years ago(nnmail-pathname-coding-system): Defvar when
Dave Love [Thu, 4 Jan 2001 15:39:04 +0000 (15:39 +0000)]
(nnmail-pathname-coding-system): Defvar when
compiling.
(gnus-make-directory): Require nnmail.

23 years ago(whitespace-global-mode): Fix typo.
Dave Love [Thu, 4 Jan 2001 15:36:59 +0000 (15:36 +0000)]
(whitespace-global-mode): Fix typo.

23 years ago(mm-inline-media-tests): Add
Dave Love [Thu, 4 Jan 2001 14:47:59 +0000 (14:47 +0000)]
(mm-inline-media-tests): Add
image/x-portable-bitmap.
(mm-get-image): Grok pbm.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 4 Jan 2001 14:16:31 +0000 (14:16 +0000)]
*** empty log message ***

23 years ago(fancy-splash-screens): Don't bind show-help-function
Gerd Moellmann [Thu, 4 Jan 2001 14:15:49 +0000 (14:15 +0000)]
(fancy-splash-screens): Don't bind show-help-function
to nil.

23 years agoFix last change.
Gerd Moellmann [Thu, 4 Jan 2001 14:10:01 +0000 (14:10 +0000)]
Fix last change.

23 years ago(tooltip-frame-parameters): Remove colors.
Gerd Moellmann [Thu, 4 Jan 2001 14:07:37 +0000 (14:07 +0000)]
(tooltip-frame-parameters): Remove colors.
(tooltip): New face
(tooltip-set-param): New function.
(tooltip-show): Set up color frame parameters from face `tooltip'.
Display the tooltip text in face `tooltip'.

23 years ago(x_create_tip_frame): Call face-set-after-frame-default,
Gerd Moellmann [Thu, 4 Jan 2001 13:55:37 +0000 (13:55 +0000)]
(x_create_tip_frame): Call face-set-after-frame-default,
like in Fx_create_frame.

23 years ago(set_font_frame_param): Don't do anything for
Gerd Moellmann [Thu, 4 Jan 2001 13:04:11 +0000 (13:04 +0000)]
(set_font_frame_param): Don't do anything for
non-graphical frames.

23 years ago(Fdelete_other_windows): Set window's window_end_valid
Gerd Moellmann [Thu, 4 Jan 2001 12:53:51 +0000 (12:53 +0000)]
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start.  Don't change the
window's start when its top position hasn't changed.  If we do,
this will set the window's optional_new_start, which act's like a
force_start during redisplay with C-x 1 M-> under particular
circumstances (see report from Per Starback to emacs-pretest-bug
from 2000-12-13.).
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start.

23 years agodisplay-planes on tty
Dave Love [Thu, 4 Jan 2001 11:32:58 +0000 (11:32 +0000)]
display-planes on tty

23 years ago%X, %E, %G in format strings.
Dave Love [Thu, 4 Jan 2001 11:31:56 +0000 (11:31 +0000)]
%X, %E, %G in format strings.

23 years ago(help-for-help): Fix a typo in a doc string. From kwzh@gnu.org (Karl Heuer).
Eli Zaretskii [Thu, 4 Jan 2001 08:51:36 +0000 (08:51 +0000)]
(help-for-help): Fix a typo in a doc string.  From kwzh@gnu.org (Karl Heuer).

23 years agoFix a typo.
Eli Zaretskii [Thu, 4 Jan 2001 08:01:10 +0000 (08:01 +0000)]
Fix a typo.

23 years agoDoc fixes. Maintainer change.
Dave Love [Wed, 3 Jan 2001 21:21:20 +0000 (21:21 +0000)]
Doc fixes.  Maintainer change.
(dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
:type.
(dired-guess-shell-alist-default): Don't use xloadimage for PNG.
(dired-guess-shell-alist-user): Customize.
(dired-x-help-address): Set to bug-gnu-emacs.
(dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
(dired-default-directory): Renamed from default-directory.

23 years ago(hl-line): Doc fix.
Dave Love [Wed, 3 Jan 2001 20:18:33 +0000 (20:18 +0000)]
(hl-line): Doc fix.

23 years ago(forward_to_next_line_start): Reset it->c if taking the
Gerd Moellmann [Wed, 3 Jan 2001 19:19:39 +0000 (19:19 +0000)]
(forward_to_next_line_start): Reset it->c if taking the
short cut at the start of the function.  Add an assertion.
(reseat_at_next_visible_line_start): Add an assertion.

23 years agoCapitalize as others do.
Karl Fogel [Wed, 3 Jan 2001 16:30:36 +0000 (16:30 +0000)]
Capitalize as others do.

23 years agomail/mail-hist.el (mail-hist-text-too-long-p): doc fix.
Karl Fogel [Wed, 3 Jan 2001 16:29:17 +0000 (16:29 +0000)]
mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.

23 years ago*** empty log message ***
Dave Love [Wed, 3 Jan 2001 15:15:27 +0000 (15:15 +0000)]
*** empty log message ***

23 years ago(Frecenter): When changing the window start, set the
Gerd Moellmann [Wed, 3 Jan 2001 13:50:01 +0000 (13:50 +0000)]
(Frecenter): When changing the window start, set the
window's window_end_valid to nil.
(Fwindow_end): Fix window-end computation when UPDATE is non-nil.

23 years ago(move_it_past_eol): New function.
Gerd Moellmann [Wed, 3 Jan 2001 13:49:02 +0000 (13:49 +0000)]
(move_it_past_eol): New function.

23 years ago(move_it_past_eol): Add prototype.
Gerd Moellmann [Wed, 3 Jan 2001 13:48:15 +0000 (13:48 +0000)]
(move_it_past_eol): Add prototype.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 3 Jan 2001 12:53:05 +0000 (12:53 +0000)]
*** empty log message ***

23 years ago(Fwindow_end): Doc fix.
Gerd Moellmann [Wed, 3 Jan 2001 12:52:06 +0000 (12:52 +0000)]
(Fwindow_end): Doc fix.

23 years ago(Ffile_attributes): Fix last change, removing BSD4_3
Gerd Moellmann [Wed, 3 Jan 2001 12:43:54 +0000 (12:43 +0000)]
(Ffile_attributes): Fix last change, removing BSD4_3
kluge.

23 years ago(try_window_reusing_current_matrix): Fix bug setting
Gerd Moellmann [Wed, 3 Jan 2001 12:33:35 +0000 (12:33 +0000)]
(try_window_reusing_current_matrix): Fix bug setting
the enabled_p flag of the glyph row at window_end_vpos to 0.
(handle_single_display_prop): Fix last change.

23 years agoAvoid security hole allowing attacker to
Gerd Moellmann [Wed, 3 Jan 2001 12:04:06 +0000 (12:04 +0000)]
Avoid security hole allowing attacker to
cause user of rcs2log to overwrite arbitrary files, fixing
a bug reported by Morten Welinder.

Don't put "exit 1" at the end of the exit trap; it's
ineffective in POSIX shells.

23 years ago(Frecenter): Doc fix.
Richard M. Stallman [Wed, 3 Jan 2001 00:31:18 +0000 (00:31 +0000)]
(Frecenter): Doc fix.

23 years ago*** empty log message ***
Richard M. Stallman [Wed, 3 Jan 2001 00:30:59 +0000 (00:30 +0000)]
*** empty log message ***

23 years ago(cperl-invalid-face): Don't double-quote
Dave Love [Wed, 3 Jan 2001 00:19:28 +0000 (00:19 +0000)]
(cperl-invalid-face): Don't double-quote
value.
(cperl-init-faces): Allow cperl-invalid-face to be a normal face.

23 years agoDo highlighting of alternative matches all at once,
Richard M. Stallman [Wed, 3 Jan 2001 00:18:53 +0000 (00:18 +0000)]
Do highlighting of alternative matches all at once,
but only do it in the text that's visible in the selected window.

(isearch-lazy-highlight-cleanup): Arg now says
to remove all the current alternative-match highlighting.
If nil, remove only what's outside the current window.
(isearch-lazy-highlight-remove-overlays): Take optional
region within which NOT to remove them.
(isearch-lazy-highlight-new-loop): Greatly simplified.
(isearch-lazy-highlight-update): Find all the other occurrences
visible in the window, in just one call.

(isearch-lazy-highlight-start): Now holds start of region to scan.
(isearch-lazy-highlight-end): Now holds end of region to scan.
(isearch-lazy-highlight-wrapped): Variable deleted.
(isearch-lazy-highlight-search): Function deleted.

23 years ago(ls-lisp) <defgroup>: Add :version.
Dave Love [Tue, 2 Jan 2001 23:39:40 +0000 (23:39 +0000)]
(ls-lisp) <defgroup>: Add :version.

23 years ago*** empty log message ***
Dave Love [Tue, 2 Jan 2001 23:31:00 +0000 (23:31 +0000)]
*** empty log message ***

23 years agoAdd `radio' type. User variable doc strings and backquote in
Dave Love [Tue, 2 Jan 2001 23:23:24 +0000 (23:23 +0000)]
Add `radio' type.  User variable doc strings and backquote in
defcustom.

23 years ago(browse-url-filename-alist): Avoid backquote
Dave Love [Tue, 2 Jan 2001 23:17:24 +0000 (23:17 +0000)]
(browse-url-filename-alist): Avoid backquote
read syntax.

23 years ago*** empty log message ***
Andrew Innes [Tue, 2 Jan 2001 22:57:41 +0000 (22:57 +0000)]
*** empty log message ***

23 years ago(Fredraw_frame): Call set_terminal_modes for
Andrew Innes [Tue, 2 Jan 2001 22:55:49 +0000 (22:55 +0000)]
(Fredraw_frame): Call set_terminal_modes for
w32_console frames.

23 years ago(handle_single_display_prop): Return if frame is
Andrew Innes [Tue, 2 Jan 2001 22:54:34 +0000 (22:54 +0000)]
(handle_single_display_prop): Return if frame is
w32_console.
(init_iterator) [WINDOWSNT]: Initialize frame face cache if
necessary, even if running interactively.

23 years ago(realize_default_face): Set face foreground and
Andrew Innes [Tue, 2 Jan 2001 22:51:58 +0000 (22:51 +0000)]
(realize_default_face): Set face foreground and
background to unspecified for w32_console frames.
(realize_face): Realize face cache for w32_console frames.
(realize_tty_face): Accept w32_console frames.

23 years ago(make_terminal_frame) [WINDOWSNT]: Make terminal frames
Andrew Innes [Tue, 2 Jan 2001 22:50:34 +0000 (22:50 +0000)]
(make_terminal_frame) [WINDOWSNT]: Make terminal frames
use output_w32_console method.
(Qw32_console): New Lisp_Object.
(Fframep): Return it.
(syms_of_frame): Init it.
(Fframe_parameters): Report w32console as font for w32_console
frames.

23 years ago(output_method): Add output_w32_console method.
Andrew Innes [Tue, 2 Jan 2001 22:49:42 +0000 (22:49 +0000)]
(output_method): Add output_w32_console method.
(FRAME_W32_CONSOLE_P): New macro.

23 years ago(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
Andrew Innes [Tue, 2 Jan 2001 22:48:57 +0000 (22:48 +0000)]
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.

23 years ago(x_update_begin):
Andrew Innes [Tue, 2 Jan 2001 22:47:48 +0000 (22:47 +0000)]
(x_update_begin):
(x_update_end):
(x_clear_frame):
(x_ins_del_lines):
(x_change_line_highlight):
(x_delete_glyphs):
(w32_ring_bell):
(x_update_begin):
(x_update_end):
(w32_reassert_line_highlight):
(w32_frame_rehighlight):
(w32_frame_raise_lower): Do nothing if not w32 frame.