1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-28 09:41:37 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
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
Richard M. Stallman
582bd36a7d (dired-mode-map): Put dired-mark-extension on *.
Add *( as new binding for dired-mark-sexp, *t for dired-do-toggle.
1996-11-02 07:56:36 +00:00
Richard M. Stallman
280d11ed0e (Info-scroll-up): Doc fix. 1996-11-02 07:39:07 +00:00
Richard M. Stallman
68e5840516 Initial revision 1996-11-02 07:24:57 +00:00
Richard M. Stallman
09eddb5698 (printchar, strout): Do QUIT for echo area output.
(PRINTFULLP): New macro.
(print): Exit if PRINTFULLP.
When printing a symbol, don't save a pointer to the name.
(PRINTFINISH): Null out print_buffer after freeing it.
1996-11-02 00:00:20 +00:00
Richard M. Stallman
de40ed8931 (isearch-forward): Doc fix. 1996-11-01 20:18:08 +00:00
Richard M. Stallman
030dccec3e (lisp-complete-symbol): Sort the list. 1996-11-01 08:19:07 +00:00
Richard M. Stallman
23b6422580 (tex-file): Fix paren error in last change.
(tex-recenter-output-buffer): Switch windows in a more controlled
fashion, using save-selected-window.
1996-10-31 23:50:02 +00:00
Richard M. Stallman
49feb47da5 (EmacsFrameResize): Use cancel_mouse_face. 1996-10-31 22:06:32 +00:00
Richard M. Stallman
e687d06efa (cancel_mouse_face): New function. Code copied from
x_set_window_size, fixing a bug.
(x_set_window_size): Use cancel_mouse_face.
(XTread_socket): When frame size has changed, call cancel_mouse_face.
1996-10-31 22:05:51 +00:00
Richard M. Stallman
c439687b4d (dired-find-file): Error if line's file does not exist. 1996-10-31 20:51:44 +00:00
Richard M. Stallman
9663837a53 Make sure `mv' supports forward slashes and -f. 1996-10-31 19:53:19 +00:00
Richard M. Stallman
380e25b8ff (main): Clear out *Messages* before init_callproc. 1996-10-31 17:58:56 +00:00
Richard M. Stallman
85496b8cb5 (dir_warning): New function.
(init_lread): Use dir_warning.
1996-10-31 17:58:01 +00:00
Richard M. Stallman
76d5c6cf01 (init_callproc): Use dir_warning. 1996-10-31 17:57:43 +00:00
Erik Naggum
a0d76c279e Reorganize function definitions so etags finds them. 1996-10-31 13:43:37 +00:00