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

7095 commits

Author SHA1 Message Date
Richard M. Stallman
bf162ea86c (Finsert_file_contents): Fix accessing buffer_file_type
since it is t or nil.  Change to handle t or nil as value
of find-buffer-file-type.
1994-04-27 08:35:48 +00:00
Richard M. Stallman
d9209dee0a (xmenu_show, xdialog_show):
If we unread some events, set interrupt_input_pending.
1994-04-27 08:27:50 +00:00
Richard M. Stallman
0a1788157b (XTread_socket, case ClientMessage): Don't call
XSetInputFocus if event is not for an existing frame.

(XTread_socket) [USE_X_TOOLKIT]: Never pass motion events to the toolkit.
1994-04-27 08:27:00 +00:00
Noah Friedman
f6dd89c633 Added comment indicating author. 1994-04-27 06:19:51 +00:00
Richard M. Stallman
041b4242dc Define CONFIGURATION in src/config.h
rather than substituting into src/Makefile.in.
1994-04-27 05:27:02 +00:00
Richard M. Stallman
2e14f82ba7 (configuration): Make variable deleted.
(emacs.o): Use the default .c.o command.
1994-04-27 05:26:05 +00:00
Richard M. Stallman
b8fa02fdc3 (CONFIGURATION): Add #undef. 1994-04-27 05:25:33 +00:00
Richard M. Stallman
7553a6b72b (x_wm_set_size_hint): Do set max_height, max_width, and PMaxSize flag. 1994-04-27 05:03:51 +00:00
Richard M. Stallman
6ecbd1cd8b (XTread_socket) [USE_X_TOOLKIT]: Undo previous change. 1994-04-27 04:47:29 +00:00
Richard M. Stallman
d796910a7d *** empty log message *** 1994-04-27 04:36:40 +00:00
Karl Heuer
99fb9482a8 (frame-update-faces): Unset old font. 1994-04-27 00:30:55 +00:00
Richard M. Stallman
79d1123847 entered into RCS 1994-04-26 22:21:24 +00:00
Richard M. Stallman
2b3fc6c305 *** empty log message *** 1994-04-26 22:08:09 +00:00
Karl Heuer
a1a7207a13 (install-doc): New target.
(install-arch-dep): Depend on install-doc.
(mkdir): Create docdir.
1994-04-26 22:07:10 +00:00
Karl Heuer
9bcf8ec6d3 (create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr. 1994-04-26 21:17:19 +00:00
Richard M. Stallman
05fd2b6576 *** empty log message *** 1994-04-26 20:24:51 +00:00
Richard M. Stallman
7791402edc entered into RCS 1994-04-26 19:28:47 +00:00
Richard M. Stallman
d0a54f0f3a (internal-ange-ftp-mode): Set comint-prompt-regexp and paragraph-start. 1994-04-26 18:31:30 +00:00
Richard M. Stallman
0c37b824df (tags-add-tables): Doc fix. 1994-04-26 09:39:30 +00:00
Richard M. Stallman
8db3b57351 (mark_object, case frame): Mark menu_bar_vector field. 1994-04-26 09:29:18 +00:00
Richard M. Stallman
e8976c8a2c (run-hooks): Don't use mapcar--save consing.
(run-hook-with-args): New function.
1994-04-26 07:43:54 +00:00
Karl Heuer
a27a38d8a7 (adjust_point): New function.
(insert_1, insert_from_string_1, del_range_1): Use it.
1994-04-26 02:22:52 +00:00
Karl Heuer
2bcaed71df Use PT, not point.
(gap_left, gap_right, adjust_markers): Make these functions static.
1994-04-26 02:11:35 +00:00
Richard M. Stallman
4fc440b7df Fix GPL version. 1994-04-26 01:41:27 +00:00
Richard M. Stallman
1ec84625a9 (read_filtered_event): Use Vunread_command_events. 1994-04-26 01:19:39 +00:00
Richard M. Stallman
ba71d84a4b (temp_echo_area_glyphs): Use Vunread_command_events. 1994-04-26 01:19:14 +00:00
Karl Heuer
f65013b01a Fix comment. 1994-04-26 01:18:38 +00:00
Richard M. Stallman
ce2100661a Comment change. 1994-04-25 23:34:17 +00:00
Karl Heuer
431e100fd1 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down): Scroll
rmail-buffer explicitly
1994-04-25 23:11:12 +00:00
Karl Heuer
06ef4a3f7e (XTmouse_position, XTread_socket): Don't use last_mouse_frame if it's dead. 1994-04-25 22:55:33 +00:00
Karl Heuer
983f76b88f (x_term_init): Add explicit cast. 1994-04-25 22:32:24 +00:00
Roland McGrath
5d1fa1a04e (compilation-next-error-locus): Use compilation-error-message instead of
"Moved past last error" when MOVE is 1 (default value).
1994-04-25 22:31:41 +00:00
Richard M. Stallman
f5e09c8b1b (menu_bar_item): Put a list of keymaps into the third
slot of an item in menu_bar_items_vector.

(kbd_buffer_get_event): Handle menu_bar_event.
1994-04-25 22:22:31 +00:00
Richard M. Stallman
765a05bcef (menu_bar_event): New event type. 1994-04-25 22:21:43 +00:00
Richard M. Stallman
cf07475434 (syms_of_xdisp): Set up Qmenu_bar_update_hook.
(update_menu_bar): Run that hook.
Fix failure to update menu bar when w->update_mode_line was nil.
1994-04-25 22:16:08 +00:00
Richard M. Stallman
c8b8e7e336 (make_frame): Initialize fields menu_bar_vector and menu_bar_items_used. 1994-04-25 22:12:09 +00:00
Richard M. Stallman
8d6de7cea6 (struct frame): New fields menu_bar_vector and menu_bar_items_used. 1994-04-25 22:10:01 +00:00
Richard M. Stallman
afb66a9aa8 (XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click. 1994-04-25 22:06:13 +00:00
Karl Heuer
1387d54e38 (F*_property_change): Typecheck limit argument. 1994-04-25 20:30:56 +00:00
Karl Heuer
fbe58183e7 (desktop-internal-v2s): Make structure match docstring. 1994-04-25 19:55:45 +00:00
Karl Heuer
6a608e8ebf (tar-copy): Don't bother with a temp buffer. 1994-04-25 18:26:20 +00:00
Richard Kenner
bacafaf1e7 Recognize FreeBSD. 1994-04-25 18:15:06 +00:00
Richard M. Stallman
841e483d3a *** empty log message *** 1994-04-25 01:13:27 +00:00
Richard M. Stallman
594cabd79d (mode-line-format): Put `mode-line-process' earlier.
(file-name-buffer-file-type-alist): Use nil or t, not 0 or 1.
(find-buffer-file-type): Handle that change.
1994-04-24 22:25:52 +00:00
Richard M. Stallman
a890e1b0e0 *** empty log message *** 1994-04-24 21:47:17 +00:00
Richard M. Stallman
68e23dc976 Initial revision 1994-04-24 21:32:06 +00:00
Karl Heuer
99887e16ef (rmail-highlight-headers): Extracted as a new function. Fix overlay position.
Do nothing if face support is unavailable.
1994-04-24 18:30:53 +00:00
Richard M. Stallman
c63e83a4ee (shell-dirstack-query): Defaults to nil.
(shell-mode): Guesses shell-dirstack-query based on shell name.
1994-04-24 10:50:41 +00:00
Richard M. Stallman
c226429547 *** empty log message *** 1994-04-24 10:21:01 +00:00
Richard M. Stallman
8d51c5cc39 (vc-mode-line): Warn if file is not vc-registered
but is a symlink to a vc-maintained file.
1994-04-24 10:00:51 +00:00