1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00
Commit graph

151382 commits

Author SHA1 Message Date
Richard M. Stallman
4703b6798b Use AC_SET_MAKE. 1994-04-16 04:52:26 +00:00
Richard M. Stallman
4acc682468 (lib-src/Makefile.in): Make this from Makefile.in.in
and run it thru cpp, as with src/Makefile.in.

(i[34]86-ncr-sysv*): Use usg5-4-2.
1994-04-16 04:48:12 +00:00
Richard M. Stallman
29ed054212 Renamed from Makefile.in.
Makefile.in is now generated from it, and then preprocessed.
Change comments to C syntax.
Include config.h.
(LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
(LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
1994-04-16 04:46:43 +00:00
Karl Heuer
df4de8c63e (mouse-set-font): Don't error if no selection. 1994-04-16 04:07:43 +00:00
Richard M. Stallman
5964e45066 (xmenu_show): Don't cons on subprefix_stck[j] if nil. 1994-04-16 03:50:38 +00:00
Richard M. Stallman
71e61810da (map_prompt): Declared. 1994-04-16 03:50:19 +00:00
Karl Heuer
ad2aeb8d88 (command-line): If no error data, print "", not nil. 1994-04-16 03:43:09 +00:00
Karl Heuer
d902167477 (emerge-goto-line): Fix return value.
(emerge-convert-diffs-to-markers): Fix line number calculations.
1994-04-16 02:39:42 +00:00
Richard M. Stallman
0ee4f8adff Require cl only at compile time.
(imenu--mouse-menu): Copy list by hand, not with copy-list.
1994-04-16 02:38:40 +00:00
Richard M. Stallman
b00c9734d8 (read_avail_input): Don't generate SIGHUP of aix386;
only on other AIX systems.
1994-04-16 02:32:59 +00:00
Richard M. Stallman
d7465b15c4 (auto-fill-function): New function (doc placeholder). 1994-04-16 02:06:17 +00:00
Richard M. Stallman
6b39e127f6 (calendar-mode-map): Use substitute-key-definition.
Don't mess with kill-region and copy-region-as-kill.
1994-04-16 00:21:29 +00:00
Richard M. Stallman
1de8d93d08 (shrink-window-if-larger-than-buffer):
Do nothing for side-by-side windows.
1994-04-16 00:06:58 +00:00
Richard M. Stallman
0822af61a5 (gnus-uu-enter-interactive-file):
Escape any special characters in file names.
(gnus-uu-call-asynchronous, gnus-uu-treat-archive): Likewise.

(gnus-uu-uustrip-article-as): Added more corrections
of corrupt uucode.
(gnus-uu-uustrip-article-as): Changed the algorithm for finding
begin/body lines of encoded articles.
(gnus-uu-check-correct-stripped-uucode): Handle
extraneous empty lines in uuencoded postings.

(gnus-uu-uustrip-article-as, gnus-uu-clean-up):
Check before calling process-status.
(gnus-uu-uuencode-and-post): Added possibly non-standard
posting of uuencoded files.

Doc fixes.
(gnus-uu): New function is placeholder for docs.
(gnus-uu-summary-next-subject): Do sit-for before gnus-summary-recenter.
1994-04-16 00:02:28 +00:00
Richard M. Stallman
7192540ba3 (describe-mode): Fix previous change. 1994-04-15 23:50:31 +00:00
Richard M. Stallman
ad023904b2 (describe-mode): Always show minor modes, at front. 1994-04-15 23:47:08 +00:00
Richard M. Stallman
72f163ea69 *** empty log message *** 1994-04-15 22:45:53 +00:00
Richard M. Stallman
15c909ba51 entered into RCS 1994-04-15 22:40:48 +00:00
Karl Heuer
425c7aa85c (basic-save-buffer): if selective-display is t, file may end in CR instead of
LF.
1994-04-15 22:39:31 +00:00
Richard M. Stallman
e846c982e6 (Finsert_file_contents): Fix test for unchanged file. 1994-04-15 22:26:34 +00:00
Richard M. Stallman
7cdedc3fad (Fprocess_send_eof, Foverlay_get): Declared. 1994-04-15 22:05:41 +00:00
Karl Heuer
659a218f95 (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as
given.
1994-04-15 22:04:48 +00:00
Richard M. Stallman
2da0df4def (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. 1994-04-15 22:00:44 +00:00
Richard M. Stallman
b64b4075ff (modify_event_symbol): Use the cdr of the alist entry.
Whenever value is nil, intern a new symbol.
1994-04-15 21:58:19 +00:00
Richard M. Stallman
4e0e7d8ec9 (syms_of_keyboard): Init and staticpro system_key_syms. 1994-04-15 21:55:25 +00:00
Richard M. Stallman
5aff8acbe6 (LIBX): Put LIBXT after LD_SWITCH_X_SITE. 1994-04-15 21:38:47 +00:00
Karl Heuer
c3a2738cf3 (read_avail_input): Fix comment delimiter. 1994-04-15 20:44:17 +00:00
Karl Heuer
63ab7e8f1a Doc fix. 1994-04-15 19:25:34 +00:00
Karl Heuer
0f800451f9 (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0. 1994-04-15 19:11:48 +00:00
Karl Heuer
0fe4741d0b (calculate_scrolling): Add explicit casts, to avoid compiler warnings. 1994-04-15 01:04:26 +00:00
Karl Heuer
5109bfb09f (shell-mode-map): Fix menu bar options.
(shell-replace-by-expanded-directory): Don't print message.
1994-04-14 22:49:23 +00:00
Karl Heuer
5a336c131f (comint-replace-by-expanded-history-before-point): Advance point
unconditionally.
1994-04-14 20:16:54 +00:00
Karl Heuer
7b2db0a013 (shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil. 1994-04-14 19:19:30 +00:00
Karl Heuer
06aa1ec4bf (rmail-default-file, rmail-default-rmail-file): Cancel new defvars.
The (require 'rmail) already picks them up.
1994-04-14 18:40:45 +00:00
Richard M. Stallman
0134a21068 (x_make_frame_visible): Don't call XMapSubwindows.
(x_iconify_frame): Likewise.

(pending_autoraise_frame): New variable.
(x_new_focus_frame): Don't autoraise here; just set that var.
(XTread_socket): Raise that frame here.

(x_destroy_window): Call clear_mouse_face if necessary.

(x_new_font): Always call x_set_window_size.

(x_wm_set_size_hint): If PROMPTING is 0,
copy the old win_gravity field.
If USPosition is set, don't set PWinGravity.

(x_wm_set_size_hint): If change_gravity is 0, just don't set the gravity.
1994-04-14 17:31:06 +00:00
Richard M. Stallman
90eb101970 (Fx_list_fonts): Error if non-X frame used.
(x_window): Don't call initialize_frame_menubar if no menu bar.
(Fx_create_frame): Default menu-bar-lines parm before calling x_window.
1994-04-14 17:21:38 +00:00
Richard M. Stallman
4e8d35499a (last_menu_bar_item_end): New variable.
(xmenu_show): Set that var.
(other_menu_bar_item_p): Return 0 if mouse is not in any menu bar item.

(xmenu_show, xdialog_show): Add casts in assignments
to widget_value fields from string contents.
(dispatch_dummy_expose): Cast arg to XtDispatchEvent.

[!USE_X_TOOLKIT] (xmenu_show): Right-justify char equivalents.
Use alloca for concatenated strings, if alloca is fast.

[USE_X_TOOLKIT] (xmenu_show): Use XtTranslateCoords.
1994-04-14 17:14:57 +00:00
Richard M. Stallman
d70c8f3052 (LIBS_SYSTEM): Defined. 1994-04-14 17:10:14 +00:00
Richard M. Stallman
6717f69111 (frame_update_line_height): Don't call x_set_window_size.
Return 1 if line_height changed.
(Fset_face_attribute_internal): Call x_set_window_size here if nec.
1994-04-14 12:07:21 +00:00
Richard M. Stallman
9658bdd075 (Fuser_real_login_name): Doc syntax fix. 1994-04-14 12:05:41 +00:00
Richard M. Stallman
4d2c9a1076 (save-place-kill-emacs-hook): Fix typo. 1994-04-14 12:04:19 +00:00
Richard M. Stallman
c01fd07719 (gettimeofday): If system doesn't have this, define it to give a fatal error. 1994-04-14 12:01:31 +00:00
Richard M. Stallman
587880630d (make_lispy_event): Put mouse event code
into MULTI_FRAME conditional.

(read_avail_input): Separate local var n_to_read
so that reading doesn't clobber that info when it sets nread.
1994-04-14 11:59:28 +00:00
Richard M. Stallman
853ccbd574 (command-line): Call face-initialize before frame-initialize. 1994-04-14 09:31:42 +00:00
Richard M. Stallman
586ab698cf (make-face-x-resource-internal): Don't mess with terminal frames. 1994-04-14 09:31:18 +00:00
Richard M. Stallman
ecf7de9beb (update_menu_bar): Take frame as arg.
(update_menu_bars): Function deleted.
(prepare_menu_bars): Call update_menu_bar; do it for all frames.
Simplify computation of all_windows; ignore irrelevant criteria.
1994-04-14 09:06:25 +00:00
Richard M. Stallman
e69e8fad9b (x-create-frame-with-faces): Create frame invisible,
set up the faces, then make it visible.
1994-04-14 07:38:15 +00:00
Richard M. Stallman
673fea7abd (HAVE_X11R4): If we define HAVE_X11R5, define this too. 1994-04-14 04:46:12 +00:00
Richard M. Stallman
78a0e19954 (CFLAGS): Exclude ${CFLAGS} from singlequotes.
(printing the choices): Make the toolkit message unconditional.
(USE_X_TOOLKIT): Use `none', not `no', if none.
(include libsrc_libs): Include config.h, and specify -I for srcdir.
Get rid of temp file foofoo1.
1994-04-14 03:44:05 +00:00
Richard M. Stallman
2dc44cb56a (MAKE): Don't just assign it--use @SET_MAKE@. 1994-04-14 03:42:48 +00:00