Richard M. Stallman
cf9b15ce37
(timer-set-time, timer-set-time-with-usecs): Doc fix.
...
(run-at-time, with-timeout): Doc fix.
(run-with-timer): Just call run-at-time.
(timer-set-idle-time): New function.
(run-with-idle-timer): Use it to set the idle time.
Doc fix. Fix interactive code.
1996-02-28 01:27:52 +00:00
Richard M. Stallman
c9eab4beee
(timeout-event-p): Function deleted.
1996-02-28 01:22:11 +00:00
Richard M. Stallman
aeab376f9f
(command-line-normalize-file-name):
...
Don't collapse // at start of file name.
1996-02-28 00:30:49 +00:00
Richard M. Stallman
a478a9ce32
(server-process-filter): Don't collapse // at start of file name.
1996-02-28 00:29:43 +00:00
Richard M. Stallman
a9562d191b
(handle-delete-frame): Use save-buffers-kill-emacs.
1996-02-28 00:08:58 +00:00
Richard M. Stallman
d3c7da2179
(display-time): Use rmail-after-get-new-mail-hook.
1996-02-27 22:45:40 +00:00
Richard M. Stallman
4f5c586ac0
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
1996-02-27 22:41:49 +00:00
Richard M. Stallman
243dfffb77
(display-time): Use run-at-time to start the timer.
1996-02-27 17:44:45 +00:00
Richard M. Stallman
01937013f0
(Fexpand_file_name): Fix confusion in detecting
...
that default_directory is already absolute so need not be expanded.
1996-02-27 16:51:25 +00:00
Richard M. Stallman
22041a64c0
(iso-transl-dead-key-alist): Fix syntax for ?^.
1996-02-27 16:32:05 +00:00
Richard M. Stallman
158f753256
(Fcommand_execute): New arg SPECIAL. All callers changed.
1996-02-27 06:01:30 +00:00
Richard M. Stallman
6cf0ae869d
(X_CONNECTION_LOCK_FLAG): New macro.
...
(x_connection_close_if_hung): New subroutine, at the end of the file.
Include X11/Xlibint.h only for this function.
#undef bcopy, bzero, bcmp, min, max first.
Define malloc and free to avoid type conflicts.
(x_connection_signal): Use x_connection_close_if_hung.
1996-02-27 02:33:15 +00:00
Richard M. Stallman
95d87237d2
(hexl-mode-exit, hexl-maybe-dehexlify-buffer):
...
Corrected write-contents-hook to write-contents-hooks.
1996-02-27 01:49:07 +00:00
Richard M. Stallman
aee9a898c4
(x_set_window_size): Clear out the mouse-highlighting data
...
if it applies to this frame.
Clear out the frame cursor position in Xt version as in Xlib version.
(x_update_cursor): If no previous cursor position is known,
leave the cursor off.
1996-02-27 01:16:35 +00:00
Richard M. Stallman
b00bd89720
(tpu-load-xkeys): Fix previous change.
1996-02-26 23:48:28 +00:00
Richard M. Stallman
d8e77dfd58
(doprnt1): Move cast to unsigned inside a shift.
1996-02-26 20:24:16 +00:00
Richard M. Stallman
fcc303f4c1
Improve messages about X versions.
...
(LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
(HAVE_X11XTR6): Set it as a shell variable.
(HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
1996-02-26 19:42:29 +00:00
Richard M. Stallman
1f35e35975
(makefile-runtime-macros-list): Add + to the list.
1996-02-26 19:33:15 +00:00
Karl Heuer
327b6868b0
Use the new file names in autoloads.
1996-02-26 18:59:28 +00:00
Richard M. Stallman
995b296f03
Comment change.
1996-02-26 18:51:09 +00:00
Karl Heuer
c86b6d4435
Renamed from cal-chinese.el to avoid 14-character limitation.
1996-02-26 18:45:24 +00:00
Karl Heuer
afdbe61dc8
Renamed from cal-islamic.el to avoid 14-character limitation.
1996-02-26 18:45:14 +00:00
Richard M. Stallman
94a66eea13
Commenht change.
1996-02-26 04:40:34 +00:00
Richard M. Stallman
f9c467a3be
(redisplay_window): Pass preserve_echo_area as a missing
...
second argument of redisplay_windows.
1996-02-26 04:39:49 +00:00
Erik Naggum
972a769bb9
(rmail-make-basic-summary-line): Fix previous change.
1996-02-26 04:07:44 +00:00
Erik Naggum
88293b5777
(rmail-clear-headers): Bind case-fold-search to t across the whole function.
1996-02-26 03:54:51 +00:00
Richard M. Stallman
c21b5781a3
(mail-mode-map): Bind M-TAB to mail-complete.
1996-02-26 01:40:50 +00:00
Richard M. Stallman
c0fd4267ae
(mail-complete): Add autoload cookie.
1996-02-26 01:32:31 +00:00
Richard M. Stallman
58d3eaf698
(unforward-rmail-message): Add autoload cookie.
1996-02-26 00:59:48 +00:00
Paul Eggert
d5c8e97af5
(vc-find-cvs-master): Don't require a "/" after the modification time
...
in CVS/Entries, since the time may be followed by a conflict notice
(in CVS 1.7) or by some other value (in CVS 1.3).
1996-02-26 00:53:13 +00:00
Richard M. Stallman
d9a84b157d
(rmail-make-basic-summary-line): Less space before subj.
1996-02-26 00:21:00 +00:00
Richard M. Stallman
d822195158
(vc-follow-link): Kill buffer before creating new one.
1996-02-26 00:19:35 +00:00
Richard M. Stallman
e7f5ddc2c8
(vc-follow-link): Simplify by taking advantage
...
of Feb 21 change in find-file-noselect.
1996-02-26 00:17:43 +00:00
Richard M. Stallman
58ffb6ae8e
(man): Don't call Man-init-defvars here.
...
Do it at top level instead.
(Man-init-defvars): Now a defun, not a defsubst.
Don't set Man-uses-untabify-flag.
(Man-uses-untabify-flag): Add doc string. Make default value t.
(Man-filter-list): Add doc string.
1996-02-26 00:15:09 +00:00
Richard M. Stallman
0f2ee0c100
(Fopen_network_stream): Set immediate_quit for the connect.
1996-02-26 00:07:45 +00:00
Richard M. Stallman
811b0ac307
(finder-inf.el): Use finder-compile-keywords-make-dist.
1996-02-25 23:00:13 +00:00
Richard M. Stallman
1c6425eaf0
(finder-compile-keywords-make-dist): New function.
1996-02-25 22:59:08 +00:00
Richard M. Stallman
504621b983
(emerge-combine-versions-template): Make the
...
generated comments on the #else and #endif follow the GNU standards.
1996-02-25 22:53:18 +00:00
Richard M. Stallman
59115a2281
(read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
...
(read_minibuf_unwind): Likewise. Also, clearing the buffer
is now the last thing we do.
1996-02-25 20:46:59 +00:00
Richard M. Stallman
e6aa7813ab
(command_loop_1): Explicitly clear the echo area
...
with message2; don't just clear echo_area_glyphs.
Don't set no_direct in that case.
1996-02-25 20:44:09 +00:00
Richard M. Stallman
a387611b1b
(Qinhibit_read_only): Declared.
1996-02-25 19:13:40 +00:00
Richard M. Stallman
81e14cb260
(Info-index): If fail, go back to original node.
...
(Info-find-node): Make error messages consistent.
(Info-insert-dir): Fix error message.
1996-02-25 18:31:16 +00:00
Richard M. Stallman
c17d59fcd2
(lw_window_is_in_menubar) [USE_MOTIF]:
...
With Motif, the window WIN can be the menu bar widget itself.
1996-02-25 06:59:59 +00:00
Richard M. Stallman
e9874cee56
(redisplay_internal): Renamed from redisplay.
...
New arg PRESERVE_ECHO_AREA.
(redisplay): New wrapper function calls redisplay_internal.
(redisplay_window, redisplay_windows): New arg PRESERVE_ECHO_AREA.
1996-02-25 06:44:48 +00:00
Richard M. Stallman
0f86732408
(Fcopy_syntax_table): Set default to nil.
...
Set the parent only if it was nil.
1996-02-24 20:03:07 +00:00
Richard M. Stallman
3efb840dd4
(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.
1996-02-24 10:15:08 +00:00
Richard M. Stallman
c0932fbc8b
Comment change.
1996-02-24 04:43:05 +00:00
Richard M. Stallman
cee8c3b39c
Clarify purpose of user-position parameter.
1996-02-24 04:11:01 +00:00
Richard M. Stallman
d17570268d
(imenu-add-to-menubar): Add menu item for current buf only.
...
(imenu-update-menubar): Never add menu item here.
1996-02-24 01:42:31 +00:00
Richard M. Stallman
7bf09e90d7
(imenu-update-menubar): Fix paren error.
1996-02-24 01:16:23 +00:00