1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

14736 commits

Author SHA1 Message Date
Karl Heuer
8db121c493 (wait_reading_process_input) [not subprocesses]: Do
not assume SELECT_TYPE is an int.
1996-01-24 21:21:07 +00:00
Richard M. Stallman
8d3a793498 (makefile-browser-toggle): Use delete-region, not kill-line. 1996-01-24 20:06:06 +00:00
Erik Naggum
ecbf5c22ea (vip-ask-level): Prefix \ to ( at start of line. 1996-01-24 19:17:51 +00:00
Erik Naggum
09a61b7fff (term-exec-hook): Doc fix. 1996-01-24 19:12:08 +00:00
Erik Naggum
f5a90940af (solitaire): Doc fix. 1996-01-24 19:11:25 +00:00
Erik Naggum
371ea94f55 (solar-moment, solar-ephemeris-time, solar-equatorial-coordinates,
solar-horizontal-coordinates): Doc fixes.
1996-01-24 19:09:39 +00:00
Erik Naggum
3001419fb3 (lunar-new-moon-on-or-after): Doc fix. 1996-01-24 19:02:53 +00:00
Erik Naggum
bfbf16aff7 (dabbrev-abbrev-skip-leading-regexp): Doc fix. 1996-01-24 19:01:08 +00:00
Richard M. Stallman
fcc3195eee (sgml-quick-keys): New variable.
(sgml-mode-map): Use it, defined additional long keys to compensate.
(sgml-tag-alist): Added <![ ]>
(sgml-tag): Special treatment for previous construct.
(sgml-auto-attributes): Deleted variable covered by sgml-quick-keys,
changed function of same name.
(sgml-delete-tag): Newline also counts as whitespace before tag.
(html-quick-keys): Use sgml-quick-keys as default, thus changed to nil.
(html-mode-map): Added C-c C-c char combinations for when
html-quick-keys is nil.
(html-tag-alist): Added /cgi-bin/ to href completions, submit (spelling
fixed) button to form.
(html-checkboxes): New skeleton.
1996-01-24 17:12:21 +00:00
Edward M. Reingold
189134c3e7 Fix doc strings at top of file. 1996-01-24 16:01:00 +00:00
Edward M. Reingold
b5295cea23 Add \hfuzz=1000pt to get rid of overfull box messages. 1996-01-24 15:58:39 +00:00
Edward M. Reingold
556b41d2af Fixed doc strings and references to calendar-latitude and calendar-longitude. 1996-01-24 15:55:55 +00:00
Richard M. Stallman
2346238d0a (turn-on-font-lock): Test window-system. 1996-01-24 05:40:21 +00:00
Geoff Voelker
d1e7492185 (update_menu__ba, redisplay_window) :" Use FRAME_WINDOW_P
instead of only testing for X11.
1996-01-23 18:56:15 +00:00
Karl Heuer
79c83e0329 (kill-local-variable): didn't update the value of
forwarded objects.
1996-01-23 18:06:54 +00:00
Karl Heuer
051e70762e (mark_window_display_accurate): buffer->clip_changed was
being inappropriately cleared.
1996-01-23 18:01:17 +00:00
Karl Heuer
40a646234f (sigblock): New (dummy) function. 1996-01-23 17:56:55 +00:00
Karl Heuer
919ccc942b (sigblock): Delete this, undoing previous change. 1996-01-23 17:55:02 +00:00
Karl Heuer
52f8462227 (compilation-handle-exit): Undo previous change.
Don't reference `proc' object.
Pass current buffer to `compilation-finish-function'.
1996-01-23 17:51:09 +00:00
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