1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 05:21:26 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
146f50a386 (Foverlay_put): Pass redisplay_region a struct buffer *. 1994-06-28 09:25:42 +00:00
Richard M. Stallman
fa562dd5e1 (dired-readin): Record the directory's modtime.
(dired-internal-noselect): Offer to revert if dir has changed.
1994-06-28 08:36:16 +00:00
Richard M. Stallman
79e6ae333e (auto-lower-mode, auto-raise-mode): Doc fixes. 1994-06-28 05:15:44 +00:00
Richard M. Stallman
b4d8de7df4 (Info-index): Fix typo: t => \t. 1994-06-28 04:14:41 +00:00
Richard M. Stallman
0086b593a7 (gnus-inews-user-name, gnus-inews-domain-name):
Use user-mail-address unless there's a reason to do otherwise.
(gnus-inews-domain-name): Delete compatibility use of gnus-your-domain.
1994-06-27 23:07:15 +00:00
Richard M. Stallman
dfbf6104bd (Info-insert-dir): Capitalize `node' when inserting it.
(Info-search): Don't move point to beginning, after Info-read-subfile.
1994-06-27 20:54:14 +00:00
Richard M. Stallman
f4a3a8c96b (a_write): Verify that *annot is a cons. 1994-06-27 20:44:08 +00:00
Richard M. Stallman
7d637a0d6d (echo_dash): Fix backwards conditional. 1994-06-26 18:14:13 +00:00
Richard M. Stallman
c0d45f9d61 (C_DEBUG_SWITCH) [not NEWSOS5]:
Don't define if __GNUC__.
(KERNEL_FILE) [not NEWSOS5]: New override definition.
1994-06-26 16:29:43 +00:00
Richard M. Stallman
ee139ed38b (jka-compr-partial-uncompress): Handle the case where
LEN reaches to or past the end of the data.
1994-06-26 16:10:41 +00:00
Richard M. Stallman
d2287ded09 (mouse-scroll-subr): Don't do anything special at eob.
(mouse-drag-region): Don't treat scrolling differently at eob.
(mouse-drag-secondary): Likewise.
1994-06-25 23:48:04 +00:00
Richard M. Stallman
4556b700ea (send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.
1994-06-25 22:35:28 +00:00
Richard M. Stallman
274a942536 (send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
(Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.
1994-06-25 22:34:52 +00:00
Richard M. Stallman
790f39e781 (BUF_PTR_CHAR_POS): New macro. 1994-06-25 22:34:25 +00:00
Richard M. Stallman
dcdc526cc3 (comint-send-input): Update markers before actually sending the input. 1994-06-25 22:27:06 +00:00
Richard M. Stallman
eb16ec06bb (Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.

(Fsave_window_excursion): Doc fix.
1994-06-25 19:08:29 +00:00
Richard M. Stallman
50ca2717e6 (C_SWITCH_SYSTEM): Add -D_BSD. 1994-06-25 19:07:17 +00:00
Richard M. Stallman
3aef9604ce (beginning-of-buffer-other-window)
(end-of-buffer-other-window): New functions.
1994-06-25 18:58:42 +00:00
Richard M. Stallman
2ffa618696 (frame-notice-user-settings): Make menu-bar-mode
and default-frame-alist consistent with each other.
1994-06-25 18:20:55 +00:00
Richard M. Stallman
7b7d661583 (menu-bar-mode): Make this a global variable.
(menu-bar-mode): Make variable menu-bar-mode and default-frame-alist
consistent.
1994-06-25 18:20:30 +00:00
Richard M. Stallman
37b2bef669 (Fframe_parameters): Don't handle menu-bar-lines explicitly. 1994-06-25 17:54:57 +00:00
Richard M. Stallman
ccd0664b31 (Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.
1994-06-25 16:28:53 +00:00
Richard M. Stallman
565101f473 (ispell-message): Avoid an infinite loop. 1994-06-25 04:30:44 +00:00
Karl Heuer
9f04f0237a (popup-menu): Allow user to select nothing. 1994-06-25 01:42:43 +00:00
Richard M. Stallman
d196a64d03 (show-paren-command-hook): Use matching-paren.
Call overlay-put once for each overlay.
Wait .1 sec to see if any input comes in.
1994-06-25 01:20:11 +00:00
Richard M. Stallman
fb38ca867d (add-log-mailing-address): Use user-mail-address. 1994-06-25 00:35:12 +00:00
Richard M. Stallman
c10d1f062e (user-mail-address): New variable.
(normal-top-level): Initialize it.
1994-06-25 00:34:11 +00:00
Karl Heuer
99bc28f43e (Finsert_file_contents): Fix check for non-regular files. 1994-06-25 00:13:53 +00:00
Richard M. Stallman
ef97d5a271 (gnus-summary-mode-map): Add menu bar menus.
(gnus-group-mode-map): Add menu bar menus.
(gnus-summary-catchup-to-here): New function.
(gnus-summary-show-all-threads): Enable thread use.
(gnus-summary-show-thread): Enable thread use.
(gnus-summary-hide-all-threads): Enable thread use.
(gnus-summary-hide-thread): Enable thread use.

(gnus-summary-next-article): Fix previous change.
1994-06-24 23:41:15 +00:00
Richard M. Stallman
4841063fd9 (scan_lists, Fforward_comment): When moving backward over
a comment, ignore a comment-starter that overlaps the comment-ender.
1994-06-24 21:52:16 +00:00
Richard M. Stallman
b2e609ff8c (run-at-time): If REPEAT is 0, don't repeat. 1994-06-24 18:50:03 +00:00
Richard M. Stallman
d246db946d (tar-alter-one-field): Finish previous renaming change. 1994-06-24 18:32:36 +00:00
Richard M. Stallman
a82e2ed577 (find-change-log): If file name specified, just use it. 1994-06-24 15:47:09 +00:00
Richard M. Stallman
4ced320948 (Fcompleting_read): Doc fix. 1994-06-24 14:14:43 +00:00
Roland McGrath
c3dea9ba0b (visit-tags-table-buffer): Don't take car of return frmo
tags-table-including.
1994-06-24 08:07:57 +00:00
Karl Heuer
186cf71921 (syms_of_keyboard): Don't staticpro the same var twice. 1994-06-24 00:34:47 +00:00
Karl Heuer
c6dd34cba2 (popup-menu): Convert list to same-size vector, not singleton vector. 1994-06-23 23:58:16 +00:00
Richard M. Stallman
fbf8f564cf (move-to-tab-stop): Delete unnecessary spaces
before the old point if a tab followed or follows the old point.
1994-06-23 23:57:33 +00:00
Richard M. Stallman
0b6ac15043 Don't include string.h or strings.h. 1994-06-23 23:56:06 +00:00
Richard M. Stallman
efd9047811 (Fmove_overlay): Fix typo in previous change. 1994-06-23 23:55:12 +00:00
Richard M. Stallman
01239f7229 Move #undef HAVE_STRERROR before the #includes. 1994-06-23 23:53:35 +00:00
Richard M. Stallman
4a02b552f1 (shell-prefixed-directory-name): Do nothing if
comint-file-name-prefix is empty.  Do not inline.
1994-06-23 23:12:13 +00:00
Richard M. Stallman
dc0825dbe3 (comint-read-input-ring): Use ring-insert-at-beginning.
Insert most recent string first and only as many as we need.
Don't visit the file, just read it.
1994-06-23 23:11:23 +00:00
Richard M. Stallman
9c545670f3 (ring-insert-at-beginning): New function.
Don't visit the file, just read it.
1994-06-23 23:11:02 +00:00
Richard M. Stallman
0c287afb97 (*-convex-convexos*): Accept this as alias. 1994-06-23 21:35:48 +00:00
Richard M. Stallman
6ce11b6b00 (LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
(NLIST_NAME_UNION, DECLARE_GETPWUID_WITH_UID_T): Defined.
(CRT0_DUMMIES): Conditionalize according to __GNUC__.
(convex): Define if necessary.
(C_SWITCH_MACHINE): Definition deleted.
1994-06-23 19:40:13 +00:00
Richard M. Stallman
c0b5499016 (soundex-alist): Delete the elements that mapped into nil. 1994-06-23 19:39:22 +00:00
Richard M. Stallman
c892673b75 (term_get_fkeys): Don't redeclare term_get_fkeys_1 here. 1994-06-23 19:30:19 +00:00
Richard M. Stallman
3dc64903b8 Don't declare exit or perror. 1994-06-23 19:27:56 +00:00
Richard M. Stallman
f662f9b05b (main): Don't declare geteuid.
Don't declare getenv if convex.
1994-06-23 19:26:02 +00:00