bpt/emacs.git
23 years ago(overlays_at): Add CHANGE_REQ parameter.
Miles Bader [Tue, 8 Aug 2000 23:45:38 +0000 (23:45 +0000)]
(overlays_at): Add CHANGE_REQ parameter.
(Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.

23 years ago(comint-output-filter): Properly handle the case where the text
Miles Bader [Tue, 8 Aug 2000 22:55:38 +0000 (22:55 +0000)]
(comint-output-filter): Properly handle the case where the text
  surrounded by comint-last-output-overlay was deleted.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 18:42:55 +0000 (18:42 +0000)]
*** empty log message ***

23 years ago(Disabling backups): Replace reference to
Gerd Moellmann [Tue, 8 Aug 2000 18:36:04 +0000 (18:36 +0000)]
(Disabling backups): Replace reference to
non-existent initial-dired-omit-files-p with something that works.

23 years ago(mouse-sel-mode): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:38 +0000 (18:32 +0000)]
(mouse-sel-mode): Doc fix.

23 years ago(indent-for-tab-command): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:20 +0000 (18:32 +0000)]
(indent-for-tab-command): Doc fix.

23 years ago(auto-mode-interpreter-regexp): New variable.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:10 +0000 (18:32 +0000)]
(auto-mode-interpreter-regexp): New variable.
(set-auto-mode): Use it.

23 years ago(compilation-setup): Make variable
Gerd Moellmann [Tue, 8 Aug 2000 18:30:47 +0000 (18:30 +0000)]
(compilation-setup): Make variable
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.

23 years ago(ffap-read-file-or-url-internal): Handle case the
Gerd Moellmann [Tue, 8 Aug 2000 18:30:21 +0000 (18:30 +0000)]
(ffap-read-file-or-url-internal): Handle case the
DIR or STRING are nil.

23 years ago(Info-insert-dir): Use Info-additional-directory-list if
Gerd Moellmann [Tue, 8 Aug 2000 18:29:49 +0000 (18:29 +0000)]
(Info-insert-dir): Use Info-additional-directory-list if
non-nil.
(Info-file-list-for-emacs): Remove "info" from the list because
that leads to trying to use the documentation from file `info'
in various situations where it isn't appropriate, for instance
C-h C-k C-h i.

23 years ago(do_completion): Don't consider a simple change of case as `completion'.
Miles Bader [Tue, 8 Aug 2000 16:30:54 +0000 (16:30 +0000)]
(do_completion): Don't consider a simple change of case as `completion'.

23 years ago(record_delete): Make sure last_point_position_buffer is a buffer before
Ken Raeburn [Tue, 8 Aug 2000 14:45:00 +0000 (14:45 +0000)]
(record_delete): Make sure last_point_position_buffer is a buffer before
comparing pointers.

23 years ago(syms_of_keyboard): Initialize last_point_position_buffer.
Ken Raeburn [Tue, 8 Aug 2000 14:43:28 +0000 (14:43 +0000)]
(syms_of_keyboard): Initialize last_point_position_buffer.

23 years ago(decode_coding_string): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:40:19 +0000 (14:40 +0000)]
(decode_coding_string): Declare.

23 years ago(Fprevious_single_char_property_change): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:39:46 +0000 (14:39 +0000)]
(Fprevious_single_char_property_change): Declare.

23 years ago(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
Ken Raeburn [Tue, 8 Aug 2000 14:39:19 +0000 (14:39 +0000)]
(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
objects.

23 years ago(find_field): Use EQ, not ==, to compare lisp objects.
Ken Raeburn [Tue, 8 Aug 2000 14:38:09 +0000 (14:38 +0000)]
(find_field): Use EQ, not ==, to compare lisp objects.

23 years ago(menu_item_eval_property): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:37:26 +0000 (14:37 +0000)]
(menu_item_eval_property): Declare.

23 years ago(message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
Ken Raeburn [Tue, 8 Aug 2000 14:36:34 +0000 (14:36 +0000)]
(message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
instead of recreating (and discarding) every time a message is logged.
(with_echo_area_buffer): Make callback arg A2 a lisp object.
(current_message_1, truncate_message_1, set_message_1, display_echo_area_1,
resize_mini_window_1): Signatures changed.
(current_message, truncate_echo_area, display_echo_area,
resize_echo_area_axactly): Changed calls.

23 years ago*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn [Tue, 8 Aug 2000 14:34:05 +0000 (14:34 +0000)]
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
(Ffind_coding_systems_region_internal): First argument to Fappend must be an
integer, not a lisp object.

23 years ago(Fchar_width): Doc fix.
Kenichi Handa [Tue, 8 Aug 2000 12:59:56 +0000 (12:59 +0000)]
(Fchar_width): Doc fix.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Aug 2000 12:59:09 +0000 (12:59 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 12:41:40 +0000 (12:41 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 8 Aug 2000 12:38:08 +0000 (12:38 +0000)]
*** empty log message ***

23 years ago(Fstring_width): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 12:38:01 +0000 (12:38 +0000)]
(Fstring_width): Doc fix.

23 years ago(Documentation): Add an xref to woman's own manual.
Eli Zaretskii [Tue, 8 Aug 2000 12:36:56 +0000 (12:36 +0000)]
(Documentation): Add an xref to woman's own manual.

23 years ago(print-help-return-message): When
Gerd Moellmann [Tue, 8 Aug 2000 12:18:17 +0000 (12:18 +0000)]
(print-help-return-message): When
display-buffer-reuse-frames is set, let the help window been quit,
instead of deleting it, which might delete a reused frame.

23 years ago(eval-last-sexp-1): Handle `#N=' labels.
Gerd Moellmann [Tue, 8 Aug 2000 12:16:11 +0000 (12:16 +0000)]
(eval-last-sexp-1): Handle `#N=' labels.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 11:05:38 +0000 (11:05 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 8 Aug 2000 10:53:06 +0000 (10:53 +0000)]
*** empty log message ***

23 years ago(dired-do-create-files): On DOS/Windows, allow to
Eli Zaretskii [Tue, 8 Aug 2000 10:51:51 +0000 (10:51 +0000)]
(dired-do-create-files): On DOS/Windows, allow to
rename a directory to a name that differs only by its letter case.

23 years ago(WoMan): Add entry.
Eli Zaretskii [Tue, 8 Aug 2000 10:43:33 +0000 (10:43 +0000)]
(WoMan): Add entry.

23 years ago(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii [Tue, 8 Aug 2000 10:42:25 +0000 (10:42 +0000)]
(INFO_TARGETS): Add ../info/woman.
(DVI_TARGETS): Add woman.dvi.
(../info/woman, woman.dvi): New targets.

23 years agoFix @dircategory. Add @finalout.
Eli Zaretskii [Tue, 8 Aug 2000 10:41:27 +0000 (10:41 +0000)]
Fix @dircategory.  Add @finalout.

23 years agoFile added to the Emacs distribution.
Eli Zaretskii [Tue, 8 Aug 2000 10:38:56 +0000 (10:38 +0000)]
File added to the Emacs distribution.

23 years ago(maindir): Update src/_gdbinit even if it does already exist.
Eli Zaretskii [Tue, 8 Aug 2000 10:36:51 +0000 (10:36 +0000)]
(maindir): Update src/_gdbinit even if it does already exist.

23 years ago(quail-define-rules): Handle Quail decode
Kenichi Handa [Tue, 8 Aug 2000 01:39:26 +0000 (01:39 +0000)]
(quail-define-rules): Handle Quail decode
map correctly.  Add code for supporting annotations.
(quail-install-decode-map): New function.
(quail-defrule-internal): New optional arguments decode-map and
props.
(quail-advice): New function.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Aug 2000 01:38:47 +0000 (01:38 +0000)]
*** empty log message ***

23 years ago(x_draw_image_foreground): Avoid drawing outside
Gerd Moellmann [Mon, 7 Aug 2000 21:54:31 +0000 (21:54 +0000)]
(x_draw_image_foreground): Avoid drawing outside
of the clip area when image doesn't have a mask.

23 years ago(start_display): WHen starting display on a continuation
Gerd Moellmann [Mon, 7 Aug 2000 21:52:14 +0000 (21:52 +0000)]
(start_display): WHen starting display on a continuation
line, clear ascent and descent members of the iterator structure;
the height of the continued line does not affect the height of the
continuation line.
(make_cursor_line_fully_visible): Do nothing if cursor is on a
line taller than the window.
(redisplay_window) <forced window start>: Handle case that the
middle of the window is not found in any row.
(dump_glyph_row): Show more information.
(compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
first text line in a glyph matrix.

23 years ago* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold [Mon, 7 Aug 2000 16:51:57 +0000 (16:51 +0000)]
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
`defconst', `define-condition', `with-slots'.
* font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.

23 years agoAdd note about comint field changes (`comint-prompt-regexp removal').
Miles Bader [Mon, 7 Aug 2000 15:43:46 +0000 (15:43 +0000)]
Add note about comint field changes (`comint-prompt-regexp removal').

23 years ago*** empty log message ***
Miles Bader [Mon, 7 Aug 2000 15:10:57 +0000 (15:10 +0000)]
*** empty log message ***

23 years ago(idlwave-shell-send-command): When looking for a prompt, (forward-line 0)
Miles Bader [Mon, 7 Aug 2000 15:04:18 +0000 (15:04 +0000)]
(idlwave-shell-send-command): When looking for a prompt, (forward-line 0)
  instead of (beginning-of-line), to avoid getting caught by an input field.

23 years ago(inferior-lisp-prompt): Doc change.
Miles Bader [Mon, 7 Aug 2000 14:59:23 +0000 (14:59 +0000)]
(inferior-lisp-prompt): Doc change.

23 years ago(inferior-octave-complete): Use comint-line-beginning-position.
Miles Bader [Mon, 7 Aug 2000 14:58:44 +0000 (14:58 +0000)]
(inferior-octave-complete): Use comint-line-beginning-position.

23 years ago(try-expand-line, try-expand-line-all-buffers): Only use comint-prompt-regexp
Miles Bader [Mon, 7 Aug 2000 14:57:22 +0000 (14:57 +0000)]
(try-expand-line, try-expand-line-all-buffers): Only use comint-prompt-regexp
  if comint-use-prompt-regexp-instead-of-fields is non-nil.

23 years ago(ielm-indent-line): Detect a "prompt" line by seeing if comint-bol
Miles Bader [Mon, 7 Aug 2000 14:56:02 +0000 (14:56 +0000)]
(ielm-indent-line): Detect a "prompt" line by seeing if comint-bol
  doesn't actually go to the beginning of the line.

23 years ago(gud-gdb-complete-command): Use comint-line-beginning-position.
Miles Bader [Mon, 7 Aug 2000 14:54:35 +0000 (14:54 +0000)]
(gud-gdb-complete-command): Use comint-line-beginning-position.

23 years ago(sql-magic-go): Use comint-bol instead of explicitly matching
Miles Bader [Mon, 7 Aug 2000 14:52:52 +0000 (14:52 +0000)]
(sql-magic-go): Use comint-bol instead of explicitly matching
  comint-prompt-regexp.
(sql-copy-column): Use comint-line-beginning-position instead of
  explicitly matching comint-prompt-regexp.

23 years ago(shell-prompt-pattern): Doc change.
Miles Bader [Mon, 7 Aug 2000 14:51:48 +0000 (14:51 +0000)]
(shell-prompt-pattern): Doc change.
(shell-backward-command): Use line-beginning-position.

23 years ago(comint-use-prompt-regexp-instead-of-fields): New variable.
Miles Bader [Mon, 7 Aug 2000 14:50:09 +0000 (14:50 +0000)]
(comint-use-prompt-regexp-instead-of-fields): New variable.
(comint-prompt-regexp, comint-get-old-input): Document dependence on
  comint-use-prompt-regexp-instead-of-fields.
(comint-send-input): Add `input' field property to stuff we send to
  the process, if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-output-filter): Add `output' field property to process
  output, if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-replace-by-expanded-history)
(comint-get-old-input-default, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
(comint-next-prompt, comint-previous-prompt):  Use field
  properties if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-line-beginning-position): New function.
(comint-bol): Use comint-line-beginning-position.  Make ARG optional.
(comint-replace-by-expanded-history-before-point): Use
  comint-line-beginning-position and line-end-position.
(comint-last-output-overlay): New variable.
(comint-mode): Make `comint-last-output-overlay' buffer-local.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 7 Aug 2000 13:12:43 +0000 (13:12 +0000)]
*** empty log message ***

23 years ago(config.status): Prepend `$(srcdir)/' to
Gerd Moellmann [Mon, 7 Aug 2000 13:12:32 +0000 (13:12 +0000)]
(config.status): Prepend `$(srcdir)/' to
`configure'.

23 years ago(sweep_weak_table): Fix survival conditions for
Gerd Moellmann [Mon, 7 Aug 2000 12:32:04 +0000 (12:32 +0000)]
(sweep_weak_table): Fix survival conditions for
key-or-value and key-and-value weakness.

23 years ago(xhashtable): New command.
Gerd Moellmann [Mon, 7 Aug 2000 12:31:50 +0000 (12:31 +0000)]
(xhashtable): New command.

23 years ago(sweep_weak_hash_tables): Fix the code taking unmarked
Gerd Moellmann [Mon, 7 Aug 2000 12:04:06 +0000 (12:04 +0000)]
(sweep_weak_hash_tables): Fix the code taking unmarked
tables out of the list of all weak hash tables.

23 years ago(ensure_echo_area_buffers): If a buffer was killed and a
Gerd Moellmann [Mon, 7 Aug 2000 10:34:08 +0000 (10:34 +0000)]
(ensure_echo_area_buffers): If a buffer was killed and a
new buffer is created, make sure make sure echo_area_buffer[]
references the new buffer.

23 years ago(shell-quote-wildcard-pattern): Make sure to return
Gerd Moellmann [Mon, 7 Aug 2000 10:06:54 +0000 (10:06 +0000)]
(shell-quote-wildcard-pattern): Make sure to return
PATTERN, in the Unix case.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 7 Aug 2000 07:51:40 +0000 (07:51 +0000)]
*** empty log message ***

23 years ago(zone): Discard any pending input before running
Eli Zaretskii [Mon, 7 Aug 2000 07:50:13 +0000 (07:50 +0000)]
(zone): Discard any pending input before running
the randomly-chosen pgm.

23 years ago(Fmsdos_set_mouse_buttons): Add missing backslashes in
Eli Zaretskii [Mon, 7 Aug 2000 07:47:53 +0000 (07:47 +0000)]
(Fmsdos_set_mouse_buttons): Add missing backslashes in
the doc string.

23 years ago* syntax.c (skip_chars): Fix previous change. Make the handling of
Kenichi Handa [Mon, 7 Aug 2000 05:57:08 +0000 (05:57 +0000)]
* syntax.c (skip_chars): Fix previous change.  Make the handling of
unibyte string consistent with that of regex search.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 7 Aug 2000 05:44:37 +0000 (05:44 +0000)]
*** empty log message ***

23 years ago(byte-compile-fix-header): Fix the way of checking the existence of
Kenichi Handa [Mon, 7 Aug 2000 01:47:27 +0000 (01:47 +0000)]
(byte-compile-fix-header): Fix the way of checking the existence of
any multibyte characters.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 7 Aug 2000 01:46:03 +0000 (01:46 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Sun, 6 Aug 2000 12:17:06 +0000 (12:17 +0000)]
*** empty log message ***

23 years ago(describe-mode): Test mini-mode symbol for being
Gerd Moellmann [Sun, 6 Aug 2000 12:09:31 +0000 (12:09 +0000)]
(describe-mode): Test mini-mode symbol for being
bound before testing its value for being nil.

23 years agoRestore inadvertently-changed non-ASCII character.
Eli Zaretskii [Sun, 6 Aug 2000 10:27:52 +0000 (10:27 +0000)]
Restore inadvertently-changed non-ASCII character.

23 years ago*** empty log message ***
Gerd Moellmann [Sun, 6 Aug 2000 09:26:26 +0000 (09:26 +0000)]
*** empty log message ***

23 years agoUse `nth' instead of `first', `second', and `third'.
Gerd Moellmann [Sun, 6 Aug 2000 09:18:02 +0000 (09:18 +0000)]
Use `nth' instead of `first', `second', and `third'.

23 years ago(third...tenth): Undo change of 2000-08-05.
Gerd Moellmann [Sun, 6 Aug 2000 09:17:27 +0000 (09:17 +0000)]
(third...tenth): Undo change of 2000-08-05.
(second): Make it an alias for `cadr'.

23 years ago(bs-apply-sort-faces): Don't use window-system, since all
Eli Zaretskii [Sun, 6 Aug 2000 07:32:15 +0000 (07:32 +0000)]
(bs-apply-sort-faces): Don't use window-system, since all
types of display support faces now.

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 5 Aug 2000 20:10:32 +0000 (20:10 +0000)]
*** empty log message ***

23 years ago(first, ..., tenth): Make them macros.
Gerd Moellmann [Sat, 5 Aug 2000 20:09:44 +0000 (20:09 +0000)]
(first, ..., tenth): Make them macros.
(toplevel): Remove `remq' and `remove' from autoloads.
(cl-fake-autoloads): New variable.  If set, arrange for an error
when CL functions etc. are autoloaded.

23 years ago(require): Require `cl' during compilation, only.
Gerd Moellmann [Sat, 5 Aug 2000 20:08:49 +0000 (20:08 +0000)]
(require): Require `cl' during compilation, only.

23 years ago(run_mac_command, closedir): Use `xfree' instead of `free'.
Gerd Moellmann [Sat, 5 Aug 2000 19:29:39 +0000 (19:29 +0000)]
(run_mac_command, closedir): Use `xfree' instead of `free'.

23 years ago(error): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:27:14 +0000 (19:27 +0000)]
(error): Use xfree instead of free.

23 years ago(current_minor_maps): Use xmalloc instead of malloc.
Gerd Moellmann [Sat, 5 Aug 2000 19:27:01 +0000 (19:27 +0000)]
(current_minor_maps): Use xmalloc instead of malloc.

23 years ago(opendir, GetTempDirName, run_mac_command): Use xmalloc
Gerd Moellmann [Sat, 5 Aug 2000 19:26:46 +0000 (19:26 +0000)]
(opendir, GetTempDirName, run_mac_command): Use xmalloc
instead of malloc.
(run_mac_command, closedir): Use `xfree' instead of `free'.

23 years ago(child_setup): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:30 +0000 (19:26 +0000)]
(child_setup): Use xfree instead of free.

23 years ago(Ftranspose_regions): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:20 +0000 (19:26 +0000)]
(Ftranspose_regions): Use xfree instead of free.

23 years ago(Finsert_file_contents): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:04 +0000 (19:26 +0000)]
(Finsert_file_contents): Use xfree instead of free.

23 years ago(popup_get_selection): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:25:41 +0000 (19:25 +0000)]
(popup_get_selection): Use xfree instead of free.

23 years agoReplace `illegal' with `invalid'.
Gerd Moellmann [Sat, 5 Aug 2000 15:48:22 +0000 (15:48 +0000)]
Replace `illegal' with `invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.

23 years agoReplace `illegal' with `invalid'.
Gerd Moellmann [Sat, 5 Aug 2000 15:47:13 +0000 (15:47 +0000)]
Replace `illegal' with `invalid'.

23 years ago(src): Put gdb.tmp after -a, since -a requires an argument.
Eli Zaretskii [Sat, 5 Aug 2000 08:25:09 +0000 (08:25 +0000)]
(src): Put gdb.tmp after -a, since -a requires an argument.

23 years ago(Fmake_hash_table): Add missing `\n\' to end of line in docstring.
Noah Friedman [Sat, 5 Aug 2000 03:01:49 +0000 (03:01 +0000)]
(Fmake_hash_table): Add missing `\n\' to end of line in docstring.

23 years ago(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa [Sat, 5 Aug 2000 01:45:10 +0000 (01:45 +0000)]
(skip_chars): Fix handling of multibyte<->unibyte conversion.

23 years ago(skip_chars): Fix typo in error message.
Gerd Moellmann [Fri, 4 Aug 2000 15:07:44 +0000 (15:07 +0000)]
(skip_chars): Fix typo in error message.

23 years ago(zone, zone-pgm-stress): Don't use window-system.
Eli Zaretskii [Fri, 4 Aug 2000 12:21:12 +0000 (12:21 +0000)]
(zone, zone-pgm-stress): Don't use window-system.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 Aug 2000 11:45:03 +0000 (11:45 +0000)]
*** empty log message ***

23 years ago(hi-lock-unface-buffer): If a menu of regexps is
Eli Zaretskii [Fri, 4 Aug 2000 11:39:24 +0000 (11:39 +0000)]
(hi-lock-unface-buffer): If a menu of regexps is
popped up, but the user clicks outside the menu, return an empty
regexp (that causes unhighlight-regexp to have no effect).

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 Aug 2000 08:52:04 +0000 (08:52 +0000)]
*** empty log message ***

23 years ago* m/ia64.h: Moved from s/ia64.h.
Andreas Schwab [Fri, 4 Aug 2000 08:48:52 +0000 (08:48 +0000)]
* m/ia64.h: Moved from s/ia64.h.

23 years ago(menu-bar-games-menu): Add Zone.
Eli Zaretskii [Fri, 4 Aug 2000 08:34:51 +0000 (08:34 +0000)]
(menu-bar-games-menu): Add Zone.

23 years ago(toplevel): Require font-lock.
Eli Zaretskii [Fri, 4 Aug 2000 08:30:16 +0000 (08:30 +0000)]
(toplevel): Require font-lock.

23 years ago(Highlight Interactively): Document the hi-lock mode.
Eli Zaretskii [Fri, 4 Aug 2000 06:06:05 +0000 (06:06 +0000)]
(Highlight Interactively): Document the hi-lock mode.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 4 Aug 2000 05:53:39 +0000 (05:53 +0000)]
*** empty log message ***

23 years ago(coding_restore_composition): Pay attention to the case that
Kenichi Handa [Fri, 4 Aug 2000 05:53:01 +0000 (05:53 +0000)]
(coding_restore_composition): Pay attention to the case that
cmp_data is not set properly (because of invalid code in the
source text).
(run_pre_post_conversion_on_str): Include text properties in the
resulting string.
(decode_coding_string): Set members of coding correctly.