bpt/emacs.git
24 years ago(Fdocumentation_property): If value is not a string,
Gerd Moellmann [Tue, 7 Mar 2000 14:19:23 +0000 (14:19 +0000)]
(Fdocumentation_property): If value is not a string,
and doesn't refer to etc/DOC, evaluate it to obtain a string.

24 years agoChange maintainer to `none'.
Gerd Moellmann [Tue, 7 Mar 2000 12:41:05 +0000 (12:41 +0000)]
Change maintainer to `none'.

24 years ago(recentf-keep-non-readable-files-p): Quote args
Gerd Moellmann [Tue, 7 Mar 2000 12:34:58 +0000 (12:34 +0000)]
(recentf-keep-non-readable-files-p): Quote args
to remove-hook and add-hook.

24 years ago(mail-send-nonascii): Add a new value 'mime and use
Gerd Moellmann [Tue, 7 Mar 2000 12:33:39 +0000 (12:33 +0000)]
(mail-send-nonascii): Add a new value 'mime and use
it as the default.
(mail-send): Test mail-send-nonascii also for the new 'mime value.
(sendmail-send-it): Conditionaly add MIME headers specifying the
used character set.

24 years ago(x_connection_closed) [USE_X_TOOLKIT]: Don't try to
Gerd Moellmann [Tue, 7 Mar 2000 12:25:28 +0000 (12:25 +0000)]
(x_connection_closed) [USE_X_TOOLKIT]: Don't try to
close the display with XtCloseDisplay.  This caused a bus error
on OpenWindows.

24 years ago(auto-mode-alist): Add configure.in.
Dave Love [Tue, 7 Mar 2000 12:17:34 +0000 (12:17 +0000)]
(auto-mode-alist): Add configure.in.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Mar 2000 12:02:52 +0000 (12:02 +0000)]
*** empty log message ***

24 years ago(Fminibuffer_complete): Move point to ZV when input is
Gerd Moellmann [Tue, 7 Mar 2000 10:31:12 +0000 (10:31 +0000)]
(Fminibuffer_complete): Move point to ZV when input is
complete but not unique.

24 years agoFix keywords, autoload cookies. Split
Dave Love [Tue, 7 Mar 2000 10:10:40 +0000 (10:10 +0000)]
Fix keywords, autoload cookies.  Split
eval-when-compile form to avoid compilation failure.

24 years agoAdd comments on coding-category-utf-8,
Kenichi Handa [Tue, 7 Mar 2000 06:17:54 +0000 (06:17 +0000)]
Add comments on coding-category-utf-8,
coding-category-utf-16-be, and coding-category-utf-16-le.
(coding_category_name): Include "coding-category-utf-8",
"coding-category-utf-16-be", and "coding-category-utf-16-le".
(UTF_8_1_OCTET_P) (UTF_8_EXTRA_OCTET_P) (UTF_8_2_OCTET_LEADING_P)
(UTF_8_3_OCTET_LEADING_P) (UTF_8_4_OCTET_LEADING_P)
(UTF_8_5_OCTET_LEADING_P) (UTF_8_6_OCTET_LEADING_P): New macros.
(detect_coding_utf_8): New function.
(UTF_16_INVALID_P) (TF_16_HIGH_SURROGATE_P)
(UTF_16_LOW_SURROGATE_P): New macros.
(detect_coding_utf_16): New function.
(detect_coding_mask): Fix bug of returning wrong mask bits in the
case that detect_coding_XXX returns a mask not set in
priorities[i].
(detect_eol_type_in_2_octet_form): New function.
(detect_eol): If cooding->category_idx is for UTF-16, call
detect_eol_type_in_2_octet_form instead of dectect_eol_type.
(detect_coding_system): Don't include `nil' coding-system in the
result.
(Fupdate_coding_systems_internal): Update all coding-categories.

24 years ago(CODING_CATEGORY_IDX_UTF_8)
Kenichi Handa [Tue, 7 Mar 2000 06:17:10 +0000 (06:17 +0000)]
(CODING_CATEGORY_IDX_UTF_8)
(CODING_CATEGORY_IDX_UTF_16_BE)
(CODING_CATEGORY_IDX_UTF_16_LE): New macros
(CODING_CATEGORY_IDX_RAW_TEXT) (CODING_CATEGORY_IDX_BINARY)
(CODING_CATEGORY_IDX_MAX): Re-numbered.
(CODING_CATEGORY_MASK_UTF_8) (CODING_CATEGORY_MASK_UTF_16_BE)
(CODING_CATEGORY_MASK_UTF_16_LE): New macros.
(CODING_CATEGORY_MASK_ANY): Include them.
(CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.

24 years ago(coding-category-utf-8,
Kenichi Handa [Tue, 7 Mar 2000 06:16:30 +0000 (06:16 +0000)]
(coding-category-utf-8,
coding-category-utf-16-be, coding-category-utf-16-le): New coding
categories.  Include them in the argument for set-coding-priority.

24 years ago(reset-language-environment): Include
Kenichi Handa [Tue, 7 Mar 2000 06:16:04 +0000 (06:16 +0000)]
(reset-language-environment): Include
coding-category-utf-8, coding-category-utf-16-be, and
coding-category-utf-16-le in the argument for set-coding-priority.
(reset-language-environment): Initialize coding-category-utf-8,
coding-category-utf-16-be, and coding-category-utf-16-le to nil.

24 years agoModify comment about coding system
Kenichi Handa [Tue, 7 Mar 2000 06:15:36 +0000 (06:15 +0000)]
Modify comment about coding system
property `coding-category'.
(make-coding-system): New argument EOL-TYPE.  Pay attention to
coding-category property of PROPERTIES.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 7 Mar 2000 06:14:45 +0000 (06:14 +0000)]
*** empty log message ***

24 years ago(make_menubar): Set XmNresizeHeight and
Gerd Moellmann [Mon, 6 Mar 2000 22:50:15 +0000 (22:50 +0000)]
(make_menubar): Set XmNresizeHeight and
XmNresizeWidth resources only if LESSTIF_VERSION is defined.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Mar 2000 12:48:03 +0000 (12:48 +0000)]
*** empty log message ***

24 years ago(bookmark-file-or-variation-thereof): New func, for
Gerd Moellmann [Mon, 6 Mar 2000 12:46:50 +0000 (12:46 +0000)]
(bookmark-file-or-variation-thereof): New func, for
code abstracted out of `bookmark-jump-noselect'.  Now tries info
extensions as well as compression extensions.
(bookmark-jump-noselect): Use above new func.

24 years ago(send_process): Remove local variable `procname' that
Gerd Moellmann [Mon, 6 Mar 2000 12:41:53 +0000 (12:41 +0000)]
(send_process): Remove local variable `procname' that
might become invalid when a GC happens.  Instead, access the
process name slot directly.

24 years ago(x_set_menu_bar_lines_1): Adjust window's orig_top and
Gerd Moellmann [Mon, 6 Mar 2000 12:11:01 +0000 (12:11 +0000)]
(x_set_menu_bar_lines_1): Adjust window's orig_top and
orig_height if set.

24 years ago(IT_note_mouse_highlight): Return immediately if frame's
Eli Zaretskii [Mon, 6 Mar 2000 10:24:37 +0000 (10:24 +0000)]
(IT_note_mouse_highlight): Return immediately if frame's
glyph matrices have been freed.

24 years ago(bootstrap-temacs): Set LC_ALL to C like for temacs.
Gerd Moellmann [Sun, 5 Mar 2000 20:25:40 +0000 (20:25 +0000)]
(bootstrap-temacs): Set LC_ALL to C like for temacs.

24 years ago(coordinates_in_window): Use
Gerd Moellmann [Sun, 5 Mar 2000 20:22:48 +0000 (20:22 +0000)]
(coordinates_in_window): Use
FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
FRAME_INTERNAL_BORDER_WIDTH.

24 years ago(FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
Gerd Moellmann [Sun, 5 Mar 2000 20:20:28 +0000 (20:20 +0000)]
(FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.

24 years ago(QCdata): Moved here from xfns.c.
Gerd Moellmann [Sun, 5 Mar 2000 20:19:32 +0000 (20:19 +0000)]
(QCdata): Moved here from xfns.c.
(syms_of_xdisp): Initialize QCdata.

24 years ago(QCdata): Moved to xdisp.c.
Gerd Moellmann [Sun, 5 Mar 2000 20:18:07 +0000 (20:18 +0000)]
(QCdata): Moved to xdisp.c.

24 years ago(tags): Include ../lwlib/TAGS in TAGS.
Gerd Moellmann [Sun, 5 Mar 2000 20:16:47 +0000 (20:16 +0000)]
(tags): Include ../lwlib/TAGS in TAGS.

24 years ago(xm_manage_resizing): Rewritten.
Gerd Moellmann [Sun, 5 Mar 2000 14:32:02 +0000 (14:32 +0000)]
(xm_manage_resizing): Rewritten.

24 years ago(lw_modify_all_widgets): Return non-zero if widget
Gerd Moellmann [Sun, 5 Mar 2000 14:31:04 +0000 (14:31 +0000)]
(lw_modify_all_widgets): Return non-zero if widget
tree was changed.
(merge_widget_value): Add parameter CHANGE_P.  Set *CHANGE_P
to 1 if a change occurs.

24 years ago(lw_modify_all_widgets): Change prototype.
Gerd Moellmann [Sun, 5 Mar 2000 14:30:37 +0000 (14:30 +0000)]
(lw_modify_all_widgets): Change prototype.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 5 Mar 2000 10:44:01 +0000 (10:44 +0000)]
*** empty log message ***

24 years ago(select_visual): Rewritten. Recognize user-specified
Gerd Moellmann [Sun, 5 Mar 2000 10:25:26 +0000 (10:25 +0000)]
(select_visual): Rewritten.  Recognize user-specified
visual classes.
(visual_classes): New variable.

24 years ago(select_visual): Change prototype.
Gerd Moellmann [Sun, 5 Mar 2000 10:24:19 +0000 (10:24 +0000)]
(select_visual): Change prototype.

24 years ago(x_term_init): Create a colormap if not using the
Gerd Moellmann [Sun, 5 Mar 2000 10:23:14 +0000 (10:23 +0000)]
(x_term_init): Create a colormap if not using the
default visual.

24 years ago(try_window_id): Recompute unchanged information if
Gerd Moellmann [Sun, 5 Mar 2000 10:21:53 +0000 (10:21 +0000)]
(try_window_id): Recompute unchanged information if
it is invalid.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 4 Mar 2000 16:04:15 +0000 (16:04 +0000)]
*** empty log message ***

24 years ago(make_shadow_gcs): Use the widget's colormap instead
Gerd Moellmann [Sat, 4 Mar 2000 16:04:00 +0000 (16:04 +0000)]
(make_shadow_gcs): Use the widget's colormap instead
of the screen's default colormap.

24 years ago(x_defined_color, x_set_mouse_color, lookup_rgb_color)
Gerd Moellmann [Sat, 4 Mar 2000 16:02:15 +0000 (16:02 +0000)]
(x_defined_color, x_set_mouse_color, lookup_rgb_color)
(lookup_pixel_color, x_laplace, x_build_heuristic_mask)
(png_load): Access colormap of frame using FRAME_X_COLORMAP.
(x_decode_color): Don't handle allocation of white and black
specially.
(x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
XtNcolormap resources.
(x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
(Fx_create_frame): Initialize color members of x_output structure.
(xpm_load): Pass colormap to XPM lib.

24 years ago(struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann [Sat, 4 Mar 2000 16:00:56 +0000 (16:00 +0000)]
(struct x_display_info): Add Colormap member `cmap'.
(FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.

24 years ago(x_term_init): Set Colormap member of x_display_info
Gerd Moellmann [Sat, 4 Mar 2000 16:00:03 +0000 (16:00 +0000)]
(x_term_init): Set Colormap member of x_display_info
structure.  Copy colormap if resource `privateColormap' is
specified (PseudoColor only).
(x_setup_relief_color): Access colormap of frame using
FRAME_X_COLORMAP.

24 years ago(x_free_colors): Access colormap of frame using
Gerd Moellmann [Sat, 4 Mar 2000 15:58:49 +0000 (15:58 +0000)]
(x_free_colors): Access colormap of frame using
FRAME_X_COLORMAP.  Be paranoid about freeing black and white
when default colormap is used.

24 years agoChange many FRAME_X... macros to FRAME_WINDOW... or other
Jason Rumney [Sat, 4 Mar 2000 14:56:00 +0000 (14:56 +0000)]
Change many FRAME_X... macros to FRAME_WINDOW... or other
non-platform-specific equivalents.
[WINDOWSNT]: include w32term.h, fontset.h and define X specific
functions and macros as their w32 equivalents where
non-platform-specifics are not available.
[HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
(x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
(clear_font_table) [WINDOWSNT]: Call w32_unload_font.
(frame_update_line_height): Use macros to access f->output_data.
(defined_color): Remove FIXME comments; fixed.
(x_face_list_fonts, prepare_face_for_display): Put X specifics into
#ifdef blocks. Add WINDOWSNT blocks.
(Fx_list_fonts): Use macros for accessing font data.
(set_lface_from_font_name): Different default fonts for X and WINDOWSNT.
(font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
scalable for backward compatibility.
(realize_tty_face) [MSDOS]: do the same for WINDOWSNT.
(syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.

24 years ago[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
Jason Rumney [Sat, 4 Mar 2000 14:50:45 +0000 (14:50 +0000)]
[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.

24 years ago(w32faces.obj): Remove.
Jason Rumney [Sat, 4 Mar 2000 14:49:36 +0000 (14:49 +0000)]
(w32faces.obj): Remove.
(xfaces.obj): Add.

24 years ago(make_lispy_event): Call buffer_posn_from_coords with correct parameters.
Jason Rumney [Fri, 3 Mar 2000 20:32:33 +0000 (20:32 +0000)]
(make_lispy_event): Call buffer_posn_from_coords with correct parameters.

24 years ago*** empty log message ***
Jason Rumney [Fri, 3 Mar 2000 20:29:08 +0000 (20:29 +0000)]
*** empty log message ***

24 years ago* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn [Fri, 3 Mar 2000 15:28:34 +0000 (15:28 +0000)]
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
standard ELF definitions here if the system header does not.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 3 Mar 2000 14:00:31 +0000 (14:00 +0000)]
*** empty log message ***

24 years agoChange maintainer's mail address.
Gerd Moellmann [Fri, 3 Mar 2000 13:56:05 +0000 (13:56 +0000)]
Change maintainer's mail address.

24 years ago(PER_CHAR_METRIC): Removed.
Gerd Moellmann [Fri, 3 Mar 2000 13:49:32 +0000 (13:49 +0000)]
(PER_CHAR_METRIC): Removed.
(x_per_char_metric_1, x_default_char): New functions.
(x_per_char_metric): If font's default char is invalid, return
metrics of a suitably chosen usable default char.
(x_draw_glyph_string_foreground): If font has an invalid default
char, replace occurrences of that char with a suitably chosen
usable default char.

24 years ago(list-character-sets): Make help-echo
Kenichi Handa [Fri, 3 Mar 2000 04:17:09 +0000 (04:17 +0000)]
(list-character-sets): Make help-echo
string by substitute-command-keys.
(list-character-sets): Likewise.
(sort-listed-character-sets): Call help-setup-xref.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 3 Mar 2000 04:16:42 +0000 (04:16 +0000)]
*** empty log message ***

24 years agoecho-keystrokes change.
Dave Love [Thu, 2 Mar 2000 22:08:36 +0000 (22:08 +0000)]
echo-keystrokes change.

24 years agodefine-key-after change
Dave Love [Thu, 2 Mar 2000 22:05:43 +0000 (22:05 +0000)]
define-key-after change

24 years ago(free_glyphs): Block input while freeing matrices.
Gerd Moellmann [Thu, 2 Mar 2000 20:11:02 +0000 (20:11 +0000)]
(free_glyphs): Block input while freeing matrices.

24 years ago(note_mouse_highlight): Return quickly if frame's
Gerd Moellmann [Thu, 2 Mar 2000 20:08:20 +0000 (20:08 +0000)]
(note_mouse_highlight): Return quickly if frame's
glyph matrices have been freed.

24 years agoMention the new menu-bar structure.
Eli Zaretskii [Thu, 2 Mar 2000 14:37:01 +0000 (14:37 +0000)]
Mention the new menu-bar structure.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Mar 2000 13:46:46 +0000 (13:46 +0000)]
*** empty log message ***

24 years ago(display-time-mail-file): Add `none' to the list of
Gerd Moellmann [Thu, 2 Mar 2000 13:39:39 +0000 (13:39 +0000)]
(display-time-mail-file): Add `none' to the list of
choices.

24 years ago(x_clear_image, x_kill_gs_process): Use x_free_colors.
Gerd Moellmann [Thu, 2 Mar 2000 13:27:51 +0000 (13:27 +0000)]
(x_clear_image, x_kill_gs_process): Use x_free_colors.

24 years ago(x_alloc_lighter_color, x_setup_relief_color): Use
Gerd Moellmann [Thu, 2 Mar 2000 13:26:21 +0000 (13:26 +0000)]
(x_alloc_lighter_color, x_setup_relief_color): Use
x_free_colors.

24 years ago(x_free_colors): Add prototype.
Gerd Moellmann [Thu, 2 Mar 2000 13:24:54 +0000 (13:24 +0000)]
(x_free_colors): Add prototype.

24 years ago(x_free_colors): New function.
Gerd Moellmann [Thu, 2 Mar 2000 13:23:42 +0000 (13:23 +0000)]
(x_free_colors): New function.
(unload_color, free_face_colors): Use it.

24 years ago*** empty log message ***
Dave Love [Thu, 2 Mar 2000 12:27:55 +0000 (12:27 +0000)]
*** empty log message ***

24 years ago(FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
Eli Zaretskii [Thu, 2 Mar 2000 12:27:37 +0000 (12:27 +0000)]
(FRAME_INTERNAL_BORDER_WIDTH): Define to zero.

24 years ago[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).
Eli Zaretskii [Thu, 2 Mar 2000 12:22:49 +0000 (12:22 +0000)]
[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).

24 years ago(help-xref-go-back): Don't try to set position.
Dave Love [Thu, 2 Mar 2000 12:17:28 +0000 (12:17 +0000)]
(help-xref-go-back): Don't try to set position.

24 years ago*** empty log message ***
Dave Love [Thu, 2 Mar 2000 10:32:35 +0000 (10:32 +0000)]
*** empty log message ***

24 years ago(list-character-sets): Call
Dave Love [Thu, 2 Mar 2000 10:32:17 +0000 (10:32 +0000)]
(list-character-sets): Call
help-setup-xref.  Add help-echo to xrefs.
(list-character-sets-1): Add help-echo to xrefs.

24 years agoTerminate comment.
Dave Love [Thu, 2 Mar 2000 10:27:35 +0000 (10:27 +0000)]
Terminate comment.

24 years agoDon't set C_OPTIMIZE_SWITCH for gcc.
Dave Love [Thu, 2 Mar 2000 10:23:27 +0000 (10:23 +0000)]
Don't set C_OPTIMIZE_SWITCH for gcc.

24 years agoDon't set C_OPTIMIZE_SWITCH.
Dave Love [Thu, 2 Mar 2000 10:21:18 +0000 (10:21 +0000)]
Don't set C_OPTIMIZE_SWITCH.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Mar 2000 09:49:52 +0000 (09:49 +0000)]
*** empty log message ***

24 years ago(lisp_suffixes) Add `LSP'.
Gerd Moellmann [Thu, 2 Mar 2000 09:48:52 +0000 (09:48 +0000)]
(lisp_suffixes)  Add `LSP'.

24 years ago(machine): Add support for `*-auspex-sunos*'.
Gerd Moellmann [Thu, 2 Mar 2000 09:44:43 +0000 (09:44 +0000)]
(machine): Add support for `*-auspex-sunos*'.

24 years ago(blink-cursor-mode): Switch cursor on when turning
Gerd Moellmann [Thu, 2 Mar 2000 09:34:13 +0000 (09:34 +0000)]
(blink-cursor-mode): Switch cursor on when turning
the mode off.

24 years ago(add-log-current-defun): Add support for
Gerd Moellmann [Thu, 2 Mar 2000 09:32:23 +0000 (09:32 +0000)]
(add-log-current-defun): Add support for
Autoconf mode.

24 years ago(rmail-quit-hook): New variable.
Gerd Moellmann [Thu, 2 Mar 2000 09:29:36 +0000 (09:29 +0000)]
(rmail-quit-hook): New variable.

24 years ago(coding_save_composition): Be sure to allocate
Kenichi Handa [Thu, 2 Mar 2000 06:09:15 +0000 (06:09 +0000)]
(coding_save_composition): Be sure to allocate
composition data area in coding even if there's no composition in
the current run.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 2 Mar 2000 06:08:38 +0000 (06:08 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Thu, 2 Mar 2000 04:23:19 +0000 (04:23 +0000)]
*** empty log message ***

24 years ago("latin-1-prefix"): Add rules for symbols.
Kenichi Handa [Thu, 2 Mar 2000 03:55:43 +0000 (03:55 +0000)]
("latin-1-prefix"): Add rules for symbols.

24 years ago*** empty log message ***
Dave Love [Thu, 2 Mar 2000 00:00:54 +0000 (00:00 +0000)]
*** empty log message ***

24 years agoBring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.
Jason Rumney [Wed, 1 Mar 2000 21:13:15 +0000 (21:13 +0000)]
Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.

24 years agoBring up to date with xfns.c changes from 2000-02-25 and 2000-02-21.
Jason Rumney [Wed, 1 Mar 2000 21:05:52 +0000 (21:05 +0000)]
Bring up to date with xfns.c changes from 2000-02-25 and 2000-02-21.

24 years ago(lisp-mode-syntax-table): Fix syntax of |.
Dave Love [Wed, 1 Mar 2000 21:02:37 +0000 (21:02 +0000)]
(lisp-mode-syntax-table): Fix syntax of |.

24 years ago[WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending
Jason Rumney [Wed, 1 Mar 2000 20:55:11 +0000 (20:55 +0000)]
[WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending
convention is followed.

24 years ago[HAVE_BOXES]: Remove #undef.
Jason Rumney [Wed, 1 Mar 2000 20:49:16 +0000 (20:49 +0000)]
[HAVE_BOXES]: Remove #undef.
(single_keymap_panes): Remove code for simulating checkmarks.
(single_menu_item): Remove notbuttons_ptr argument. Callers changed.
Remove code for drawing simulated checkmarks.
(w32_menu_show): make unibyte help string correctly.
(add_menu_item): draw standard Windows checkmarks. Draw radio buttons
as radio buttons if possible.

24 years ago(help-xref-button): Add help-echo arg.
Dave Love [Wed, 1 Mar 2000 19:07:30 +0000 (19:07 +0000)]
(help-xref-button): Add help-echo arg.
(describe-function-1, describe-variable, help-make-xrefs): Use it.

24 years ago(list-text-properties-at): Set help-xref-stack to
Dave Love [Wed, 1 Mar 2000 19:05:24 +0000 (19:05 +0000)]
(list-text-properties-at): Set help-xref-stack to
nil.

24 years ago(list-faces-display): Supply help-echo with
Dave Love [Wed, 1 Mar 2000 19:05:05 +0000 (19:05 +0000)]
(list-faces-display): Supply help-echo with
help-make-xrefs.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 1 Mar 2000 12:56:09 +0000 (12:56 +0000)]
*** empty log message ***

24 years ago(machine): Add `mipsel-*-netbsd*' and
Gerd Moellmann [Wed, 1 Mar 2000 12:54:21 +0000 (12:54 +0000)]
(machine): Add `mipsel-*-netbsd*' and
`arm-*-netbsd*'.

24 years ago[__NetBSD__]: Define `unix'.
Gerd Moellmann [Wed, 1 Mar 2000 12:51:03 +0000 (12:51 +0000)]
[__NetBSD__]: Define `unix'.

24 years ago(LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
Gerd Moellmann [Wed, 1 Mar 2000 12:50:26 +0000 (12:50 +0000)]
(LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.

24 years ago(START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
Gerd Moellmann [Wed, 1 Mar 2000 12:50:01 +0000 (12:50 +0000)]
(START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
(UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
(LINKER): Don't undef if __NetBSD__ is defined.

24 years ago(start_of_text): Don't define this function for NetBSD
Gerd Moellmann [Wed, 1 Mar 2000 12:49:35 +0000 (12:49 +0000)]
(start_of_text): Don't define this function for NetBSD
with ELF.

24 years ago(defimage): Look for image files in load-path.
Gerd Moellmann [Wed, 1 Mar 2000 12:47:15 +0000 (12:47 +0000)]
(defimage): Look for image files in load-path.

24 years ago(recentf): Added version tag to the defgroup of
Gerd Moellmann [Wed, 1 Mar 2000 12:46:12 +0000 (12:46 +0000)]
(recentf): Added version tag to the defgroup of
recentf.

(recentf-cleanup): Changed to remove excluded file
too.
(recentf-edit-list-action): `recentf-edit-list' checkbox widget
action to select/unselect a file.
(recentf-edit-list): Code cleanup and improvement.
(recentf-open-more-files-action): `recentf-open-more-files' button
widget action to open a file.
(recentf-open-more-files): No more use standard completion but
widgets.
(recentf-more-collection): Deleted.
(recentf-more-history): Deleted.
(recentf-setup-more-completion): Deleted.

(recentf-mode): No more needs that Emacs is running
under a window-system.

(recentf-edit-list): New command to edit the recent
list which allow the user to remove files.
(recentf-edit-selected-items): New global variable, used by
`recentf-edit-list' to hold the list of files to be removed from
the recent list.
(recentf-make-menu-items): Updated to display a "Edit list..."
menu item.  Minor code cleanup.

(recentf-open-more-files): New command to open files
that are not displayed in the menu.
(recentf-more-collection): New global variable holding the set of
permissible completions used by `recentf-open-more-files'.
(recentf-more-history): New global variable holding the history list
used by `recentf-open-more-files' completion.
(recentf-setup-more-completion): New function to setup completion for
`recentf-open-more-files'.
(recentf-make-menu-items): Updated to display a "More..." menu item.

* recentf.el (recentf-menu-action): Doc fixed.

(recentf-menu-filter): Doc updated.
(recentf-update-menu-hook): Allow menu filters to force menu update.
(recentf-make-menu-items): New menu filter handling.
(recentf-make-menu-item): New helper function.
(recentf-menu-elements): New menu handling function.
(recentf-sort-ascending): Updated to new menu filter handling.
(recentf-sort-descending): Updated to new menu filter handling.
(recentf-sort-basenames-ascending): New menu filter function.
(recentf-sort-basenames-descending): New menu filter function.
(recentf-show-basenames): New menu filter function.
(recentf-show-basenames-ascending): New menu filter function.
(recentf-show-basenames-descending): New menu filter function.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 1 Mar 2000 10:29:49 +0000 (10:29 +0000)]
*** empty log message ***