1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

16802 Commits

Author SHA1 Message Date
Richard M. Stallman
6ae5bdf58c (when, unless): Definitions moved to subr.el. 1997-01-08 06:09:48 +00:00
Richard M. Stallman
debff3c309 (when, unless): Definitions moved from cl.el. 1997-01-08 06:09:02 +00:00
Richard M. Stallman
49b6d120a6 (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21.
(lock_file_1): Use LOCK_PID_MAX when allocating lock_info_str
instead of hardwiring 21.
1997-01-07 23:52:21 +00:00
Richard M. Stallman
1ac95fabf3 (gud-gdb-marker-regexp): Use colon always, not path-separator. 1997-01-07 21:49:53 +00:00
David J. MacKenzie
32ec095a15 Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. 1997-01-07 19:29:28 +00:00
Richard M. Stallman
c5f0b2d42d (invert-face): Handle inverting the default face better. 1997-01-07 09:05:31 +00:00
Richard M. Stallman
cd0c235a9d Fix typo editing previous change. 1997-01-07 09:03:23 +00:00
Richard M. Stallman
5c4491697a (sh-shell-file): Downcase and remove extension on shells in NT. 1997-01-07 09:02:48 +00:00
Richard M. Stallman
c5c890bac4 No longer a minor mode.
(expand-submit-bug-report): Function deleted.
(expand-mode-version, expand-mode-help-address): Variables deleted.
(expand-mode): Variable and function deleted.
(expand-mode-hook, expand-mode-name): Variables deleted.
(expand-load-hook): Variable renamed from expand-mode-load-hook.
(expand-map): Variable deleted.
(expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark.
Add autoload.
(expand-jump-to-previous-slot): Add autoload.
Renamed from expand-jump-to-previous-mark.
1997-01-07 08:14:12 +00:00
Richard M. Stallman
b36701cc09 (bright_bg): Save the original state of video blink bit.
(maybe_enable_blinking): New function, restores the original state
of the blink bit.
(IT_reset_terminal_modes): Restore the original state of the blink
bit when suspending/exiting.
(run_msdos_command): Make sure bright background colors are again
enabled after subsidiary program returns.
1997-01-06 21:23:25 +00:00
Richard M. Stallman
ac707ebc83 (command-line-1): Don't run buffer-menu if in batch mode. 1997-01-06 06:51:29 +00:00
Richard M. Stallman
0dd96d4cbc (x-handle-args): Stop arg processing
if we encounter "--", and preserve all remaining args.
1997-01-06 06:51:12 +00:00
Richard M. Stallman
cdb9d66596 (command_loop_1, read_char):
Run Qecho_area_clear_hook when clearing echo area.
(Qecho_area_clear_hook): New variable.
(syms_of_keyboard): Initialize it.
1997-01-05 23:05:46 +00:00
Richard M. Stallman
be17d374c3 (frame-or-buffer-changed-p): Definition deleted.
(the end): Use mapc, to force loading of cl-extra.
1997-01-05 04:44:30 +00:00
Miles Bader
96cdf226f1 (*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.
1997-01-05 03:44:26 +00:00
Richard M. Stallman
467ff69234 (switch-to-buffer-other-frame)
(switch-to-buffer-other-window): New arg NORECORD.
1997-01-05 02:55:09 +00:00
Richard M. Stallman
6d12711f44 (Fpop_to_buffer): New arg NORECORD. 1997-01-05 02:53:57 +00:00
Geoff Voelker
f75104b256 Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:59 +00:00
Geoff Voelker
8144f59c30 (env_vars): Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:41 +00:00
Geoff Voelker
7d122d4732 (real_install): Create site-lisp in installation dir. 1997-01-05 02:14:28 +00:00
Geoff Voelker
d9709fde35 (compare_env, merge_and_sort_env): New functions.
(sys_spawnve): Sort environment variables for subprocess.
(ppid_env_var_buffer): Variable deleted.
1997-01-04 22:26:26 +00:00
Richard M. Stallman
84d3f6e878 (dired-garbage-files-regexp): New variable.
(dired-flag-garbage-files): New command.
(dired-mode-map): Put dired-flag-garbage-files on & and in menu.
1997-01-04 00:10:30 +00:00
Richard M. Stallman
f374777d3c (dired-string-replace-match): Delete redundant autoload. 1997-01-03 23:11:30 +00:00
Richard M. Stallman
db0fb4dd27 (find-dired): Doc fix. 1997-01-03 23:10:03 +00:00
Richard M. Stallman
a2960116f6 (update_frame): Call detect_input_pending
for X as well as for termcap frames.
1997-01-03 23:05:58 +00:00
André Spiegel
28a25aa5ea Changed my e-mail address in the header. 1997-01-03 13:51:36 +00:00
Richard Kenner
1b1653195f (M68*:*:R3V[567]*:*): Use uppercase 'M'. 1997-01-03 13:38:47 +00:00
Erik Naggum
81fa866c4a (occur): Minor cleanups. 1997-01-03 11:59:39 +00:00
Richard M. Stallman
c9daced0fa (list-matching-lines-face): New variable.
(occur): Highlight the actual matching characters.
1997-01-03 03:11:11 +00:00
Richard M. Stallman
76889e514a Initial revision 1997-01-03 01:16:16 +00:00
Richard M. Stallman
9005cb4f8f (lock_info_type): Declare pid as unsigned long instead of int.
(lock_file_1): Use %lu instead of %d in printf.
1997-01-02 21:02:23 +00:00
Richard M. Stallman
5e7ed09384 (HANDLE_RELOCATION): New macro.
(MAYBE_GC): Call HANDLE_RELOCATION.  Swallow following semicolon.
(Fbyte_code): Use HANDLE_RELOCATION.
1997-01-02 20:50:51 +00:00
Richard M. Stallman
24e519d8c9 (texinfo-mode): Locally set tex-first-line-header-regexp.
Locally set tex-trailer.

(texinfo-mode): Use regexps for
tex-start-of-header and tex-end-of-header.
(texinfo-tex-region, texinfo-tex-buffer): Use tex-region and tex-buffer.
(texinfo-tex-print): Use tex-print.
(texinfo-tex-view): New command, on C-x C-t C-v.
1997-01-02 20:49:15 +00:00
Richard M. Stallman
e8dd2298ce (word-help-mode-alist, reset-word-help)
(word-help-switch-help-file): Added support for completion.
(word-help-complete, word-help-complete-list)
(word-help-complete-index, word-help-extract-matches)
(word-help-make-complete): New functions/variables for completion.
(word-help-mode-alist): Enhanced search regexps.
(word-help-index-mapper): Defaults now to extracting the first word.
(word-help-mode-alist, word-help-index-mapper)
(word-help-main-index, word-help-main-obarray)
(reset-word-help, set-help-file, word-help-process-indexes)
(word-help-goto-index-node): Doc fixes.
(word-help-goto-index-node): Requires passing the keyword.
Uses this in the a new and enhanced magic indexing routine.
(set-help-file, word-help): Handle `completion-ignore-case' better.
(word-help-extract-index): `case-fold-search' better handled.
(word-help): Magic guessing of relevant help file put in new
function word-help-find-help-file.
(word-help-guess-all): New subroutine.
(word-help-guess): Use word-help-guess-all.
May optionally copy only upto the cursor,
instead of the entire keyword.
1997-01-02 20:41:58 +00:00
Richard M. Stallman
e6a6d69799 (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox)
and radio (radio button) are prefixed by "[X] " or
"(*) " respectively, when selected and "[ ] " or "( ) ", when not
selected. In a menu that contain these prefixes, "    " is used
as prefix for items that have no other prefix.

(easy-menu-update-button): New function used as `menu-enable'
property for checkboxes and radio buttons to update the prefixes.

(easy-menu-define): Change documentation string to describe the
new prefixes.
1997-01-02 20:20:22 +00:00
Richard M. Stallman
ec3fac5e78 Initial revision 1997-01-02 07:19:58 +00:00
Richard M. Stallman
d9de8c0454 (sh-shell-file): On MSDOS, collapse $SHELL to lower
case and remove the executable extension, if any.
(sh-other-keywords): Define an entry for `sh' and make `bourne'
inherit from that.

(sh-mode): Always pass nil as 3rd arg to sh-set-shell.
1997-01-02 02:51:05 +00:00
Richard M. Stallman
9317a902a2 (internal_self_insert): Check the property
on the hook, not on the abbrev symbol.
1997-01-02 02:30:33 +00:00
Richard M. Stallman
05a455e217 (dired-do-chxxx): Use -- only on GNU systems. 1997-01-02 02:30:23 +00:00
Richard M. Stallman
6d34c59ffb (tex-region): Correctly handle possible
overlap between first line, header, and region.
New local var ALREADY-OUTPUT makes this general.
Write tex-trailer directly as a string; get rid of temp-buffer.
Make tex-out-file include the .tex suffix.
1997-01-02 01:30:36 +00:00
Richard M. Stallman
c75cfabd5a Use $EMACS to say where to run Emacs.
Add --no-update option.

(copying src): Check thoroughly for symlinks
and copy them in all cases.  Regularize the linking of *.in
and *.opt and ChangeLog files.
(copying lib-src): Likewise.
Don't rm getdate.c or y.tab.*--they don't exist any more.
1997-01-02 00:53:34 +00:00
Richard M. Stallman
8226e01e77 (server-process-filter): Let-bind `pos'. 1997-01-02 00:37:12 +00:00
Paul Eggert
7509d39795 (PATH): Add /usr/xpg4/bin,
where XPG4 SCCS hangs out in Solaris 2.5.
(sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1997-01-01 05:33:42 +00:00
Richard M. Stallman
74ae5fabeb (repeat-complex-command): Bind
minibuffer-history-position and minibuffer-history-sexp-flag
only for the read-from-minibuffer call.
1997-01-01 03:37:37 +00:00
Richard M. Stallman
8dbbc384da Total rewrite. 1996-12-31 22:11:05 +00:00
Ian Lance Taylor
570591721b Handle mips-unknown-linux-gnu 1996-12-31 20:54:33 +00:00
Ian Lance Taylor
d23d9efd83 Recognize mips-unknown-linux-gnu 1996-12-31 20:51:53 +00:00
Richard M. Stallman
82a393fcd9 New version from mly. 1996-12-31 20:47:53 +00:00
Paul Eggert
8db5fdf588 (BROKEN_MKTIME): New macro. 1996-12-31 19:10:03 +00:00
Paul Eggert
6009ff5ad3 (MKTIME_OBJ):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.
1996-12-31 19:10:03 +00:00