- 04 Aug, 1993 4 commits
-
-
Richard M. Stallman authored
undo info; just replace the deletion entry.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 03 Aug, 1993 17 commits
-
-
Roland McGrath authored
(compilation-minor-mode): Autoload this function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Roland McGrath authored
file-name-completion.
-
Jim Blandy authored
* 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.
-
Richard M. Stallman authored
(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.
-
Jim Blandy authored
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.
-
Jim Blandy authored
* configure.in (function checks): Don't test for random and bcopy only when we're building with X; look for them all the time.
-
Roland McGrath authored
pos-visible-in-window-p.
-
Richard M. Stallman authored
(cmpl-hours-since-origin): Use truncate to make an integer. (completion-search-reset): Use completion-prefix-min-length.
-
Richard M. Stallman authored
(save-completions-to-file): Use completion-version.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Roland McGrath authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
message if there's nowhere useful to go.
-
- 02 Aug, 1993 19 commits
-
-
Roland McGrath authored
completion list.
-
Roland McGrath authored
-
Roland McGrath authored
completion".
-
Roland McGrath authored
(ctl-x-5-map): Bind C-x 5 o to other-frame.
-
Roland McGrath authored
(syms_of_frame): Add defsubr for Sprevious_frame.
-
Jim Blandy authored
menu bar, not just the first.
-
Roland McGrath authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(mail-yank-original): If mail-yank-hooks is nil, call mail-indent-citation.
-
Richard M. Stallman authored
of Flength to an int.
-
Richard M. Stallman authored
(verify_overlay_modification): Declare ostart, oend as Lisp_Object.
-
Richard M. Stallman authored
Change a single function into a list.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
put back the "Checking DIR..." message.
-
Richard M. Stallman authored
(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".
-