]> git.eshelyaron.com Git - emacs.git/log
emacs.git
25 years ago(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii [Sun, 12 Dec 1999 13:15:07 +0000 (13:15 +0000)]
(menu-bar-edit-menu): Define the Spell submenu even
if start-process is not bound, since Ispell now supports such
platforms as well.

25 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Dec 1999 12:32:20 +0000 (12:32 +0000)]
*** empty log message ***

25 years ago(after-find-file): Fix previous change.
Gerd Moellmann [Sun, 12 Dec 1999 12:26:53 +0000 (12:26 +0000)]
(after-find-file): Fix previous change.

25 years ago(rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg.
Gerd Moellmann [Sun, 12 Dec 1999 12:25:47 +0000 (12:25 +0000)]
(rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg.

25 years agoIndentation fixes.
Gerd Moellmann [Sun, 12 Dec 1999 12:23:08 +0000 (12:23 +0000)]
Indentation fixes.

25 years ago*** empty log message ***
Stefan Monnier [Sun, 12 Dec 1999 06:57:54 +0000 (06:57 +0000)]
*** empty log message ***

25 years ago1999-12-11 Samir Barjoud <samir@mindspring.com>
Dave Love [Sat, 11 Dec 1999 23:45:32 +0000 (23:45 +0000)]
1999-12-11  Samir Barjoud  <samir@mindspring.com>

        * help.el (where-is): use `commandp' as predicate for
        `completing-read'

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 10 Dec 1999 21:52:33 +0000 (21:52 +0000)]
*** empty log message ***

25 years ago(custom-save-delete): Delete all occurrences,
Richard M. Stallman [Fri, 10 Dec 1999 19:59:42 +0000 (19:59 +0000)]
(custom-save-delete): Delete all occurrences,
leave point where the first occurrence was.
(custom-save-faces): Insert a newline at the end of the comment.
Avoid a double newline there.
If final closeparen is at bol, put a space before it.
(custom-save-variables): Likewise.
(custom-file): Doc fix.

25 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Dec 1999 18:14:01 +0000 (18:14 +0000)]
*** empty log message ***

25 years ago(x_initialize): only setup xaw3d_* if they've been declared.
Stefan Monnier [Fri, 10 Dec 1999 17:37:57 +0000 (17:37 +0000)]
(x_initialize): only setup xaw3d_* if they've been declared.

25 years ago(file-name-buffer-file-type-alist): Add `$' at end of
Gerd Moellmann [Fri, 10 Dec 1999 13:37:42 +0000 (13:37 +0000)]
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.

25 years ago*** empty log message ***
Gerd Moellmann [Fri, 10 Dec 1999 09:55:29 +0000 (09:55 +0000)]
*** empty log message ***

25 years agoPOP server may be specified as part of the mailbox name.
Gerd Moellmann [Fri, 10 Dec 1999 09:55:21 +0000 (09:55 +0000)]
POP server may be specified as part of the mailbox name.

25 years agoPOP server may be specified in nnmail-spool-file.
Gerd Moellmann [Fri, 10 Dec 1999 09:54:47 +0000 (09:54 +0000)]
POP server may be specified in nnmail-spool-file.

25 years ago(popmail): Allow mailbox specifications of the
Gerd Moellmann [Fri, 10 Dec 1999 09:53:01 +0000 (09:53 +0000)]
(popmail): Allow mailbox specifications of the
form `po:username:hostname'.

25 years ago(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
Gerd Moellmann [Fri, 10 Dec 1999 08:55:12 +0000 (08:55 +0000)]
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
to frame.h.

25 years ago(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
Gerd Moellmann [Fri, 10 Dec 1999 08:54:11 +0000 (08:54 +0000)]
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
[!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.

25 years ago(#includes): Allow compilation with only Xaw.
Stefan Monnier [Fri, 10 Dec 1999 01:40:47 +0000 (01:40 +0000)]
(#includes): Allow compilation with only Xaw.
(xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
(xt_action_hook): Replace XAW3D by XAW.
(xaw3d_jump_callback): Renamed to xaw_jump_callback.
(xaw_jump_callback): Renamed from xaw3d_jump_callback.
Determine epsilon dynamically and don't try to be too clever.
(xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
(xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
Handle both Xaw3d with arrow-scrollbars and with Xaw-style
scrollbar (using `ratio').
(x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
scrollbar we have so as to set it up more optimally and to fix
xaw3d_arrow_scroll and xaw3d_pick_top.
(x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
bottom of the Xaw3d scrollbar, to work around its tendency to refuse
shrinking the thumb.  Also make sure that `XawScrollbarSetThumb'
is not ignored, using a major gross hack.
(x_initialize): Init default values for xaw3d_arrow_scroll and
xaw3d_pick_top.

25 years ago* keyboard.c (Qratio): New symbol.
Stefan Monnier [Fri, 10 Dec 1999 01:39:53 +0000 (01:39 +0000)]
* keyboard.c (Qratio): New symbol.
(scroll_bar_parts): Add `Qratio' to it.
(syms_of_keyboard): Init `Qratio'.

25 years ago(scroll_bar_part): Add `scroll_bar_move_ratio'.
Stefan Monnier [Fri, 10 Dec 1999 01:39:30 +0000 (01:39 +0000)]
(scroll_bar_part): Add `scroll_bar_move_ratio'.

25 years agofootnote.el
Dave Love [Thu, 9 Dec 1999 23:54:04 +0000 (23:54 +0000)]
footnote.el

25 years ago*** empty log message ***
Dave Love [Thu, 9 Dec 1999 23:48:05 +0000 (23:48 +0000)]
*** empty log message ***

25 years agoCurrent XEmacs version.
Dave Love [Thu, 9 Dec 1999 23:31:50 +0000 (23:31 +0000)]
Current XEmacs version.

25 years agoFix makeinfo complaints.
Dave Love [Thu, 9 Dec 1999 18:22:56 +0000 (18:22 +0000)]
Fix makeinfo complaints.

25 years ago*** empty log message ***
Dave Love [Thu, 9 Dec 1999 17:54:56 +0000 (17:54 +0000)]
*** empty log message ***

25 years ago(PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
Dave Love [Thu, 9 Dec 1999 17:41:58 +0000 (17:41 +0000)]
(PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.

25 years ago(after-find-file): Use auto-save-visited-file-name if set.
Gerd Moellmann [Thu, 9 Dec 1999 15:23:31 +0000 (15:23 +0000)]
(after-find-file): Use auto-save-visited-file-name if set.

25 years ago(feedmail-find-eoh): Take
Gerd Moellmann [Thu, 9 Dec 1999 15:15:54 +0000 (15:15 +0000)]
(feedmail-find-eoh): Take
feedmail-queue-alternative-mail-header-separator into account.

25 years agoNew file. Provides a simple minor-mode for files containing
Stefan Monnier [Thu, 9 Dec 1999 13:03:41 +0000 (13:03 +0000)]
New file.  Provides a simple minor-mode for files containing
diff3-style conflict markers, such as generated by RCS

25 years ago(font-lock-multiline): New variable.
Stefan Monnier [Thu, 9 Dec 1999 12:52:34 +0000 (12:52 +0000)]
(font-lock-multiline): New variable.
(font-lock-add-keywords): Rename `major-mode' into `mode'.
(font-lock-remove-keywords): Added a dummy `mode' argument for
potential future support.
(font-lock-fontify-anchored-keywords,
(font-lock-fontify-keywords-region): Only handle multiline strings
if necessary (avoids a pathological behavior in (f.ex) diff-mode).

25 years ago(bookmark-bmenu-mode-map): Bind RET like f.
Richard M. Stallman [Thu, 9 Dec 1999 04:49:37 +0000 (04:49 +0000)]
(bookmark-bmenu-mode-map): Bind RET like f.

25 years ago(dired-insert-subdir): Add autoload cookie.
Richard M. Stallman [Thu, 9 Dec 1999 02:01:26 +0000 (02:01 +0000)]
(dired-insert-subdir): Add autoload cookie.

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 8 Dec 1999 19:01:55 +0000 (19:01 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 8 Dec 1999 18:45:56 +0000 (18:45 +0000)]
*** empty log message ***

25 years agoview-emacs-problems
Dave Love [Wed, 8 Dec 1999 15:04:51 +0000 (15:04 +0000)]
view-emacs-problems

25 years agoMention view-emacs-problems.
Dave Love [Wed, 8 Dec 1999 15:04:01 +0000 (15:04 +0000)]
Mention view-emacs-problems.

25 years agoOops, forgot to commit the change in dispextern.h together with the
Eli Zaretskii [Wed, 8 Dec 1999 14:22:24 +0000 (14:22 +0000)]
Oops, forgot to commit the change in dispextern.h together with the
rest of the changes for tty color support.

25 years ago(call_debugger): When entering the debugger while redisplaying,
Gerd Moellmann [Wed, 8 Dec 1999 12:00:57 +0000 (12:00 +0000)]
(call_debugger): When entering the debugger while redisplaying,
reset redisplaying_p, and go back to the top-level if the debugger
returns.

25 years agovarious fixes and gratuitous movements.
Stefan Monnier [Wed, 8 Dec 1999 00:19:51 +0000 (00:19 +0000)]
various fixes and gratuitous movements.

25 years ago(delete_window): Block input for the time window
Gerd Moellmann [Tue, 7 Dec 1999 20:20:30 +0000 (20:20 +0000)]
(delete_window): Block input for the time window
matrices are being changed.

25 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 20:11:42 +0000 (20:11 +0000)]
*** empty log message ***

25 years ago(x_set_menu_resources_from_menu_face): Make sure
Gerd Moellmann [Tue, 7 Dec 1999 20:06:40 +0000 (20:06 +0000)]
(x_set_menu_resources_from_menu_face): Make sure
basic faces are realized before trying to use face `menu'.

25 years ago(menu-bar-manuals-menu): Add view-emacs-problems.
Dave Love [Tue, 7 Dec 1999 20:02:28 +0000 (20:02 +0000)]
(menu-bar-manuals-menu): Add view-emacs-problems.

25 years ago(view-emacs-problems): New command, bound to C-h P.
Dave Love [Tue, 7 Dec 1999 20:01:20 +0000 (20:01 +0000)]
(view-emacs-problems): New command, bound to C-h P.

25 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 11:07:41 +0000 (11:07 +0000)]
*** empty log message ***

25 years ago(Fintern_soft): Fix newlines in doc string.
Dave Love [Tue, 7 Dec 1999 11:06:22 +0000 (11:06 +0000)]
(Fintern_soft): Fix newlines in doc string.

25 years agoRemove duplicate entry for arm*-*linux-gnu; my change missing a
Dave Love [Tue, 7 Dec 1999 10:33:35 +0000 (10:33 +0000)]
Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.

25 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 10:21:20 +0000 (10:21 +0000)]
*** empty log message ***

25 years ago(UNEXEC): Use unexelf.o instead of unexsgi.o.
Gerd Moellmann [Tue, 7 Dec 1999 09:54:52 +0000 (09:54 +0000)]
(UNEXEC): Use unexelf.o instead of unexsgi.o.

25 years ago(UNEXEC) [USG5_4]: Use unexelf.o instead of
Gerd Moellmann [Tue, 7 Dec 1999 09:50:50 +0000 (09:50 +0000)]
(UNEXEC) [USG5_4]: Use unexelf.o instead of
unexsgi.o again.

25 years agoInclude <syms.h>, not <sym.h> on IRIX. Removed
Gerd Moellmann [Tue, 7 Dec 1999 09:50:01 +0000 (09:50 +0000)]
Include <syms.h>, not <sym.h> on IRIX.  Removed
duplicate definition of ElfW.
(find_section): Copied from unexsgi.c.
(unexec): Use find_section.  Adjust whitespace.  Initialize
new_data2_offset based on old_data, not sbss (this fixes a bug on
IRIX6).  Change #ifdef __mips to __sgi, since it's IRIX-specific.
Adjust test for presence of .mdebug section to the new return
value of find_section.

Merge changes from 20.5.
(unexec): Handle .lit4 and .lit8 unconditionally.

25 years ago* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier [Tue, 7 Dec 1999 07:04:03 +0000 (07:04 +0000)]
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
(diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
New code to support the minor mode version.
(diff-recenter): New function.
(diff-next-hunk, diff-next-file): Use it.
(diff-remembered-files-alist): New var.
(diff-merge-strings): New function.
(diff-find-file-name): Make it smarter and use the user's input more.
(diff-mode): Cosmetic changes.

25 years ago*** empty log message ***
Stefan Monnier [Tue, 7 Dec 1999 06:39:33 +0000 (06:39 +0000)]
*** empty log message ***

25 years ago(font-lock-default-fontify-region): Fix subtle
Stefan Monnier [Tue, 7 Dec 1999 06:31:57 +0000 (06:31 +0000)]
(font-lock-default-fontify-region): Fix subtle
off-by-one problem that could force re-fontifying the whole buffer.
(font-lock-remove-keywords): New function.
(font-lock-add-keywords): Use the new function to ensure idempotence.

25 years ago(save-some-buffers): Turn EXITING into the more general
Stefan Monnier [Tue, 7 Dec 1999 06:31:32 +0000 (06:31 +0000)]
(save-some-buffers): Turn EXITING into the more general
PRED argument to allow specifying a subset of buffers.

25 years ago(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier [Tue, 7 Dec 1999 06:30:44 +0000 (06:30 +0000)]
(kill-region): Use the new `delete-and-extract-region'
rather than the undo log (which is incorrect with *-change-functions).

25 years ago* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer [Tue, 7 Dec 1999 04:58:54 +0000 (04:58 +0000)]
* viper-cmd.el (viper-minibuffer-standard-hook,
viper-minibuffer-real-start): new functions.
(viper-read-string-with-history,viper-file-add-suffix,
viper-trim-replace-chars-to-delete-if-necessary): adapt to the
change in the status of the minibuffer prompt.

25 years ago* editfns.c (Fdelete_and_extract_region): New function.
Stefan Monnier [Tue, 7 Dec 1999 04:42:40 +0000 (04:42 +0000)]
* editfns.c (Fdelete_and_extract_region): New function.
(syms_of_editfns): register it.
* insdel.c (del_range): update del_range_1 call.
(del_range_1, del_range_2): Add a ret_string argument to
request that the deleted text be returned.
(del_range_byte, del_range_both): Update del_range_2 call.
* lisp.h (del_range_1, del_range_2): change prototype
* casefiddle.c (casify_region): Update del_range_1 call.
* coding.c (code_convert_region): Update del_range_2 call.
* fileio.c (Finsert_file_contents): Update del_range_2 call.

25 years ago(set_lface_from_font_name): Fix incomplete merge.
Gerd Moellmann [Mon, 6 Dec 1999 21:23:20 +0000 (21:23 +0000)]
(set_lface_from_font_name): Fix incomplete merge.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 19:46:40 +0000 (19:46 +0000)]
*** empty log message ***

25 years ago(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii [Mon, 6 Dec 1999 18:00:33 +0000 (18:00 +0000)]
(info-node, info-menu-5, info-xref): Define colors for Info faces if
the display supports them.

25 years agoChange of intern-soft.
Gerd Moellmann [Mon, 6 Dec 1999 17:57:17 +0000 (17:57 +0000)]
Change of intern-soft.

25 years agoChanges for automatic remapping of X colors on terminal frames:
Eli Zaretskii [Mon, 6 Dec 1999 17:55:00 +0000 (17:55 +0000)]
Changes for automatic remapping of X colors on terminal frames:

* term/pc-win.el (msdos-setup-initial-frame): New function, run by
term-setup-hook.  Call msdos-remember-default-colors and
msdos-handle-reverse-video.
(msdos-face-setup): Parts of code moved to
msdos-setup-initial-frame.
(msdos-handle-reverse-video): New function, modeled after
x-handle-reverse-video.
(make-msdos-frame): Don't use initial-frame-alist and
default-frame-alist.  Call msdos-handle-reverse-video.
(msdos-color-aliases): Remove.
(msdos-color-translate, msdos-approximate-color): Remove.
(msdos-color-values): Use 16-bit RGB values.  RGB values updated
for better approximation of X colors.
(msdos-face-setup): Call tty-color-clear.  Remove code that sets
up tty-color-alist (it is now on startup.el).
(x-display-color-p, x-color-defined-p, x-color-values,
x-defined-colors, face-color-supported-p, face-color-gray-p):
Remove.

* facemenu.el (facemenu-read-color, list-colors-display): Use
defined-colors for all frame types.
(facemenu-color-equal): Use color-values for all frame types.

* faces.el (read-face-attribute): For :foreground and :background
attributes and frames on character terminals, translate the color
to the closest supported one before looking it up in the list of
valid values.
(face-valid-attribute-values): Call defined-colors for all types
of frames.
(defined-colors, color-defined-p, color-values, display-color-p):
New finctions.
(x-defined-colors, x-color-defined-p, x-color-values,
x-display-color-p): Aliases for the above.

* startup.el (command-line): Register terminal colors for frame
types other than x and w32, but only if the terminal supports
colors.  Call tty-color-define instead of face-register-tty-color.

* term/x-win.el (xw-defined-colors): Renamed from
x-defined-colors.
* term/w32-win.el (xw-defined-colors): Likewise.

* term/tty-colors.el: New file.
* loadup.el: Load term/tty-colors.

25 years ago(Fintern_soft): Accept a symbol argument.
Gerd Moellmann [Mon, 6 Dec 1999 17:52:27 +0000 (17:52 +0000)]
(Fintern_soft): Accept a symbol argument.

25 years ago(comint-redirect-results-list)
Gerd Moellmann [Mon, 6 Dec 1999 17:44:17 +0000 (17:44 +0000)]
(comint-redirect-results-list)
(comint-redirect-results-list-from-process): Remove interactive
spec.

25 years ago*** empty log message ***
Dave Love [Mon, 6 Dec 1999 17:16:30 +0000 (17:16 +0000)]
*** empty log message ***

25 years ago(SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
Eli Zaretskii [Mon, 6 Dec 1999 17:09:21 +0000 (17:09 +0000)]
(SYSTEM_PURESIZE_EXTRA): Reduce to 40000.

25 years ago(adjust_markers_for_delete): Fix last change.
Eli Zaretskii [Mon, 6 Dec 1999 17:04:33 +0000 (17:04 +0000)]
(adjust_markers_for_delete): Fix last change.

25 years ago(INTERNAL_TERMINAL): Add entries for color support.
Eli Zaretskii [Mon, 6 Dec 1999 16:55:26 +0000 (16:55 +0000)]
(INTERNAL_TERMINAL): Add entries for color support.

25 years agoChanges for automatic remapping of X colors on terminal frames:
Eli Zaretskii [Mon, 6 Dec 1999 16:54:09 +0000 (16:54 +0000)]
Changes for automatic remapping of X colors on terminal frames:

* xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X
frames.
(Vface_tty_color_alist): Remove.
(tty_defined_color): New function.
(defined_color): Rewrite to support any type of frame.
(tty_color_name): New function.
(face_color_supported_p, Fface_color_gray_p,
Fface_color_supported_p): Support non-X frames.
(load_color): Enclose the color name in quotes, in the log
messages.  Remove DOS-specific version of load_color.
(realize_tty_face): Take the supported colors from
tty-color-alist.  Support translation of X colors to the closest
tty color, for both MSDOS and tty frames.
[MSDOS]: Don't invert face colors if they were taken from the
frame colors.
(Fface_register_tty_color, Fface_clear_tty_colors): Remove.

* frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]:
Define a mostly empty surrogate.
(tty_display): Declare.

* frame.c (make_terminal_frame) [!macintosh]: Don't use
tty_display.
(Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P
frames when the frame's param_alist includes 'reverse.
(tty_display): Define.
(make_terminal_frame) [!MSDOS]: Assign &tty_display to the
output_data.x member.
(Fframe_parameters): Return foreground and background color names
on tty frames as well, in addition to MSDOS frames.

* msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object
selected_frame.
(struct x_output): Remove unused members; document who uses each
member.
(FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE,
FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES,
FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES,
FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
unused macro definintions.

* msdos.c (IT_set_frame_parameters): Don't call
recompute_basic_faces, the next redisplay will, anyway.
(x_current_display): Remove unused variable.
Many functions: changes for Lisp_object selected_frame.
(IT_set_face): If the tty_reverse_p flag is set for the face,
reverse the foreground and background colors.
(Fmsdos_remember_default_colors): New function.
(syms_of_msdos): Defsubr it.
(IT_set_frame_parameters): Use initial_screen_colors[] when
creating a new frame.  If the frame parameters include 'reverse,
swap the foreground and background colors.
(internal_terminal_init): Initialize initial_screen_colors to -1.
(syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up
cus-start.el.

* Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.

* xfns.c (x_defined_color): Rename from defined_color.  All
callers changed.
(Fxw_color_defined_p): Renamed from Fx_color_defined_p;
all callers changed.
(Fxw_color_values): Renamed from Fx_color_values; all callers
changed.
(Fxw_display_color_p): Renamed from Fx_display_color_p; all
callers changed.
(x_window_to_frame, x_any_window_to_frame,
x_non_menubar_window_to_frame, x_menubar_window_to_frame,
x_top_window_to_frame): Use !FRAME_X_P instead of
f->output_data.nothing.
* xterm.h (x_defined_color): Rename from defined_color.

* w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
f->output_data.nothing.
(Fxw_color_defined_p): Renamed from Fx_color_defined_p;
all callers changed.
(Fxw_color_values): Renamed from Fx_color_values; all callers
changed.
(Fxw_display_color_p): Renamed from Fx_display_color_p; all
callers changed.

* dispextern.h (tty_color_name): Add prototype.

* xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of
f->output_data.nothing.
* w32menu.c (menubar_id_to_frame): Likewise.
* w32term.h (w32_output): Declare.

* dosfns.c (Qmsdos_color_translate): Remove.
(msdos_stdcolor_name): Now returns a Lisp_Object.
* dosfns.h (Qmsdos_color_translate): Remove.

* s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.

25 years agoEtags.el change moved. Add dired-aux change.
Gerd Moellmann [Mon, 6 Dec 1999 16:46:41 +0000 (16:46 +0000)]
Etags.el change moved.  Add dired-aux change.

25 years ago(dired-do-shell-command): Changed documentation.
Gerd Moellmann [Mon, 6 Dec 1999 16:44:28 +0000 (16:44 +0000)]
(dired-do-shell-command): Changed documentation.
(dired-shell-stuff-it): A `?' in COMMAND has now the same
meaning as `*'.

25 years agoAutoload the ffap alias directly.
Dave Love [Mon, 6 Dec 1999 16:26:36 +0000 (16:26 +0000)]
Autoload the ffap alias directly.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:37:29 +0000 (13:37 +0000)]
*** empty log message ***

25 years ago(insert-buffer): Doc fix.
Gerd Moellmann [Mon, 6 Dec 1999 13:34:50 +0000 (13:34 +0000)]
(insert-buffer): Doc fix.

25 years agoPatch from rms.
Gerd Moellmann [Mon, 6 Dec 1999 13:27:00 +0000 (13:27 +0000)]
Patch from rms.

25 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:20:39 +0000 (13:20 +0000)]
*** empty log message ***

25 years ago(etags-tags-completion-table): Modified the
Gerd Moellmann [Mon, 6 Dec 1999 13:13:39 +0000 (13:13 +0000)]
(etags-tags-completion-table): Modified the
regexp to allow for the CL symbols starting with `+*'.
(tags-completion-table): Doc fix (it's an obarray, not an alist).
(tags-completion-table, tags-recognize-empty-tags-table): Remove
`function' quoting lambda.
(tags-with-face): New macro.
(list-tags, tags-apropos): Use it.
(tags-apropos-additional-actions): New user option.
(etags-tags-apropos-additional): Use it.
(tags-apropos): Call etags-tags-apropos-additional.
(tags-apropos-verbose): New user option.
(etags-tags-apropos): Use it.
(visit-tags-table-buffer, next-file): Use `unless'.
(recognize-empty-tags-table): Renamed to
tags-recognize-empty-tags-table.
(complete-tag): Call tags-complete-tag bypassing try-completion.

25 years ago(apropos-mode): Add autoload cookie.
Gerd Moellmann [Mon, 6 Dec 1999 13:12:38 +0000 (13:12 +0000)]
(apropos-mode): Add autoload cookie.

25 years agoChanges to etags.el.
Gerd Moellmann [Mon, 6 Dec 1999 13:09:10 +0000 (13:09 +0000)]
Changes to etags.el.

25 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Dec 1999 04:53:51 +0000 (04:53 +0000)]
*** empty log message ***

25 years agoDocstring modified.
Kenichi Handa [Mon, 6 Dec 1999 04:53:04 +0000 (04:53 +0000)]
Docstring modified.

25 years ago(adjust_markers_for_delete): Make it non-static.
Kenichi Handa [Mon, 6 Dec 1999 04:47:25 +0000 (04:47 +0000)]
(adjust_markers_for_delete): Make it non-static.

25 years ago(decide_coding_unwind): Renamed from
Kenichi Handa [Mon, 6 Dec 1999 04:46:51 +0000 (04:46 +0000)]
(decide_coding_unwind): Renamed from
set_auto_coding_unwind.
(Finsert_file_contents): Make single unwind protect to call both
Vset_auto_coding_function and Ffind_operation_coding_system.

25 years ago(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
Gerd Moellmann [Sun, 5 Dec 1999 14:13:31 +0000 (14:13 +0000)]
(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
powerpc-*-linux*.

25 years ago(bibtex-hs-forward-sexp): Added to support
Gerd Moellmann [Sun, 5 Dec 1999 13:24:44 +0000 (13:24 +0000)]
(bibtex-hs-forward-sexp): Added to support
using the hideshow package.
(hs-special-modes-alist): Added entry for bibtex to allow the use
of the hideshow package.
(bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
not longer provided by bibtex.el directly.  Instead the hideshow
package should be used.
(bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
references to bibtex-hide-entry-bodies.

Copyright notice is up to date.  Moved
maintainer information closer to the beginning of the bibtex.el
file.
(bibtex-maintainer-salutation): New constant.
bibtex-version): New constant.
bibtex-submit-bug-report): Use bibtex-version and
bibtex-maintainer-salutation.
(bibtex-entry-field-alist): Made booktitle field optional for
@inproceedings entries when crossreferenced.
(bibtex-entry-field-alist): Added booktitle field to proceedings
entry type (for cross referencing). Thanks to Wagner Toledo Correa
for the suggestion.
(bibtex-string-file-path): Fixed typo.
(bibtex-mode-map): Reserved the key `C-c &'
for reftex.el.
(bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
to menu.

25 years ago(Hash Tables): Note that alists win for small tables.
Dave Love [Sun, 5 Dec 1999 12:21:20 +0000 (12:21 +0000)]
(Hash Tables): Note that alists win for small tables.

25 years ago* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
Stefan Monnier [Sun, 5 Dec 1999 04:05:42 +0000 (04:05 +0000)]
* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
operators and handle them properly.
* regex.h (RE_ALL_GREEDY): New option.
(RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
sorting would put it.
(RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
(_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.

25 years ago*** empty log message ***
Dave Love [Sat, 4 Dec 1999 19:59:54 +0000 (19:59 +0000)]
*** empty log message ***

25 years agoAdd target arm*-*-linux-gnu*.
Dave Love [Sat, 4 Dec 1999 19:47:55 +0000 (19:47 +0000)]
Add target arm*-*-linux-gnu*.

25 years agoDerived from acorn.h by deletions.
Dave Love [Sat, 4 Dec 1999 19:46:10 +0000 (19:46 +0000)]
Derived from acorn.h by deletions.

25 years agoRevert previous change -- region is significant to skeleton.
Dave Love [Sat, 4 Dec 1999 19:35:23 +0000 (19:35 +0000)]
Revert previous change -- region is significant to skeleton.

25 years ago(install-arch-indep): Depend on `info'.
Dave Love [Sat, 4 Dec 1999 19:24:27 +0000 (19:24 +0000)]
(install-arch-indep): Depend on `info'.
(install-strip): Use `install' as sub-make target.

25 years agoFix commentary.
Dave Love [Sat, 4 Dec 1999 13:25:08 +0000 (13:25 +0000)]
Fix commentary.

25 years ago* viper-cmd.el (viper-change-state): Use
Michael Kifer [Sat, 4 Dec 1999 06:19:05 +0000 (06:19 +0000)]
* viper-cmd.el (viper-change-state): Use
viper-ESC-moves-cursor-back to decide whether to move the cursor
back.

25 years agoComments only.
Dave Love [Fri, 3 Dec 1999 20:56:14 +0000 (20:56 +0000)]
Comments only.

25 years ago(Fmessage_or_box): Use use_dialog_box.
Dave Love [Fri, 3 Dec 1999 20:48:13 +0000 (20:48 +0000)]
(Fmessage_or_box): Use use_dialog_box.

25 years ago(Overlays): Add menu entry for Finding Overlays.
Dave Love [Fri, 3 Dec 1999 19:38:44 +0000 (19:38 +0000)]
(Overlays): Add menu entry for Finding Overlays.

25 years ago(Antinews): Fix node Prev again.
Dave Love [Fri, 3 Dec 1999 19:36:28 +0000 (19:36 +0000)]
(Antinews): Fix node Prev again.