1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

11347 commits

Author SHA1 Message Date
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
Karl Heuer
d114e0a486 Initial revision 1995-04-12 00:54:22 +00:00
Richard M. Stallman
019434e1f3 (mail-hist-put-headers-into-history):
Add save-excursion around entire function.
1995-04-11 23:01:05 +00:00
Roland McGrath
e01186a181 (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,
so Fprocess_tty_name returns nil for pipes as its docstring says.
1995-04-11 22:46:18 +00:00
Richard M. Stallman
796e46975d (XTread_socket): Pass dpyinfo to popup_get_selection. 1995-04-11 20:33:52 +00:00
Richard M. Stallman
e81976428c (inhibit_garbage_collection): New function. 1995-04-11 20:19:46 +00:00
Richard M. Stallman
a9cb9b8010 (bibtex-find-text, bibtex-remove-double-quotes-or-braces):
Support both kind of delimiters (braces or quotes) regardless of the
value of bibtex-field-left-delimiter and bibtex-field-right-delimiter.
(bibtex-field-left-delimiter, bibtex-field-right-delimiter):
Made buffer-local.

(bibtex-beginning-of-entry): At the beginning of an
entry, leave point at the beginning of that entry instead of
moving to the beginning of the previous one.
(bibtex-end-of-entry): Outside an entry, now move to the end of
the *previous* entry (i.e. bibtex-beginning-of-entry and
bibtex-end-of-entry are now idempotent).
(bibtex-sort-entries, bibtex-clean-entry): Removed now obsolete
calls of bibtex-beginning-of-entry just before calls to
bibtex-end-of-entry.
(bibtex-clean-entry): Minor change to adapt to new behavior of
bibtex-beginning-of-entry.
1995-04-11 19:47:26 +00:00
Boris Goldowsky
da627a7158 (facemenu-read-color): Don't ignore PROMPT arg. Make arg optional.
(facemenu-unlisted-faces): Add font-lock faces to default value.
1995-04-11 15:56:53 +00:00
Richard M. Stallman
21ba0e68ef (Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.
1995-04-11 03:04:38 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Richard M. Stallman
bf47de8e06 (NO_SOCKETS_IN_FILE_SYSTEM): Defined. 1995-04-11 01:50:08 +00:00
Richard M. Stallman
1e523e3da8 Test NO_SOCKETS_IN_FILE_SYSTEM. 1995-04-11 01:44:46 +00:00
Karl Heuer
167018113c Comment changes. 1995-04-11 00:38:11 +00:00
Karl Heuer
ab48365b50 (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD. 1995-04-10 23:43:57 +00:00
Richard M. Stallman
01591d175e (internal_condition_case): Abort if interrupt_input_blocked>0. 1995-04-10 23:06:13 +00:00
Karl Heuer
a1b658dd5d (make_terminal_frame): all_kboards means initial_kboard too. 1995-04-10 22:38:34 +00:00
Karl Heuer
aaca43a1fb (init_keyboard): Don't malloc a new structure;
initial_kboard should already exist for that.
1995-04-10 22:37:57 +00:00
Richard M. Stallman
3954fff9cf (newline): Don't auto-fill if flag is on; it was filling wrong line. 1995-04-10 21:01:12 +00:00
Richard M. Stallman
fbe0154abe #define SPECIAL_EMACS_INT
Include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h.
1995-04-10 18:11:41 +00:00
Richard M. Stallman
e9d62abbc8 Don't include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.
1995-04-10 18:11:07 +00:00
Roland McGrath
b97089fa54 (compilation-error-regexp-alist): Remove superfluous SGI cc regexp. 1995-04-10 16:45:47 +00:00
Richard M. Stallman
d6c5b98afe If HAVE_CONFIG_H, include config.h. 1995-04-10 08:05:13 +00:00
Richard M. Stallman
ee0a8e7485 Include alloca.h, string.h. Test NOT_C_CODE.
(xmalloc, xrealloc): Declare them.
1995-04-10 08:04:27 +00:00
Richard M. Stallman
4455f41c28 (fill-region-as-paragraph): Undo previous change.
Instead, set JUSTIFY to `full' in the interactive spec.
1995-04-10 08:02:39 +00:00
Richard M. Stallman
3f0052565f (make_terminal_frame): Use Emacs, Emacs-2, ... as name. 1995-04-10 08:00:16 +00:00
Richard M. Stallman
03b294dcb0 (display_mode_line): Use push_frame_kboard, pop_frame_kboard.
(display_mode_line): Test mode_line_inverse_video
before highlighting partial-width mode line.
1995-04-10 07:57:44 +00:00
Richard M. Stallman
0e78b37732 (x_window): Copy the frame name to non-Lisp string.
(defined_color): Fix typo (duplicate +).

(validate_x_resource_name): Change invalid chars to `_'.
1995-04-10 07:55:29 +00:00
Richard M. Stallman
e47a168b06 (struct x_display_info): Use `struct kboard', not KBOARD. 1995-04-10 07:48:16 +00:00
Richard M. Stallman
fadab1e3d6 (struct frame): Use `struct kboard', not KBOARD. 1995-04-10 07:47:42 +00:00
Richard M. Stallman
1e8bd3dad9 (any_kboard_state): Renamed from unlock_kboard.
Define it unconditionally, but it's a no-op unless MULTI_KBOARD.
(single_kboard_state): New function.
(push_frame_kboard, pop_frame_kboard): New functions.
(single_kboard): Renamed from kboard_locked.

(unlock_kboard): Do nothing with Vunread_command_events.
(read_char): Clean up logic for reading from KBOARD queues.

(kbd_buffer_get_event): Set copy by assignment, not init.
1995-04-10 07:46:48 +00:00
Richard M. Stallman
931e786616 (single_kboard): Renamed from kboard_locked. All refs renamed.
(struct kboard): Renamed from struct KBOARD.
Move flag fields to the end, and make them chars.
Delete the `unused' field.

(KBOARD, etc): Moved from lisp.h.
1995-04-10 07:34:53 +00:00
Richard M. Stallman
d806e7202a (XTread_socket): Make deiconify event only if frame was iconified. 1995-04-10 07:32:16 +00:00
Richard M. Stallman
70d4013c16 (minibuf.o, xdisp.o): Don't depend on keyboard.h. 1995-04-10 07:25:46 +00:00
Richard M. Stallman
08f7d623f2 Don't include keyboard.h.
(read_minibuf): Call single_kboard_state
to switch to the single-kboard state.
1995-04-10 07:23:00 +00:00
Richard M. Stallman
652e224062 (Fcall_interactively): Call single_kboard_state
to switch to the single-kboard state.
1995-04-10 07:22:15 +00:00
Richard M. Stallman
601fa27a78 Initial revision 1995-04-10 07:11:42 +00:00
Richard M. Stallman
65b6ac4f15 (alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h. 1995-04-10 05:52:18 +00:00
Richard M. Stallman
422d97628a (KBOARD, etc): Moved to keyboard.h. 1995-04-10 05:39:55 +00:00
Richard M. Stallman
077d751f14 Include keyboard.h. 1995-04-10 05:33:58 +00:00
Richard M. Stallman
c2fb848831 (write-file): Default is ask for confirmation only interactively. 1995-04-10 04:49:13 +00:00
Richard M. Stallman
80ccb2b34a Initial revision 1995-04-10 01:15:50 +00:00
Richard M. Stallman
8101ff7f95 (LD_SWITCH_X_DEFAULT): New definition.
(C_SWITCH_X_DEFAULT): New definition.
1995-04-10 00:34:43 +00:00