1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

7121 Commits

Author SHA1 Message Date
Richard M. Stallman
f46efdf9e2 (describe-buffer-case-table): Don't use text-char-description. 1994-04-28 04:29:45 +00:00
Richard M. Stallman
fd3d5d87df (menu-bar-update-buffers): Get rid of debugging code accidentally left in. 1994-04-28 04:19:30 +00:00
Richard M. Stallman
48433a65ee (menu-bar-help-menu): Add item for report-emacs-bug. 1994-04-28 04:17:42 +00:00
Richard M. Stallman
efb166ffa3 (menu-bar-help-menu): Add item for emacs-version. 1994-04-28 04:15:32 +00:00
Richard M. Stallman
d39cf9e1f1 (lib-src): Depend on src/paths.h. 1994-04-28 04:14:00 +00:00
Karl Heuer
c6bfa94791 (unexec): Cast pointers. Fix error message. 1994-04-28 03:49:12 +00:00
Richard M. Stallman
09642d9796 Make a sub-keymap for the Buffers menu bar item.
(menu-bar-select-buffer, menu-bar-select-frame):
New commands for that subkeymap.
(menu-bar-update-buffers): New function, on menu-bar-update-hook,
made partly out of mouse-menu-bar-buffers.
1994-04-28 03:44:48 +00:00
Karl Heuer
8f3016f5c3 Chase symlinks manually. 1994-04-28 03:34:14 +00:00
Richard M. Stallman
6875cf75e5 Get the file's truename in case it is a link. 1994-04-28 03:01:49 +00:00
Karl Heuer
a6115fe24c Don't make an empty script.
Use signal, not error.
1994-04-28 02:42:43 +00:00
Richard M. Stallman
8cd6b35fab (hp800): Define this instead of hp9000s800. 1994-04-28 02:39:40 +00:00
Richard M. Stallman
1e700751df (mostlyclean): Remove liblw.a. 1994-04-28 02:35:25 +00:00
Richard M. Stallman
988c2f83a8 (read1): Allow \C- ' and \C-?'. 1994-04-28 02:34:20 +00:00
Richard M. Stallman
fe8fd40917 (ange-ftp-hook-function): Use ange-ftp-run-real-handler.
(ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function
as well as ange-ftp-hook-function.
1994-04-27 23:44:39 +00:00
Richard M. Stallman
57e81f57b9 (ange-ftp-completion-hook-function): Use new inhibit vars. 1994-04-27 23:43:46 +00:00
Richard M. Stallman
6a66e3be46 Improve error message for bad --with-x-toolkit value. 1994-04-27 22:33:52 +00:00
Richard M. Stallman
7e57289154 (LD_SWITCH_SYSTEM): Undo previous change. 1994-04-27 22:31:09 +00:00
Richard M. Stallman
ca2a138421 Restore deleted AC_SUBST of `configuration'. 1994-04-27 21:58:53 +00:00
Karl Heuer
f89fdaed3d (compilation-error-regexp-alist): Add fortran pattern. 1994-04-27 21:57:57 +00:00
Karl Heuer
2c32715abd Use C-style comments. 1994-04-27 21:43:24 +00:00
Karl Heuer
82a635f377 C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables. 1994-04-27 20:20:31 +00:00
Karl Heuer
3fa89e8c0f *** empty log message *** 1994-04-27 20:02:46 +00:00
Karl Heuer
42652599b7 (Fframe_parameters) [!MULTI_FRAME]: Replace with stub.
(Fframe_parameters, Fmodify_frame_parameters) [!MULTI_FRAME]:
Remove extra docstring.
1994-04-27 19:18:40 +00:00
Richard M. Stallman
6b07c06eff Comment change. 1994-04-27 08:39:01 +00:00
Richard M. Stallman
c00f638dbb (calendar-starred-day): Var renamed from starred-day. 1994-04-27 08:38:11 +00:00
Richard M. Stallman
f9c3b81ade (LIBS_SYSTEM): Commented out. 1994-04-27 08:37:12 +00:00
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