1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

16505 Commits

Author SHA1 Message Date
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
Richard M. Stallman
bb369dc632 (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
(Ffile_readable_p): Return immediately if stat fails.
Call S_ISFIFO correctly.
1996-11-07 06:07:00 +00:00
Richard M. Stallman
a14bf24d3a (sh-mode): Set `comment-start-skip'; otherwise
only set if `sh-set-shell' gets called.
1996-11-07 05:59:43 +00:00
Richard M. Stallman
88b09a1773 (Ffile_attributes): Represent inode number as a pair of
integers in case inode numbers do not fit in a Lisp integer.
1996-11-07 05:46:56 +00:00
Richard M. Stallman
684f4cb3f2 (locallisppath): Add leim directory. 1996-11-07 04:21:08 +00:00
Richard M. Stallman
3bfbd249c8 (display-time-format): New variable.
(display-time-string-forms): Use display-time-format.
1996-11-07 03:51:16 +00:00
Richard M. Stallman
81b8f0e64b (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". 1996-11-07 03:17:16 +00:00
Richard M. Stallman
761a9cbfc8 Clarify initial-frame-alist and default-frame-alist. 1996-11-07 00:16:51 +00:00
Richard M. Stallman
0789adb299 (scroll_conservatively): New variable.
(redisplay_window): Obey it.
(syms_of_xdisp): Set up Lisp var.
1996-11-06 23:26:02 +00:00
Richard M. Stallman
7459d65b89 (Fencode_time): Doc fix. 1996-11-06 22:52:06 +00:00
Richard M. Stallman
cb70d91574 (narrow-to-page): With negative arg, move back one extra
page unless we start right after a page delimiter.
1996-11-06 22:42:41 +00:00
Richard M. Stallman
22819cd94f [__DJGPP_MINOR__ == 0] (_rename): New function, a
substitute for library low-level file-renaming function which
works around Windows 95 bug.
1996-11-06 19:51:38 +00:00
Richard M. Stallman
2fa5888149 (minor-mode-alist): Don't use purecopy. 1996-11-06 19:03:53 +00:00
Richard M. Stallman
5c204627aa (window_loop, case GET_BUFFER_WINDOW):
Don't find any minibuffer window
except the one that is currently in use.
1996-11-06 07:38:41 +00:00
Richard M. Stallman
c0efcacfa6 (Fencode_time): Use xfree, not free. 1996-11-05 19:49:19 +00:00
Richard M. Stallman
99351a0dda (PRINTFINISH): Use xfree, not free. 1996-11-05 19:48:26 +00:00
Richard M. Stallman
01e6e8c904 (compile-auto-highlight): Renamed from
compile-highlight-display-limit.
1996-11-05 18:42:30 +00:00
Richard M. Stallman
37f5f97896 (compile-highlight-display-limit): New variable.
(compilation-handle-exit): Parse error messages here
as specified by compile-highlight-display-limit.
(compile-reinitialize-errors): Add highlighting to error messages
once they are parsed.
(compilation-forget-errors): Remove highlighting properties here.
1996-11-05 18:27:52 +00:00
Richard M. Stallman
b24173f767 (time-stamp-dd/mm/yyyy): New function. 1996-11-05 18:27:41 +00:00
Richard M. Stallman
216f116990 (initial-frame-alist): Make default value nil--
don't specify `minibuffer' parameter.
1996-11-05 02:31:08 +00:00
Richard M. Stallman
050d63b5c8 (Fx_create_frame): Look for X-resource for minibuffer. 1996-11-05 02:15:11 +00:00
Richard M. Stallman
0609c9984c (dired-mode-map): Put dired-mark-subdir-files on *s. 1996-11-04 23:51:33 +00:00
Richard M. Stallman
b3da2c73d2 (PRINTPREPARE): Really do set free_print_buffer. 1996-11-04 16:35:44 +00:00
Richard M. Stallman
08e8d2975c (PRINTDECLARE): Declare specpdl_count and free_print_buffer.
(PRINTPREPARE): If print_buffer is nonzero,
save its contents in a string using record_unwind_protect.
(PRINTFINISH): Restore old print_buffer contents.
Free it only if this PRINTPREPARE malloc'd it.
(print): Don't call PRINTFULLP after all.
(print_unwind): New function.
1996-11-04 05:31:25 +00:00
Richard M. Stallman
984322b6ac (makefile-font-lock-keywords): Handle dependencies
first and variable references after.
(makefile-dependency-regex, makefile-macroassign-regex):
Accept spaces at the beginning of the line.
1996-11-03 20:38:56 +00:00
Richard M. Stallman
17feeeb26f Enabled commentary for Finder.
(ff-search-directories): changed /usr/include/* to /usr/include;
(ff-get-file-name): improve behaviour when file is found in a buffer.
1996-11-03 20:29:42 +00:00
Richard M. Stallman
1223b6c4c7 (Man-bgproc-sentinel): Move the buffer creation
outside of the binding of case-fold-search.
1996-11-03 18:55:09 +00:00
Richard M. Stallman
5c8ddcfb2e (comment-region): With just C-u as arg,
delete any number of comment-end delimiters from end of line.
1996-11-03 18:23:24 +00:00
Paul Eggert
7e02c4ddef When processing cvs log output, remove `Attic/' from repository file names. 1996-11-03 17:09:27 +00:00
Richard M. Stallman
e3c8df7c60 Change some MSDOS info. 1996-11-02 20:26:18 +00:00
Richard M. Stallman
8d6467a40b (change-log-fill-paragraph): Return non-nil so
fill-paragraph doesn't continue filling.  Don't skip backwards
over a paragraph if we at a paragraph start.
1996-11-02 20:15:18 +00:00
Richard M. Stallman
6fac140939 (command_loop_1): Update selected buffer again after read_key_sequence. 1996-11-02 17:20:55 +00:00
Richard M. Stallman
83410c23a7 (handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.
1996-11-02 17:11:47 +00:00
Richard M. Stallman
43f36b805e Initial revision 1996-11-02 17:10:32 +00:00
Erik Naggum
030599634e Fix minor typo in *! key binding. 1996-11-02 09:57:51 +00:00
Richard M. Stallman
4a3ca6ed7a (dired-mode-map): Make * a prefix for mark commands.
Delete the old *, / and @ keybindings.
1996-11-02 07:56:50 +00:00