Paul Eggert
65adbc85ce
(mktime): Fix typo in previous patch.
1996-09-03 18:08:27 +00:00
Paul Eggert
57a6d773a8
(mktime): #undef so that we don't mess up the file name mktime.c.
1996-09-03 18:00:34 +00:00
Paul Eggert
fbd40e3256
(mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
...
so that we don't attempt to redefine the libc mktime.
1996-09-03 18:00:34 +00:00
Richard M. Stallman
0d554bae8b
(show-paren-function): Handle unbalanced parens as
...
mismatched. When the unbalanced paren is an opening paren,
highlight it as mismatched.
1996-09-03 17:54:23 +00:00
Paul Eggert
8eaa6efed2
(Fencode_time): Remove NEXTSTEP workaround;
...
we now use our mktime instead.
1996-09-03 05:24:22 +00:00
Paul Eggert
af4b946d6a
(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
...
since NEXTSTEP's wrongly ignores TZ.
1996-09-03 05:23:35 +00:00
Paul Eggert
fa4993617b
(run-at-time): Doc fix.
1996-09-03 05:20:35 +00:00
Richard M. Stallman
99153b9e0e
(create_process): Undo previous change.
1996-09-03 04:13:20 +00:00
Richard M. Stallman
b59a6343c2
(server-process-filter): Quote with &, not \.
1996-09-02 17:43:56 +00:00
Richard M. Stallman
f1db6a73ef
(quote_file_name): Quote with &, not \.
...
Quote `-' only at start of file name. Terminate the value string.
1996-09-02 17:43:32 +00:00
Richard M. Stallman
e5446a46ef
(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-02 17:28:10 +00:00
Richard M. Stallman
d353f8febf
(save-match-data): Definition deleted.
1996-09-02 17:03:33 +00:00
Richard M. Stallman
8fb25e2680
Include signal.h properly;
...
delete the duplicate includes for it.
1996-09-02 05:45:58 +00:00
Richard M. Stallman
d8888efa0f
On fatal signal, delete socket-file:
...
Include signal.h.
(xmalloc, fatal, error): New functions.
(delete_socket, handle_signals): New functions.
(progname, socket_name): New variables.
[HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1996-09-02 05:39:36 +00:00
Richard M. Stallman
2bf32c5d8a
(redisplay_internal): Test last_selected_window slot.
...
(mark_window_display_accurate, display_text_line): Likewise.
1996-09-02 05:19:13 +00:00
Richard M. Stallman
86e4843672
(unshow_buffer): Clear last_selected_window slot, maybe.
...
(Fset_window_buffer): Set last_selected_window slot.
(Fselect_window): Set last_selected_window slot.
(delete_all_subwindows): Maybe call unshow_buffer.
1996-09-02 05:13:11 +00:00
Richard M. Stallman
0dc6f165b8
(reset_buffer): Initialize last_selected_window slot.
1996-09-02 05:11:15 +00:00
Richard M. Stallman
519052f372
(strict buffer): New slot last_selected_window.
1996-09-02 05:10:58 +00:00
Richard M. Stallman
aeafca1f94
(ffap-locate-file): Function deleted.
...
(ffap-locate-jka-suffixes): Variable deleted.
(ffap-alist): Use locate-library.
1996-09-02 01:18:35 +00:00
Richard M. Stallman
9dc176a012
(locate-library): New arg PATH. Handle autocompression mode.
1996-09-02 01:16:42 +00:00
Richard M. Stallman
2747503c0a
(locate-library): Doc fix.
1996-09-02 01:05:22 +00:00
Richard M. Stallman
ff4599fdb5
(rmail-dont-reply-to): Recognize the names to delete
...
when they appear within <...>.
1996-09-02 00:19:02 +00:00
Richard M. Stallman
5212210c8f
(quote_file_name): New function.
...
(main, both versions): Use quote_file_name.
(decode_options): Don't return a value.
(main, both versions): Use optind.
Don't check for -nowait here.
1996-09-02 00:05:56 +00:00
Richard M. Stallman
349e3f8210
(server-process-filter): Undo the quoting with
...
backslashes that emacsclient now does for special characters.
Delete some debugging code accidentally left in.
1996-09-02 00:03:28 +00:00
Richard M. Stallman
217666dd8a
Comment change.
1996-09-01 23:18:22 +00:00
Richard M. Stallman
de282a0553
(Fprocess_contact): New function.
...
(Fopen_network_stream): Store a cons cell in childp.
(NETCONN_P): Use GC_CONSP.
(list_processes_1): Use new childp format.
1996-09-01 23:18:03 +00:00
Richard M. Stallman
7321741136
Turn on byte-compile-dynamic.
1996-09-01 22:56:40 +00:00
Richard M. Stallman
dd73b091cb
Explain better about abnormal hooks.
1996-09-01 22:44:57 +00:00
Richard M. Stallman
4f8aaa7480
(record_asynch_buffer_change, gobble_input):
...
Use sigblock instead of sigblockx.
1996-09-01 22:08:35 +00:00
Richard M. Stallman
645280b72c
(sigunblockx): Definitions deleted.
...
(sigpausex, sigblockx, sigholdx): Definitions deleted.
1996-09-01 22:08:12 +00:00
Richard M. Stallman
474038150f
(create_process): Test defined (TIOCSCTTY)
...
and defined (HAVE_SETSID) instead of DONT_REOPEN_PTY.
1996-09-01 21:56:24 +00:00
Richard M. Stallman
b7fa904ccb
(insert-directory): If ls fails, get an error.
1996-09-01 21:38:48 +00:00
Karl Heuer
e3678b6433
Removed support for !MULTI_FRAME.
1996-09-01 21:04:32 +00:00
Karl Heuer
8c09486ac8
(MULTI_FRAME): Obsolete macro deleted.
1996-09-01 20:52:25 +00:00
Richard M. Stallman
c190bcd5d0
(struct x_display_info): Add element Xatom_FONT.
1996-09-01 20:52:17 +00:00
Richard M. Stallman
2218e4d9c4
(x_term_init): Initialize Xatom_FONT member.
...
(x_new_font): Use Xatom_FONT member.
1996-09-01 20:49:29 +00:00
Richard M. Stallman
61298010c6
Doc fixes.
1996-09-01 20:48:03 +00:00
Richard M. Stallman
53c58b5d48
[HAVE_SETRLIMIT]: Include time.h and resource.h.
...
(main) [HAVE_SETRLIMIT]: Call setrlimit to extend the stack limit.
New local `rlim'.
1996-09-01 20:47:10 +00:00
Richard M. Stallman
149d4fe55c
(isearch-*-char): Use the isearch-other-end as new
...
starting point in both directions.
1996-09-01 20:46:31 +00:00
Richard M. Stallman
0a20b6841d
(build_annotations): Remember original buffer that the
...
region came from; pass this to `format-annotate-function'.
1996-09-01 20:44:46 +00:00
Richard M. Stallman
75a209d4bc
Add menu items and xrefs to the menu bar menu.
...
(Info-check-pointer): New function.
(Info-mode-menu): New menu.
(Info-menu-last-node): New variable.
(Info-menu-update): New function.
(Info-mode): Add `Info-menu-update' to `activate-menubar-hook'.
1996-09-01 20:43:10 +00:00
Richard M. Stallman
4cc36b1786
(compilation-finish-functions): New variable.
...
(compilation-handle-exit): Run compilation-finish-functions.
1996-09-01 20:23:30 +00:00
Richard M. Stallman
20ddcdc068
(Fx_list_fonts): New optional arg MAXIMUM.
1996-09-01 19:52:14 +00:00
Richard M. Stallman
670ce6ea7a
(tmm-add-one-shortcut): New subroutine.
...
(tmm-add-shortcuts): Code moved to tmm-add-one-shortcut.
Handle tmm-shortcut-style and tmm-shortcut-words.
(tmm-define-keys): Use suppress-keymap.
Moved use-local-map from the caller here.
tmm-short-cuts is now a list of chars, not of one-char strings.
(tmm-completion-delete-prompt): New function, used in
completion-setup-hook.
(tmm-shortcut-style): New variable.
(tmm-shortcut-words): New variable.
(tmm-shortcut): Handle tmm-shortcut-style.
The shortcut searched in tmm-short-cuts is now a char, not a string.
1996-09-01 19:47:48 +00:00
Karl Heuer
6ec8bbd20d
Change all references from point to PT.
1996-09-01 19:15:05 +00:00
Richard M. Stallman
7003b25830
(vip-custom-file-name): Use convert-standard-filename.
1996-09-01 19:09:14 +00:00
Richard M. Stallman
fc71550113
(desktop-basefilename): Use convert-standard-filename.
1996-09-01 19:04:28 +00:00
Richard M. Stallman
88fb0aaae4
(bookmark-default-file): Use convert-standard-filename.
1996-09-01 19:03:37 +00:00
Richard M. Stallman
4a047d230c
(change-log-name): Don't treat MSDOS, NT specially.
1996-09-01 19:02:33 +00:00
Karl Heuer
ae93ce928a
(re_match_2_internal) [emacs]: Use PT, not point.
1996-09-01 19:02:26 +00:00