1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

10684 Commits

Author SHA1 Message Date
Richard M. Stallman
9796f12dfd (pp-to-string): Don't use emacs-lisp-mode.
Just do the parts of it we actually want.
1995-02-13 03:01:16 +00:00
Richard M. Stallman
2c5b706023 No modula project is active now. 1995-02-12 21:10:04 +00:00
Richard M. Stallman
0818b15e4a (next-history-element): Do nothing if n is 0.
Handle errors properly when history list is empty.
1995-02-12 08:27:38 +00:00
Richard M. Stallman
4c0317b1c2 (menu-bar-kill-ring-save): New function--use as `copy'.
(delete-region): Don't enable if (mouse-region-match) is true.
1995-02-12 04:54:34 +00:00
Richard M. Stallman
e6c2f5d4b9 (mouse-drag-region): Delete the overlay before
calling the terminating event's command binding or making a region.
(mouse-set-region-1): New function.
(mouse-drag-region, mouse-set-region, mouse-save-then-kill): Call it.
(mouse-region-match): New function.
1995-02-12 04:51:42 +00:00
Richard M. Stallman
273e08292b (Fexpand_file_name): Look for a handler for defalt.
(syms_of_fileio): Minor rearrangement.
1995-02-12 04:29:53 +00:00
Richard M. Stallman
1f98e9ea8b (load_color): Ignore failure from XAllocColor. 1995-02-12 01:25:58 +00:00
Richard M. Stallman
58387771b5 (x_decode_color): Ignore failure from defined_color. 1995-02-12 01:25:14 +00:00
Richard M. Stallman
86e00a8a09 (menu_item_equiv_key): If command is an alias,
check only the underlying command for a keyboard equivalent.
1995-02-12 01:22:28 +00:00
Richard M. Stallman
a5425c8d9a Test WAIT_USE_INT. 1995-02-11 22:07:09 +00:00
Richard M. Stallman
2c32be5080 (WAIT_USE_INT): Defined. 1995-02-11 22:05:56 +00:00
Richard M. Stallman
c76a164af2 (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++. 1995-02-11 04:50:55 +00:00
Richard M. Stallman
10f7c7fc29 (recover-file): Use ordinary `f' to read file name. 1995-02-10 06:29:31 +00:00
Richard M. Stallman
a7a39fbe87 (rmail): Don't set rmail-default-file here.
(rmail-default-file): Init it to ~/xmail.
(rmail-default-rmail-file): Don't call expand-file-name.
1995-02-09 09:41:18 +00:00
Richard M. Stallman
277568f269 (dired-mark): If on dir header line, always mark
the files in that dir.
1995-02-09 09:40:01 +00:00
Richard M. Stallman
17b406a835 [SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined..
[SOLARIS2_4, !__GNUC__]: Include alloca.h.
1995-02-09 09:31:54 +00:00
Richard M. Stallman
5bbf28a8ac (print-region-1): Include print options in echo area msgs. 1995-02-09 06:34:50 +00:00
Richard M. Stallman
a681b2a1c5 Add autoload cookie.
(ada-mode-map): Don't define C-m, M-a, M-e, M-q.
Don't define M-q.
(ada-mode): Set fill-paragraph-function locally.
(ada-fill-comment-paragraph): Return t.
(ada-gen-make-bodyfile): Add missing backslash.
1995-02-09 00:17:31 +00:00
Richard M. Stallman
02c80ac26a (ada-mode): Delete autoload. 1995-02-09 00:11:53 +00:00
Richard M. Stallman
972579f9fe Initial revision 1995-02-09 00:01:34 +00:00
David J. MacKenzie
c3e2153cb6 Add a blank in the #! line for 4.2BSD Dynix etc. 1995-02-08 15:05:06 +00:00
David J. MacKenzie
865059199b add a space in #! for 4.2bsd dynix etc. 1995-02-08 15:03:05 +00:00
Simon Marshall
44a631800a Add % to comint-match-partial-filename. 1995-02-08 12:59:25 +00:00
Karl Heuer
267de7a152 (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it
to apply to.
(init_perdisplay): Initialize echo vars.
1995-02-08 06:37:26 +00:00
Richard M. Stallman
8fa64b34f5 (print-region-new-buffer): Return new start and end.
(print-region-1): Use new calling convention.
1995-02-08 06:35:50 +00:00
Richard M. Stallman
d75f49aa5a Fix typo. 1995-02-08 06:30:05 +00:00
Richard M. Stallman
4a630427b5 Talk about auto save. 1995-02-08 06:29:29 +00:00
Richard M. Stallman
1335d07805 Personal dictionary save forced when called from menu,
Epoch compile support.
(ispell-skip-sgml): Added variable for skipping SGML tags & references.
(ispell-buffer-local-parsing): Hard wire set of ispell-skip-sgml-tags
to sgml-mode.
(ispell-pdict-save): Message improvement.
(ispell-command-loop): Properly adjust screen with different settings
of ispell-choices-win-default-height.
(check-ispell-version): Use fundamental-mode as default-major-mode.
(ispell-change-dictionary): Remove unnecessary process kills
(ispell-region): Fold sgml support in with tib checking.
(ispell-message): Skips checking of forwarded messages.
1995-02-08 06:09:08 +00:00
Karl Heuer
92beedc25e (byte-compile-file): Add "done" message. 1995-02-08 04:19:50 +00:00
Karl Heuer
be29d45333 (disabled-command-hook): Recognize ESC x as well as M-x. 1995-02-08 04:04:45 +00:00
Karl Heuer
9f5787aee4 (te-pass-through): Don't presume internal bit layout of non-ASCII keys. 1995-02-08 03:52:28 +00:00
Karl Heuer
da16e6483d (listify-key-sequence-1, event-modifiers): Don't presume internal bit layout
of non-ASCII keys.
1995-02-08 03:51:58 +00:00
Karl Heuer
a9b8cb1642 (edmacro-format-keys, edmacro-parse-keys): Don't presume internal bit layout
of non-ASCII keys.
1995-02-08 03:50:54 +00:00
Karl Heuer
e9f722eec1 Update copyright. 1995-02-08 01:26:46 +00:00
Karl Heuer
c0e42a4d59 Initial revision 1995-02-08 01:25:15 +00:00
Karl Heuer
3bef4fb92f New enhanced version from <kgallagh@spd.dsccc.com>. 1995-02-08 01:23:34 +00:00
Karl Heuer
ff6c30e51e (message_log_check_duplicate): New function.
(message_dolog): Delete previous line if the new one is a duplicate.  Include
a counter if appropriate.
Don't bother truncating the buffer until after adding newline.
1995-02-08 00:45:16 +00:00
Karl Heuer
47cf9d3a96 (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier,
so message logging will fold similar strings.
1995-02-08 00:43:45 +00:00
Richard M. Stallman
3ff8ce9365 entered into RCS 1995-02-07 23:56:47 +00:00
Richard M. Stallman
26873b7234 (maintainer-clean): Renamed from realclean. 1995-02-07 23:55:01 +00:00
Richard M. Stallman
40d4f149c6 (maintainer-clean): Renamed from realclean.
Print warning message.
1995-02-07 23:54:00 +00:00
Richard M. Stallman
00aa16af7c Various changes. 1995-02-07 22:51:35 +00:00
Richard M. Stallman
719b242f86 (r_alloc_size_in_use): New function.
(r_alloc_free): Call refill_memory_reserve.
1995-02-07 22:43:23 +00:00
Karl Heuer
1219a2a464 (read-quoted-char): Don't log prompt messages.
Use M- notation instead of assuming internal layout.
1995-02-07 21:58:09 +00:00
Richard M. Stallman
aa27fbb477 (etags-file-of-tag): Handle file name used as tag. 1995-02-07 21:00:28 +00:00
Richard M. Stallman
d2d9b86c1c (term-protocol-version): Renamed from term-version. 1995-02-07 08:00:33 +00:00
Richard M. Stallman
aa9e7088e6 *** empty log message *** 1995-02-07 04:20:29 +00:00
Karl Heuer
40f239ee68 (internal_last_event_frame, Vlast_event_frame): Deleted; now part of
perdisplay.  All uses changed.
(MOUSE_ACTIVITY_AVAILABLE) Deleted.
(find_active_event_queue): New arg check_mouse.  All callers changed.
(Vlast_event_frame): Change from DEFVAR_LISP to DEFVAR_DISPLAY.
1995-02-07 02:07:03 +00:00
Karl Heuer
4299da2a85 (do_switch_frame): internal_last_event_frame is now in perdisplay. 1995-02-07 01:06:49 +00:00
Karl Heuer
e6beaa77ad (struct PERDISPLAY): Add Vlast_event_frame.
Define internal_last_event_frame only #if MULTI_FRAME.
Add placeholders so we don't need to rebuild every time this struct changes.
1995-02-07 01:04:46 +00:00