1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
Commit graph

11609 commits

Author SHA1 Message Date
Karl Heuer
b5bbc9a59c (display_text_line): Don't move the cursor if it's supposed to
be in the echo area.
(echo_area_display): Put cursor in echo area if appropriate.
1995-05-02 02:17:21 +00:00
Richard M. Stallman
00d96ada16 Describe uses of C-c followed by punctuation chars. 1995-05-02 01:57:30 +00:00
Richard M. Stallman
ac1eea7911 (outline-minor-mode-prefix): Change to C-c @. 1995-05-02 01:50:32 +00:00
Richard M. Stallman
f4f1c130d9 (texinfo-mode-map): Delete C-c ] binding. 1995-05-02 01:44:22 +00:00
Richard M. Stallman
91f769d408 (forms--mode-commands): Delete C-c ? binding. 1995-05-02 01:37:11 +00:00
Richard M. Stallman
e31282a87f (news-reply-mode-map): Delete C-c ? binding. 1995-05-02 01:33:38 +00:00
Richard M. Stallman
79ce455d11 (isearch-mode): Doc fix. 1995-05-02 01:13:59 +00:00
Richard M. Stallman
947447f420 (iso-accents-mode): Doc fix. 1995-05-02 00:52:53 +00:00
Karl Heuer
8b51f1e300 (redisplay): Don't move the cursor if it's supposed to
be in the echo area.
1995-05-01 23:12:19 +00:00
Richard M. Stallman
5f7fc6cf56 (buffer-substring-no-properties): New function. 1995-05-01 18:26:28 +00:00
Richard M. Stallman
2bc9b0c750 (expand-mail-aliases): Use buffer-substring-no-properties. 1995-05-01 18:25:55 +00:00
Richard M. Stallman
3b11420577 (makefile-mode): Set dabbrev-abbrev-skip-leading-regexp. 1995-05-01 17:16:40 +00:00
Richard M. Stallman
eb78a29127 (tpu-copy-keyfile): New function.
(tpu-load-xkeys): Copy key definition file to new default name.
1995-05-01 15:52:55 +00:00
Richard M. Stallman
4bc3d240cc (set-auto-mode): If buffer has no file, use buffer name. 1995-05-01 15:49:09 +00:00
Richard M. Stallman
30c78e11b9 (jka-compr-write-region): Handle the append
argument correctly when the can-append flag is false.
(jka-compr-write-region): Make temp-buffer name unique to this fn.
(jka-compr-file-local-copy): Ditto.
1995-05-01 05:23:49 +00:00
Richard M. Stallman
221cbd7d49 (main): Delete duplicate code for -version.
(standard_args): Add -help and -version.
1995-04-30 23:50:15 +00:00
Richard M. Stallman
ab30fc8aec Comment change. 1995-04-30 23:37:26 +00:00
Richard M. Stallman
258fd2cb82 (Fdo_auto_save): Record visited file name
as well as auto-save file name in the auto-save-list-file-name file.
Call Fexpand_file_name for auto-save-list-file-name.
1995-04-30 19:50:56 +00:00
Richard M. Stallman
0b9d4cf065 (normal-top-level): Set auto-save-list-file-name. 1995-04-30 19:50:00 +00:00
Richard M. Stallman
9aee539273 (multiple-recover, multiple-recover-finish): New commands. 1995-04-30 19:46:44 +00:00
Richard M. Stallman
2725719aef (standard_args): Add #ifdef VMS for -map. 1995-04-30 19:18:47 +00:00
Richard M. Stallman
34e1af81c8 Fix delq example. 1995-04-30 15:49:01 +00:00
Paul Eggert
64736f55e1 (datearg): If rlog options are specified explicitly,
omit the implicit '-d>DATE' option.
(repository, rlog): Allow absolute paths to CVS repositories.
Look only at the first line of CVS/Repository.
1995-04-30 15:34:52 +00:00
Richard M. Stallman
5949c48ae0 Mention file-regular-p operation. 1995-04-30 15:27:38 +00:00
Richard M. Stallman
aba66e2a44 (command-line-1): Implement -L/--directory option. 1995-04-30 07:45:45 +00:00
Richard M. Stallman
dca8521c5a [HAVE_UNISTD_H]: Include unistd.h. 1995-04-29 23:02:54 +00:00
Richard M. Stallman
4af9e0b30f (standard_args): Add -L/--directory/-directory. 1995-04-29 20:29:44 +00:00
Richard M. Stallman
c823611d96 (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.
(WIDE_INT): Defined (two alternate definitions).

(C_ALLOCA): Undef it, if __GNUC__.

(REGEX_ALLOCATE_STACK, REGEX_REALLOCATE_STACK)
(REGEX_FREE_STACK): New macros.
(INIT_FAIL_STACK, DOUBLE_FAIL_STACK, FREE_VARIABLES): Use them.
(re_max_failures) [REL_ALLOC]: Alternative larger initial value.
(re_compile_fastmap): Use REGEX_FREE_STACK.
(re_match_2_internal): Always call FREE_VARIABLES before returning.
Always init regstart, old_regstart, etc. whenever MATCH_MAY_ALLOCATE
is defined.
(FREE_VARIABLES) [REL_ALLOC]: Define non-trivially.
1995-04-29 20:21:41 +00:00
Richard M. Stallman
ae849784b4 (jka-compr-insert-file-contents): When visiting,
bind buffer-file-name to nil temporarily.
1995-04-29 19:25:19 +00:00
Richard M. Stallman
a360cae96e (command-line): Handle -iconic and -icon-type here. 1995-04-29 16:49:41 +00:00
Richard M. Stallman
6e3bfbb258 (Fcall_process): Extend BUFFER arg so it can specify
a separate output file for stderr output.
(Fcall_process_region): Doc fix.
1995-04-29 16:47:57 +00:00
Richard M. Stallman
5d5ab7ac50 (compile-internal): Disable undo before erasing
the buffer, then enable again afterward.
(compilation-sentinel): Use force-mode-line-update.
1995-04-29 16:37:06 +00:00
Richard M. Stallman
2b7971c930 (tex-view): Nice error if tex-dvi-view-command is nil. 1995-04-29 16:32:03 +00:00
Richard M. Stallman
7e04044f43 (*-sun-sunos4.1.3*): Use sunos4shr.h. 1995-04-29 05:49:04 +00:00
Richard M. Stallman
c667ca30df (ORDINARY_LINK): Defined.
(LINKER): Definition deleted.
1995-04-29 05:31:05 +00:00
Karl Heuer
9572375bcc (popup_get_selection): Use x_non_menubar_window_to_frame.
Either queue or dispatch the event, but not both.
(dialog_selection_callback): Clear popup_activated_flag.

(Fx_popup_menu): If POSITION is just (menu-bar), use the
current mouse position.
(menubar_selection_callback): Use (menu-bar) instead of 'menu-bar.
1995-04-29 04:21:23 +00:00
Karl Heuer
5a8d99e0e7 (read_char, read_char_x_menu_prompt): Exclude
menu-bar clicks when processing mouse clicks.
1995-04-29 04:20:12 +00:00
Karl Heuer
72de3c001f Declare x_non_menubar_window_to_frame. 1995-04-29 04:19:45 +00:00
Karl Heuer
5fbc3f3a31 (x_non_menubar_window_to_frame): New function. 1995-04-29 04:19:13 +00:00
Karl Heuer
10ceaf0356 (x_term_init): Add stub to initialize Vsystem_key_alist. 1995-04-29 04:17:56 +00:00
Karl Heuer
875e6b94f1 (create_process): Don't reference pty_name if !HAVE_PTYS. 1995-04-28 01:43:02 +00:00
Karl Heuer
5b3f122456 (sunos4.1.3): Use shared libraries, since that's
what the header file expects.
1995-04-28 01:26:00 +00:00
Michael Meissner
c40b6c8211 Support for pre-BFD versions of Linux ld. 1995-04-27 18:35:38 +00:00
Richard Kenner
e301e82eb8 (i[34]86:*:3.2:*) test for /usr/options/cb.name before calling uname. 1995-04-27 13:22:29 +00:00
Karl Heuer
f3c61d82f2 (vc-next-action-on-file): Add missing let-binding.
(vc-default-backend, vc-keep-workfiles, vc-consult-headers):
(vc-mistrust-permissions, vc-path): Vars moved to vc-hooks.el.
(vc-match-substring, vc-lock-file, vc-parse-buffer, vc-master-info):
(vc-log-info, vc-consult-rcs-headers, vc-fetch-properties):
(vc-backend-subdirectory-name, vc-locking-user, vc-true-locking-user):
(vc-latest-version, vc-your-latest-version, vc-branch-version):
(vc-workfile-version): Functions moved to vc-hooks.el.
(vc-trunk-p, vc-minor-revision, vc-branch-part): Functions moved
here from vc-hooks.el.
1995-04-26 21:47:35 +00:00
Karl Heuer
e1c0c2d1bf (vc-default-backend, vc-path, vc-consult-headers):
(vc-mistrust-permissions, vc-keep-workfiles): Customization
variables, moved here from vc.el.
(vc-trunk-p, vc-minor-revision, vc-branch-part): Moved to vc.el.
(vc-backend): Renamed from vc-backend-deduce.  Callers changed.
(vc-match-substring, vc-lock-file, vc-parse-buffer, vc-master-info):
(vc-log-info, vc-consult-rcs-headers, vc-fetch-properties):
(vc-backend-subdirectory-name, vc-locking-user, vc-true-locking-user):
(vc-latest-version, vc-your-latest-version, vc-branch-version):
(vc-workfile-version): Functions moved here from vc.el.
(vc-log-info): Log program is no longer called through vc-do-command,
to avoid including the lengthy vc-do-command here.  It is done
directly through call-process now.  Removed obsolete parameter LAST.
(vc-status): Replaced by the much simpler version that gets the
information from the file properties.  Removed the obsolete
parameter vc-type.
(vc-parse-buffer): changed format of PATTERNS.  Each pattern is now a
list of 2 to 3 elements, the first being the pattern, the remaining
ones the numbers of subexpressions to refer to.
(vc-cvs-status): New per-file property, only used in the CVS case.
(vc-cvs-status): New function.
(vc-log-info): Adapted to new version of vc-parse-buffer
(vc-fetch-properties): Adapted to new version of vc-parse-buffer.
Better search regexp for CVS latest version.
(vc-log-info): Search for branch version only in the RCS case,
since this doesn't make sense for SCCS or CVS.
(vc-fetch-properties): CVS case: set vc-cvs-status.
(vc-locking-user): CVS case: use vc-cvs-status to determine if
the file is up-to-date, thus avoiding an expensive call to
vc-workfile-unchanged-p.
(vc-mode-line): Re-activated the code that makes the buffer read-only
if the work file is unchanged.  But the status of the work file
is now determined by looking at the already-computed mode string.
1995-04-26 21:42:20 +00:00
Karl Heuer
a01c76d72b (extraclean): Depend on maintainer-clean, not
realclean.
1995-04-26 21:00:55 +00:00
Karl Heuer
9263b55ef5 (maintainer-clean): Renamed from realclean. 1995-04-26 20:59:05 +00:00
Michael Meissner
bbe3c2bd7a Support Linux elf and a.out systems; Add parisc support 1995-04-26 20:45:43 +00:00
Richard Kenner
0db66aed33 (CRAY*Y-MP:*:*:*): New entry. 1995-04-26 14:27:47 +00:00