Richard M. Stallman
|
b78ce8fbdb
|
(Fcommand_execute): Ignore `disabled' property on
commands if `disable-command-hook' is nil.
(read_key_sequence): Validate the event position
before calling get_local_map.
|
1995-08-31 23:09:39 +00:00 |
|
Richard M. Stallman
|
47d7d104ac
|
(Fdisplay_completion_list): Clear all text properties
for the whitespace between completion items.
|
1995-08-31 17:23:50 +00:00 |
|
Richard M. Stallman
|
2c6c7c721b
|
(Fdecode_time): Doc fix.
|
1995-08-29 19:38:04 +00:00 |
|
Richard M. Stallman
|
d70fbccad6
|
(decode_env_path): Use ".", not nil, for current dir.
|
1995-08-29 15:32:00 +00:00 |
|
Richard M. Stallman
|
6856855556
|
(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.
|
1995-08-29 04:36:12 +00:00 |
|
Roland McGrath
|
afe3e77471
|
(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.
|
1995-08-28 20:38:37 +00:00 |
|
Richard M. Stallman
|
bf1f6e77a1
|
(doprnt): Fix typo in error message.
|
1995-08-27 23:53:06 +00:00 |
|
Richard M. Stallman
|
ecb2a4680f
|
Delete some #if 0'd functions.
|
1995-08-27 18:17:01 +00:00 |
|
Richard M. Stallman
|
f335fabe75
|
(modifier_names): Add 4 bits to modifier bit positions.
|
1995-08-26 15:26:42 +00:00 |
|
Richard M. Stallman
|
faec11dbd4
|
(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
register values if POSIX backtracking is turned off.
(NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.
|
1995-08-22 19:44:26 +00:00 |
|
Karl Heuer
|
75d13c6481
|
(display_text_line): Write blanks under the entire
scroll bar, not just the first column.
|
1995-08-22 00:32:03 +00:00 |
|
Richard M. Stallman
|
59aadc813c
|
(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
(syms_of_keyboard): Set up new vars.
(command_loop_1): Run Qpost_command_idle_hook.
|
1995-08-21 22:02:50 +00:00 |
|
Richard M. Stallman
|
58b2bb63f7
|
Include syssignal.h.
|
1995-08-21 21:56:40 +00:00 |
|
Richard M. Stallman
|
37473f05cb
|
(SA_RESTART): Add #undef.
|
1995-08-21 20:52:13 +00:00 |
|
Richard M. Stallman
|
a20435c061
|
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
(START_FILES): Defined.
(LIB_STANDARD): New definition, details depending on __GNUC__.
|
1995-08-21 18:48:21 +00:00 |
|
David J. MacKenzie
|
3e19e687d2
|
default to user-supplied buffer.
|
1995-08-21 04:33:21 +00:00 |
|
Richard M. Stallman
|
176cc1bce1
|
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined.
(sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
|
1995-08-20 16:04:10 +00:00 |
|
Richard M. Stallman
|
7a6ec3d1ad
|
(SYSTEM_TYPE): Change to just "aix".
|
1995-08-20 16:03:43 +00:00 |
|
Richard M. Stallman
|
bfc30de97f
|
(sigsetmask, _setjmp, _longjmp): Delete undefs.
[__GNUC__] (_NO_PROTO): Add undef.
|
1995-08-20 15:51:42 +00:00 |
|
Richard M. Stallman
|
029305afa1
|
Include aix3-2-5.h, not aix3-2.h.
|
1995-08-20 15:50:33 +00:00 |
|
Richard M. Stallman
|
648c0abd51
|
Initial revision
|
1995-08-19 18:24:48 +00:00 |
|
Richard M. Stallman
|
308444156d
|
(scan_sexps_forward): Fix previous change.
|
1995-08-19 17:00:34 +00:00 |
|
Richard M. Stallman
|
308e97d018
|
(struct Lisp_Marker): Make insertion_type an unsigned int.
|
1995-08-19 05:38:46 +00:00 |
|
Richard M. Stallman
|
69b07ee13a
|
(scan_sexps_forward): Use the initial depth
in the starting state for tracking when we reach TARGETDEPTH.
|
1995-08-16 15:03:24 +00:00 |
|
Richard M. Stallman
|
2718dfa4b8
|
(Fself_insert_command): Optimize the case with arg > 2
to avoid running change hooks lots of times.
|
1995-08-16 15:00:57 +00:00 |
|
Karl Heuer
|
2c70c9923e
|
(sort_args): Initialize best_priority smaller than any
actual priority.
|
1995-08-15 18:49:20 +00:00 |
|
Richard M. Stallman
|
bc4498bb86
|
(Fcall_process_region): Pass new arg to Fwrite_region.
|
1995-08-14 17:26:50 +00:00 |
|
Richard M. Stallman
|
7204a979c6
|
(Fwrite_region): New arg lockname.
(auto_save_1): Pass new arg.
|
1995-08-14 17:26:27 +00:00 |
|
Richard M. Stallman
|
575985b101
|
(standard_args): Fix previous change.
|
1995-08-14 17:13:38 +00:00 |
|
Richard M. Stallman
|
c3c6202c3f
|
(standard_args): Add option --eval to evalute an
expression on the command line and print the result.
|
1995-08-14 16:04:48 +00:00 |
|
Richard M. Stallman
|
199afd290f
|
(Fcancel_kbd_macro_events): New function.
(syms_of_macros): defsubr it.
|
1995-08-13 15:47:11 +00:00 |
|
Richard M. Stallman
|
7e63ac6aec
|
(store_frame_param): Don't call set_menu_bar_lines if X.
|
1995-08-12 23:26:21 +00:00 |
|
Richard M. Stallman
|
3a0b426081
|
(TEXT_END, DATA_END): Fix the definitions.
|
1995-08-11 23:47:16 +00:00 |
|
Richard M. Stallman
|
1596f1c9f7
|
Test OSF1, not __osf1__.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN):
Define only if OSF1.
|
1995-08-11 23:45:53 +00:00 |
|
Richard M. Stallman
|
b4f30507de
|
(ORDINARY_LINK): Define only if __osf1__.
|
1995-08-11 22:35:35 +00:00 |
|
Richard M. Stallman
|
0d8ef3f41a
|
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning
menu bar on, make sure next redisplay creates it.
|
1995-08-11 00:55:47 +00:00 |
|
Richard M. Stallman
|
537dfb1382
|
(Fformat): Limit minlen to avoid stack overflow.
|
1995-08-11 00:54:44 +00:00 |
|
Richard M. Stallman
|
dfb824e8d4
|
(doprnt): Error if %-width is too big.
|
1995-08-11 00:42:28 +00:00 |
|
Richard M. Stallman
|
1077bc046b
|
(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
(LIBS_SYSTEM): Define this instead of LIBS_MACHINE.
|
1995-08-11 00:41:00 +00:00 |
|
Richard M. Stallman
|
03d6a59e3a
|
[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
|
1995-08-11 00:40:37 +00:00 |
|
Richard M. Stallman
|
ee80312819
|
[linux] (COFF, NO_TERMIO): Defined.
[linux] (TEXT_END, DATA_END): New definitions.
|
1995-08-11 00:40:10 +00:00 |
|
Richard M. Stallman
|
64b8f99be6
|
(fatal_unexec): Use vfprintf, not _doprnt.
|
1995-08-11 00:26:22 +00:00 |
|
Richard M. Stallman
|
045f778ea0
|
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
|
1995-08-11 00:22:47 +00:00 |
|
Richard M. Stallman
|
5383bc6df9
|
(lock_file): Use get_truename_buffer.
|
1995-08-09 22:39:32 +00:00 |
|
Richard M. Stallman
|
52e011899b
|
(get_truename_buffer): New function.
|
1995-08-09 22:39:09 +00:00 |
|
Richard M. Stallman
|
7973cfa85e
|
(read_process_output, exec_sentinel): Call
record_asynch_buffer_change after any eval. Don't call
prepare_menu_bars.
(wait_reading_process_input): Don't call prepare_menu_bars.
|
1995-08-08 21:22:16 +00:00 |
|
Richard M. Stallman
|
d7a5ad5f87
|
(Freplace_match): New arg SUBEXP.
|
1995-08-08 21:20:07 +00:00 |
|
Richard M. Stallman
|
3fe8e9a22e
|
(read_key_sequence): Undo previous change.
Instead, put back the orig_uppercase event if key is not defined.
When downcasing, back up one step in key-translation processing.
|
1995-08-08 05:12:31 +00:00 |
|
Roland McGrath
|
ae3338006e
|
[ps2]: Use nlist instead of knlist #ifdef _AIX.
|
1995-08-07 20:48:08 +00:00 |
|
Karl Heuer
|
c82c1da05c
|
(signal_before_change, signal_after_change): Fix
spelling of Vbefore_change_functions and Vafter_change_functions.
|
1995-08-07 17:53:17 +00:00 |
|