1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

5628 commits

Author SHA1 Message Date
Richard M. Stallman
3797b4c3fc (Fassq, Fassoc): Doc fixes. 1994-01-22 16:14:37 +00:00
Richard M. Stallman
73d4035593 (Faset): Doc fix. 1994-01-22 16:13:30 +00:00
Richard M. Stallman
5b5861558c (appt-check): Use the new variables
appt-disp-window-function and appt-delete-window-function.
(appt-disp-window-function): New variable.
(appt-delete-window-function): New variable.
(appt-delete-window): New function.
(appt-disp-window): Don't delete the appt window here;
instead, call appt-delete-window-function.
Fixed bug that messed up the screen when appt-check ran
when mouse is in the minibuffer.
Call select-frame only if window-system.
1994-01-21 21:21:20 +00:00
Richard M. Stallman
76412d64d2 (display_menu_bar): Add USE_X_TOOLKIT conditional.
(redisplay_window) [USE_X_TOOLKIT]: Test FRAME_EXTERNAL_MENU_BAR.
(update_menu_bar) [USE_X_TOOLKIT]: Call set_frame_menubar.

(truncate_echo_area): New function.

(decode_mode_spec) [MSDOS]: Let 't' expand to 'T' for
text mode or 'B' for binary mode.
(decode_mode_spec) [not subprocesses]: Don't access Fprocess_status.
1994-01-21 20:54:57 +00:00
Richard M. Stallman
9c95189bee (struct frame): New field external_menu_bar.
(FRAME_EXTERNAL_MENU_BAR): New macro.
1994-01-21 20:43:07 +00:00
Richard M. Stallman
0be31d57f4 [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
CoreP.h, StringDefs.h, Xaw/Box.h.
(struct x_display) [USE_X_TOOLKIT]: New fields widget, column_widget,
edit_widget, menubar_widget.
(x_any_window_to_frame) [USE_X_TOOLKIT]: Declared.
1994-01-21 20:41:49 +00:00
Richard M. Stallman
65fbf4a3eb *** empty log message *** 1994-01-21 18:45:00 +00:00
Richard M. Stallman
d97342f3aa *** empty log message *** 1994-01-21 16:52:12 +00:00
Richard M. Stallman
85de16120a (forward-paragraph): Doc fix. 1994-01-21 16:30:21 +00:00
Roland McGrath
ddd6d6137f *** empty log message *** 1994-01-21 16:22:40 +00:00
Richard M. Stallman
c6a9d2511a (with_x_toolkit): Treat values athena and lucid alike. 1994-01-21 06:37:05 +00:00
Richard M. Stallman
0f2cd61fa5 (S_ISDIR): Define if not defined.
(file_p): Use S_ISDIR.

(search_magic_path): Fix logic testing for empty path element.
1994-01-21 06:34:16 +00:00
Richard M. Stallman
f5f6a944dc (isearch-highlight): Do nothing if not window-system. 1994-01-21 04:19:19 +00:00
Richard M. Stallman
7a8e3e3024 (update_end): Clear updating_frame before calling hook. 1994-01-21 00:09:47 +00:00
Richard M. Stallman
6e710ae591 (double_dollars): New function.
(Fread_file_name_internal): Use double_dollars.
(Fread_file_name): Likewise.
1994-01-20 23:50:37 +00:00
Richard M. Stallman
364a6ae392 Doc fix. 1994-01-20 19:58:44 +00:00
Richard M. Stallman
5abb9556a4 Doc fixes. 1994-01-20 19:56:36 +00:00
Richard M. Stallman
53b7feeccb (Fprevious_property_change): Move back at least 1 char.
(Fprevious_single_property_change): Likewise.
1994-01-20 19:54:47 +00:00
Richard M. Stallman
3bf5f17a18 (enable-flow-control-on): Do nothing if no TERM. 1994-01-20 15:12:30 +00:00
Richard M. Stallman
e6faba7f61 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): New macros.
(Vinstallation_directory): Declared.
1994-01-20 14:41:49 +00:00
Richard M. Stallman
1c4ce111de Handle --with-x-toolkit. Produce lwlib/Makefile.
Substitute USE_X_TOOLKIT as both C macro and Make variable.

If CPP has a value that is a directory, discard the value.
1994-01-20 14:39:31 +00:00
Richard M. Stallman
ee18da5873 (make-help-screen): Use overriding-local-map.
Recognize C-v and M-v properly.
Compute help-screen after changing the map.
1994-01-20 14:27:51 +00:00
Richard M. Stallman
60724eabaf *** empty log message *** 1994-01-20 13:16:53 +00:00
Richard M. Stallman
caa4e6c4bc Add #undef SYSTEM_MALLOC. 1994-01-19 23:12:25 +00:00
Richard M. Stallman
f551b97db6 (isearch-push-state): Save isearch-case-fold-search.
(isearch-top-state): Restore it.
1994-01-19 18:45:34 +00:00
Richard M. Stallman
ec171d2e1b *** empty log message *** 1994-01-19 17:21:49 +00:00
Richard M. Stallman
34ee096375 (shell-command-on-region): If we quit the command,
display the output buffer anyway.
1994-01-19 15:25:32 +00:00
Richard M. Stallman
f8998fa90c Include errno.h; don't include fasync.h.
(schedule): Don't return a value.
(sigcatch): Reestablish the handler first.
(getevent): Always call notify at the end.
(notify): Defer alarms around the whole body of function.

(main): Don't request SIGIO, and don't handle it.
Loop calling getevent.
(sigcatch): Delete code to handle SIGIO.
If defer_alarms is set, don't call notify, just set alarm_deferred.
(getevent): Use read, not getchar.  Handle EINTR and EAGAIN.
Set defer_alarms around realloc and schedule.
If alarm_deferred gets set, call notify.
Likewise if this event is the only pending event.
Make buf and buf_size global variables.
Don't malloc buf if it is already non-zero.
(schedule): Just exit if run out of memory.
Return the number of events.
(signal) [_CX_UX]: Add #undef.
1994-01-19 15:12:34 +00:00
Richard M. Stallman
dfb8966419 (compilation-error-regexp-alist): Handle DEC AXP OSF/1. 1994-01-19 14:21:20 +00:00
Richard M. Stallman
e1f40b2841 Better, more user-oriented doc strings.
(time-stamp-mail-host): Now a user option.
(time-stamp-current-year, time-stamp-hh:mm): Removed.
(time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed.
(time-stamp-yyyy-mm-dd): New function, ISO 8601 format.
1994-01-19 13:57:16 +00:00
Richard M. Stallman
2ae4152014 Add #undef for USE_X_TOOLKIT. 1994-01-19 04:15:49 +00:00
Richard M. Stallman
98dfba1b99 (lwlib/Makefile): New target.
(SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
(clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
(unlock, relock): Handle lwlib subdir.

Add some .PHONY targets.
1994-01-19 00:04:56 +00:00
Richard M. Stallman
c660c0a798 Handle lwlib subdir like oldXMenu subdir. 1994-01-18 23:59:37 +00:00
Richard M. Stallman
40a6a4dd2f entered into RCS 1994-01-18 23:52:19 +00:00
Richard M. Stallman
e7818b5ac8 *** empty log message *** 1994-01-18 23:52:12 +00:00
Richard M. Stallman
07bf635fc3 Initial revision 1994-01-18 23:47:41 +00:00
Richard M. Stallman
87cd38d6ef (font-lock-mode): Set after-revert-hook
to refontify after revert.
1994-01-18 19:23:14 +00:00
Richard M. Stallman
fb6208a6aa (revert-buffer): Run after-revert-hook. 1994-01-18 19:13:11 +00:00
Richard M. Stallman
e4b93bab48 (show-paren-command-hook): Do nothing when in kbd macro. 1994-01-17 22:43:40 +00:00
Roland McGrath
b6173caec2 (yow-file): Doc fix.
(yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at
point.  Use (interactive-p) instead of arg to decide if interactive.
(insert-zippyism): Yow!  Am I INSERTED yet?
1994-01-17 21:44:35 +00:00
Roland McGrath
18cf95028f Fix typo (extra paren). 1994-01-17 05:24:29 +00:00
Richard M. Stallman
c21a657e1a Don't include stdio.h. 1994-01-17 01:40:01 +00:00
Richard M. Stallman
2396e3dabe Include stdio.h before config.h. 1994-01-17 01:38:26 +00:00
Richard M. Stallman
05630743f9 (init_callproc): Use Vinstallation_directory. 1994-01-17 00:46:25 +00:00
Richard M. Stallman
74180aa4ea (init_lread): Use Vinstallation_directory. 1994-01-17 00:44:38 +00:00
Richard M. Stallman
89de89c7d1 (Ffile_symlink_p): Doc fix. 1994-01-16 23:59:56 +00:00
Richard M. Stallman
849cfd72e1 (isearch-mode): Set overriding-local-map locally.
Don't set isearch-old-local-map and don't call use-local-map.
(isearch-done): Set overriding-local-map to nil.
Don't call use-local-map.
(isearch-old-local-map): Variable deleted.
1994-01-16 23:40:50 +00:00
Richard M. Stallman
9dd3131cef (Voverriding_local_map): New variable.
(syms_of_keyboard): Set up Lisp variable.
(read_key_sequence, menu_bar_items): Handle Voverriding_local_map.
1994-01-16 23:40:22 +00:00
Richard M. Stallman
7d92e3291a (Fkey_binding): Handle Voverriding_local_map.
(describe_buffer_bindings): Likewise.
1994-01-16 23:39:50 +00:00
Richard M. Stallman
661b05a712 (menu-bar-file-menu): Add rmail, gnus, calendar items. 1994-01-16 21:25:09 +00:00