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

5784 commits

Author SHA1 Message Date
Karl Heuer
fc300075df (main): [MSDOS] Call init_gettimeofday. 1995-11-04 00:04:41 +00:00
Karl Heuer
0cee2c9e47 (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h. 1995-10-31 17:20:16 +00:00
Karl Heuer
e9e32568e1 Initial revision 1995-10-31 16:57:10 +00:00
Richard M. Stallman
8e6f69ce89 Add some commented-out code. 1995-10-31 14:27:13 +00:00
Richard M. Stallman
0dc7e4aa40 Initial revision 1995-10-31 08:44:46 +00:00
Karl Heuer
5964b66453 (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Used new names for those macros in all references.
1995-10-31 05:22:28 +00:00
Richard M. Stallman
2017bc3de9 (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
(BITS_PER_LONG): Define if not already defined.
1995-10-31 02:48:28 +00:00
Karl Heuer
68be917ded (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Rename from SHORTBITS, INTBITS, LONGBITS.
1995-10-31 02:34:16 +00:00
Richard M. Stallman
bfc1cad7d8 (debug_print): Print a newline here. 1995-10-31 00:58:32 +00:00
Richard M. Stallman
88a2cc2862 (pr): Don't print newline here. 1995-10-31 00:56:39 +00:00
Richard M. Stallman
7faa0236fa Do `set main' to make gdb_valbits etc. available. 1995-10-31 00:55:50 +00:00
Richard M. Stallman
a97eb3f351 (CHECK_CHAR_TABLE): Don't accept nil. 1995-10-31 00:01:29 +00:00
Richard M. Stallman
f6190d46b7 (prefix-args): Use LDFLAGS, not ALL_LDFLAGS. 1995-10-30 22:48:33 +00:00
Richard M. Stallman
4d4c1514ed (Fencode_time): Add cast.
(Fset_time_zone_rule): Add cast.
1995-10-30 19:47:29 +00:00
Richard M. Stallman
cfc57cea0c Move the include of Xlocale.h after setting HAVE_X11R5. 1995-10-30 19:41:44 +00:00
Richard M. Stallman
0d0e34df0d (temp_echo_area_glyphs): Only delete the temporary message. 1995-10-30 19:38:38 +00:00
Richard M. Stallman
3a61aeb489 (Fsafe_length): Add missing parentheses around & within comparison. 1995-10-30 19:34:27 +00:00
Richard M. Stallman
b902ac2812 (describe_translation): Insert newline after key description. 1995-10-30 19:33:01 +00:00
Richard M. Stallman
6c8a1e24b9 [POSIX_SIGNALS] (signal): Undef before defining. 1995-10-30 02:37:50 +00:00
Richard M. Stallman
ac5e49e926 (find_section): New arg old_section_h.
Rename file_h to old_file_h and fix type.
Calls changed.
1995-10-30 02:34:12 +00:00
Richard M. Stallman
782dad449a (PVEC_TYPE_MASK): Remove the 0x100 bit. 1995-10-29 23:26:41 +00:00
Richard M. Stallman
8bb1c04210 (command_loop_1): No direct display if Column Number mode.
(Vcolumn_number_mode): New variable.
(syms_of_keyboard): Set up Lisp variable.
1995-10-29 23:07:56 +00:00
Richard M. Stallman
efa9a1605c (Fset_marker_insertion_type): Doc fix. 1995-10-29 21:38:59 +00:00
Richard M. Stallman
0646c0ddf4 Comment change. 1995-10-29 20:19:27 +00:00
Richard M. Stallman
4fcecab107 (POP_FAILURE_POINT): Use .word.integer. 1995-10-29 19:36:39 +00:00
Richard M. Stallman
c58b2b4d79 (Fmake_char_table): Doc fix. 1995-10-29 19:17:24 +00:00
Richard M. Stallman
c7608f4549 (Fset_case_table): Doc fix. 1995-10-29 19:16:24 +00:00
Richard M. Stallman
290c8f1eba Cast first arg to bzero.
(Fmemory_use_counts): Cast 1 to EMACS_INT before shift.
1995-10-29 19:02:07 +00:00
Richard M. Stallman
9d40ebd244 (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Fix the non-GCC definitions. 1995-10-29 04:38:08 +00:00
Richard M. Stallman
7afa606850 (FRAME_XIC): Fix wrong field name. 1995-10-28 16:05:59 +00:00
Richard M. Stallman
420e60e6d7 (run_hook_with_args): Add forward declaration. 1995-10-28 15:19:25 +00:00
Richard M. Stallman
aaf2ead739 (Fcommand_execute): New arg KEYS. Callers changed.
(read_char): Specify KEYS when handling Vspecial_event_map.
1995-10-27 21:57:33 +00:00
Richard M. Stallman
d455db8e01 (Fcall_interactively): New arg KEYS. 1995-10-27 21:55:33 +00:00
Richard M. Stallman
3635be47bd (IT_ring_bell): Use intdos, not write.
(recent_doskeys_index, total_doskeys, recent_doskeys): New variables.
(Frecent_doskeys): New function.
(syms_of_msdos): New function.
1995-10-26 19:06:38 +00:00
Karl Heuer
fa43b1e882 [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.
Don't use drem; it's not the same function.
1995-10-25 19:54:38 +00:00
Richard M. Stallman
24b704fa6e (string_match_1): Pass the POSIX arg to compile_pattern. 1995-10-25 19:33:48 +00:00
Richard M. Stallman
ea18e2846d (REGEXP_IN_LIBC): Definition turned off. 1995-10-25 19:32:18 +00:00
Richard M. Stallman
0c04a67e98 (ok_to_echo_at_next_pause): Make it a char *.
(read_char): Copy and compare with echo_area_glyphs.
1995-10-24 22:20:58 +00:00
Richard M. Stallman
2fa2413b19 (syms_of_minibuf): Doc fix. 1995-10-24 16:29:45 +00:00
Erik Naggum
da19ac119e (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS. 1995-10-23 04:42:46 +00:00
Erik Naggum
4b3bd052d5 (Fcase_table_p, Fcurrent_case_table): Delete unused local variables.
(set_case_table): Delete obsolete local variable `down'; use `table'
directly where referenced.  Fix assignment to `canon' when nil.
Store eqv in extras[2], not extras[0].
(init_casetab_once): Case-tables have 3 extra slots, not 4.
1995-10-23 04:35:45 +00:00
Richard M. Stallman
5063b15088 Whitespace changes. 1995-10-22 18:28:17 +00:00
Richard M. Stallman
f3c4387ff0 Don't declare alloca. 1995-10-22 17:47:13 +00:00
Richard M. Stallman
3446af9c77 (reset_buffer_local_variables): Call
Fset_standard_case_table if std case table seems to have been changed.
1995-10-22 16:40:53 +00:00
Richard M. Stallman
1fc93d49d9 (read_char): If we reread a char, the next pause
can start echoing despite a remaining echo area message.
(ok_to_echo_at_next_pause): New variable.
(cancel_echoing): Clear ok_to_echo_at_next_pause.
1995-10-21 23:17:06 +00:00
Richard M. Stallman
67481ae554 (try_window_id): Stop the compute_motion at ZV, not Z,
when checking if all changes are below the window.

(Qredisplay_end_trigger_hook): New variable.
(syms_of_xdisp): Set up Lisp variable.
(display_text_line): Run the hook when appropriate.
1995-10-21 23:16:16 +00:00
Richard M. Stallman
44214c1bc8 (Fnext_single_property_change): Rearrange handling of
limit = t; don't return t.
1995-10-21 23:15:21 +00:00
Richard M. Stallman
637df16f38 (struct buffer): New slot redisplay_end_trigger.
Also extra1, extra2, extra3.
1995-10-21 23:14:59 +00:00
Richard M. Stallman
fb2030e306 (reset_buffer): Initialize extra1, extra2 and extra3 slots. 1995-10-21 23:14:06 +00:00
Richard M. Stallman
55ac8536fe (reset_buffer): Initialize redisplay_end_trigger slot.
(init_buffer_once): Mark redisplay_end_trigger always local.
Also fix previous change.
(syms_of_buffer): Set up Lisp var buffer-redisplay-end-trigger.
1995-10-21 23:01:11 +00:00