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

155589 commits

Author SHA1 Message Date
Richard M. Stallman
cacc3e2c4b (Fmessage_box): Renamed from Fbox_message.
(Fbox_message): New function to print a message in a dialog box.
(Fmessage_or_box): New function that choose whether to print a
message in a dialog or in the echo area.
1994-09-21 18:54:05 +00:00
Richard M. Stallman
f405e88797 (emerge-recenter, emerge-operate-on-windows):
Use `visible' when calling get-buffer-window.
1994-09-21 18:42:05 +00:00
Richard M. Stallman
4cc32db661 (find-tag-noselect): Simplify.
Always run find-tag-hook at the tag's location.
1994-09-21 18:37:00 +00:00
Richard M. Stallman
810163a3aa (mail-default-reply-to): Initialize to t.
(mail-setup): If it's t, set it from envvar REPLYTO.
1994-09-21 18:26:57 +00:00
David J. MacKenzie
13595f8b9c remove trailing slashes from srcdir 1994-09-21 17:02:10 +00:00
Francesco Potortì
b3435a2f66 * man.el (Man-notify-flag): replaces the old Man-notify
variable, use the old one if it is bound as initial value.
	(Man-reuse-okay-flag): replaces Man-reuse-okay.
	(Man-downcase-section-letters-flag): replaces
	Man-downcase-section-letters.
	(Man-circular-pages-flag): replaces Man-circular-pages.
	(Man-auto-section-alist): variable deleted.
	(Man-section-translations-alist): removed the "3x" translation.
	(Man-untabify-command, Man-untabify-command-args): new vars.
	(Man-sed-command, Man-awk-command): new variables.
	(Man-sysv-sed-script, Man-berkeley-sed-script): new constants.
	(Man-name-regexp, Man-page-header-regexp): new variable.
	(Man-heading-regexp): changed default value.
	(Man-reference-regexp): now refers to previous regexps.
	(Man-arguments): new buffer-local variable.
	(Man-page-mode-string): changed default value.
	(Man-mode-map): changed the meanings of ",", ".", "q".  Added new
	keys ">", "<", "k".
	(Man-page-mode-string): function deleted.
	(Man-init-defvars): New function used for initialising the system
	and environment dependent variables Man-fontify-manpage-flag,
	Man-uses-untabify, Man-sed-script, Man-filter-list.
	(Man-delete-trailing-newlines): function deleted.
	(Man-make-page-mode-string): new subst.
	(Man-build-man-command): now subst instead of function.  Modified
	to comply with the new format of Man-filter-list.
	(Man-downcase): function deleted.
	(Man-translate-references): complete rewrite.
	(Man-linepos): function deleted.
	(Man-match-substring): new function.
	(Man-default-man-args): function deleted.
	(Man-default-man-entry): complete rewrite.
	(man, manual-entry): function-alias relationship reversed.
	(man): prompt changed, prompt using interactive, call
	Man-init-defvars, set Man-arguments.
	(Man-notify-when-ready): manage the 'pushy value.
	(Man-fontify-manpage): substitute Man-set-fonts.
	(Man-cleanup-manpage): new function.
	(Man-bgproc-sentinel): cleanup, call Man-fontify-manpage and
	Man-cleanup-page when necessary.
	(Man-mode): call Man-strip-page-headers and Man-unindent.
	(Man-build-section-alist, Man-build-references-alist,
	Man-build-page-list): substs instead of functions.
	(Man-build-references-alist): cleanup.
	(Man-build-page-list): new algorithm.
	(Man-strip-page-headers, Man-unindent): new substs.
	(Man-find-section): assume section names start in column 1.
	(Man-quit): bury the buffer instead of killing it, delete the
	frame when necessary.
	(Man-kill): new function.
	(Man-goto-page): do the right thing when the manpage is not found,
	do not assume that Man-build-references-alist is broken.
1994-09-21 16:15:42 +00:00
Richard M. Stallman
59915a5353 Initial revision 1994-09-21 09:35:35 +00:00
Richard M. Stallman
a66d4bd39a (i[345]86-sequent-ptx*): Handle 1994-09-21 09:28:40 +00:00
Richard M. Stallman
239c932bb2 (overlays_at): New arg PREV_PTR.
Return previous overlay end.
(Foverlays_at): Pass NULL for last 2 args of overlays_at.
(Fnext_overlay_change): Pass new arg to overlays_at.
(Fprevious_overlay_change): New function.
1994-09-21 08:14:33 +00:00
Richard M. Stallman
d4af368740 (concat3): New function. 1994-09-21 06:54:51 +00:00
Richard M. Stallman
82277c2ff7 (compute_char_face): Pass new arg to overlays_at. 1994-09-21 06:46:02 +00:00
Richard M. Stallman
7965883ba7 (note_mouse_highlight): Pass new arg to overlays_at. 1994-09-21 06:44:59 +00:00
Richard M. Stallman
3f320f98b8 (rmail-mode-kill-summary): New function.
(rmail-variables): Put that on kill-buffer-hook locally.
1994-09-21 06:33:22 +00:00
Richard M. Stallman
59a486aba0 (Fget_char_property): Pass new arg to overlays_at.
(NULL): Define if not defined.
1994-09-21 06:25:26 +00:00
Richard M. Stallman
287e500df2 (Fx_get_resource): Doc fix. 1994-09-21 06:04:20 +00:00
Richard M. Stallman
a8a642a45c entered into RCS 1994-09-21 05:36:21 +00:00
Richard M. Stallman
aa09b5ca24 (remove-hook, add-hook): Copy existing list before modifying. 1994-09-21 05:19:43 +00:00
Richard M. Stallman
ec265841c9 *** empty log message *** 1994-09-21 03:40:21 +00:00
Richard M. Stallman
128ba46c13 (from, labels, data): Use MAX_DATA_LEN as length.
(main): Use fgets, not gets.
1994-09-21 03:23:32 +00:00
Karl Heuer
8eca17c9a5 (report_error): Include reason in error message. 1994-09-21 00:59:22 +00:00
Richard M. Stallman
1f7850dd5c (mail-bury-selects-summary): New variable.
(mail-bury): Test it.
1994-09-20 23:52:38 +00:00
Richard M. Stallman
0bdd1e863b (paths-force): Depend on src/paths.h 1994-09-20 22:16:26 +00:00
Richard M. Stallman
002e48b7b4 (facemenu-update): Make menu separators all dashes. 1994-09-20 19:31:16 +00:00
Richard M. Stallman
ee3e47696b (SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION.
(unexec): Test UNDO_RELOCATION.  Distinguish the relocation formats
of __FreeBSD__ and SUNOS4.
1994-09-20 06:12:27 +00:00
Karl Heuer
81bd58e880 (r_alloc_freeze_level): New variable.
(r_alloc_freeze, r_alloc_thaw): New functions.
(r_alloc_sbrk): Refuse to move blocs, if frozen.
1994-09-20 05:51:50 +00:00
Karl Heuer
b6d6a51cfb (trivial_regexp_p): New function.
(search_buffer): Don't depend on internal format of re_pattern_buffer.
1994-09-20 05:40:52 +00:00
Richard M. Stallman
3fec4c1b34 (add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode. 1994-09-20 05:38:59 +00:00
Karl Heuer
4361366b72 (FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedes
VERTICAL_SCROLL_BAR_PIXEL_WIDTH; no longer device-dependent.
All callers changed.
(FRAME_SCROLL_BAR_COLS): New macro, supersedes VERTICAL_SCROLL_BAR_WIDTH; no
longer constant.  All callers changed.
(scroll_bar_pixel_width, scroll_bar_cols): New members of struct frame.
1994-09-20 05:20:16 +00:00
Karl Heuer
6d80dce9f9 (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted. 1994-09-20 05:18:53 +00:00
Karl Heuer
40284d6b47 (compute_motion): Fix comment. 1994-09-20 05:17:41 +00:00
Karl Heuer
cb64230416 (set_frame_size, EmacsFrameSetCharSize): Change
VERTICAL_SCROLL_BAR_PIXEL_WIDTH to FRAME_SCROLL_BAR_PIXEL_WIDTH.
1994-09-20 05:15:25 +00:00
Karl Heuer
ca0d0bb971 (window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to
FRAME_SCROLL_BAR_COLS.
1994-09-20 05:13:22 +00:00
Karl Heuer
5802e919a9 (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS. 1994-09-20 05:12:09 +00:00
Karl Heuer
4701395c1a (x_set_scroll_bar_width): New function.
(x_frame_parms): Add that function to this table.
(Qscroll_bar_width): New symbol.
(syms_of_xfns): Initialize and staticpro it.
(Fx_create_frame): Set default scroll bar width.
1994-09-20 05:07:53 +00:00
Karl Heuer
480407eb72 * xterm.c (x_new_font): Compute number of scrollbar columns. 1994-09-20 05:05:02 +00:00
Karl Heuer
beded970ac (make_float, make_pure_float): Fix Lisp_Object vs. int problems. 1994-09-20 04:47:17 +00:00
Karl Heuer
5464522baf (Fset_window_buffer): Fix Lisp_Object vs. int problems. 1994-09-20 04:44:01 +00:00
Karl Heuer
9343ab076b (kbd_store_ptr): Declare storage class before qualifier.
(make_lispy_event): Fix Lisp_Object vs. int problems.
(read_avail_input, menu_bar_items_index, read_key_sequence): Likewise.
1994-09-20 04:39:43 +00:00
Richard M. Stallman
6782610c40 (basic-save-buffer-1): If writing temp file fails
or a precious file, restore the old visited file modtime.
1994-09-20 04:27:40 +00:00
Karl Heuer
c56fbd2444 (kbd_store_ptr): Declare storage class before qualifier. 1994-09-20 04:27:27 +00:00
Richard M. Stallman
151270f331 (query-replace-interactive): New user option.
(query-replace-read-args): Obey that option--fetch from
search-ring or regexp-search-ring.  New arg regexp-flag.
(query-replace, query-replace-regexp, replace-string)
(replace-regexp): Pass new arg to query-replace-read-args.
(map-query-replace-regexp): Obey query-replace-interactive.
1994-09-20 04:26:12 +00:00
Karl Heuer
53ea491aa5 (set_file_times): Move this out of the USG conditional. 1994-09-20 04:07:48 +00:00
Richard M. Stallman
e4f74c7e88 (PURESIZE_RATIO, BASE_PURESIZE): Defined.
(PURESIZE): Define it based on those.
1994-09-20 03:18:33 +00:00
Richard M. Stallman
88f7cc6095 (POSIX_SIGNALS): Defined. 1994-09-20 02:29:40 +00:00
Richard M. Stallman
756b6edc1e (struct saved_window_data): New slots min_width, min_height.
(Fcurrent_window_configuration): Set slots from window_min_...
(Fset_window_configuration): Restore them.
Set window_min_height and window_min_width to 1 while restoring windows.
1994-09-20 02:20:05 +00:00
Per Bothner
bbc3f190b8 Patches for HPUX, and SunOS4 (Japanese). 1994-09-20 01:28:35 +00:00
Richard M. Stallman
c44d2ceda9 *** empty log message *** 1994-09-20 01:05:37 +00:00
Richard M. Stallman
2a598462ec (add-hook): Doc fix. 1994-09-20 00:59:24 +00:00
Richard M. Stallman
e08455275a (malloc, realloc): Declared. 1994-09-20 00:26:25 +00:00
Jim Blandy
aeb2c3069e entered into RCS 1994-09-19 21:50:20 +00:00