1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00
Commit graph

13173 commits

Author SHA1 Message Date
Karl Heuer
3122bee9f9 (gomoku-human-plays): Change to C-c C-p.
(gomoku-human-takes-back): Change to C-c C-b.
(gomoku-human-resigns): Change to C-c C-r.
(gomoku-emacs-plays): Change to C-c C-e.
1995-05-02 23:52:13 +00:00
Karl Heuer
a7275e7f50 (gnus-uu-interactive-scan-directory): Change to C-c C-d.
(gnus-uu-interactive-save-current-file): Change to C-c C-z.
1995-05-02 23:48:07 +00:00
Karl Heuer
c98fe76ff2 (outline-rebullet-current-heading): Change to C-c *. 1995-05-02 23:26:58 +00:00
Karl Heuer
0f7a5fda79 (get_local_map): Use Fget_char_property, so that
overlay properties will be considered as well as text properties.
1995-05-02 23:06:11 +00:00
Richard M. Stallman
60f4dd23c3 (Fset_buffer_modified_p): Use the truename for locking. 1995-05-02 18:16:30 +00:00
Richard M. Stallman
f471f4c238 (Finsert_file_contents): Use file_truename for unlocking. 1995-05-02 18:15:54 +00:00
Richard M. Stallman
f173b6507b (prepare_to_modify_buffer): Use file_truename for locking. 1995-05-02 18:13:47 +00:00
Richard M. Stallman
d0b490f571 (union fail_stack_elt): New union.
(fail_stack_elt_t): Use that union.
(PUSH_PATTERN_OP, PUSH_FAILURE_POINTER, PUSH_FAILURE_INT)
(POP_FAILURE_POINTER, POP_FAILURE_INT): Corresponding changes.
(re_compile_fastmap): Corresponding changes.
(PUSH_FAILURE_ELT): New macro.
(FAIL_STACK_TOP): Macro deleted.
(WIDE_INT): Macro deleted.
(PUSH_FAILURE_POINT): Use PUSH_FAILURE_ELT.
(POP_FAILURE_ELT): New macro.
(POP_FAILURE_POINT): Use POP_FAILURE_ELT.
1995-05-02 16:27:24 +00:00
Karl Heuer
c63f695277 (xmenu_show, menubar_selection_callback): Move declaration
of entry to an outer block, to guarantee its value is preserved.
1995-05-02 04:50:07 +00:00
Karl Heuer
83d6804403 (kbd_buffer_get_event): New arg USED_MOUSE_MENU.
[USE_X_TOOLKIT]: Set *USED_MOUSE_MENU if returning menu-bar symbols.
(read_char): Pass used_mouse_menu to kbd_buffer_get_event.
This variable is now meaningful for toolkit menus as well as
non-toolkit menus.
1995-05-02 04:41:26 +00:00
Richard M. Stallman
5257b534c5 (S-delete): Fix typo (was C-delete). 1995-05-02 04:00:23 +00:00
Richard M. Stallman
0f21f770b2 (hide-ifdef-mode-prefix-key): Change to C-c @.
(hide-ifdef-mode-submap): Get rid of \e from all bindings.
1995-05-02 03:57:27 +00:00
Richard M. Stallman
7303160369 Warn about nested repetition. 1995-05-02 03:47:29 +00:00
Karl Heuer
698e4c1c47 (update_frame): Don't put cursor in echo area unless
the echo area is on this frame.
1995-05-02 02:18:34 +00:00
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