1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 20:30:29 -08:00
Commit graph

14617 commits

Author SHA1 Message Date
Karl Heuer
38a9722f74 (LOCALTIME_CACHE, HAVE_TZSET): Define these. 1996-01-23 17:44:58 +00:00
Karl Heuer
72e7e784b1 (lwlib): Don't distribute lwlib-Xol* files. 1996-01-23 17:36:20 +00:00
Karl Heuer
f33edf08f5 (UNEXEC): unexsgi.o renamed from unexelfsgi.o. 1996-01-23 17:04:51 +00:00
Karl Heuer
b0d04f3b97 [USG5_4] (UNEXEC): unexsgi.o renamed from unexelfsgi.o. 1996-01-23 17:04:33 +00:00
Karl Heuer
f7c9fad1a0 (UNEXEC): unexsni.o renamed from unexelfsni.o. 1996-01-23 17:03:55 +00:00
Karl Heuer
0dd1f23c2e Comment fixes. 1996-01-23 17:03:04 +00:00
Karl Heuer
11f82174a2 (LOCALTIME_CACHE): Delete extra #undef. 1996-01-23 16:44:34 +00:00
Roland McGrath
d5aa62ec56 (update-file-autoloads): Only give "up to date" msg if (interactive-p).
(update-autoloads-from-directory): Call expand-file-name on arg.
1996-01-21 20:20:46 +00:00
Roland McGrath
994a65f396 (unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2. 1996-01-21 04:16:54 +00:00
Karl Heuer
d91cddc27a (compilation-handle-exit): If process-status doesn't
exist (e.g. on MSDOS), use an empty string.
1996-01-21 03:55:57 +00:00
Karl Heuer
768d104bc2 [__DJGPP__] (sigblock): Define trivially. 1996-01-21 03:54:12 +00:00
Geoff Voelker
0f5449c1fc (x_make_frame_visible): Explicitly make the frame
the selected frame.
1996-01-21 00:57:52 +00:00
Geoff Voelker
3b304389ae (keyboard.obj, dispnew.obj): Depend upon w32term.h.
(LIBS): Link with mpr.lib for remote share support.
1996-01-21 00:32:21 +00:00
Geoff Voelker
00b3b7b3ae (nt_stat): Use alloca instead of xmalloc.
(get_unassigned_drive_letter, is_toplevel_share_name,
stat_toplevel_share): New functions for stat on remote shares.
(readdir): Use IS_ANY_SEP.
1996-01-21 00:31:34 +00:00
Geoff Voelker
daf3806631 (WIN32_KEY_SHIFTED): Macro undefined.
(win32_number_shift_map): Array undefined.
(win32_kbd_patch_key): Properly handle virtual keys for
arbitrary keyboards.
(map_virt_key, key_event, win32_mouse_position, do_mouse_event,
win32_read_socket): Support for MULE.
1996-01-21 00:30:47 +00:00
Geoff Voelker
b47278e10c (clear_frame): Use FillConsoleOutput* calls instead of
ScrollConsoleScreenBuffer (which has a bug on Win95).
1996-01-21 00:28:26 +00:00
Geoff Voelker
7fb46567ca (Vwin32_enable_italics, Vwin32_enable_palette):
New variables.
(syms_of_win32fns): Set up new lisp variables.

(x_set_frame_parameters, x_real_positions, win32_load_font,
win32_abort): Conform to coding style.

(Fwin32_define_rgb_color, Fwin32_load_color_file, Fwin32_map_color,
Fwin32_unmap_color, Fwin32_regenerate_palette): New functions.
(syms_of_win32fns): Set up new lisp subroutines.
(defined_color): Use palettes.
(map_mode): Function removed.

(win32_init_class): Don't CS_OWNDC.
(win32_wnd_proc): Use segregated critical sections appropriately.
Handle WM_PALETTECHANGED.
Record WINDOWPLACEMENT structure length.

(x_to_win32_weight, win32_to_x_weight): Handle "heavy", "extrabold",
"light", "extralight", and "thin" fonts.
(x_to_win32_charset, win32_to_x_charset): New functions.
(win32_to_x_font): Use win32_to_x_charset.
(x_to_win32_font): Use x_to_win32_charset.
Support Windows font names.

(Fx_list_fonts, Fx_display_color_cells, Fx_display_mm_height.
Fx_display_mm_width): Use GetDC directly.

(Fx_open_connection): Support external color mapping files.
1996-01-21 00:24:03 +00:00
Geoff Voelker
819053bff0 (REG_ROOT): Don't use trailing backslash. 1996-01-21 00:23:44 +00:00
Geoff Voelker
ad35c03238 (win32_fill_rect): Remove unused variable.
(x_iconify_frame): Conform to coding style.
(x_draw_box): Don't trim right and bottom.
(x_wm_set_size_hint): Use specific CRIT_MSG critical section.

(win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box):
Use Get/ReleaseFrameDC.
(win32_update_begin): Regenerate palette if required.
(w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED.
(win32_term_init): Use GetDC directly.
Enable palette in display structure.
Predefine white and black.
(x_delete_display): Free palette table.
1996-01-21 00:22:24 +00:00
Geoff Voelker
61102050ba (win32_palette_entry): New structure.
(has_palette, p_colors_in_use, n_colors_in_use, h_palette,
regen_palette): Declare variables.
(struct win32_output): New field.
(my_get_dc): Macro removed.
(GetFrameDC, ReleaseFrameDC): Declare functions.
1996-01-21 00:21:35 +00:00
Geoff Voelker
d484dc5552 Include frame.h.
(critsect, h_input_available): New variables.
(init_crit, delete_crit): Handle all three critical sections.
(GetFrameDC, ReleaseFrameDC): New functions.
(get_next_msg, post_msg): Use h_input_available.
Use CRIT_MSG critical section.
1996-01-21 00:20:52 +00:00
Karl Heuer
7d6659459e (pop_retrieve, getline): Avoid type clashes. 1996-01-20 20:51:31 +00:00
Paul Eggert
d28acb97e3 (Fformat_time_string): Don't crash if the resulting string is empty.
Doc fix.
1996-01-20 20:47:48 +00:00
Paul Eggert
c18381d187 (vc-utc-string): Remove; it wasn't reliable near DST or leap-second
transitions.
(vc-find-cvs-master): Convert UTC string to encoded time and compare
the results to the file attributes, rather than attempting to convert
file attributes to UTC string (which wasn't reliable).
1996-01-20 20:42:06 +00:00
Karl Heuer
7999547d03 (rmail): Add (require 'rmail). 1996-01-20 07:41:37 +00:00
Michael Kifer
8122a6da20 Initial revision 1996-01-20 05:32:51 +00:00
Michael Kifer
d3e1167fd1 *** empty log message *** 1996-01-20 03:19:26 +00:00
Michael Kifer
151496c02b Sat Jan 20 01:41:56 1996 Michael Kifer <kifer@sbkifer>
* viper.el (vip-auto-indent,vip-electric-mode): are now local
	variables.
	(vip-open-line,vip-Open-line,vip-autoindent):
	are now electrified functions.
	(vip-set-hooks): viperized awk, ksh, makefile, and html-helper modes.
	(vip-custom-file-name): adapted to non-Unix systems.
	(vip-move-minibuffer-overlay): removed.
	(vip-read-string-with-history):
	now accepts correct defaults when called to
	read a shell command.
1996-01-20 03:10:57 +00:00
Erik Naggum
717e06e505 Fix Change Log comment line. 1996-01-20 02:50:09 +00:00
Karl Heuer
ba1fe3a85b (enum sym_type, anonymous enum): Delete final comma. 1996-01-19 22:54:17 +00:00
Karl Heuer
e1ec01c2f1 (auto-mode-alist): Recognize ".exp" suffix. 1996-01-19 22:50:21 +00:00
Karl Heuer
e803d7673b Use `convert-standard-filename' to set the name
of the key mapping file.
1996-01-19 22:44:37 +00:00
Karl Heuer
a96c462fce (tpu-load-xkeys): Use `convert-standard-filename' to
set the name of the key mapping file.
1996-01-19 22:43:41 +00:00
Karl Heuer
89132f25ac (Fother_buffer): If we have to create a new buffer, use
default-major-mode.
1996-01-19 22:39:00 +00:00
Erik Naggum
06115f9d41 (pp-eval-expression): Use frame-width' instead of screen-width'. 1996-01-19 11:24:34 +00:00
Erik Naggum
df07294210 Comment change. 1996-01-19 11:10:56 +00:00
Erik Naggum
3d6319b711 (make_frame): Initialize frame title field to nil. 1996-01-19 07:27:56 +00:00
Geoff Voelker
655a2db6c9 Initial revision 1996-01-19 04:32:00 +00:00
Erik Naggum
fc8318f6c8 (sh-mode): Add autoload cookie. 1996-01-19 00:10:34 +00:00
Simon Marshall
0b6fd0239b sp correction 1996-01-18 16:10:41 +00:00
Richard M. Stallman
e702932d8c (safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger. 1996-01-18 08:41:14 +00:00
Richard M. Stallman
f029ca5f4a (run_hook_with_args): Do nothing if Vrun_hooks is nil. 1996-01-18 08:40:29 +00:00
Richard M. Stallman
61eaa91248 (syms_of_frame_1): Initialize Qtitle. 1996-01-18 08:38:16 +00:00
Richard M. Stallman
aba6deb8cd (mark_object): Mark frame title field. 1996-01-18 08:37:41 +00:00
Richard M. Stallman
fa5d1baab8 (struct frame): New field `title'. 1996-01-18 08:36:51 +00:00
Richard M. Stallman
03075c19ea (mouse-buffer-menu): Delete debugging code. 1996-01-18 07:00:50 +00:00
Richard M. Stallman
bf686e5fcd (ls-lisp-support-shell-wildcards): Add autoload cookie. 1996-01-18 04:47:45 +00:00
Doug Evans
51f63a039c Recognize go32* as an os. 1996-01-17 23:54:58 +00:00
Richard M. Stallman
b46c06dea5 (sh-indent-line): Cope if no previous noncomment line. 1996-01-17 22:41:21 +00:00
Richard M. Stallman
9b30450ef0 Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.
1996-01-17 22:40:42 +00:00