]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(struct frame) <resized_p>: New member.
Gerd Moellmann [Tue, 30 Oct 2001 16:59:08 +0000 (16:59 +0000)]
(struct frame) <resized_p>: New member.

22 years ago(clear_garbaged_frames): Remove debug code.
Gerd Moellmann [Tue, 30 Oct 2001 16:58:41 +0000 (16:58 +0000)]
(clear_garbaged_frames): Remove debug code.

22 years ago(clear_garbaged_frames): Redraw the frame only if its
Gerd Moellmann [Tue, 30 Oct 2001 16:58:14 +0000 (16:58 +0000)]
(clear_garbaged_frames): Redraw the frame only if its
resized_p flag is set.  If not set, use the much less flickering
method previously used.

22 years ago(read1): Remove debugging code.
Gerd Moellmann [Tue, 30 Oct 2001 16:38:10 +0000 (16:38 +0000)]
(read1): Remove debugging code.

22 years ago(to_multibyte): Ensure read_buffer is at least twice
Gerd Moellmann [Tue, 30 Oct 2001 16:35:42 +0000 (16:35 +0000)]
(to_multibyte): Ensure read_buffer is at least twice
as large as the number of bytes to convert.

22 years ago(iso-accents-compose): Remove a
Gerd Moellmann [Tue, 30 Oct 2001 16:10:09 +0000 (16:10 +0000)]
(iso-accents-compose): Remove a
superfluous setq.

22 years ago(to_multibyte): New function.
Gerd Moellmann [Tue, 30 Oct 2001 16:04:52 +0000 (16:04 +0000)]
(to_multibyte): New function.
(read1): Use it.

22 years ago(FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
Eli Zaretskii [Tue, 30 Oct 2001 15:34:01 +0000 (15:34 +0000)]
(FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).

22 years ago(x_draw_relief_rect): Correct bottom relief by 1 pixel.
Gerd Moellmann [Tue, 30 Oct 2001 15:00:38 +0000 (15:00 +0000)]
(x_draw_relief_rect): Correct bottom relief by 1 pixel.
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.

22 years ago(clear_garbaged_frames): Call Fredraw_frame.
Gerd Moellmann [Tue, 30 Oct 2001 13:59:45 +0000 (13:59 +0000)]
(clear_garbaged_frames): Call Fredraw_frame.

22 years agoClarify that problems with shared libraries can also happen during the build.
Eli Zaretskii [Tue, 30 Oct 2001 11:58:45 +0000 (11:58 +0000)]
Clarify that problems with shared libraries can also happen during the build.

22 years ago(nnimap-date-days-ago): Defeat locale.
Gerd Moellmann [Tue, 30 Oct 2001 11:24:50 +0000 (11:24 +0000)]
(nnimap-date-days-ago): Defeat locale.

22 years agoDocument the change in list-buffers-noselect wrt buffers visiting files
Eli Zaretskii [Tue, 30 Oct 2001 11:11:48 +0000 (11:11 +0000)]
Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.

22 years ago(Buffer Names): Buffers whose names start with a space, but which visit
Eli Zaretskii [Tue, 30 Oct 2001 11:06:55 +0000 (11:06 +0000)]
(Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.

22 years ago(List Buffers, Several Buffers): Document that internal buffers are
Eli Zaretskii [Tue, 30 Oct 2001 10:59:15 +0000 (10:59 +0000)]
(List Buffers, Several Buffers): Document that internal buffers are
omitted from the list.
(Several Buffers): Document buffer-menu-other-window.

22 years ago(list-buffers-noselect): If the buffer's name
Eli Zaretskii [Tue, 30 Oct 2001 10:44:17 +0000 (10:44 +0000)]
(list-buffers-noselect): If the buffer's name
starts with a blank, but it visits a file, do show it (for files
whose names start with a blank).

22 years agoDescribe Emacs setup in UTF-8 locales.
Eli Zaretskii [Tue, 30 Oct 2001 09:19:20 +0000 (09:19 +0000)]
Describe Emacs setup in UTF-8 locales.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 30 Oct 2001 08:51:51 +0000 (08:51 +0000)]
*** empty log message ***

22 years ago(sentence-end-double-space, sentence-end-without-period): Move to paragraphs.
Stefan Monnier [Tue, 30 Oct 2001 08:08:12 +0000 (08:08 +0000)]
(sentence-end-double-space, sentence-end-without-period): Move to paragraphs.
(fill-indent-according-to-mode): Change default to t.
(fill-context-prefix): Simplify control-flow and use a more
sophisticated merge that unifies both previous checks.
(fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
(fill-nobreak-predicate): Make it into a defcustom'd hook.
(fill-nobreak-p): New fun.
(fill-region-as-paragraph): Use it.
Handle `fill-indent-according-to-mode' slightly differently.
(fill-individual-paragraphs-prefix): Simplify the control-flow.
(fill-individual-paragraphs-citation): Fix.

22 years ago(sentence-end-double-space, sentence-end-without-period): Move from fill.el.
Stefan Monnier [Tue, 30 Oct 2001 06:46:49 +0000 (06:46 +0000)]
(sentence-end-double-space, sentence-end-without-period): Move from fill.el.
(forward-paragraph): Use `parstart' and `parsep' for temp variables
rather than rebinding `paragraph-start' and `paragraph-separate'.

22 years ago(text-mode-map): Remove the \t binding.
Stefan Monnier [Tue, 30 Oct 2001 06:00:10 +0000 (06:00 +0000)]
(text-mode-map): Remove the \t binding.
(text-mode): Simplify now that the default is more favorable.
(paragraph-indent-text-mode): Fix last change.

22 years ago(use-hard-newlines): Use define-minor-mode.
Stefan Monnier [Tue, 30 Oct 2001 05:57:43 +0000 (05:57 +0000)]
(use-hard-newlines): Use define-minor-mode.
(paragraph-start): Change default to the `text-mode' value.

22 years ago(indent-line-function): Change default to indent-relative.
Stefan Monnier [Tue, 30 Oct 2001 05:37:08 +0000 (05:37 +0000)]
(indent-line-function): Change default to indent-relative.
(tab-always-indent): Add an `always' setting.
(indent-according-to-mode): Handle `indent-relative' and
`indent-relative-maybe' specially.
(indent-for-tab-command): Rename `prefix-arg' to `arg'.
Handle the `always; case for `tab-always-indent'.
Don't call indent-according-to-mode for indent-relative' and
`indent-relative-maybe'.
(insert-tab): Rename `prefix-arg' to `arg'.
(indent-region): Indent the first line as well.
(indent-relative): Don't mark the buffer modified if the indentation
is unchanged.

22 years ago(paragraph-indent-minor-mode): Don't set paragraph-separate.
Stefan Monnier [Tue, 30 Oct 2001 05:26:44 +0000 (05:26 +0000)]
(paragraph-indent-minor-mode): Don't set paragraph-separate.
Set paragraph-start more carefully.  Set indent-line-function.
(paragraph-indent-text-mode): Use it and define-derived-mode.

22 years ago(find-function-search-for-symbol):
Stefan Monnier [Tue, 30 Oct 2001 04:51:55 +0000 (04:51 +0000)]
(find-function-search-for-symbol):
If the regexp doesn't match, use a looser one.
(find-variable-noselect): Add `file' argument.

22 years ago(cvs-mode-commit-hook): New hook.
Stefan Monnier [Tue, 30 Oct 2001 04:41:28 +0000 (04:41 +0000)]
(cvs-mode-commit-hook): New hook.
(cvs-mode-commit): Run it.

22 years ago(log-edit): Run hook after `log-edit-files'.
Stefan Monnier [Tue, 30 Oct 2001 04:32:58 +0000 (04:32 +0000)]
(log-edit): Run hook after `log-edit-files'.

22 years agoInclude coding.h and charset.h.
Stefan Monnier [Tue, 30 Oct 2001 03:44:08 +0000 (03:44 +0000)]
Include coding.h and charset.h.
(Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
(Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
(single_submenu, xmenu_show): Use ENCODE_SYSTEM.
Explicitly set wv->help.  Use `TRUE' rather than `True'.
(menu_help_callback): Use empty_string.

22 years ago(Fx_popup_menu): Explicitly init f, xpos, and ypos.
Stefan Monnier [Tue, 30 Oct 2001 03:38:24 +0000 (03:38 +0000)]
(Fx_popup_menu): Explicitly init f, xpos, and ypos.
(Fx_popup_dialog): Explicitly init f.
(w32_menu_display_help): Use empty_string.

22 years ago(delay-mode-hooks): Add edebug-spec.
Stefan Monnier [Tue, 30 Oct 2001 03:31:32 +0000 (03:31 +0000)]
(delay-mode-hooks): Add edebug-spec.
(edebug-instrument-function): Use `find-function-noselect'.

22 years ago(Frequire): Detect recursive try to require the same
Richard M. Stallman [Tue, 30 Oct 2001 01:54:29 +0000 (01:54 +0000)]
(Frequire): Detect recursive try to require the same
feature 3 or more levels deep, and get error.
(require_unwind): New subroutine.
(require_nesting_list): New variable.
(syms_of_fns): Init and staticpro it.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Oct 2001 01:54:19 +0000 (01:54 +0000)]
*** empty log message ***

22 years ago(print_object): Clarify indication of insertion type.
Richard M. Stallman [Tue, 30 Oct 2001 00:34:18 +0000 (00:34 +0000)]
(print_object): Clarify indication of insertion type.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Oct 2001 00:34:09 +0000 (00:34 +0000)]
*** empty log message ***

22 years agoAdd index item.
Richard M. Stallman [Tue, 30 Oct 2001 00:28:24 +0000 (00:28 +0000)]
Add index item.

22 years agoIndex "faces" instead of "face".
Richard M. Stallman [Tue, 30 Oct 2001 00:28:01 +0000 (00:28 +0000)]
Index "faces" instead of "face".

22 years ago(term-if-emacs19): Macro deleted.
Richard M. Stallman [Tue, 30 Oct 2001 00:27:25 +0000 (00:27 +0000)]
(term-if-emacs19): Macro deleted.
Callers changed to use progn instead.

22 years ago(blink-cursor-mode): Doc fix.
Richard M. Stallman [Tue, 30 Oct 2001 00:24:12 +0000 (00:24 +0000)]
(blink-cursor-mode): Doc fix.

22 years ago(find-backup-file-name): Use make-backup-file-name.
Richard M. Stallman [Tue, 30 Oct 2001 00:23:32 +0000 (00:23 +0000)]
(find-backup-file-name): Use make-backup-file-name.

22 years ago(edebug-window-live-p): Always alias to window-live-p.
Richard M. Stallman [Tue, 30 Oct 2001 00:21:34 +0000 (00:21 +0000)]
(edebug-window-live-p): Always alias to window-live-p.
(edebug-set-conditional-breakpoint): Unconditionally use
the former Emacs >=19 definition.
(edebug-mark): Define unconditionally.
(edebug-eval-expression): Always call read-from-minibuffer
and specify history list.
(edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
edebug-set-conditional-breakpoint.
(edebug-emacs-version-specific): Function deleted;
do the job at top level.
(edebug-emacs-19-specific): Function deleted, this is the default.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Oct 2001 00:21:12 +0000 (00:21 +0000)]
*** empty log message ***

22 years ago(syms_of_coding): Document that locale-coding-system is
Eli Zaretskii [Mon, 29 Oct 2001 19:37:06 +0000 (19:37 +0000)]
(syms_of_coding): Document that locale-coding-system is
used for decoding input on X.

22 years ago(Fscroll_left, Fscroll_right): Doc fix.
Eli Zaretskii [Mon, 29 Oct 2001 19:14:50 +0000 (19:14 +0000)]
(Fscroll_left, Fscroll_right): Doc fix.

22 years ago(convert-standard-filename): Handle cygwin-specific pathnames.
Sam Steingold [Mon, 29 Oct 2001 18:49:16 +0000 (18:49 +0000)]
(convert-standard-filename): Handle cygwin-specific pathnames.

22 years ago(read-face-name): Doc fix.
Eli Zaretskii [Mon, 29 Oct 2001 18:40:23 +0000 (18:40 +0000)]
(read-face-name): Doc fix.
(make-face-bold, make-face-unbold, make-face-italic)
(make-face-unitalic, make-face-bold-italic, invert-face): Remove
trailing blank from the prompt passed to read-face-name.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 29 Oct 2001 18:23:29 +0000 (18:23 +0000)]
*** empty log message ***

22 years ago(invert-face): Check for 'unspecified, not for nil,
Eli Zaretskii [Mon, 29 Oct 2001 18:06:50 +0000 (18:06 +0000)]
(invert-face): Check for 'unspecified, not for nil,
when testing whether face colors are not specified.  From
David.Kastrup@t-online.de (David Kastrup).

22 years ago(Finput_pending_p): Fix typo in doc-string.
Pavel Janík [Mon, 29 Oct 2001 17:53:18 +0000 (17:53 +0000)]
(Finput_pending_p): Fix typo in doc-string.
(echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.

22 years ago(byte-recompile-directory): Report numbers of files skipped and failed too.
Sam Steingold [Mon, 29 Oct 2001 17:26:26 +0000 (17:26 +0000)]
(byte-recompile-directory): Report numbers of files skipped and failed too.

22 years ago(log-view-mode-map): Bind `M-n' and `M-p', not `M n'
Kai Großjohann [Mon, 29 Oct 2001 15:46:46 +0000 (15:46 +0000)]
(log-view-mode-map): Bind `M-n' and `M-p', not `M n'
and `M p'.

22 years ago(iso-accents-compose): Push SECOND-CHAR
Gerd Moellmann [Mon, 29 Oct 2001 15:44:21 +0000 (15:44 +0000)]
(iso-accents-compose): Push SECOND-CHAR
as is on unread-command-events instead of `(SECOND-CHAR)'.

22 years ago(x_display_and_set_cursor): If cursor_in_echo_area,
Gerd Moellmann [Mon, 29 Oct 2001 14:00:39 +0000 (14:00 +0000)]
(x_display_and_set_cursor): If cursor_in_echo_area,
use NO_CURSOR if cursor_in_non_selected_windows is false.

22 years ago#
André Spiegel [Mon, 29 Oct 2001 12:28:12 +0000 (12:28 +0000)]
#

22 years ago# Doc fix, completing prev change.
André Spiegel [Mon, 29 Oct 2001 12:26:15 +0000 (12:26 +0000)]
# Doc fix, completing prev change.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 Oct 2001 12:25:58 +0000 (12:25 +0000)]
*** empty log message ***

22 years ago(enriched-face-ans): Handle face attributes
Gerd Moellmann [Mon, 29 Oct 2001 12:25:27 +0000 (12:25 +0000)]
(enriched-face-ans): Handle face attributes
of the form `(FACE1 FACE2 ...).

22 years ago(Fface_font): Use UNSPECIFIEDP instead of NILP for
Gerd Moellmann [Mon, 29 Oct 2001 12:21:56 +0000 (12:21 +0000)]
(Fface_font): Use UNSPECIFIEDP instead of NILP for
the slant attribute if FRAME is t.

22 years agoMention vc-*-switches in backend API documentation.
André Spiegel [Mon, 29 Oct 2001 12:21:26 +0000 (12:21 +0000)]
Mention vc-*-switches in backend API documentation.
(vc-annotate): Adapt doc string to recent change.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 Oct 2001 11:39:52 +0000 (11:39 +0000)]
*** empty log message ***

22 years ago(dired-omit-startup): Show ``Omit'' only in Dired
Gerd Moellmann [Mon, 29 Oct 2001 11:39:24 +0000 (11:39 +0000)]
(dired-omit-startup): Show ``Omit'' only in Dired
buffers.

22 years ago(x_set_internal_border_width): Set frame garbaged
Gerd Moellmann [Mon, 29 Oct 2001 11:18:51 +0000 (11:18 +0000)]
(x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.

22 years ago(x_after_update_window_line): Clear internal border
Gerd Moellmann [Mon, 29 Oct 2001 11:16:20 +0000 (11:16 +0000)]
(x_after_update_window_line): Clear internal border
in different circumstances.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 Oct 2001 09:44:56 +0000 (09:44 +0000)]
*** empty log message ***

22 years ago(XTread_socket) <KeyPress>: Don't use
Gerd Moellmann [Mon, 29 Oct 2001 09:44:31 +0000 (09:44 +0000)]
(XTread_socket) <KeyPress>: Don't use
STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
<handa@etl.go.jp>.

22 years ago(sql-mysql): Doc change by RMS.
Gerd Moellmann [Mon, 29 Oct 2001 09:35:04 +0000 (09:35 +0000)]
(sql-mysql): Doc change by RMS.

(sql-db2): Doc change.
(sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
(sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 Oct 2001 09:11:17 +0000 (09:11 +0000)]
*** empty log message ***

22 years ago(substitute-env-vars): Don't quote argument to `rx';
Gerd Moellmann [Mon, 29 Oct 2001 09:10:48 +0000 (09:10 +0000)]
(substitute-env-vars): Don't quote argument to `rx';
it's a macro.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 Oct 2001 08:28:56 +0000 (08:28 +0000)]
*** empty log message ***

22 years ago(x_build_heuristic_mask): Use x_alloc_image_color.
Gerd Moellmann [Sun, 28 Oct 2001 20:57:00 +0000 (20:57 +0000)]
(x_build_heuristic_mask): Use x_alloc_image_color.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 28 Oct 2001 19:28:52 +0000 (19:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 28 Oct 2001 19:28:08 +0000 (19:28 +0000)]
*** empty log message ***

22 years agoAdd IBM S/390 on GNU/Linux.
Eli Zaretskii [Sun, 28 Oct 2001 19:16:18 +0000 (19:16 +0000)]
Add IBM S/390 on GNU/Linux.

22 years agoNew file. From Adam Thornton <athornton@sinenomine.net>.
Eli Zaretskii [Sun, 28 Oct 2001 19:10:11 +0000 (19:10 +0000)]
New file.  From Adam Thornton <athornton@sinenomine.net>.

22 years ago(x_build_heuristic_mask): Fix a bug not incrementing
Gerd Moellmann [Sun, 28 Oct 2001 19:08:14 +0000 (19:08 +0000)]
(x_build_heuristic_mask): Fix a bug not incrementing
a loop counter.

22 years ago(s390-*-linux-gnu): New system. From Adam Thornton <athornton@sinenomine.net>.
Eli Zaretskii [Sun, 28 Oct 2001 19:05:36 +0000 (19:05 +0000)]
(s390-*-linux-gnu): New system.  From Adam Thornton <athornton@sinenomine.net>.

22 years agoUse argv[0] instead of emacs when -t was specified.
Pavel Janík [Sun, 28 Oct 2001 18:53:39 +0000 (18:53 +0000)]
Use argv[0] instead of emacs when -t was specified.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sun, 28 Oct 2001 18:50:45 +0000 (18:50 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].
Fix typos in comments.

22 years ago(RegText): Fix the wording in the last change. From Richard M. Stallman.
Eli Zaretskii [Sun, 28 Oct 2001 17:41:55 +0000 (17:41 +0000)]
(RegText): Fix the wording in the last change.  From Richard M. Stallman.

22 years ago(Customization Types): Add a reference to the Widget manual.
Eli Zaretskii [Sun, 28 Oct 2001 17:38:29 +0000 (17:38 +0000)]
(Customization Types): Add a reference to the Widget manual.

22 years ago(recursive-load-depth-limit): Added.
Gerd Moellmann [Sun, 28 Oct 2001 16:24:15 +0000 (16:24 +0000)]
(recursive-load-depth-limit): Added.

22 years ago(version18p, version20p): Vars deleted.
Richard M. Stallman [Sun, 28 Oct 2001 14:21:59 +0000 (14:21 +0000)]
(version18p, version20p): Vars deleted.
All uses removed--assume Emacs version is >= 20.

22 years ago(sc-emacs-features): Test for "Emacs 19"
Richard M. Stallman [Sun, 28 Oct 2001 14:20:39 +0000 (14:20 +0000)]
(sc-emacs-features): Test for "Emacs 19"
by really checking that it is not version 18.

22 years ago(eval-defun): Doc fix.
Richard M. Stallman [Sun, 28 Oct 2001 14:15:14 +0000 (14:15 +0000)]
(eval-defun): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Oct 2001 14:14:44 +0000 (14:14 +0000)]
*** empty log message ***

22 years ago(bug_reporting_address): New function.
Pavel Janík [Sun, 28 Oct 2001 13:42:48 +0000 (13:42 +0000)]
(bug_reporting_address): New function.
Use it when displaying usage message.

22 years ago(read_minibuf): Remove unused external declaration of variable
Pavel Janík [Sun, 28 Oct 2001 10:56:21 +0000 (10:56 +0000)]
(read_minibuf): Remove unused external declaration of variable
`Qread_only'.

22 years ago(access_keymap): Remove unused variable `charset'.
Pavel Janík [Sun, 28 Oct 2001 10:53:43 +0000 (10:53 +0000)]
(access_keymap): Remove unused variable `charset'.

22 years ago*** empty log message ***
Miles Bader [Sun, 28 Oct 2001 10:22:34 +0000 (10:22 +0000)]
*** empty log message ***

22 years ago(face-attribute): Add INHERIT argument, consider face inheritance if non-nil.
Miles Bader [Sun, 28 Oct 2001 10:19:33 +0000 (10:19 +0000)]
(face-attribute): Add INHERIT argument, consider face inheritance if non-nil.
(face-attribute-merged-with): New function.
(face-attribute-specified-or): New macro.
(face-foreground, face-background, face-stipple): Add INHERIT argument.
Use `face-attribute-specified-or'.

22 years ago(merge_face_heights): Handle TO being relative as well.
Miles Bader [Sun, 28 Oct 2001 10:09:29 +0000 (10:09 +0000)]
(merge_face_heights): Handle TO being relative as well.
Remove #ifdef'd-out code.
(Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
(syms_of_xfaces): Initialize them.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 28 Oct 2001 06:48:56 +0000 (06:48 +0000)]
*** empty log message ***

22 years ago(syntax-ppss-stats): Be more robust when dividing by 0.
Stefan Monnier [Sun, 28 Oct 2001 05:43:36 +0000 (05:43 +0000)]
(syntax-ppss-stats): Be more robust when dividing by 0.

22 years agoRequire `syntax'.
Stefan Monnier [Sun, 28 Oct 2001 04:48:16 +0000 (04:48 +0000)]
Require `syntax'.
(font-lock-defaults-alist): Don't define keywords for lisp languages.
Use `c-font-lock-syntactic-face-function' for c languages.
(font-lock-mode): Don't unset vars when turning the mode off.
(font-lock-default-fontify-buffer): Don't unset vars at the end.
(font-lock-extra-managed-props): New var.
(font-lock-default-unfontify-region): Use it.
(font-lock-apply-syntactic-highlight): Flush the syntax cache.
Don't eval the value when there's no match.
(font-lock-ppss-stats): New var.
(font-lock-ppss): New fun.
(font-lock-fontify-syntactically-region): Use it and syntax.ppss.
(font-lock-apply-highlight): Allow `highlight' to set several props.
(font-lock-set-defaults): Use dolist.
(font-lock-unset-defaults): Remove.
(font-lock-match-c-style-declaration-item-and-skip-to-next):
Try to recognize prototypes using `foo P_ ((args))'.
({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
(c-font-lock-keywords-2): Fix last change to still use Anders' trick.
(c-font-lock-syntactic-face-function): New function.
(font-lock-match-c++-style-declaration-item-and-skip-to-next)
(c++-keywords): Use a more sophisticated regexp to handle
shallowly nested templates.

22 years ago(sgml-tags-invisible): Typo.
Stefan Monnier [Sun, 28 Oct 2001 04:12:46 +0000 (04:12 +0000)]
(sgml-tags-invisible): Typo.

22 years ago(sgml-empty-tags): New var.
Stefan Monnier [Sun, 28 Oct 2001 04:10:40 +0000 (04:10 +0000)]
(sgml-empty-tags): New var.
(sgml-tag): Use it.  Cleanup with `cond'.
(sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
Mark the overlays and only delete those that are marked.
(sgml-skip-close-p): Remove.
(sgml-value): Replace sgml-skip-close-p with its definition.
(html-tag-alist): Use sgml-xml a bit more.
(html-mode): Set sgml-empty-tags.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 28 Oct 2001 03:29:49 +0000 (03:29 +0000)]
*** empty log message ***

22 years agoUse `when', `dolist', `push', ...
Stefan Monnier [Sun, 28 Oct 2001 03:24:14 +0000 (03:24 +0000)]
Use `when', `dolist', `push', ...
(texinfo-update-node, texinfo-sequential-node-update):
Don't bind the obsolete `auto-fill-hook'.
(texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
Use `set-buffer' rather than `switch-to-buffer'.
(texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
Use `set-buffer' rather than `switch-to-buffer'.

22 years ago*** empty log message ***
Miles Bader [Sun, 28 Oct 2001 03:12:04 +0000 (03:12 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Sat, 27 Oct 2001 23:26:53 +0000 (23:26 +0000)]
*** empty log message ***

22 years ago(gnus-setup-message): Setup reaper for MML buffers.
Stefan Monnier [Sat, 27 Oct 2001 22:52:29 +0000 (22:52 +0000)]
(gnus-setup-message): Setup reaper for MML buffers.