- 07 Oct, 1994 23 commits
-
-
Richard M. Stallman authored
-
Karl Heuer authored
(struct Lisp_Marker): Add a member of that type. Delete unused member `modified'.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
rmail-summary-font-lock-keywords, dired-font-lock-keywords, shell-font-lock-keywords, texi-font-lock-keywords, perl-font-lock-keywords): Deleted. (font-lock-mode): Doc fix; use add/remove-hook, not setq; removed make-local-variable of font-lock-no-comments. (font-lock-set-defaults): Do it there, and use: (font-lock-defaults-alist): Use it to set font-lock-keywords, font-lock-keywords-case-fold-search and font-lock-no-comments. (turn-on-font-lock): New function. (font-lock-fontify-buffer): Made interruptible; deleted messages. (font-lock-fontify-region): Made syntax state reliable by widening within new restriction; let cstart and cend for speed; outputs message. (font-lock-after-change-function): Remove spurious goto-char and use forward-line, not 1+ end-of-line, for end of fontification region. (font-lock-any-properties-p): Removed, use text-property-not-all. (font-lock-*-face): facename values are themselves. (font-lock-variable-name-face, font-lock-reference-face): New vars. (font-lock-doc-string-face): Removed. (font-lock-keywords): Extended value syntax. (font-lock-hack-keywords): Cope with it; outputs initial message. Merged in face-lock.el: (font-lock-display-type, font-lock-background-mode) (font-lock-face-attributes): New variables, use it. (font-lock-make-face): New function, use them.
-
Richard M. Stallman authored
(comint-exec): Use open-network-stream if command is a cons pair.
-
Richard M. Stallman authored
(pascal-mode): Set comment-start-skip and comment-end. Set font-lock-keywords locally.
-
Richard M. Stallman authored
(perl-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(asm-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(texinfo-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(shell-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(dired-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(mail-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(rmail-variables): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(rmail-summary-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(outline-mode): Set font-lock-keywords locally.
-
Richard M. Stallman authored
(change-log-font-lock-keywords): New variable.
-
Richard M. Stallman authored
(compilation-mode): Use kill-all-local-variables. Set font-lock-keywords locally.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(HAVE_MKTIME): Add #undef.
-
Per Bothner authored
-
- 06 Oct, 1994 17 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
Don't check for Lisp_Void; nothing ever creates that type.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
buffer_local_flags as Lisp_Object, not int.
-
Karl Heuer authored
Give XSETBUFFER_OBJFWD an integer offset, not a pointer.
-
Karl Heuer authored
(reset_buffer_local_variables, Fbuffer_local_variables): Access buffer_local_flags as Lisp_Object, not int.
-
Karl Heuer authored
obviating the need for Lisp_Internal_Stream datatype.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
Lisp_Internal datatype. (read0, read1, read_list): Use that new calling sequence.
-
Karl Heuer authored
-
Richard M. Stallman authored
-
Noah Friedman authored
is now part of GNU Emacs.
-
Francesco Potortì authored
Man-filter-list, Man-original-frame, Man-arguments, Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist, Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script): Added defvar's to keep the compiler quiet. (Man-getpage-in-background): Start buffer name with "*Man ". instead of "*man " to avoid conflict with "*mail*". (Man-match-substring): Defsubst moved before first call. (Man-build-page-list, Man-strip-page-headers, Man-unindent): Use defun instead of defsubst, for code clarity purpose.
-