1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
Commit graph

4995 commits

Author SHA1 Message Date
Richard M. Stallman
3453f0b6ef (map_event_to_object): Declaration deleted. 1995-04-18 18:37:51 +00:00
Richard M. Stallman
34ae77b577 (x_report_frame_params): Report value of `display' parm. 1995-04-18 18:36:03 +00:00
Richard M. Stallman
5bbdb09071 (Ffetch_bytecode): Check the type of the object being read from the file. 1995-04-18 18:13:13 +00:00
Richard M. Stallman
ad06e4fcf5 Comment change. 1995-04-18 03:45:52 +00:00
Richard M. Stallman
01ba8cce81 (Fencode_time): Don't treat years < 100 as special. 1995-04-18 03:31:38 +00:00
Karl Heuer
adde48587a (insert_1): Adjust overlay center after inserting.
(insert_from_string_1, insert_from_buffer_1): Likewise.
(del_range_1): Adjust overlay center after deleting.
1995-04-17 23:16:23 +00:00
Karl Heuer
423cdb4617 (adjust_overlays_for_insert): New function.
(adjust_overlays_for_delete): New function.
1995-04-17 23:13:56 +00:00
Karl Heuer
2c782c9f6a Declare some functions. 1995-04-17 23:12:34 +00:00
Richard M. Stallman
1b8fa736b3 (Fencode_time): Rewrite by Naggum. 1995-04-17 06:10:39 +00:00
Richard M. Stallman
b1e9ff6953 (really-lwlib, really-oldXMenu): Mark as .PHONY. 1995-04-15 18:32:49 +00:00
Richard M. Stallman
70368c8c63 Delete the #if that compares MARKBIT. 1995-04-15 18:27:51 +00:00
Karl Heuer
167d976be4 (Fencode_time): Fix missing \n\'s. 1995-04-14 21:06:02 +00:00
Richard M. Stallman
aa669defdd (popup_get_selection): Queue up events that aren't
for the menu, and process them afterward.  New arg dpyinfo.
(set_frame_menubar): Use inhibit_garbage_collection.
[USE_X_TOOLKIT] (xmenu_show): Delete the queue code here.
Pass dpyinfo to popup_get_selection.
Don't call lw_destroy_all_widgets.
[USE_X_TOOLKIT] (xdialog_show): Simplify using popup_get_selection.
1995-04-14 18:36:40 +00:00
Richard M. Stallman
8f1e2d16d6 (init_editfns): Add casts. 1995-04-14 18:31:50 +00:00
Richard M. Stallman
a039f5340b (get_doc_string): Add cast. 1995-04-14 18:28:45 +00:00
Richard M. Stallman
410d4de9ab (kbd_buffer_get_event): Don't use prototype.
(read_char): Rearrange code so that getcjmp is set
only around sit_for and kbd_buffer_get_event, and
and polling is stopped only around the kbd_buffer_get_event call.
(Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars.
1995-04-14 18:26:53 +00:00
Richard M. Stallman
f82aff7c94 (redisplay): Call init_desired_glyphs for each frame.
Call prepare_menu_bars.
(prepare_menu_bars): Delete code at beginning that duplicates
things done at the beginning of redisplay.

(message_log_check_duplicate): Make p1 and p2 unsigned char *.
1995-04-14 18:24:00 +00:00
Richard M. Stallman
2d7fc7e8f9 (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.
(XTread_socket): Pass dpyinfo to popup_get_selection.

(XTread_socket): For ConfigureNotify,
combine the USE_X_TOOLKIT and non-toolkit cases, which provides
some things that were missing in the former.
1995-04-14 03:58:51 +00:00
Karl Heuer
af7bd86c79 (Fbuffer_string): Doc clarification. 1995-04-13 23:02:25 +00:00
Karl Heuer
c189db03e3 Delete the #if that compares MARKBIT. 1995-04-13 21:14:31 +00:00
Karl Heuer
73dc519872 (Fdisplay_buffer): Search the proper frame when the
current frame is minibuffer-only.
1995-04-13 18:06:46 +00:00
Karl Heuer
c0fa5a0bf3 (Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
special code for WINDOWSNT.
1995-04-13 17:45:06 +00:00
Richard M. Stallman
7af318194c (compute_char_face): Don't use NULL. 1995-04-13 16:56:05 +00:00
Karl Heuer
a6d1245e3a Fix previous change. 1995-04-13 16:55:10 +00:00
Richard M. Stallman
2a77a7d712 (Foverlays_at, Fnext_overlay_change): Don't use NULL.
(Fprevious_overlay_change): Don't use NULL.
1995-04-13 16:54:41 +00:00
Richard M. Stallman
e207bc6ec6 (Fx_color_defined_p): Doc fix. 1995-04-13 16:51:39 +00:00
Richard M. Stallman
58a752c5e2 [! HAVE_X_WINDOWS] (build_face): Deleted. 1995-04-13 16:18:42 +00:00
Richard M. Stallman
6352522846 (Fcall_interactively): Fix paren nesting. 1995-04-13 16:10:04 +00:00
Richard M. Stallman
c3935f9df3 (evaporate_overlays): Fix type error. 1995-04-13 16:09:46 +00:00
Richard M. Stallman
836d2cde81 (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
(init_desired_glyphs): New function.
1995-04-13 07:47:27 +00:00
Richard M. Stallman
b58912b7d9 Comment change. 1995-04-13 06:40:19 +00:00
Richard M. Stallman
8ce6977ed7 (MARKBIT): Do the shifting as unsigned int. 1995-04-13 05:12:24 +00:00
Richard M. Stallman
2cccc82349 (temp_output_buffer_show): Select the chosen window
temporarily for running temp-buffer-show-hook.
(syms_of_window): Fix typo.
1995-04-13 02:03:59 +00:00
Richard M. Stallman
fa05e25372 (gc_sweep): If a misc has type Lisp_Misc_Free,
keep it on the free list.  Sum pseudovector sizes properly.
1995-04-12 17:53:01 +00:00
Richard M. Stallman
cce7b8a038 (Fencode_time): Use XINT to examine `zone'.
(Fencode_time): New function, to match `decode-time'.
1995-04-12 06:16:00 +00:00
Karl Heuer
a9971c6d05 (getenv_internal): Balance parentheses across #if/#endif. 1995-04-12 02:56:05 +00:00
Karl Heuer
39d2afa756 Fix typo in previous change. 1995-04-12 02:50:23 +00:00
Karl Heuer
45b6727704 (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. 1995-04-12 02:33:01 +00:00
Karl Heuer
3360970aa2 (HAVE_RANDOM): Defined.
(random): Macro undefined.
(srandom): Macro undefined.
(HAVE_UTIME): Defined.
(utime): Defined.
(EMACS_CONFIGURATION): Defined.
(_VARARGS_): Defined.
(_CALLBACK_): Defined.
(ctime): Defined to be nt_ctime.
(NULL): Defined when missing from included system files.
(EMACS_CONFIG_OPTIONS): Defined.
(LISP_FLOAT_TYPE): Defined.
(HAVE_TZNAME): Defined.
(HAVE_TIMEVAL): Defined.
(struct timeval): Defined.
(struct timezone): Defined.
(struct nt_stat): Defined.
1995-04-12 02:32:26 +00:00
Karl Heuer
0534d577c7 (Fset_message_beep): Defined.
(ring_bell): Support audio cards.
1995-04-12 02:29:47 +00:00
Karl Heuer
22759c7246 (win32_wait): Reap synchronous subprocesses, and place
return code in synch_process_retcode.
1995-04-12 02:27:16 +00:00
Karl Heuer
6fc7509eee Fixed function prototypes. 1995-04-12 02:25:05 +00:00
Karl Heuer
b02466e81c (do_mouse_event): Use XSETFASTINT.
(SET_FRAME): Undefined.
(select): Renamed to sys_select to correspond to routine in sysdep.c
(sys_select): Support struct timeval.
(key_event): Support German keyboard.
Replace SET_FRAME with XSETFRAME.
(nt_kbd_mods_to_emacs): Renamed to win32_kbd_mods_to_emacs.
(win32_kbd_mods_to_emacs): Support AltGr on German keyboards.
(win32_number_shift_map): Defined.
(WIN32_KEY_SHIFTED): Defined.
(win32_patch_key): Defined.
(map_virt_key): Support VK_OEM_102 for German keyboards.
(win32_mouse_position): Add arg insist.
(do_mouse_event): Replace SET_FRAME with XSETFRAME.
Use win32_kbd_mods_to_emacs.
1995-04-12 02:23:35 +00:00
Karl Heuer
488e9a54a5 (sbrk): Shrink heap by arbitrary amounts. 1995-04-12 02:12:02 +00:00
Karl Heuer
35f0d4826f (nt_ctime): Defined.
(gettimeofday): Defined.
(nt_stat): Defined.
(random): Defined.
(srandom): Defined.
(readdir): Include "." and "..".
(get_inode_and_device_vals): Handle directories.
1995-04-12 02:10:10 +00:00
Karl Heuer
ee215c7b37 (DOC): Defined.
(TEMACS): Add dependence on $(BLD).
(all): Use COMPAT_LIB in library list.
Use DEL_TREE instead of delnode.
1995-04-12 02:08:22 +00:00
Karl Heuer
6f4961ebbe (NO_ARG_ARRAY) [WINDOWSNT]: Defined. 1995-04-12 02:07:05 +00:00
Karl Heuer
3c455a3b4f (directory_file_name) [WINDOWSNT]: Handle UNC format.
(Fexpand_file_name) [DOS_NT]: Don't strip slash from default dirs like "C:\\"
Preserve drive letter case.
Fix syntax errors.
Check drive letter when expanding ~\.
1995-04-12 02:06:22 +00:00
Karl Heuer
ec2cfa3449 (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. 1995-04-12 02:00:23 +00:00
Karl Heuer
ff27bfbe5c (child_setup) [WINDOWSNT]: Removed syntax errors. 1995-04-12 01:59:39 +00:00