1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00
Commit graph

3870 commits

Author SHA1 Message Date
Richard M. Stallman
a783251b57 Delete __FreeBSD__ conditional macro definitions.
(unexec): Major changes in UNDO_RELOCATION code.

(is_it): Rename argument and local variable.
1994-09-25 18:06:01 +00:00
Richard M. Stallman
131f213390 (update_echo_area): New function. 1994-09-25 17:43:58 +00:00
Richard M. Stallman
778d47c737 (get_doc_string): Look in ../etc while dumping.
(munge_doc_file_name): New subroutine.
1994-09-25 17:42:55 +00:00
Richard M. Stallman
00364e4e3d Don't include signal.h, values.h.
(signal): Definition deleted.
1994-09-25 16:37:30 +00:00
Richard M. Stallman
061ea32632 (set_file_times): Fix typo in previous change. 1994-09-25 00:48:04 +00:00
Richard M. Stallman
8334eb211b (set_file_times): Don't test HAVE_UTIME.
Assume utime exists if utimes does not.
1994-09-25 00:40:46 +00:00
Richard M. Stallman
6b4b91a4c1 (HAVE_UTIMES): Add #undef. 1994-09-25 00:38:02 +00:00
Richard M. Stallman
3beeedfef7 (Ffile_writable_p): Use stat to test for existence.
(check_executable, check_writable): New functions.
(Ffile_executable_p, Ffile_writable_p): Use the new functions.

(Fread_file_name): If DEFAULT is nil and INITIAL is not,
use INITIAL to set DEFAULT.
1994-09-24 23:24:52 +00:00
Richard M. Stallman
0df7d18aa0 (strftime.o): New target.
(obj): Add strftime.o.
1994-09-24 22:49:02 +00:00
Richard M. Stallman
c238be244b [USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions. 1994-09-24 22:15:56 +00:00
Richard M. Stallman
a2f13c2af1 (USE_DL_STUBS): Defined. 1994-09-24 22:15:44 +00:00
Richard M. Stallman
a23e3ce79f (USE_DL_STUBS): Add #undef. 1994-09-24 22:15:28 +00:00
Richard M. Stallman
d5219de56e (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties.
If move backwards into intangible text, move back over it.
1994-09-24 09:13:57 +00:00
Richard M. Stallman
33d7d0df73 (syms_of_textprop): Doc fix.
(Fset_text_properties): Don't let validate_interval_range
increment START and END twice.
1994-09-24 07:24:30 +00:00
Richard M. Stallman
a6b512bf81 (STACK_DIRECTION): Don't redefine if defined already.
Move definition down past #include's.
1994-09-24 05:09:47 +00:00
Richard M. Stallman
7169beb147 (Fexpand_abbrev): Instead of Fcapitalize_region,
just upcase the first initial.
1994-09-24 03:47:07 +00:00
Richard M. Stallman
8cef1f7853 (Fupcase_initials_region): New function.
(Fupcase_initials): New function.
(syms_of_casefiddle): defsubr them.
1994-09-24 02:03:32 +00:00
Richard M. Stallman
96927ba4c5 (upcase_initials): New function.
(casify_object): Handle CASE_CAPITALIZE_UP.
1994-09-24 01:57:54 +00:00
Richard M. Stallman
c24e1160ff (read_minibuf_unwind): Preserve Vdeactivate_mark. 1994-09-24 01:41:54 +00:00
Richard M. Stallman
11da536332 (get-file-buffer): Doc fix. 1994-09-24 01:16:19 +00:00
Richard M. Stallman
403ca74580 (DONT_DEFINE_SIGNAL): Macro deleted. 1994-09-24 00:37:07 +00:00
Richard M. Stallman
2ffe068d18 (DK_HEADER_FILE): Macro deleted. 1994-09-24 00:35:02 +00:00
Richard M. Stallman
3c01dd0a6e (DKSTAT_HEADER_FILE): Macro deleted. 1994-09-24 00:34:23 +00:00
Richard M. Stallman
0281aa6163 (CPTIME_SYMBOL, DKXFER_SYMBOL): Macros deleted. 1994-09-24 00:33:39 +00:00
Richard M. Stallman
260fe597ab (start_of_text): Don't test CANNOT_UNEXEC. 1994-09-24 00:30:52 +00:00
Richard M. Stallman
3821ae1668 Don't test CANNOT_UNEXEC. 1994-09-24 00:29:39 +00:00
Richard M. Stallman
01c9720456 Don't test CANNOT_DUMP or CANNOT_UNEXEC. 1994-09-24 00:28:23 +00:00
Richard M. Stallman
b79b5bff94 Delete BROKEN_FASYNC conditional. 1994-09-24 00:20:07 +00:00
Richard M. Stallman
5c3416a57f (Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals. 1994-09-24 00:17:57 +00:00
Richard M. Stallman
16d71e8b20 (Fprocess_send_eof): Delete DID_REMOTE conditional. 1994-09-24 00:15:23 +00:00
Richard M. Stallman
aea9f59e1c (prev_frame): Fix typo. 1994-09-23 22:49:47 +00:00
Richard M. Stallman
d6c862ca68 Comment changes. 1994-09-23 22:33:05 +00:00
Richard M. Stallman
3b9a3dfaee (exec_sentinel_error_handler): New function.
(exec_sentinel): Catch all errors in the sentinel.
(read_process_output_error_handler): New function.
(read_process_output_call): New function.
(read_process_output): Catch and report errors in filters.

(pty_name): Move it up; make it static.
(create_process): Set the tty_name field.
(Fprocess_tty_name): New function.
(syms_of_process): defsubr it.
1994-09-23 22:28:08 +00:00
Richard M. Stallman
080c45fd0b (Freplace_match): New 4th arg OBJECT can specify string to replace in. 1994-09-23 22:18:59 +00:00
Richard M. Stallman
a2b38b3c3a (Fdelete_other_windows): Nice error if WINDOW is minibuf. 1994-09-23 22:14:46 +00:00
Richard M. Stallman
3f254763f0 (copy_text_and_data): Delete some printf's. 1994-09-23 18:37:12 +00:00
Richard M. Stallman
7e39868d56 (PURESIZE): Definition deleted. 1994-09-23 18:35:32 +00:00
Richard M. Stallman
f3cc100782 Initial revision 1994-09-23 18:35:06 +00:00
Richard M. Stallman
e1d962d7af (Fx_create_frame): Rename menuBarLines resource to menuBar.
(x_figure_window_size): Decode (- N), (+ N) for position.
(x_set_frame_parameters): Handle (+ N) and (- N).
Preserve negative positions properly too.
[USE_X_TOOLKIT] (x_window): Let xneg, yneg specify whether to
negate left and top.
(Fx_parse_geometry): Handle [XY]Negative with positive number
or negative number without [XY]Negative.
1994-09-23 18:20:31 +00:00
Richard M. Stallman
2687aeb390 (X_IO_BUG): Definition deleted. 1994-09-23 06:55:48 +00:00
Richard M. Stallman
69d8722248 (BSD): Have two definitions according to version number. 1994-09-23 06:38:24 +00:00
Richard M. Stallman
52a2b13bc5 (copy_text_and_data): Add RISCiX changes. 1994-09-23 06:18:31 +00:00
Richard M. Stallman
f1c16f36b3 (Fx_list_fonts): Use a cache stored in FRAME_X_SCREEN.
(the_x_screen): New variable.
(syms_of_xfns): Staticpro parts of it.
(Fx_open_connection): Initialize it.
(Fx_create_frame): Make frame point to it.
1994-09-23 05:31:24 +00:00
Richard M. Stallman
b242af8897 (FRAME_X_DISPLAY): New macro.
(struct x_screen): New structure.
(struct x_display): New field x_screen.
(FRAME_X_SCREEN): New macro.
1994-09-23 05:28:56 +00:00
Richard M. Stallman
4eacadbd66 (x_destroy_window): Decrement ref count of x_screen struct. 1994-09-23 04:54:46 +00:00
Karl Heuer
889bf32987 (evaporate_overlays): Overlay is in car, not cdr. 1994-09-22 19:20:52 +00:00
Richard M. Stallman
6b3faad82b (Fcompleting_read): Doc fix.
(get_minibuffer): Make BUF current to kill its local vars.
1994-09-22 07:41:35 +00:00
Richard M. Stallman
4efe992908 (BASE_PURESIZE): Increment both values. 1994-09-22 07:29:02 +00:00
Richard M. Stallman
973e887321 (Vdebug_on_error): Declared. 1994-09-22 06:37:06 +00:00
Richard M. Stallman
a1341f75de (cmd_error_internal): New function, broken out of cmd_error.
(read_char): Don't return right away when
read_char_minibuf_menu_prompt returns non-nil.
Instead, set key_already_recorded, which inhibits most but not all
of the work at non_reread.
1994-09-22 06:26:46 +00:00