bpt/emacs.git
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 ***

24 years ago(list-diary-entries): Don't try to go forward at
Gerd Moellmann [Wed, 1 Mar 2000 10:28:44 +0000 (10:28 +0000)]
(list-diary-entries): Don't try to go forward at
the end of the buffer.

24 years ago(dired-filename-at-point): Add `@' to valid
Gerd Moellmann [Wed, 1 Mar 2000 10:27:54 +0000 (10:27 +0000)]
(dired-filename-at-point): Add `@' to valid
file name characters.
(dired-filename-at-point): Handle ange-ftp file names.

24 years ago(busy-cursor-delay-seconds): Change type to `number'.
Gerd Moellmann [Wed, 1 Mar 2000 10:27:05 +0000 (10:27 +0000)]
(busy-cursor-delay-seconds): Change type to `number'.

24 years ago(start_busy_cursor): Allow floats for busy-cursor-delay.
Gerd Moellmann [Wed, 1 Mar 2000 10:25:12 +0000 (10:25 +0000)]
(start_busy_cursor): Allow floats for busy-cursor-delay.

24 years ago(start_atimer): Don't abort when timers are stopped.
Gerd Moellmann [Tue, 29 Feb 2000 13:50:23 +0000 (13:50 +0000)]
(start_atimer): Don't abort when timers are stopped.
(append_atimer_lists): New function.
(cancel_atimer, stop_other_atimers, run_all_atimers): Handle
arbitrary lists of stopped and running atimers.

24 years ago(list-character-sets): Completely
Kenichi Handa [Tue, 29 Feb 2000 11:32:52 +0000 (11:32 +0000)]
(list-character-sets): Completely
rewritten.
(sort-listed-character-sets): New function.
(list-character-sets-1): Completely rewritten.
(list-character-sets-2): New function.
(non-iso-charset-alist): New variable.
(decode-codepage-char): New function.
(charset-history): New variable.
(read-charset) (list-block-of-chars)
(list-iso-charset-chars)
(list-non-iso-charset-chars)
(list-charset-chars): New functions.
(mule-diag): Call list-character-sets-2, not
list-character-sets-2.
(dump-charsets): Likewise.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Feb 2000 11:31:24 +0000 (11:31 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 29 Feb 2000 10:16:31 +0000 (10:16 +0000)]
*** empty log message ***

24 years ago(frame-notice-user-settings): Use assq-delete-all
Gerd Moellmann [Tue, 29 Feb 2000 10:15:00 +0000 (10:15 +0000)]
(frame-notice-user-settings): Use assq-delete-all
instead of assoc-delete-all.
(frame-notice-user-settings): Ditto.

24 years ago(assq-delete-all): Renamed from assoc-delete-all.
Gerd Moellmann [Tue, 29 Feb 2000 10:13:42 +0000 (10:13 +0000)]
(assq-delete-all): Renamed from assoc-delete-all.
Don't copy alist.

24 years ago(C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
Gerd Moellmann [Tue, 29 Feb 2000 09:57:09 +0000 (09:57 +0000)]
(C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.

24 years ago(java-keywords): Added missing java 1.2.2 Javadoc tags.
Gerd Moellmann [Tue, 29 Feb 2000 09:37:22 +0000 (09:37 +0000)]
(java-keywords): Added missing java 1.2.2 Javadoc tags.

24 years ago(calculator-use-menu): New option.
Gerd Moellmann [Tue, 29 Feb 2000 09:34:42 +0000 (09:34 +0000)]
(calculator-use-menu): New option.
(calculator-initial-bindings): Changed some bindings to work as
macros.
(calculator-forced-input): Removed.
(calculator-restart-other-mode): New variable.
(calculator-mode-map): Set up menu.

24 years ago(cancel_atimer): Handle canceling an atimer when
Gerd Moellmann [Tue, 29 Feb 2000 09:31:42 +0000 (09:31 +0000)]
(cancel_atimer): Handle canceling an atimer when
some timers are stopped.

24 years ago(cancel_busy_cursor): Set busy_cursor_atimer to null
Gerd Moellmann [Tue, 29 Feb 2000 09:31:20 +0000 (09:31 +0000)]
(cancel_busy_cursor): Set busy_cursor_atimer to null
after canceling it.

24 years ago(maybe_resize_hash_table): Handle case of new size
Gerd Moellmann [Tue, 29 Feb 2000 09:30:43 +0000 (09:30 +0000)]
(maybe_resize_hash_table): Handle case of new size
coming out as being the same as old size.

24 years ago*** empty log message ***
Michael Kifer [Mon, 28 Feb 2000 06:23:55 +0000 (06:23 +0000)]
*** empty log message ***

24 years ago* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer [Mon, 28 Feb 2000 06:16:44 +0000 (06:16 +0000)]
* viper-cmd.el (viper-envelop-ESC-key): added the option to
translate all ESC key sequences.
(viper-goto-mark-subr): restore markers for files for which
they were saved.
* viper-init.el (viper-translate-all-ESC-keysequences): new variable.
* viper-util.el (viper-set-replace-overlay-glyphs,
viper-set-replace-overlay): always check if the replacement
overlay is live.
* viper.el (viper-vi-state-mode-list): added major modes.
* ediff-wind.el: minor comment changes.
* ediff.el: copyright notice date fix.

24 years ago*** empty log message ***
Jason Rumney [Sun, 27 Feb 2000 21:52:51 +0000 (21:52 +0000)]
*** empty log message ***

24 years ago(handle_single_display_prop): Use FONT_HEIGHT macro.
Jason Rumney [Sun, 27 Feb 2000 21:39:46 +0000 (21:39 +0000)]
(handle_single_display_prop): Use FONT_HEIGHT macro.
(echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.

24 years ago(single_submenu): Set up help string.
Jason Rumney [Sun, 27 Feb 2000 21:38:00 +0000 (21:38 +0000)]
(single_submenu): Set up help string.
[!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
(w32_dialog_show): Set up help string.

24 years ago(struct W32FontStruct): Revert last change after change to xdisp.c.
Jason Rumney [Sun, 27 Feb 2000 21:36:58 +0000 (21:36 +0000)]
(struct W32FontStruct): Revert last change after change to xdisp.c.

24 years ago(w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, WM_LBUTTON_UP,
Jason Rumney [Sun, 27 Feb 2000 21:36:00 +0000 (21:36 +0000)]
(w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, WM_LBUTTON_UP,
WM_RBUTTON_UP]: Do not treat 4 or more button mice as 2 button mice.

24 years ago(tty_defined_color): Apply xfaces.c change from 02-17.
Jason Rumney [Sun, 27 Feb 2000 21:32:22 +0000 (21:32 +0000)]
(tty_defined_color): Apply xfaces.c change from 02-17.

24 years agoOnly disable window system features for dispextern.h
Jason Rumney [Sun, 27 Feb 2000 21:31:07 +0000 (21:31 +0000)]
Only disable window system features for dispextern.h
(initialize_w32_display): Build a display info for the console.

24 years agoAdd atimer.h to dependencies.
Jason Rumney [Sun, 27 Feb 2000 21:30:11 +0000 (21:30 +0000)]
Add atimer.h to dependencies.

24 years ago(init_environment): Set Vw32_num_mouse_buttons here.
Jason Rumney [Sun, 27 Feb 2000 21:28:38 +0000 (21:28 +0000)]
(init_environment): Set Vw32_num_mouse_buttons here.

24 years ago(w32_display_info_for_display): Remove unused function.
Jason Rumney [Sun, 27 Feb 2000 21:26:58 +0000 (21:26 +0000)]
(w32_display_info_for_display): Remove unused function.
(w32_draw_bitmap): Use pre-built bitmaps.
(w32_initialize_display_info): New function to initialize parts of
display info that are common to both GUI and console frames.
(w32_term_init): Use w32_initialize_display_info. Do not set
Vw32_num_mouse_buttons here, as it is not called for console
frames.  Build bitmaps for indicating truncated lines etc.
(x_delete_display): Destroy pre-built bitmaps.

24 years ago(face-font-family-alternatives): Add arial to helv.
Jason Rumney [Sun, 27 Feb 2000 21:13:00 +0000 (21:13 +0000)]
(face-font-family-alternatives): Add arial to helv.
(mode-line, header-line, tool-bar): Same default as x for w32.
(fixed-pitch, variable-pitch): Remove wildcard as it prevents
face-font-family-alternatives from working.

24 years ago(mouse-set-font): Do not build fontset from chosen font.
Jason Rumney [Sun, 27 Feb 2000 21:11:51 +0000 (21:11 +0000)]
(mouse-set-font): Do not build fontset from chosen font.

24 years agoAdd a bunch of prototypes.
Dave Love [Sun, 27 Feb 2000 20:41:17 +0000 (20:41 +0000)]
Add a bunch of prototypes.

24 years agoRemove definition of CONST.
Dave Love [Sun, 27 Feb 2000 12:48:53 +0000 (12:48 +0000)]
Remove definition of CONST.

24 years ago*** empty log message ***
Dave Love [Sun, 27 Feb 2000 12:31:28 +0000 (12:31 +0000)]
*** empty log message ***

24 years agoFix pattern for osf5+.
Dave Love [Sun, 27 Feb 2000 12:28:12 +0000 (12:28 +0000)]
Fix pattern for osf5+.

24 years agoreplace-regexps-in-string, mouse-position-function, define-key-after change
Dave Love [Sat, 26 Feb 2000 14:00:51 +0000 (14:00 +0000)]
replace-regexps-in-string, mouse-position-function, define-key-after change