1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
Commit graph

4418 commits

Author SHA1 Message Date
Richard M. Stallman
d80bd4a029 (tgetst1): Let ^? stand for DEL character. 1994-12-17 12:20:46 +00:00
Richard M. Stallman
0eae1cf336 Comment change. 1994-12-17 00:03:59 +00:00
Richard M. Stallman
89a255dc29 (Fall_completions): New arg hide_spaces.
(Fminibuffer_completion_help): Pass new arg.
1994-12-15 14:00:55 +00:00
Richard M. Stallman
1702afef39 (main): Fix conversion of --display to -d.
(main): Implement --version.
1994-12-15 13:56:57 +00:00
Richard M. Stallman
dcc98b56bc (struct x_display): New field explicit_parent. 1994-12-15 13:53:44 +00:00
Richard M. Stallman
a352a815c4 Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.
(push_menu_item): New arg DEF.
(single_keymap_panes, list_of_items): Pass new arg.
(MENU_ITEMS_ITEM_DEFINITION): New macro.
(MENU_ITEMS_ITEM_LENGTH): Now 5.
[USE_X_TOOLKIT] (xmenu_show): Store 0 in call_data if item def is 0.
(single_submenu): Likewise.

(xmenu_show): Call x_mouse_leave.
1994-12-15 12:16:00 +00:00
Richard M. Stallman
6069d957df (readevalloop): Ignore ^M here. 1994-12-15 01:57:36 +00:00
Richard M. Stallman
a42ba017bc (Fdefconst, Fdefvar): Error if too many arguments. 1994-12-15 00:42:19 +00:00
Richard M. Stallman
c98da21442 (add_properties): Add gcpro's.
(Fadd_text_properties, copy_text_properties): Likewise.
1994-12-14 14:23:04 +00:00
Richard M. Stallman
05469d1a1e Just include sunos4shr--do nothing else. 1994-12-14 04:56:59 +00:00
Richard M. Stallman
c2854ab558 Initial revision 1994-12-13 14:39:50 +00:00
Richard M. Stallman
6dad93591d (sort_args): Make `options' a vector of ints.
(sort_args): Don't overwrite the terminating null pointer.
1994-12-13 14:32:32 +00:00
Jim Meyering
b744df55d2 [REG_UNSET_VALUE]: Define to the address of a static variable rather than to
((char *) -1).  The latter got a warning on IRIX64.
1994-12-11 23:16:11 +00:00
Richard M. Stallman
ef8fd672fd (read_char): After auto-saving, redisplay.
(read_key_sequence): Downcase undefined shifted fn keys.
1994-12-11 11:36:13 +00:00
Richard M. Stallman
930a91400a (report_overlay_modification): Renamed from verify_overlay_modification.
(call_overlay_mod_hooks): New args AFTER, ARG1, ARG2, ARG3.
Args START, END deleted.  Pass each function AFTER, ARG1 and ARG2,
and ARG3 if ARG3 is not nil.
(verify_overlay_modification): New args AFTER, ARG1, ARG2, ARG3.
Pass them to call_overlay_mod_hooks.
1994-12-11 11:30:43 +00:00
Richard M. Stallman
835220e853 * buffer.c (report_overlay_modification): Renamed from
verify_overlay_modification.
	* insdel.c: Calls changed.
1994-12-11 11:30:08 +00:00
Richard M. Stallman
d07c080423 (signal_before_change, signal_after_change):
Call verify_overlay_modification here.
(prepare_to_modify_buffer): Don't call it here.
1994-12-11 11:24:16 +00:00
Richard M. Stallman
5296fd1855 (list_buffers_1): Right-align the size values. 1994-12-11 09:48:25 +00:00
Richard M. Stallman
6639708c3d (compile_pattern): Call re_set_registers here.
And no need to BLOCK_INPUT for that.
(compile_pattern_1): Instead of here.
1994-12-11 08:26:27 +00:00
Richard M. Stallman
7904e6e0c6 (unrelocate_symbols): Add AIX4_1 conditionals and code. 1994-12-10 07:49:12 +00:00
Richard M. Stallman
6056c55b04 (sys_siglist) [AIX]: Add AIXHFT conditional. 1994-12-10 07:47:21 +00:00
Richard M. Stallman
8e0ecd77a5 Change AIX conditional around HFNKEYS to AIXHFT. 1994-12-10 07:45:45 +00:00
Karl Heuer
c3aa5fec86 Fix typo in comment. 1994-12-09 22:43:47 +00:00
Richard M. Stallman
af09cb431e (Fbyte_code): Call Ffollowing_char and Fprevious_char
as functions.  Don't mask char-syntax arg to just 8 bits.
1994-12-09 14:15:06 +00:00
Richard M. Stallman
75ebf74b48 (search_regs_saved): Delete initializer. 1994-12-07 13:03:48 +00:00
Richard M. Stallman
c37e488971 (update_frame): Call calculate_costs if baud_rate changed. 1994-12-06 08:49:44 +00:00
Richard M. Stallman
9f732a77fc (calculate_costs): Set FRAME_COST_BAUD_RATE.
Don't test dont_calculate_costs.
(dont_calculate_costs): Variable deleted.
(term_init): Don't set dont_calculate_costs.
1994-12-06 08:49:33 +00:00
Richard M. Stallman
95b999aae7 (struct frame): New field cost_calculation_baud_rate.
(FRAME_COST_BAUD_RATE): New macro.
1994-12-06 08:49:18 +00:00
Richard M. Stallman
76d0f732a9 (internal_equal): Call compare_string_intervals.
(Fstring_equal): Doc fix.
1994-12-04 21:07:21 +00:00
Richard M. Stallman
d8638d30b5 (compare_string_intervals): New function. 1994-12-04 21:07:03 +00:00
Richard M. Stallman
3fc86d4bef (INTERVAL_LAST_POS): Don't subtract 1 here. 1994-12-04 21:06:42 +00:00
Richard M. Stallman
df6530f8da (argmatch): Take argc as arg; don't go past end of argv.
(main): Change calls to argmatch.
1994-12-04 20:59:04 +00:00
Richard M. Stallman
00eb4c4abc (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. 1994-12-04 18:58:04 +00:00
Richard M. Stallman
441f6399d8 (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.
(init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline.
(reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline.
1994-12-04 17:06:56 +00:00
Richard M. Stallman
c03e1113ab (argmatch): Handle lstr == 0. 1994-12-03 14:59:40 +00:00
Karl Heuer
9a2c20d57f (gettext): Make sure this is always defined, even #if emacs.
(NULL): No need to #undef this anymore; Emacs uses NILP now.
1994-12-01 22:59:35 +00:00
Paul Eggert
facd2759c5 (re_compile_pattern, re_comp, regerror): Add gettext wrapper.
(re_error_msgid): Renamed from `re_error_msg', for consistency
with other source files that declare arrays of message ids.
Identifiers ending in `msgid' are special to to some prototype
message-extracting utilities.
Make "Success" be the 0th entry, so it can be extracted too.
(re_comp): Replace "Memory exhausted" with
re_error_msgid[REG_ESPACE], to aid message consistency.
1994-11-29 16:25:39 +00:00
Richard M. Stallman
e4c97a67e7 (Fminibuffer_complete_and_exit): Catch errors in do_completion.
(complete_and_exit_1, complete_and_exit_2): New subroutines.
1994-11-28 20:31:00 +00:00
Richard M. Stallman
385b6cc702 (internal_delete_file, internal_delete_file_1): New functions. 1994-11-28 19:27:53 +00:00
Richard M. Stallman
2e3dc201ba (delete_temp_file): Use internal_delete_file. 1994-11-28 19:27:41 +00:00
Richard M. Stallman
cbb6a418dc (Fkill_buffer): Use internal_delete_file. 1994-11-28 19:27:27 +00:00
Richard M. Stallman
7a9a9813ae (Fx_synchronize): Fix doc string syntax. 1994-11-28 18:17:31 +00:00
Richard M. Stallman
847bb7555a Fix erroneous comment syntax. 1994-11-28 18:08:42 +00:00
Richard M. Stallman
e79a0e1bf3 (NEED_UNISTD_H): Defined. 1994-11-28 18:03:04 +00:00
Richard M. Stallman
378ac3148e Have just one conditional to include unistd.h.
Test NEED_UNISTD_H, not AIX and IRIX4.
(UNISTD_H_INCLUDED): Don't define or test this.
1994-11-28 17:59:41 +00:00
Francesco Potortì
007f6f5ad2 * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,
because the compiler shipped with R3V7 is not stable.
EOF
1994-11-24 08:51:11 +00:00
Richard M. Stallman
3ef14e464b (command_loop_1): Use safe_run_hooks to run
deferred-action-function.
(Qdeferred_action_function): New variable.
(syms_of_keyboard): Initialize and staticpro Qdeferred_action_function.
1994-11-24 08:40:21 +00:00
Richard M. Stallman
18f2905613 (syms_of_keyboard): Doc fix. 1994-11-23 09:14:29 +00:00
Richard M. Stallman
ec63af1b57 (Fy_or_n_p): Handle exit-prefix in query-replace-map. 1994-11-23 09:11:30 +00:00
Richard M. Stallman
044f81f10f (save_search_regs): Add declaration. 1994-11-22 23:33:01 +00:00