1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00
Commit graph

14736 commits

Author SHA1 Message Date
Richard M. Stallman
947b27432d (add-log-current-defun): In Lisp, if we don't find a
real defun, return nil, not "".
1996-02-09 19:09:22 +00:00
Richard M. Stallman
9695bac622 Censored. 1996-02-09 19:08:26 +00:00
Richard M. Stallman
7f03b2b5db (f90-indent-subprogram, f90-match-end): Pass proper format string to message.
(f90-face-*): Reinstalled code deleted on Sep 22.
(f90-hilit-patterns): New variable.
(f90-mode): Call hilit-set-mode-patterns if defined.
(f90-auto-hilit19): New variable.
(f90-fill-region): Bind f90-auto-hilit19 to nil.
(f90-update-line): Rehilight if appropriate.
1996-02-09 02:54:26 +00:00
Richard M. Stallman
c823782040 (rmail-find-all-files): In a directory, ignore .' and ..'. 1996-02-09 01:38:22 +00:00
Richard M. Stallman
7b6540dd1b (Fdirectory_files): Doc fix. 1996-02-09 01:37:35 +00:00
Richard M. Stallman
c10902fb9c Initial revision 1996-02-08 23:26:45 +00:00
Richard M. Stallman
e4b68333a9 (min, max): Don't define if already defined. 1996-02-08 21:58:53 +00:00
Geoff Voelker
9c35997bcb (FONT_WIDTH): Use average character width, not maximum. 1996-02-08 19:04:58 +00:00
Richard M. Stallman
a259d3371e (x-display-pixel-height, x-display-pixel-width):
Make the returned value consistent with one-pixel-per-character.
1996-02-08 17:49:24 +00:00
Richard M. Stallman
3a3bfb181b (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
the prefix of the temporary file name.
1996-02-08 17:46:58 +00:00
Richard M. Stallman
be047262ea (html-tag-alist): within the <ADDRESS> tag
generated with an <HTML> tag, use `user-mail-address'.
1996-02-08 17:27:23 +00:00
Simon Marshall
43c5ac8cbe Cope if get-buffer-window-list is given a buffer name (like get-buffer-window does). 1996-02-08 10:27:24 +00:00
Simon Marshall
a465832f09 Moved `supported' from turn-on-font-lock-if-supported to turn-on-font-lock. 1996-02-08 10:08:08 +00:00
Simon Marshall
a860d25f73 Added get-buffer-window-list. 1996-02-08 10:04:55 +00:00
Richard M. Stallman
2a664e7313 Clarify site-load.el vs site-init.el and how to deal with doc strings. 1996-02-08 06:36:57 +00:00
Richard M. Stallman
81c63241a9 (remove_process): Don't unlink the process marker. 1996-02-08 04:19:31 +00:00
Richard M. Stallman
ca4bd734d2 Change defconst into defvar. Many doc fixes. 1996-02-08 04:13:11 +00:00
Richard M. Stallman
79616aa086 (LIB_STANDARD): Add -lmach.
(LD_DATA_START): Definition deleted.
(LD_SWITCH_SYSTEM): Definition and #undef deleted.
1996-02-07 22:56:22 +00:00
Richard M. Stallman
ccb529a2b5 Initial revision 1996-02-07 22:55:45 +00:00
Roland McGrath
34f05bb1ad (run-at-time): Doc fix. 1996-02-07 16:56:01 +00:00
Roland McGrath
0c6be60d27 (run-at-time): Handle numbers as relative times in seconds, as the original
code did.
1996-02-07 16:54:50 +00:00
Richard M. Stallman
3a5da8a83f (text-read-only): New error symbol.
(kill-region): Use it when text has read-only text property.
(yank-pop): Turn on inhibit-read-only.
1996-02-06 23:56:47 +00:00
Richard M. Stallman
0dc88e60fa (Fbuffer_live_p): New function.
(syms_of_buffer): defsubr it.
1996-02-06 23:48:06 +00:00
Erik Naggum
470c5afecb Fix the FSF address again. 1996-02-06 21:35:20 +00:00
Richard M. Stallman
79d828e777 (List Motion): Fix xref to Emacs manual. 1996-02-06 20:53:26 +00:00
Richard M. Stallman
6bda48a487 (emacs.o): Depend on blockinput.h. 1996-02-06 20:10:10 +00:00
Richard M. Stallman
6c3a4e9dbb Include blockinput.h. 1996-02-06 20:09:50 +00:00
Richard M. Stallman
d5eead69fe (lm-header-prefix): New variable.
(lm-comment-column): defvar moved.
(lm-history-header, lm-commentary-header):  New variables.
(lm-get-header-re, lm-get-package-name): New functions.
(lm-code-mark):	defun --> defsubst.
(lm-history-mark, lm-commentary-mark): New functions.
(lm-header): Now accepts RCS ident style headers.
(lm-summary): Now accepts unix `what' commands prefix @(#).
(lm-crack-address, lm-authors, lm-maintainer, lm-insert-at-column):
(lm-creation-date, lm-last-modified-date, lm-version):
(lm-keywords, lm-adapted-by): Comments made into doc strings.
(lm-commentary): Added more tolerant 'cond' case.
Now uses functions lm-commentary-mark, lm-... to get points.
(lm-verify): Made interactive. Added more check points in the last prog1.
(lm-synopsis): Made interactive.
1996-02-06 19:07:41 +00:00
Richard M. Stallman
21a36d2362 (mail-extract-address-components): Accept strings
that end with double trailing quote marks.
1996-02-06 10:06:24 +00:00
Richard M. Stallman
e414b03fdf Fix minor error. 1996-02-06 02:46:23 +00:00
Richard M. Stallman
3d3af498fb Minor error in substitute-key-definition. 1996-02-06 02:45:08 +00:00
Richard M. Stallman
061b7f9485 (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. 1996-02-06 02:34:19 +00:00
Karl Heuer
7968cc2d4b (sigchld_handler): Use cleaner end-of-list test. 1996-02-05 20:32:20 +00:00
Richard M. Stallman
3272c16200 (lisp-mode-variables): Locally clear adaptive-fill-mode. 1996-02-05 17:43:22 +00:00
Richard M. Stallman
c350a31dde (LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem was
fixed instead by the Feb 1 change to ../configure.in.
1996-02-05 00:23:03 +00:00
Richard M. Stallman
22fcc83edf (vfork): Define as fork. 1996-02-04 21:34:21 +00:00
Richard M. Stallman
f9636fb2c4 (lm-insert-at-column): Renamed from insert-at-column.
All callers changed.
(lm-synopsis): Add interactive spec.
1996-02-04 21:30:40 +00:00
Richard M. Stallman
8ba83f4b87 (View-search-last-regexp-forward)
(View-search-last-regexp-backward): Nice error if no prev regexp.
1996-02-04 21:11:50 +00:00
Richard M. Stallman
68e0de8238 (read_char_minibuf_menu_prompt): Use malloc to allocate
the echo-area prompt buffer.
(read_char_minibuf_menu_text, read_char_minibuf_menu_width): New variables.
1996-02-04 20:25:10 +00:00
Richard M. Stallman
6186a4a015 (x_connection_signal): Call x_connection_closed properly.
(x_connection_closed): Set FRAME_X_DISPLAY to 0.
(x_destroy_window): Don't do any X operations if FRAME_X_DISPLAY is 0.

(x_term_init): Use "" as 2nd arg to setlocale.

(x_connection_signal): Don't stop polling.
Don't mess with SIGALRM.
Those were relics of the superseded Dec 19 change.
1996-02-04 20:24:09 +00:00
Richard M. Stallman
617a496cbb (LD_RUN_PATH): Prepend x_libraries to this envvar. 1996-02-04 20:16:38 +00:00
Richard M. Stallman
cc210d6764 [POSIX_SIGNALS] (sigsetmask): Don't define if already defined. 1996-02-04 20:13:47 +00:00
Richard M. Stallman
52a9879bef (syms_of_fns): Set yes-or-no-p-history to nil. 1996-02-04 20:12:50 +00:00
Richard M. Stallman
fc103e781d (gnus-request-accept-article): Make sure there's a newline at the
end of the buffer.
(gnus-adjust-marked-articles): Don't remove illegal ticked
articles (for forwards compatability).
1996-02-04 17:57:48 +00:00
Richard M. Stallman
824832011f (gnus-update-read-articles): Remove duplicated article numbers on group exit. 1996-02-04 17:53:09 +00:00
Richard M. Stallman
cc39bc3802 (Fread_char_exclusive): Doc fix. 1996-02-04 05:52:54 +00:00
Richard M. Stallman
943b580da3 (x_frame_parms): Add "title" element.
(x_set_title): New function.
(x_set_name): Let title prop override name prop for title use.
(x_set_icon_name): Use title parm before name parm, if no icon_name.
1996-02-04 03:00:25 +00:00
Richard M. Stallman
da1c183cca (syms_of_buffer): Doc fix. 1996-02-03 18:08:58 +00:00
Richard M. Stallman
714bced976 (record_marker_adjustment): New function.
(Fprimitive_undo): Handle marker-adjustment elements.
1996-02-03 18:07:27 +00:00
Richard M. Stallman
8948d3170a (adjust_markers): When a marker is inside text
being deleted, call record_marker_adjustment for it.
(del_range_1): Call adjust_markers before record_delete.
1996-02-03 18:06:29 +00:00