Karl Heuer
f69925dd1b
(comint-password-prompt-regexp): Recognize AIX format.
1996-11-17 19:38:48 +00:00
Karl Heuer
21fe911f02
Initial revision
1996-11-17 19:30:55 +00:00
Simon Marshall
d3aadf0b0c
Use simpler fn.
1996-11-16 13:42:45 +00:00
Simon Marshall
b31d859db5
use simpler fn.
1996-11-16 13:37:51 +00:00
Simon Marshall
d7606d13d9
(a) split lazy-lock-defer-time into lazy-lock-defer-time and lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified.
1996-11-16 13:33:51 +00:00
Simon Marshall
098de8c9f9
(a) make fast-lock-get-face-properties cope with face property lists, (b) add fast-lock-verbose to control messages.
1996-11-16 13:31:02 +00:00
Simon Marshall
c1f2ffc8f9
(a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in keyword form, (c) make simple font-lock-match-c-style-declaration-item-and-skip-to-next and more complex font-lock-match-c++-style-declaration-item-and-skip-to-next.
1996-11-16 13:27:49 +00:00
Karl Heuer
06fb1cf202
(resize-minibuffer-frame-restore): Don't assume
...
minibuffer frame is selected.
1996-11-14 18:49:50 +00:00
Erik Naggum
01753e63c5
(report-emacs-bug): Reorder arguments.
1996-11-14 09:17:55 +00:00
Per Bothner
d4d94b763d
Bunch of updates. See ChangeLog.
1996-11-14 02:06:05 +00:00
Erik Naggum
7475605426
(message-mode): Doc fix.
1996-11-13 21:45:16 +00:00
Francesco Potortì
3f1c8fcdfc
Wed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
...
* etags.c (grow_linebuffer): New function.
(GROW_LINEBUFFER): Macro deleted. All callers changed.
(make_tag): Macro renamed to make_C_tag. All callers changed.
(<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
(Prolog_functions): prolog_skip_comment was called with wrong
number of arguments.
(xrealloc): fatal was called with wrong number of arguments
1996-11-13 17:02:40 +00:00
Erik Naggum
47a1e7a2c4
(report-emacs-bug): New argument recent-keys read before bug subject
...
to capture more relevant recent input.
1996-11-13 16:33:28 +00:00
David J. MacKenzie
3282a60689
cosmetic tweaks
1996-11-12 18:52:10 +00:00
Richard M. Stallman
f9c8af064c
(redisplay_window): When handling scroll_conservatively,
...
scroll a little farther for the sake of scroll_margin.
1996-11-12 07:12:24 +00:00
Richard M. Stallman
9f18e61944
(find-grep-options): Treat solaris, irix like BSD.
1996-11-12 06:04:05 +00:00
Richard M. Stallman
41d44f1fe6
(Fmodify_frame_parameters): Use alist in reverse order.
1996-11-12 06:03:20 +00:00
David J. MacKenzie
5d4da19c06
more bug fixes
1996-11-12 04:49:23 +00:00
Richard M. Stallman
36bcac3fe1
(isearch-complete1): If no completion,
...
don't clobber isearch-string, and return nil.
1996-11-12 04:26:06 +00:00
Richard M. Stallman
b7734773b9
(Fexpand_abbrev): If the abbrev's expansion is nil,
...
don't expand it, but do still call the hook.
(Fdefine_abbrev): Allow anything for EXPANSION.
1996-11-12 04:13:06 +00:00
Richard M. Stallman
07d402c8db
(choose_minibuf_frame): Don't change selected_frame's
...
selected window even if it is a minibuffer window, if it is active.
1996-11-11 23:25:46 +00:00
Erik Naggum
488a0b059b
(combine-after-change-calls): The first form is not special.
1996-11-11 20:42:08 +00:00
Richard M. Stallman
4315204e5b
(Fcall_last_kbd_macro): Set this_command from last_command
...
on entry and again on exit.
1996-11-11 20:33:21 +00:00
Richard M. Stallman
2d8e7e1f13
Include frame.h and window.h.
...
(Fy_or_n_p): Handle minibuffer_auto_raise here.
1996-11-11 20:32:48 +00:00
Richard M. Stallman
9afd2168d4
(scroll_margin): New variable.
...
(init_xdisp): Set up Lisp variable.
(redisplay_window): Implement scroll_margin; don't use old start pos
if point is inside the margin.
1996-11-11 00:35:31 +00:00
Richard M. Stallman
0c7da84e74
(window_scroll): Handle scroll_margin
...
by putting point at a place that won't force recentering.
1996-11-11 00:34:50 +00:00
Richard M. Stallman
7e90bcf507
(dired-jump): Never turn omitting *on*.
...
Refresh the line *before* turning omitting off.
1996-11-10 23:41:13 +00:00
Richard M. Stallman
9a656d196a
(describe-variable): Pretty-print the values.
...
Put doc string first, if the value is long.
1996-11-10 18:52:18 +00:00
Richard M. Stallman
c34a9d34a6
(define-key-after): If AFTER is t, always put new binding at the end.
1996-11-10 05:02:38 +00:00
Richard M. Stallman
4d047f502e
(Fdelete_other_windows): Set optional_new_start instead of force_start.
1996-11-10 00:26:03 +00:00
Richard M. Stallman
cf0df6ab1b
(redisplay_window): Handle optional_new_start.
1996-11-10 00:25:30 +00:00
Richard M. Stallman
fbf44f72c8
(struct window): New field optional_new_start.
1996-11-10 00:25:20 +00:00
Richard M. Stallman
e3dce9ba22
(sh-set-shell): Pass args no-query-flag
...
and insert-flag to executable-set-magic.
Don't call executable-set-magic if insert-flag is nil.
(sh-mode): Always call sh-set-shell, but use insert-flag arg
to control whether to call executable-set-magic.
No need to set comment-start-skip directly here.
(sh-mode): Parse the interpreter from the file text.
1996-11-09 22:17:58 +00:00
Richard M. Stallman
92475d89c3
(combine-after-change-calls): Add lisp-indent-function property.
1996-11-09 21:48:25 +00:00
Richard M. Stallman
5398a9e7bf
(combine-after-change-calls): New def-edebug-spec.
1996-11-09 21:48:07 +00:00
Richard M. Stallman
2ec9c94e21
(combine-after-change-calls): New macro.
1996-11-09 21:46:35 +00:00
Richard M. Stallman
c2c5ed2c10
(main): Call syms_of_insdel.
1996-11-09 21:36:20 +00:00
Richard M. Stallman
fb2e7d144a
(signal_after_change): If Vcombine_after_change_calls,
...
save up changes in combine_after_change_list.
(Fcombine_after_change_execute)
(Fcombine_after_change_execute_1): New subroutines.
(syms_of_insdel): New function.
1996-11-09 21:36:00 +00:00
Richard M. Stallman
6aac2ab02e
(comint-output-filter): Run comint-output-filter-functions
...
directly, not via comint-output-filter.
1996-11-09 09:21:20 +00:00
Richard M. Stallman
ca67b44e66
(list-diary-entries): Reread the diary file if it has changed.
1996-11-09 09:06:52 +00:00
Richard M. Stallman
7e7c9c4eed
(revert-buffer): Doc fix.
...
(wildcard-to-regexp): Don't treat [] as special.
1996-11-09 09:04:52 +00:00
Richard M. Stallman
55b4b20a0c
(map-y-or-n-p): Handle minibuffer-auto-raise here.
1996-11-09 08:50:43 +00:00
Richard M. Stallman
22dbea3f67
(fns.o): Depend on window.h.
1996-11-09 05:44:07 +00:00
Richard M. Stallman
da812470d0
(fns.o): Depend on frame.h.
1996-11-09 05:41:20 +00:00
Francesco Potortì
3ca80e28b6
* etags.c (relative_filename): Bug corrected.
...
(etags_getcwd): Avoid warning of unused variable.
(C_entries, consider_token): Added support for enum labels.
1996-11-08 13:30:38 +00:00
David J. MacKenzie
dd1aafd0b2
patches from bug-gnu-utils to support more architectures
1996-11-08 07:35:31 +00:00
Richard M. Stallman
0f936def56
(Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.
1996-11-07 21:14:18 +00:00
Richard M. Stallman
9abbd16515
[emacs] (malloc, free): Define as xmalloc, and xfree.
1996-11-07 21:13:22 +00:00
Richard M. Stallman
e80f3932b6
(Fmodify_frame_parameters): Doc fix.
1996-11-07 21:12:46 +00:00
Richard M. Stallman
c8005e7012
(sh-mode-syntax-table): Turn on comment syntax for #,
...
comment-end for newline, string for `, and excape for $.
rc can use the same as sh. Move csh after sh.
(sh-comment-prefix, sh-font-lock-keyw-rds-only): Variables deleted.
(sh-mode): Adjust setting of font-lock-defaults.
(sh-font-lock-keywords): No need for anything special for comments.
(sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.
1996-11-07 06:21:19 +00:00