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
Richard M. Stallman
30bc62fa77
Remove function prototypes.
1995-04-10 00:34:00 +00:00
Richard M. Stallman
656cdd8daf
(NO_MATHERR): Defined.
...
(LIBS_SYSTEM): Definition deleted.
1995-04-10 00:32:43 +00:00
Richard M. Stallman
a7aa28f617
(XMISCTYPE): New macro.
...
(union Lisp_Misc): Delete the `type' field.
Use XMISCTYPE instead of that.
1995-04-10 00:31:47 +00:00
Richard M. Stallman
8b5b51ce5d
(strftime.o): Define strftime as emacs_strftime.
1995-04-10 00:30:07 +00:00
Karl Heuer
9b7bc07699
Comment fixes.
1995-04-10 00:20:07 +00:00
Karl Heuer
847b8219a6
New version from author.
1995-04-09 22:31:08 +00:00
Karl Heuer
b6d4ab054b
New version from author
1995-04-09 22:29:08 +00:00
Richard M. Stallman
85e36d2b62
(re_match_2_internal): Eliminate cast of ptr to int.
...
(PUSH_FAILURE_ITEM, POP_FAILURE_ITEM): Macros deleted.
(PUSH_FAILURE_INT, POP_FAILURE_INT): New macros.
(PUSH_FAILURE_POINTER, POP_FAILURE_POINTER): New macros.
(re_match_2_internal): Rename label `succeed' to `succeed_label'.
1995-04-09 19:14:40 +00:00