bpt/emacs.git
23 years ago(ansi-color-process-output): Use markers instead
Gerd Moellmann [Tue, 9 Jan 2001 11:38:28 +0000 (11:38 +0000)]
(ansi-color-process-output): Use markers instead
of positions for start and end of region.
(ansi-color-apply-on-region): Rewrote code to make it more robust.
Previously, occasional mistakes happend when fontifying many
chunks of output (eg. ls --color=yes /dev).  This happened
whenever an overlay was created up to the end of the region, which
coincided with the process-mark.  New text would then be added
within that overlay instead of after it.
(ansi-color-make-extent): Overlays are created with the property
`modification-hooks' set to '(ansi-color-freeze-overlay).
(ansi-color-freeze-overlay): New function.  When inserting text at
the end of the overlay, the overlay will resize.

(ansi-color-process-output): Doc change.
(ansi-color-unfontify-region): Doc change.  No longer installed
automatically in font-lock-unfontify-region-function.
(ansi-color-apply): Doc change.
(ansi-color-apply-on-region): Use extents or overlays instead of
text-properties.
(ansi-color-make-extent): New function.
(ansi-color-set-extent-face): New function.

(ansi-color-process): Removed, Emacs and XEmacs
both use ansi-color-process-output, now.
(ansi-color-process-output): Doesn't return string anymore.  It is
installed in comint-output-filter-functions for both Emacs and
XEmacs, now.
(ansi-color-unfontify-region): Simplified code removing variables
pos and start-ansi.
(ansi-color-apply): Put text-property ansi-color before putting
text-property face because ansi-color-unfontify-region is called
immediately after the call to put-text-property.
(ansi-color-context-region): Doc change.
(ansi-color-filter-region): Simplified code.
(ansi-color-apply-on-region): Changed start to start-marker, using
a marker explicitly.  Put text-property ansi-color before putting
text-property face because ansi-color-unfontify-region is called
immediately after the call to put-text-property.

(ansi-color-faces-vector): Doc change.
(ansi-color-for-comint-mode): Changed :type property to choice.
(ansi-color-last-context): Removed.
(ansi-color-process-output): Don't use ansi-color-last-context, as
the main functions will store their context now.
(ansi-color-context): Doc change.
(ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
Uses ansi-color-context such that repeated calls will strip
partial escape sequences, too.
(ansi-color-apply): Simplified code.  Colorize end of string if
face is not null.  Store context in new (FACE STRING) format, such
that repeated calls will strip partial escape sequences, too.
Append faces to face property using ansi-color-apply-sequence such
that cumulative mode actually works.
(ansi-color-context-region): New variable.
(ansi-color-filter-region): Rewrote it based on
ansi-color-apply-on-region.  Uses ansi-color-context-region such
that repeated calls will strip partial escape sequences, too.
(ansi-color-apply-on-region): Simplified code.  Colorize end of
region if face is not null.  Store context in new (FACE POS)
format, such that repeated calls will strip partial escape
sequences, too.  Append faces to face property using
ansi-color-apply-sequence such that cumulative mode actually
works.
(ansi-color-apply-sequence): New function.
(ansi-color-get-face): When the default face is added to the list
of faces, all previous settings are discarded and the list of
faces is set to '(default).

(ansi-color-faces-vector): Use nil for the default
face, such that ansi-color-apply and ansi-color-apply-on-region
will do the right thing.
(ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
returns nil, set the list of faces back to nil instead of
appending the result of ansi-color-get-face to the front of the
list.

(ansi-color-for-comint-mode): Doc change.
(ansi-color-process): Doc change.
(ansi-color-last-context): New buffer-local variable.
(ansi-color-process-output): New function.  It is automatically
added to comint-output-filter-functions if this is XEmacs.
(ansi-color-unfontify-region): New optional parameter for XEmacs
compatibility.  Check wether font-lock-syntactic-keywords is
boundp before removing the syntax table text property, as XEmacs
doesn't have it.
(ansi-color-filter-region): Doc change.
(ansi-color-apply-on-region): Doc change.
(ansi-color-make-face): New function.  Compatibility layer for
XEmacs.  Return temporary faces instead of cons cells for XEmacs.
(ansi-color-make-color-map): Use ansi-color-make-face.
(ansi-color-get-face): Avoid face text property '(nil) as results
in an errow for XEmacs.

(ansi-color-unfontify-region): New function.  Uses
text-property ansi-color in order to preserve fontification by
ansi-color.  When the package is loaded, a lambda expression is
put onto font-lock-mode-hook.  This lambda expression will check
font-lock-unfontify-region-function and replace
font-lock-default-unfontify-region with
ansi-color-unfontify-region.
(ansi-color-apply): Add text-property ansi-color in addition to
text-property face.
(ansi-color-apply-on-region): Add text-property ansi-color in
addition to text-property face.
(save-buffer-state): Copy of the macro that is also used by
lazy-lock and font-lock.

(ansi-color-for-comint-mode): New option.
(ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
(ansi-color-for-comint-mode-off): Ditto.
(ansi-color-for-comint-mode-filter): Ditto.
(ansi-color-process): New function.  Uses
ansi-color-for-comint-mode to decide what to do.  This function is
added to comint-preoutput-filter-functions when the package is
loaded.

(ansi-color-for-shell-mode-set): Removed.
(ansi-color-for-shell-mode): Removed.

(ansi-color-for-shell-mode-set): New function with
the lambda expression from the ansi-color-for-shell-mode :set
property.  Additionally, modify shell-mode-hook to enable or
disable font-lock-mode for future shell buffers.
(ansi-color-for-shell-mode): The :set property calls
ansi-color-for-shell-mode-set instead of a lambda expression.

(ansi-color-for-shell-mode): Doc change.
(ansi-color-context): New variable.
(ansi-color-apply): Save context between calls.

23 years ago(isearch, isearch-lazy-highlight-face): New
Eli Zaretskii [Tue, 9 Jan 2001 11:38:12 +0000 (11:38 +0000)]
(isearch, isearch-lazy-highlight-face): New
definitions for face colors and attributes.

23 years ago*** empty log message ***
Dave Love [Tue, 9 Jan 2001 11:22:36 +0000 (11:22 +0000)]
*** empty log message ***

23 years ago(widget-choose): Call display-popup-menus-p instead
Eli Zaretskii [Tue, 9 Jan 2001 10:08:51 +0000 (10:08 +0000)]
(widget-choose): Call display-popup-menus-p instead
of display-mouse-p.

23 years ago(make-coding-system): If the coding system
Kenichi Handa [Tue, 9 Jan 2001 02:30:03 +0000 (02:30 +0000)]
(make-coding-system): If the coding system
accepts extra latin codes, register such codes as safe for the
coding system.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Jan 2001 02:29:21 +0000 (02:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Mon, 8 Jan 2001 20:35:18 +0000 (20:35 +0000)]
*** empty log message ***

23 years agoRearrange relative to comment.
Dave Love [Mon, 8 Jan 2001 19:56:54 +0000 (19:56 +0000)]
Rearrange relative to comment.

23 years agoComments.
Dave Love [Mon, 8 Jan 2001 19:54:40 +0000 (19:54 +0000)]
Comments.

23 years ago(mm-qp-or-base64): Don't base64 for the sake of a
Dave Love [Mon, 8 Jan 2001 19:47:32 +0000 (19:47 +0000)]
(mm-qp-or-base64): Don't base64 for the sake of a
single character.

23 years ago(mm-mime-mule-charset-alist): Add Latin-{8,9}.
Dave Love [Mon, 8 Jan 2001 19:41:49 +0000 (19:41 +0000)]
(mm-mime-mule-charset-alist): Add Latin-{8,9}.

23 years agoDoc and message fixes.
Dave Love [Mon, 8 Jan 2001 19:39:15 +0000 (19:39 +0000)]
Doc and message fixes.
(message-send-rename-function)
(message-make-forward-subject-function)
(message-send-mail-function, message-reply-to-function)
(message-wide-reply-to-function, message-followup-to-function)
(message-distribution-function, message-auto-save-directory): Fix
:type.

23 years ago* xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner block.
Ken Raeburn [Mon, 8 Jan 2001 19:35:06 +0000 (19:35 +0000)]
* xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner block.

23 years ago(byte-compile-log-1): In non-batch case, don't mention the file name
Richard M. Stallman [Mon, 8 Jan 2001 19:33:02 +0000 (19:33 +0000)]
(byte-compile-log-1): In non-batch case, don't mention the file name
or the date here, because they are logged at the start of the file.

23 years ago*** empty log message ***
Richard M. Stallman [Mon, 8 Jan 2001 19:32:40 +0000 (19:32 +0000)]
*** empty log message ***

23 years ago(mml-parse-1): Frob mml-confirmation-set when proceeding
Dave Love [Mon, 8 Jan 2001 19:25:35 +0000 (19:25 +0000)]
(mml-parse-1): Frob mml-confirmation-set when proceeding
after warnings.  Amend multipart warning message.

23 years ago(mouse-drag-should-do-col-scrolling): Change screen-width to frame-width.
Richard M. Stallman [Mon, 8 Jan 2001 19:12:12 +0000 (19:12 +0000)]
(mouse-drag-should-do-col-scrolling): Change screen-width to frame-width.

23 years ago*** empty log message ***
Richard M. Stallman [Mon, 8 Jan 2001 19:12:03 +0000 (19:12 +0000)]
*** empty log message ***

23 years agoMention possible problems with new versions of GNU cpp and "..".
Eli Zaretskii [Mon, 8 Jan 2001 17:26:39 +0000 (17:26 +0000)]
Mention possible problems with new versions of GNU cpp and "..".

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 8 Jan 2001 17:24:44 +0000 (17:24 +0000)]
*** empty log message ***

23 years agoRun the preprocessor with -traditional.
Eli Zaretskii [Mon, 8 Jan 2001 17:23:43 +0000 (17:23 +0000)]
Run the preprocessor with -traditional.

23 years ago(Info-search): Print the default as part of the prompt.
Eli Zaretskii [Mon, 8 Jan 2001 16:59:54 +0000 (16:59 +0000)]
(Info-search): Print the default as part of the prompt.

23 years ago#
André Spiegel [Mon, 8 Jan 2001 16:32:12 +0000 (16:32 +0000)]
#

23 years ago(vc-sccs-latest-on-branch-p): Removed.
André Spiegel [Mon, 8 Jan 2001 16:26:44 +0000 (16:26 +0000)]
(vc-sccs-latest-on-branch-p): Removed.
(vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE to EDITABLE.

23 years ago(vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg WRITABLE to EDITABLE.
André Spiegel [Mon, 8 Jan 2001 16:25:43 +0000 (16:25 +0000)]
(vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg WRITABLE to EDITABLE.

23 years ago(vc-cvs-latest-on-branch-p): Removed.
André Spiegel [Mon, 8 Jan 2001 16:24:56 +0000 (16:24 +0000)]
(vc-cvs-latest-on-branch-p): Removed.
(vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.

23 years ago(vc-default-latest-on-branch-p): New function, replaces constant
André Spiegel [Mon, 8 Jan 2001 16:23:33 +0000 (16:23 +0000)]
(vc-default-latest-on-branch-p): New function, replaces constant
implementations in backends.

23 years ago(copyright-current-year): Now a defvar.
Eli Zaretskii [Mon, 8 Jan 2001 16:00:38 +0000 (16:00 +0000)]
(copyright-current-year): Now a defvar.
(copyright, copyright-update): Compute the current year at run
time.

23 years agoAdd `<<...>>' for help-with-tutorial.
Gerd Moellmann [Mon, 8 Jan 2001 15:26:54 +0000 (15:26 +0000)]
Add `<<...>>' for help-with-tutorial.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 8 Jan 2001 14:55:06 +0000 (14:55 +0000)]
*** empty log message ***

23 years ago(window_scroll_pixel_based): Adjust glyph matrices
Gerd Moellmann [Mon, 8 Jan 2001 14:37:40 +0000 (14:37 +0000)]
(window_scroll_pixel_based): Adjust glyph matrices
when increasing window's vscroll.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 8 Jan 2001 13:19:18 +0000 (13:19 +0000)]
*** empty log message ***

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.