1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00
Commit graph

13173 commits

Author SHA1 Message Date
Richard M. Stallman
0ce830bc26 (Fyes_or_no_p): Use Qyes_or_no_p_history.
(syms_of_fns): Set up Qyes_or_no_p_history.
1993-08-05 01:51:54 +00:00
Richard M. Stallman
97c48db572 (perl-mode): Add autoload cookie. 1993-08-05 01:37:04 +00:00
Richard M. Stallman
9c85ef9fe1 (sendmail-program): Try /usr/sbin/sendmail.el also. 1993-08-04 23:19:50 +00:00
Richard M. Stallman
34fa2dc2e5 (diary-display-hook): Change default and fix doc string.
(diary-hook): New user variable.
(diary-date-forms, calendar-date-display-form): Don't autoload
them so the European/American style is decided at load time.
1993-08-04 23:02:10 +00:00
Richard M. Stallman
6e72e7952d (list-diary-entries): Split diary-display-hook into two
pieces, diary-display-hook and diary-hook.  If diary-display-hook
is nil, use simple display.
(include-other-diary-files): Set those hooks properly for other files.
1993-08-04 23:01:24 +00:00
Richard M. Stallman
298b760ea5 (expand_and_dir_to_file): Remove final / by copying abspath. 1993-08-04 22:51:22 +00:00
Richard M. Stallman
75993094cc entered into RCS 1993-08-04 08:20:00 +00:00
Richard M. Stallman
a2d24e958a (mouse-save-then-kill): Don't discard all the normal
undo info; just replace the deletion entry.
1993-08-04 04:37:11 +00:00
Richard M. Stallman
cefeb3a98d [BSD4_3] (HAVE_FTIME): Defined. 1993-08-04 04:18:32 +00:00
Richard M. Stallman
aa29f9b923 (Frem): Don't accept floats, just ints and markers. 1993-08-04 04:17:08 +00:00
Richard M. Stallman
2adf4f6165 (print-region-1): Make END a marker so untabify relocates it. 1993-08-04 03:41:03 +00:00
Roland McGrath
d6bd8dca5d (compilation-minor-mode): Make variable buffer-local.
(compilation-minor-mode): Autoload this function.
1993-08-03 21:38:31 +00:00
Richard M. Stallman
cac0b95d13 (man): Define as alias. 1993-08-03 18:52:07 +00:00
Richard M. Stallman
df208aafdb (CRT0_COMPILE): Add -O and -Demacs. 1993-08-03 18:23:39 +00:00
Richard M. Stallman
520bca5791 (window-setup-hook): Add hook function. 1993-08-03 17:45:17 +00:00
Roland McGrath
2829f7e326 (comint-dynamic-list-completions): Expand PATHDIR in call to
file-name-completion.
1993-08-03 07:52:10 +00:00
Jim Blandy
e3a7436e6f Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
* 7300.h [__GNUC__]: #define HAVE_ALLOCA.
[not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION.
(HAVE_SYSVIPC, USE_UTIME): #define these.
(memmove): We don't have this; call safe_bcopy.
(CRT0_COMPILE): #define this, so we always use the system's cc.
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
* ymakefile (crt0.o): Replace the compiler and switches with the
symbol CRT0_COMPILE.
(CRT0_COMPILE): If the system and machine description files have
left this undefined, then define it to do the same as the old
crt0.o rule used to.
1993-08-03 07:28:04 +00:00
Richard M. Stallman
f3f31ccf98 Make boldness and italicness affect subsequently created frames.
(make-face-bold, make-face-italic, make-face-bold-italic)
(make-face-unbold, make-face-unitalic): Update global-face-data.
Ignore a list found in the font slot.
(make-face-bold-internal, make-face-italic-internal):
(make-face-bold-italic-internal): New subroutines.
(x-create-frame-with-faces): If global-face-data's font slot
indicates bold and/or italic, make it so.
1993-08-03 07:12:34 +00:00
Jim Blandy
23524fb950 * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
1993-08-03 07:02:38 +00:00
Jim Blandy
d50a54c0f1 * configure.in (function checks): Test for mkdir and rmdir.
* configure.in (function checks): Don't test for random and bcopy
only when we're building with X; look for them all the time.
1993-08-03 06:57:03 +00:00
Roland McGrath
5ed8d62f52 (shrink-window-if-larger-than-buffer): Pass WINDOW to
pos-visible-in-window-p.
1993-08-03 06:38:26 +00:00
Richard M. Stallman
46f950cab8 (cmpl-read-time-eval): Make it no-op.
(cmpl-hours-since-origin): Use truncate to make an integer.
(completion-search-reset): Use completion-prefix-min-length.
1993-08-03 05:46:33 +00:00
Richard M. Stallman
1add72b5df (completion-version): New variable.
(save-completions-to-file): Use completion-version.
1993-08-03 04:36:52 +00:00
Richard M. Stallman
2f1895276f Don't mention dir `s/' in #include. 1993-08-03 04:30:43 +00:00
Richard M. Stallman
901249a345 (telnet): If we already have a telnet to HOST, just switch buffers. 1993-08-03 04:09:19 +00:00
Roland McGrath
a569dbc32f (other-frame): Skip iconified and invisible frames. 1993-08-03 03:33:14 +00:00
Richard M. Stallman
0e18d8ef78 (vfork): Move this outside the USG conditional. 1993-08-03 02:40:31 +00:00
Richard M. Stallman
43549f18f5 (occur-mode-goto-occurrence): Give meaningful error
message if there's nowhere useful to go.
1993-08-03 01:07:55 +00:00
Roland McGrath
314ed6a5aa (comint-dynamic-complete): If called interactively twice in a row, give the
completion list.
1993-08-02 23:33:41 +00:00
Roland McGrath
d49458c44a (comint-dynamic-complete): Expand PATHDIR in call to file-name-completion. 1993-08-02 23:04:05 +00:00
Roland McGrath
5065f906dc (comint-dynamic-completion): Say "Sole completion", not "Unique
completion".
1993-08-02 22:56:58 +00:00
Roland McGrath
ceab6935fd (other-frame): New function, analogous to other-window.
(ctl-x-5-map): Bind C-x 5 o to other-frame.
1993-08-02 22:18:34 +00:00
Roland McGrath
ef2c57aca0 (Fprevious_frame): New function, for parity with Fnext_frame.
(syms_of_frame): Add defsubr for Sprevious_frame.
1993-08-02 22:16:09 +00:00
Jim Blandy
db6f348c69 * xdisp.c (display_menu_bar): Redisplay all lines occupied by the
menu bar, not just the first.
1993-08-02 21:19:23 +00:00
Roland McGrath
f870f3fefd *** empty log message *** 1993-08-02 20:48:12 +00:00
Richard M. Stallman
522f921699 Initial revision 1993-08-02 19:11:20 +00:00
Richard M. Stallman
ef58099133 (save_excursion_restore): Never make the buffer visible. 1993-08-02 07:58:13 +00:00
Richard M. Stallman
eccf8697a7 (indent-c-exp): Don't document ENDPOS.
(c-indent-region): Rewrite to use indent-c-exp on one sexp at a time,
then use c-indent-line on the next line, etc.
1993-08-02 07:44:36 +00:00
Richard M. Stallman
fa24a82290 (mail-yank-hooks): Initialize to nil.
(mail-yank-original): If mail-yank-hooks is nil,
call mail-indent-citation.
1993-08-02 07:43:59 +00:00
Richard M. Stallman
2e864a763b (read_key_sequence): Use XFASTINT to convert value
of Flength to an int.
1993-08-02 07:29:53 +00:00
Richard M. Stallman
be8b1c6b25 (Fmove_overlay): Avoid initializer for Lisp_Object vars.
(verify_overlay_modification): Declare ostart, oend as Lisp_Object.
1993-08-02 07:28:31 +00:00
Richard M. Stallman
23f87cce43 (remove-hook): Doc string added.
Change a single function into a list.
1993-08-02 07:23:24 +00:00
Richard M. Stallman
322959764a (add-hook): Change a single function into a list. 1993-08-02 07:23:07 +00:00
Richard M. Stallman
47f3858d11 (fill-region-as-paragraph): When we take one word
after the fill column, don't stop at period with just one space.
When checking whether at beginning of line, if no fill prefix,
ignore intervening whitespace.
1993-08-02 05:55:56 +00:00
Richard M. Stallman
4524cb1c30 (Fset_frame_position): Doc fix. 1993-08-02 05:54:55 +00:00
Richard M. Stallman
47082fcd1b (byte-recompile-directory): At end of compiling a file,
put back the "Checking DIR..." message.
1993-08-02 04:47:30 +00:00
Richard M. Stallman
552775bd93 (Info-fontify-node): New function.
(Info-fontify): New variable.
(Info-mode): Initialize Info-related faces.
(Info-select-node): Fontify the node if necessary.

(Info-goto-node): Provide completion for node names.
(Info-read-node-name, Info-build-node-completions): New functions.
(Info-current-file-completions): New variable.
(Info-find-node): Clear completions cache.

(Info-next-reference, Info-prev-reference): New commands.
(Info-mode-map): Bind these to TAB and M-TAB.
(Info-next-preorder): Special case if sitting on "*Note" reference.

(Info-standalone): New variable.
(Info-exit): Exit Emacs if in standalone mode.
(info-standalone): New function.

(Info-summary): Added `bury-buffer' call.
(Info-no-error): Renamed from `no-error'.
(Info-suffix-list): Put ".info" before "" to deal with directory
named "foo" next to file "foo.info".
1993-08-02 04:22:12 +00:00
Roland McGrath
04402ae3dc *** empty log message *** 1993-08-01 23:03:26 +00:00
Jim Blandy
b7294c7587 * blackbox.el (blackbox-mode-map): Now that we have
terminal-independent function-key facilities, we ought to use
them.  Remove hack which looks for all bindings for the simple
motion keys and locally binds them to blackbox keys; add bindings
for the [up], [down], [left], and [right] keys.
1993-08-01 22:47:44 +00:00
Roland McGrath
eb6a920f20 (etags-tags-completion-table): Fixed regexp for today's format.
(etags-snarf-tag): Skip explicit tag name if present.
1993-08-01 22:22:48 +00:00