bpt/emacs.git
22 years ago(syms_of_eval): Doc fix.
Richard M. Stallman [Tue, 28 May 2002 20:24:32 +0000 (20:24 +0000)]
(syms_of_eval): Doc fix.

22 years ago(byte-compile-last-line): Deleted.
Colin Walters [Tue, 28 May 2002 17:40:47 +0000 (17:40 +0000)]
(byte-compile-last-line): Deleted.
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.

22 years ago(xml-mode): New alias for `sgml-mode'.
Colin Walters [Tue, 28 May 2002 16:51:06 +0000 (16:51 +0000)]
(xml-mode): New alias for `sgml-mode'.

22 years ago*** empty log message ***
Colin Walters [Tue, 28 May 2002 16:50:51 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(USAGE1): Add --no-splash.
Colin Walters [Tue, 28 May 2002 16:25:37 +0000 (16:25 +0000)]
(USAGE1): Add --no-splash.
(standard_args): Ditto.

22 years agolread.c (readchar_count): New variable.
Colin Walters [Tue, 28 May 2002 16:24:55 +0000 (16:24 +0000)]
lread.c (readchar_count): New variable.
(readchar): Increment it.
(unreadchar): Decrement it.
(read_multibyte): Decrement it.
(Vread_with_symbol_positions): New variable.
(Vread_symbol_positions_list): New variable.
(read_internal_start): New function, created from Fread and
Fread_from_string.  Handle Vread_symbol_positions_list and
Vread_with_symbol_positions.
(readevalloop, Fread, Fread_from_string): Use it.
(read1): Use readchar_count to add symbol positions to
Vread_symbol_positions_list if Vread_with_symbol_positions is
non-nil.
(syms_of_lread): DEFVAR_LISP and initialize them.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 28 May 2002 09:08:53 +0000 (09:08 +0000)]
*** empty log message ***

22 years ago(read-directory-name): New function.
Kim F. Storm [Tue, 28 May 2002 09:08:42 +0000 (09:08 +0000)]
(read-directory-name): New function.
(cd): Use it instead of read-file-name.

22 years ago(Fread_file_name_internal): Added brute-force
Kim F. Storm [Tue, 28 May 2002 09:03:22 +0000 (09:03 +0000)]
(Fread_file_name_internal): Added brute-force
speed up for using predicate file-directory-p.

22 years agoDoc fix.
Miles Bader [Tue, 28 May 2002 01:32:36 +0000 (01:32 +0000)]
Doc fix.

22 years agoDoc fix.
Miles Bader [Tue, 28 May 2002 01:19:49 +0000 (01:19 +0000)]
Doc fix.

22 years agoC style fix.
Miles Bader [Tue, 28 May 2002 01:15:09 +0000 (01:15 +0000)]
C style fix.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 27 May 2002 22:14:52 +0000 (22:14 +0000)]
*** empty log message ***

22 years ago(Fcall_interactively) <"D">: Supply Qfile_directory_p
Kim F. Storm [Mon, 27 May 2002 22:06:29 +0000 (22:06 +0000)]
(Fcall_interactively) <"D">: Supply Qfile_directory_p
predicate for Fread_file_name when reading directory name.
Supply Qnil for predicate in other calls to Fread_file_name.

22 years ago(Fread_file_name): Now has 6 args.
Kim F. Storm [Mon, 27 May 2002 22:05:51 +0000 (22:05 +0000)]
(Fread_file_name): Now has 6 args.

22 years ago(Vread_file_name_function, Vread_file_name_predicate):
Kim F. Storm [Mon, 27 May 2002 22:05:00 +0000 (22:05 +0000)]
(Vread_file_name_function, Vread_file_name_predicate):
New variables.
(syms_of_fileio): DEFVAR_LISP them.
(read_file_name_cleanup): New unwind function.
(Fread_file_name_internal): Only return completions satifying
Vread_file_name_predicate.  Temporarily unwind protect and rebind
default-directory while checking completions against the predicate.
(Fread_file_name): Added PREDICATE argument.  Specbind it to
Vread_file_name_predicate during completion.
Call Vread_file_name_function to read the file name if non-nil.

22 years ago*** empty log message ***
Glenn Morris [Mon, 27 May 2002 12:37:24 +0000 (12:37 +0000)]
*** empty log message ***

22 years ago(cua-set-mark): Align pop to marko
Kim F. Storm [Mon, 27 May 2002 12:14:52 +0000 (12:14 +0000)]
(cua-set-mark): Align pop to marko
behaviour with standard set-mark-command.
(cua--pre-command-handler): Use push-mark-command.
(cua-repeat-replace-region): Improve functionality when
repeated after moving point or changing buffer.

22 years ago(push-mark-command): Added optional NOMSG arg.
Kim F. Storm [Mon, 27 May 2002 12:13:56 +0000 (12:13 +0000)]
(push-mark-command): Added optional NOMSG arg.

22 years ago(VERSION): Calculate using the same method that configure.in uses.
Miles Bader [Mon, 27 May 2002 08:07:49 +0000 (08:07 +0000)]
(VERSION): Calculate using the same method that configure.in uses.

22 years ago*** empty log message ***
Miles Bader [Mon, 27 May 2002 08:07:29 +0000 (08:07 +0000)]
*** empty log message ***

22 years agoReinstate the following change from 2002-03-22, which was
Paul Eggert [Mon, 27 May 2002 06:51:19 +0000 (06:51 +0000)]
Reinstate the following change from 2002-03-22, which was
inadvertently lost on 2002-04-13.

* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.

22 years agoReinstate the following change from 2002-03-22, which was
Paul Eggert [Mon, 27 May 2002 06:50:39 +0000 (06:50 +0000)]
Reinstate the following change from 2002-03-22, which was
inadvertently lost on 2002-04-13.

(main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.

22 years ago* config.guess, config.sub: Updated from master source.
Paul Eggert [Mon, 27 May 2002 06:44:24 +0000 (06:44 +0000)]
* config.guess, config.sub: Updated from master source.

22 years agoUpdated from master source.
Paul Eggert [Mon, 27 May 2002 06:43:19 +0000 (06:43 +0000)]
Updated from master source.

22 years agoFix previous change.
Colin Walters [Mon, 27 May 2002 02:00:54 +0000 (02:00 +0000)]
Fix previous change.

22 years ago*** empty log message ***
Colin Walters [Sun, 26 May 2002 20:58:40 +0000 (20:58 +0000)]
*** empty log message ***

22 years ago(command-line): Use `when', `unless'.
Colin Walters [Sun, 26 May 2002 20:49:28 +0000 (20:49 +0000)]
(command-line): Use `when', `unless'.
(command-line-1): New argument "--nosplash".  Handle it.

(inhibit-splash-screen): New variable alias for
`inhibit-startup-message'.

22 years ago(perform-replace): Document return value. Use `pop'.
Colin Walters [Sun, 26 May 2002 20:42:51 +0000 (20:42 +0000)]
(perform-replace): Document return value.  Use `pop'.

22 years ago*** empty log message ***
Colin Walters [Sun, 26 May 2002 20:42:31 +0000 (20:42 +0000)]
*** empty log message ***

22 years ago(f90-previous-block, f90-next-block): New names (and slightly changed
Glenn Morris [Sun, 26 May 2002 19:58:31 +0000 (19:58 +0000)]
(f90-previous-block, f90-next-block): New names (and slightly changed
behaviour) for the functions f90-previous-block-start, f90-next-block-end.
(f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.

22 years ago(set-fringe-mode): Work when updating
Simon Josefsson [Sun, 26 May 2002 09:50:39 +0000 (09:50 +0000)]
(set-fringe-mode): Work when updating
`default-frame-alist'.

22 years ago*** empty log message ***
Miles Bader [Sun, 26 May 2002 07:36:40 +0000 (07:36 +0000)]
*** empty log message ***

22 years ago(tty_capable_p): New function.
Miles Bader [Sun, 26 May 2002 07:23:47 +0000 (07:23 +0000)]
(tty_capable_p): New function.

22 years ago(tty_capable_p): New function.
Miles Bader [Sun, 26 May 2002 07:22:22 +0000 (07:22 +0000)]
(tty_capable_p): New function.
(TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
(TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.

22 years ago(cua--repeat-replace-text): New variable.
Kim F. Storm [Sun, 26 May 2002 00:54:10 +0000 (00:54 +0000)]
(cua--repeat-replace-text): New variable.
(cua-repeat-replace-region): New command.
(cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
Misc improvements to the commantary.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 26 May 2002 00:53:41 +0000 (00:53 +0000)]
*** empty log message ***

22 years agoFix :type of `fringe-mode' for last modification.
Simon Josefsson [Sat, 25 May 2002 23:16:00 +0000 (23:16 +0000)]
Fix :type of `fringe-mode' for last modification.

22 years ago(fringe-query-style): New fringe style "minimal".
Simon Josefsson [Sat, 25 May 2002 23:14:11 +0000 (23:14 +0000)]
(fringe-query-style): New fringe style "minimal".

22 years ago(rot13-translate-table): New variable.
Simon Josefsson [Sat, 25 May 2002 22:57:08 +0000 (22:57 +0000)]
(rot13-translate-table): New variable.
(rot13, rot13-string, rot13-region): New functions.

22 years ago(c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
Martin Stjernholm [Sat, 25 May 2002 16:18:59 +0000 (16:18 +0000)]
(c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
else-if compounds.

22 years agoBump Emacs version to 21.3.50.
Eli Zaretskii [Sat, 25 May 2002 11:26:14 +0000 (11:26 +0000)]
Bump Emacs version to 21.3.50.

22 years agoBump the Emacs version to 21.3.50.
Eli Zaretskii [Sat, 25 May 2002 11:23:34 +0000 (11:23 +0000)]
Bump the Emacs version to 21.3.50.

22 years agoChange octave.el -> octave-mod.el.
Eli Zaretskii [Sat, 25 May 2002 11:01:33 +0000 (11:01 +0000)]
Change octave.el -> octave-mod.el.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 25 May 2002 10:50:02 +0000 (10:50 +0000)]
*** empty log message ***

22 years ago(x_draw_bar_cursor): Update parameter list in declaration.
Jason Rumney [Sat, 25 May 2002 09:08:37 +0000 (09:08 +0000)]
(x_draw_bar_cursor): Update parameter list in declaration.

22 years ago(menu-bar-showhide-fringe-menu-customize-left)
Miles Bader [Sat, 25 May 2002 05:15:07 +0000 (05:15 +0000)]
(menu-bar-showhide-fringe-menu-customize-left)
(menu-bar-showhide-fringe-menu-customize-right)
(menu-bar-showhide-fringe-menu-customize-disable):
Use proper calling convention for `customize-set-value'.
Require `fringe' before setting variable.

22 years ago(cua--init-rectangles): Install default
Kim F. Storm [Sat, 25 May 2002 00:08:36 +0000 (00:08 +0000)]
(cua--init-rectangles): Install default
binding in cua--rectangle-keymap using cua--self-insert-char-p
to handle all global self inserting characters in rectangle mode.

22 years ago(cua--init-global-mark): Install default
Kim F. Storm [Sat, 25 May 2002 00:07:26 +0000 (00:07 +0000)]
(cua--init-global-mark):  Install default
binding in cua--global-mark-keymap using cua--self-insert-char-p
to handle all global self inserting characters in gmark mode.

22 years ago(cua--self-insert-char-p): New function.
Kim F. Storm [Sat, 25 May 2002 00:06:56 +0000 (00:06 +0000)]
(cua--self-insert-char-p): New function.

22 years ago*** empty log message ***
Kim F. Storm [Sat, 25 May 2002 00:06:30 +0000 (00:06 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Fri, 24 May 2002 22:06:48 +0000 (22:06 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Glenn Morris [Fri, 24 May 2002 22:06:08 +0000 (22:06 +0000)]
*** empty log message ***

22 years ago(read-file-name-internal): Remove the `ange-ftp' property.
Stefan Monnier [Fri, 24 May 2002 22:01:56 +0000 (22:01 +0000)]
(read-file-name-internal): Remove the `ange-ftp' property.
(ange-ftp-real-read-file-name-internal): Remove.

22 years ago(f90-end-of-subprogram): Remove the final (forward-line 1).
Glenn Morris [Fri, 24 May 2002 22:00:21 +0000 (22:00 +0000)]
(f90-end-of-subprogram): Remove the final (forward-line 1).
(f90-end-of-block, f90-beginning-of-block, f90-next-block-end,
f90-previous-block-start): New navigation commands.

22 years agoFix typos. Add fringe.
Simon Josefsson [Fri, 24 May 2002 09:59:42 +0000 (09:59 +0000)]
Fix typos.  Add fringe.

22 years agoFringe customization.
Simon Josefsson [Fri, 24 May 2002 09:53:58 +0000 (09:53 +0000)]
Fringe customization.

22 years agoInitial version.
Simon Josefsson [Fri, 24 May 2002 09:53:15 +0000 (09:53 +0000)]
Initial version.

22 years ago(menu-bar-options-save): Add fringe-mode.
Simon Josefsson [Fri, 24 May 2002 09:52:21 +0000 (09:52 +0000)]
(menu-bar-options-save): Add fringe-mode.
(menu-bar-showhide-fringe-menu): New menu.
(menu-bar-showhide-menu): Add Fringe sub-menu.

22 years ago*** empty log message ***
Markus Rost [Fri, 24 May 2002 01:14:25 +0000 (01:14 +0000)]
*** empty log message ***

22 years ago(occur-engine): Include all text properties except mouse-face on the
Colin Walters [Fri, 24 May 2002 00:56:46 +0000 (00:56 +0000)]
(occur-engine): Include all text properties except mouse-face on the
newline at the end of occurences.

22 years ago*** empty log message ***
Colin Walters [Fri, 24 May 2002 00:56:33 +0000 (00:56 +0000)]
*** empty log message ***

22 years ago(apropos-true-hit, apropos-false-hit-symbol)
Kim F. Storm [Thu, 23 May 2002 20:21:30 +0000 (20:21 +0000)]
(apropos-true-hit, apropos-false-hit-symbol)
(apropos-false-hit-str, apropos-true-hit-doc): New functions.
(apropos-command, apropos-value, apropos-documentation-internal)
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Use them to filter out
false matches where only one keyword matches, but more than once.

22 years ago*** empty log message ***
Kim F. Storm [Thu, 23 May 2002 20:20:57 +0000 (20:20 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Thu, 23 May 2002 17:22:24 +0000 (17:22 +0000)]
*** empty log message ***

22 years ago(read_non_regular, Finsert_file_contents): Use BEG_BYTE.
Stefan Monnier [Thu, 23 May 2002 15:22:47 +0000 (15:22 +0000)]
(read_non_regular, Finsert_file_contents): Use BEG_BYTE.
(Finsert_file_contents, build_annotations): Use XCAR, XCDR.
(Vwrite_region_annotate_functions): Docstring fix.

22 years agoOnly reduce string score for lengthy strings once.
Kim F. Storm [Thu, 23 May 2002 10:24:14 +0000 (10:24 +0000)]
Only reduce string score for lengthy strings once.

22 years ago(apropos-show-scores, apropos-orig-regexp)
Kim F. Storm [Thu, 23 May 2002 10:20:12 +0000 (10:20 +0000)]
(apropos-show-scores, apropos-orig-regexp)
(apropos-all-regexp, apropos-synonyms, apropos-words)
(apropos-all-words): New variables.
(aprpos-words-to-regexp, apropos-rewrite-regexp)
(apropos-calc-scores, apropos-score-str, apropos-score-doc)
(apropos-score-symbol): New functions.
(apropos-command, apropos, apropos-value, apropos-documentation):
Allow keywords in addition to regexp. Added scoring.
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Added scoring.
(apropos-print): Sort according to score.

22 years ago(font-lock-symbol-category-alist): New variable.
Colin Walters [Thu, 23 May 2002 04:18:19 +0000 (04:18 +0000)]
(font-lock-symbol-category-alist): New variable.

22 years ago*** empty log message ***
Colin Walters [Thu, 23 May 2002 04:18:01 +0000 (04:18 +0000)]
*** empty log message ***

22 years agoUpdate copyright dates.
Colin Walters [Thu, 23 May 2002 03:40:16 +0000 (03:40 +0000)]
Update copyright dates.

22 years ago(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
Colin Walters [Thu, 23 May 2002 03:39:20 +0000 (03:39 +0000)]
(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.

22 years ago(font-lock-function): New variable.
Colin Walters [Thu, 23 May 2002 03:39:00 +0000 (03:39 +0000)]
(font-lock-function): New variable.
(font-lock-default-function): New function, created from `font-lock-mode'.
(font-lock-mode): Just funcall `font-lock-default-function'.

22 years ago*** empty log message ***
Colin Walters [Thu, 23 May 2002 03:38:03 +0000 (03:38 +0000)]
*** empty log message ***

22 years ago(file-newest-backup): Use file-name-sans-versions.
Markus Rost [Wed, 22 May 2002 23:29:58 +0000 (23:29 +0000)]
(file-newest-backup): Use file-name-sans-versions.

22 years ago(diff-latest-backup-file): Replace the main code by a call of
Markus Rost [Wed, 22 May 2002 23:26:51 +0000 (23:26 +0000)]
(diff-latest-backup-file): Replace the main code by a call of
 file-newest-backup.

22 years ago(x_write_glyphs): Clear phys_cursor_on_p if current
Kim F. Storm [Wed, 22 May 2002 21:18:25 +0000 (21:18 +0000)]
(x_write_glyphs): Clear phys_cursor_on_p if current
phys_cursor's hpos is overwritten.  This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).

22 years ago*** empty log message ***
Kim F. Storm [Wed, 22 May 2002 21:16:51 +0000 (21:16 +0000)]
*** empty log message ***

22 years ago(x_draw_bar_cursor): New argument KIND; callers changed.
Jason Rumney [Wed, 22 May 2002 19:37:56 +0000 (19:37 +0000)]
(x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.

22 years ago(text_cursor_kinds): New enumeration member HBAR_CURSOR.
Jason Rumney [Wed, 22 May 2002 19:36:13 +0000 (19:36 +0000)]
(text_cursor_kinds): New enumeration member HBAR_CURSOR.

22 years ago* w32fns.c (enumfont_t): Remove tail, make pattern a normal
Jason Rumney [Wed, 22 May 2002 19:35:48 +0000 (19:35 +0000)]
* w32fns.c (enumfont_t): Remove tail, make pattern a normal
Lisp_Object.
(enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
Use modified enumfont_t struct.

* w32fns.c (Qhbar): New variable.
(x_specified_cursor_type): Use it.

22 years ago(sgml-guess-indent): Look further into the buffer.
Mike Williams [Wed, 22 May 2002 09:40:48 +0000 (09:40 +0000)]
(sgml-guess-indent): Look further into the buffer.

22 years agoFix typo.
Markus Rost [Wed, 22 May 2002 01:20:26 +0000 (01:20 +0000)]
Fix typo.

22 years ago(ange-ftp-allow-child-lookup): Re-enable since
Stefan Monnier [Tue, 21 May 2002 23:23:08 +0000 (23:23 +0000)]
(ange-ftp-allow-child-lookup): Re-enable since
the last patch works around the wu-ftpd misfeature that prompted
the disabling of this optimization.

22 years ago(Info-fontify): Deleted.
Colin Walters [Tue, 21 May 2002 22:22:10 +0000 (22:22 +0000)]
(Info-fontify): Deleted.
(Info-select-node): Don't use it.
(Info-mode-hook): New variable.
(Info-mode): Set up categories.
(Info-fontify-menu-headers, Info-fontify-node): Use categories.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 22:21:53 +0000 (22:21 +0000)]
*** empty log message ***

22 years ago(sgml-xml-auto-coding-function): Update with more known XML encodings.
Colin Walters [Tue, 21 May 2002 21:50:28 +0000 (21:50 +0000)]
(sgml-xml-auto-coding-function): Update with more known XML encodings.

22 years ago* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
Ken Raeburn [Tue, 21 May 2002 21:35:49 +0000 (21:35 +0000)]
* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
now, when the address is needed.

22 years ago(truncate-string-to-width): New optional argument `ellipsis'. Add
Colin Walters [Tue, 21 May 2002 21:22:21 +0000 (21:22 +0000)]
(truncate-string-to-width): New optional argument `ellipsis'.  Add
commented-out test suite, and change coding to iso-2022-7bit.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 21:21:37 +0000 (21:21 +0000)]
*** empty log message ***

22 years ago(Recognize Coding): Note addition of `auto-coding-functions'.
Colin Walters [Tue, 21 May 2002 21:15:43 +0000 (21:15 +0000)]
(Recognize Coding): Note addition of `auto-coding-functions'.

22 years ago(make-coding-system): Doc fixes.
Colin Walters [Tue, 21 May 2002 21:14:03 +0000 (21:14 +0000)]
(make-coding-system): Doc fixes.

(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 21:13:36 +0000 (21:13 +0000)]
*** empty log message ***

22 years ago(shortlisp): Add font-core.el.
Colin Walters [Tue, 21 May 2002 21:03:51 +0000 (21:03 +0000)]
(shortlisp): Add font-core.el.

22 years agoAdd font-core.el.
Colin Walters [Tue, 21 May 2002 21:02:25 +0000 (21:02 +0000)]
Add font-core.el.

22 years ago(font-lock-defaults, font-lock-defaults-alist)
Colin Walters [Tue, 21 May 2002 21:01:35 +0000 (21:01 +0000)]
(font-lock-defaults, font-lock-defaults-alist)
(font-lock-multiline, font-lock-fontified, font-lock-mode)
(turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
(font-lock-global-modes): Moved to font-core.el.
(font-lock-set-defaults-1): Partially moved to font-core.el.

22 years ago(occur-engine): Increment globalcount all at once after searching a buffer.
Colin Walters [Tue, 21 May 2002 21:01:14 +0000 (21:01 +0000)]
(occur-engine): Increment globalcount all at once after searching a buffer.
(occur-mode-map): Don't escape plain "o".

(occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it.  Set up `font-lock-category-alist' instead.
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.

22 years ago(toplevel): Require font-lock, to get the face definitions.
Colin Walters [Tue, 21 May 2002 20:59:28 +0000 (20:59 +0000)]
(toplevel): Require font-lock, to get the face definitions.
(ibuffer-use-fontification): Deleted.
(column filename-and-process): New column.
(ibuffer-formats): Use it by default.
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-filter-group-map): Don't set parent to
`ibuffer-mode-map'.
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.

22 years ago(define-ibuffer-column): Add third argument `ibuffer-buf'.
Colin Walters [Tue, 21 May 2002 20:59:04 +0000 (20:59 +0000)]
(define-ibuffer-column): Add third argument `ibuffer-buf'.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 20:58:06 +0000 (20:58 +0000)]
*** empty log message ***