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

26840 commits

Author SHA1 Message Date
Richard M. Stallman
3d5fc37b72 (Fbyte_code): Add error check for jumping out of range. 1996-12-30 05:59:42 +00:00
Richard M. Stallman
0e5f305ee7 (hppa1.1-hitachi-hiuxmpp): New configuration. 1996-12-30 05:35:54 +00:00
Richard M. Stallman
23e217f6d2 (dired-permission-flags-regexp): New variable.
(dired-move-to-end-of-filename): Use it instead of a constant.
1996-12-30 04:57:17 +00:00
Richard M. Stallman
6aea3b07e8 Initial revision 1996-12-30 04:22:22 +00:00
Richard M. Stallman
ececcbec2a Include blockinput.h.
(create_process): Block input around the fork.
1996-12-30 01:26:08 +00:00
Richard M. Stallman
8877186525 (process.o): Depend on blockinput.h. 1996-12-30 01:25:10 +00:00
Richard M. Stallman
f8fc543a60 (iso-languages): For Catalan, delete 'C and 'c;
delete `i, `I, `u, `U.  Add "i, "I.  Delete ~t.
For Spanish, delete ~t, 'c and 'C.
1996-12-30 00:30:21 +00:00
Richard M. Stallman
725b742881 (tex-first-line-header-regexp): New variable.
(tex-region): Sometimes include the file's first line.
1996-12-29 19:41:52 +00:00
Richard M. Stallman
d34c1b05eb (completion-ignored-extensions):
Separate out the system-independent elements.
Add Texinfo index files.
1996-12-29 18:59:24 +00:00
Richard M. Stallman
02f21b813f (report-emacs-bug): Use compose-mail. 1996-12-29 18:49:11 +00:00
Richard M. Stallman
dd7bd4df5a (hs-emacs-type): Doc fix. 1996-12-29 18:08:04 +00:00
Richard M. Stallman
6492483f51 (dired-insert-directory): Don't override the user's locale.
(dired-standard-move-to-filename-regexp): Var deleted.
1996-12-29 08:14:57 +00:00
Richard M. Stallman
dbf71ee969 (rmail-msg-is-pruned): New function.
(rmail-toggle-header): Add an optional argument to specify explicitly
whether the header should be pruned or displayed in full.
1996-12-28 20:56:53 +00:00
Richard M. Stallman
f2102d2cd7 (help-map): Define C-h C-i to run word-help. 1996-12-28 20:29:42 +00:00
Richard M. Stallman
55b723320a (expand-map): Don't define SPC.
(expand-template-abbreviation): Function deleted.
(expand-try-to-expand): Function deleted.
(expand-abbrev-hook): Add a no-self-insert property.
(expand-skeleton-end-hook): Use skeleton-position.
(expand-add-abbrevs): Doc fix.
1996-12-28 20:06:56 +00:00
Richard M. Stallman
e26f93cc0d Initial revision 1996-12-28 19:41:45 +00:00
Richard M. Stallman
157b7809ca (skeleton-positions): Renamed from skeleton-marks. 1996-12-28 19:33:20 +00:00
Richard M. Stallman
a6dccb5154 (skeleton-marks): New variable.
(skeleton-insert, skeleton-internal-1): Set skeleton-marks.
1996-12-28 19:31:17 +00:00
Michael Kifer
bf5d92c5e3 *** empty log message *** 1996-12-28 02:53:04 +00:00
Richard M. Stallman
469b44cbf1 Many doc fixes.
(sort-regexp-fields): Don't test for buffer-substring-lessp;
always return a pair of bounds.
1996-12-27 21:12:40 +00:00
Richard M. Stallman
e5df7c4ad7 (LD_SWITCH_SYSTEM): Use just -X.
(LIB_STANDARD): Alternate definition if NS_TARGET.
1996-12-27 04:38:50 +00:00
Richard M. Stallman
695a5c4976 (dos_set_keyboard): Test whether KEYB.COM is installed
for international keyboard support.
(dos_get_modifiers): If international keyboard support is NOT
required, make both Right and Left Alt key behave like Meta key.
1996-12-27 02:11:22 +00:00
Richard M. Stallman
441c2ae483 (ispell-message-text-end): Handle `- ' before
the "cut here" or "start of..." line.  Handle `Forward message'
without `Start of'.
1996-12-27 02:06:41 +00:00
Richard M. Stallman
e39e74c048 (mail-yank-clear-headers): Handle case of end < start.
(mail-indent-citation): Handle case of end < start.
(mail-yank-region): New command (on C-c C-r).
1996-12-27 02:02:21 +00:00
Richard M. Stallman
42eda49ce9 (mail-indentation-spaces): Doc fix. 1996-12-27 01:33:53 +00:00
Richard M. Stallman
dab83391c0 (menu-bar-tools-menu): Add a "send mail" entry. 1996-12-27 00:48:30 +00:00
Richard M. Stallman
141aa68cfc (perform-replace): Request integers from match-data,
instead of asking for markers and converting them.
1996-12-27 00:44:57 +00:00
Richard M. Stallman
94d63a2336 (forward-paragraph, backward-paragraph): Doc fixes. 1996-12-26 22:43:17 +00:00
Richard M. Stallman
73e0d965cc (Fdefalias): Change argument name and doc string. 1996-12-26 22:41:42 +00:00
Richard M. Stallman
baa573a379 Change arg name for fset. 1996-12-26 22:40:52 +00:00
Richard M. Stallman
8c0b5540a7 (Ffset): Change argument name and doc string. 1996-12-26 22:40:23 +00:00
Richard M. Stallman
1e6bc770bd (x_iconify_frame): Clear visible when we set iconified. 1996-12-26 21:07:30 +00:00
Richard M. Stallman
98381e4289 (single_keymap_panes): New arg DEPTH.
Cut off recursion at that depth.  Callers changed.
1996-12-26 21:06:19 +00:00
Richard M. Stallman
101d160585 (window_scroll): Preserve vpos of point
if we cannot preserve the actual position of it.
Make it static.  New arg WHOLE; callers changed.
1996-12-26 21:01:10 +00:00
Richard M. Stallman
8eb4d8ef14 (read_char_x_menu_prompt): Unread and record all the input events from here.
(record_menu_key): New subroutine.
1996-12-26 21:00:03 +00:00
Richard M. Stallman
2e13f8e971 (standard_args): Add -find-file and -visit. 1996-12-26 20:55:04 +00:00
Richard M. Stallman
e57640c004 (internal_self_insert): If the abbrev has no expansion,
just a hook, inhibit the insertion of the character.
1996-12-26 20:54:22 +00:00
Richard M. Stallman
f530ce2748 (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion. 1996-12-26 20:53:54 +00:00
Richard M. Stallman
f1017d552a (mouse-start-end): Put values in proper order,
in the doublequote case.
1996-12-26 20:48:46 +00:00
Richard M. Stallman
14d9a6630e (command-line-1): Handle --visit and --find.
Handle -- as an option; treat what follows as a file name.
1996-12-26 20:47:49 +00:00
Richard M. Stallman
f4897e407d (edebug-read-symbol, edebug-read-string): Don't back up after reading.
(edebug-read-sexp): Likewise.
1996-12-26 20:46:51 +00:00
André Spiegel
8172cd867b (vc-next-action-on-file, vc-update-change-log,
vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
instead of `user-login-name'.
(vc-update-change-log): If `user-full-name' is nil, try
`user-login-name'.  Failing that, use uid as a string.
(vc-make-buffer-writable-hook): Removed (was unused).
1996-12-26 12:07:05 +00:00
André Spiegel
2a11c6f32f (vc-user-login-name): New function.
(vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner,
vc-fetch-properties, vc-after-save, vc-mode-line, vc-status):  Use
`vc-user-login-name' instead of `user-login-name'.
1996-12-26 12:06:13 +00:00
Richard M. Stallman
4e782c8e16 Comment change. 1996-12-26 06:10:32 +00:00
Richard M. Stallman
ca41a64d00 (set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.
1996-12-20 18:15:52 +00:00
Richard M. Stallman
97f7b3b252 (FRONT_NONSTICKY_P): New macro. 1996-12-20 18:15:32 +00:00
Richard M. Stallman
9cbab4ff07 (try_window): Add error check for POS.
(prepare_menu_bars, update_menu_bar):
Call Fmatch_data with new explicit arguments.
1996-12-20 18:14:47 +00:00
Richard M. Stallman
e900ced401 (isearch-edit-string): When we try the search
at the end, do that outside of the let which binds all the
search state.
1996-12-20 05:58:41 +00:00
Richard M. Stallman
9e2b495b70 Minor cleanups for overfull hboxes. 1996-12-20 00:09:23 +00:00
Richard M. Stallman
6268f00653 Update edition number. 1996-12-20 00:01:41 +00:00