Richard M. Stallman
9926ab6410
([vertical-scroll-bar C-mouse-2]): Split the window.
1994-07-07 18:39:02 +00:00
Richard M. Stallman
a2687f7706
(libsrc_libs): Var deleted.
1994-07-07 16:58:14 +00:00
Richard M. Stallman
9f24ea1463
(gud-mips-p): Check for OSF system on Alpha also.
1994-07-07 16:50:55 +00:00
Richard M. Stallman
b0ffcc0de8
(process-environment, exec-path, load-path,exec-directory):
...
Mark these as risky.
(hack-one-local-variable): Treat vars ending in -program and -command as risky.
1994-07-07 16:25:53 +00:00
Richard M. Stallman
1d3dac41c0
(x_toolkit): New variable.
...
(syms_of_xfns): Set up Lisp var x-toolkit.
1994-07-07 06:50:45 +00:00
Richard M. Stallman
0a0e8fe62e
(make_lispy_event): Ignore menu bar up events.
1994-07-07 06:42:21 +00:00
Richard M. Stallman
a9986780f6
(next_frame, prev_frame):
...
MINIBUF = 0 means try visible frames and iconified frames.
(next_frame, prev_frame): Change which frames to use
when MINIBUF is a window.
(Fnext_frame, Fprevious_frame): Doc fixes.
1994-07-07 06:38:42 +00:00
Richard M. Stallman
f812f9c6b8
(Fnext_window, Fprevious_window): ALL_FRAMES = 0 means
...
try both visible frames and iconified frames.
(window_loop): Likewise, for FRAMES = 0.
(Fget_buffer_window): Likewise, for FRAME = 0.
(Fdisplay_buffer): Pass 0 to Fget_buffer_window;
if the frame is iconified, make it visible.
1994-07-07 06:34:07 +00:00
Richard M. Stallman
5511b56859
(xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu.
...
ButtonRelease does so if within Vdouble_click_time.
Ignore mouse motion if button was already released.
(menu_item_selection): Declare volatile, if __STDC__.
1994-07-07 06:29:09 +00:00
Richard M. Stallman
336b7f4160
(switch-to-buffer-other-frame): Raise the frame.
1994-07-07 05:07:02 +00:00
Richard M. Stallman
fb3b7de5e9
(XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:
...
Update x_mouse_grabbed and Vmouse_depressed.
(x_make_frame_visible): In x_sync loop at the end,
every fourth time, sleep for 1/4 second.
1994-07-07 03:03:34 +00:00
Richard M. Stallman
309848baf4
(mkdir, removenullpaths): Put g in sed replace commands.
1994-07-07 02:44:58 +00:00
Michael I. Bushnell
93e8880c55
Turning on gnus-show-threads in these four functions was a mistake;
...
these functions are called by generic code a lot--the effect was that
a user was forced to use the threads feature no matter what. In
addition the code to turn on gnus-show-threads was incorrect.
1994-07-07 01:43:06 +00:00
Richard M. Stallman
710e5da869
(Buffer-menu-revert-function): New function.
...
(Buffer-menu-mode): Use it, for revert-buffer-function.
(Buffer-menu-mode-map): Bind revert-buffer.
1994-07-06 23:05:34 +00:00
Richard M. Stallman
0973d78b8e
(revert-buffer-function): Doc fix.
1994-07-06 23:03:47 +00:00
Richard M. Stallman
b965445fdf
(vc-start-entry): New arg after-hook.
...
Set vc-log-operation-hook locally.
(vc-next-action-on-file): Not here.
(vc-admin): Pass new arg.
(vc-checkin): Pass new arg instead of setting vc-log-operation-hook.
1994-07-06 22:08:03 +00:00
Richard M. Stallman
74b9c2afd8
(auto-save-mode): If autosave is off because buffer has
...
shrunk, then toggling should turn it on.
1994-07-06 21:41:47 +00:00
Richard M. Stallman
de7d5e1ba4
(delete-old-versions): Var renamed from trim-versions-without-asking.
1994-07-06 21:34:31 +00:00
Richard M. Stallman
32cbe52813
(save-completions-to-file): Use delete-old-versions.
1994-07-06 21:33:56 +00:00
Richard M. Stallman
202bf0be2f
(tpu-save-all-buffers-kill-emacs):
...
Use delete-old-versions, and bind it locally.
1994-07-06 21:32:04 +00:00
Edward M. Reingold
f26bb3034e
(fancy-dairy-display): Consistently turn off selective display in diary buffer
...
before doing anything.
1994-07-06 20:26:53 +00:00
Richard M. Stallman
f4136d9c78
(outline-next-preface): Undo previous change: do stop before final newline.
1994-07-06 20:12:42 +00:00
Richard M. Stallman
e36d00d496
(desktop-buffer-rmail): Handle the situation
...
where the RMAIL file is locked, mail is waiting, and the
user selects `quit' gracefully.
1994-07-06 19:45:38 +00:00
Richard M. Stallman
4826e97fbc
(set-visited-file-name): Avoid crash if TRUENAME is nil.
1994-07-05 22:36:54 +00:00
Richard M. Stallman
ba9f641384
(gnus-mail-reply-using-mhe): Handle case of no subject.
1994-07-05 21:02:48 +00:00
Richard M. Stallman
69718e9d7c
(x-create-frame-with-faces): Ignore case in X resource.
...
(make-face-x-resource-internal): Test underline attribute as boolean.
1994-07-05 20:28:33 +00:00
Richard M. Stallman
05ef1cdab9
(file-truename): Use iteration when possible.
...
Avoid recalculating the same truename twice in one invocation.
Error check for infinite link loop.
(debugger): Make it a risky-local-variable.
1994-07-05 20:23:13 +00:00
Richard M. Stallman
30dc01ea24
(command-line): Check LC_ALL and LANG as well as LC_CTYPE.
...
(iso-8859-1-locale-regexp): Don't check for `iso'.
1994-07-05 18:35:37 +00:00
Richard M. Stallman
7a41a2e2b8
(rmail-spool-directory): Use /var/mail if it exists.
1994-07-05 18:33:10 +00:00
Michael I. Bushnell
e4fbad4b57
Comment out losing call to set-visited-file-name; this shouldn't hurt
...
as long as nobody actually calls buffers `*mail*'. (This isn't a real
fix.) set-visited-file-name fails when given a nil argument.
1994-07-05 16:54:01 +00:00
Michael I. Bushnell
3b112b5e00
foo?
1994-07-05 16:52:59 +00:00
Edward M. Reingold
55fbd565a3
(generate-calendar-month): Make highlighted text for mouse-2 a one character
...
wide for single-digit dates (this undoes the incorrect fix of May 30, 1994).
1994-07-05 15:44:40 +00:00
Richard M. Stallman
d0a11f95f9
Be less eager to define MATCH_MAY_ALLOCATE.
1994-07-05 07:25:05 +00:00
Richard M. Stallman
35a65fcede
(doprnt): Handle padding on %c.
1994-07-05 07:24:16 +00:00
Richard M. Stallman
a522e5bffe
(set-visited-file-name): Handle find-file-visit-truename
...
early on, before we deal with lock files.
1994-07-05 07:23:18 +00:00
Richard M. Stallman
ed160f1fa4
Doc fixes.
1994-07-05 06:18:33 +00:00
Richard M. Stallman
fa8fb184b3
(rmail-spool-directory): Use /var/mail for bsd386.
1994-07-05 04:06:00 +00:00
Richard M. Stallman
64f62b4508
(iso-8859-1-locale-regexp): New variable.
...
(command-line): Use it.
1994-07-04 23:24:46 +00:00
Roland McGrath
3e1c918b55
(add-change-log-entry): Apply expand-file-name to FILE-NAME.
1994-07-04 20:58:39 +00:00
Richard M. Stallman
6452d8a6f4
(mouse-drag-region): Bind this-command like last-command.
...
(mouse-kill-ring-save): Bind this-command and last-command.
1994-07-04 00:49:37 +00:00
Richard M. Stallman
738f9104db
(gnus-inews-news): Allow newsgroups to be separated
...
by spaces or commas and spaces.
1994-07-03 22:16:34 +00:00
Richard M. Stallman
2c5adf7ee3
(command-line): Accept iso-8859-1 like iso_8859_1.
1994-07-03 20:53:42 +00:00
Richard M. Stallman
989a5e4fe5
(sendmail-send-it): Allow specifying Sender.
1994-07-03 20:37:34 +00:00
Richard M. Stallman
0d912b5849
Fix up previous change.
1994-07-03 20:36:31 +00:00
Richard M. Stallman
e24ec555cb
(report-emacs-bug-hook): Error if user has added no text.
...
(report-emacs-bug): Set local report-emacs-bug-orig-text.
Add to mail-send-hook. Use mail-send-and-exit for the echo area msg.
1994-07-03 20:34:19 +00:00
Richard M. Stallman
de17da156f
(initial-frame-alist): Doc fix.
1994-07-03 20:18:38 +00:00
Richard M. Stallman
afb7440b5d
Talk about flow control along with C-x C-s and C-s.
1994-07-03 19:32:14 +00:00
Richard M. Stallman
e9d8e8c77e
(command-line): Automatically use iso-syntax and
...
standard-display-european if LC_CTYPE asks for it.
1994-07-03 19:06:03 +00:00
Richard M. Stallman
de0724367c
Use add-hook, (provide 'meese).
...
(protect-innocence-hook): compare expanded file names for the sake
of non-unix file systems. Use expand-file-name instead of concat
to create "celibacy.1" file name. Check that the "sex.6" exists.
1994-07-03 18:47:37 +00:00
Richard M. Stallman
c2ff34f7a3
(syms_of_buffer): Doc fix.
1994-07-02 19:50:30 +00:00