bpt/emacs.git
26 years agoInclude syntax.h.
Richard M. Stallman [Mon, 2 Mar 1998 20:02:33 +0000 (20:02 +0000)]
Include syntax.h.
(interrupt_signal): Save and restore gl_state
around an immediate quit, in case debugger returns.

26 years ago(load-with-code-conversion):
Karl Heuer [Mon, 2 Mar 1998 20:01:46 +0000 (20:01 +0000)]
(load-with-code-conversion):
Don't bind enable-multibyte-characters; instead,
bind default-enable-multibyte-characters before creating buffer.
(after-insert-file-set-buffer-file-coding-system):
Use set-buffer-multibyte.
Use add-hook to add this to after-insert-file-functions.

26 years ago(compare_window_configurations): New arg ignore_positions.
Richard M. Stallman [Mon, 2 Mar 1998 19:12:51 +0000 (19:12 +0000)]
(compare_window_configurations): New arg ignore_positions.
(Fcompare_window_configurations): New function.
(syms_of_window): defsubr it.

26 years ago(internal_equal): compare_window_configurations takes new arg.
Richard M. Stallman [Mon, 2 Mar 1998 19:10:51 +0000 (19:10 +0000)]
(internal_equal): compare_window_configurations takes new arg.

26 years ago(auto_save_1): Pass new arg to Fwrite_region.
Richard M. Stallman [Mon, 2 Mar 1998 19:08:05 +0000 (19:08 +0000)]
(auto_save_1): Pass new arg to Fwrite_region.
(Fwrite_region): New arg CONFIRM.  If non-nil, confirm overwriting.

26 years ago(Fcall_process_region): Pass new arg to Fwrite_region.
Richard M. Stallman [Mon, 2 Mar 1998 19:07:00 +0000 (19:07 +0000)]
(Fcall_process_region): Pass new arg to Fwrite_region.

26 years ago(comint-arguments): Treat \" and such as part of one arg.
Richard M. Stallman [Mon, 2 Mar 1998 19:02:28 +0000 (19:02 +0000)]
(comint-arguments): Treat \" and such as part of one arg.

26 years ago(XTframe_up_to_date): Check that mouse_face_mouse_frame
Richard M. Stallman [Mon, 2 Mar 1998 18:53:21 +0000 (18:53 +0000)]
(XTframe_up_to_date): Check that mouse_face_mouse_frame
is non-null before calling note_mouse_highlight.
(x_destroy_window): If f equals mouse_face_mouse_frame,
clear that, and clear mouse_face_deferred_gc too.

26 years ago((require 'cl)): Revert to compile-time require.
Dave Love [Mon, 2 Mar 1998 18:00:00 +0000 (18:00 +0000)]
((require 'cl)): Revert to compile-time require.
Eliminating pushnew previously had actually fixed the lossage.

26 years ago(UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_lookup_properties.
Richard M. Stallman [Mon, 2 Mar 1998 06:01:09 +0000 (06:01 +0000)]
(UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_lookup_properties.
(UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD): Likewise.
(SYNTAX_TABLE_BYTE_TO_CHAR): If parse_sexp_lookup_properties is 0,
return 0 right away.
(SETUP_SYNTAX_TABLE): Add if (1) ... else.

26 years agoSeveral doc fixes.
Richard M. Stallman [Mon, 2 Mar 1998 03:48:45 +0000 (03:48 +0000)]
Several doc fixes.

26 years agoProvide generic, not generic-mode.
Richard M. Stallman [Mon, 2 Mar 1998 03:40:50 +0000 (03:40 +0000)]
Provide generic, not generic-mode.

26 years ago(update_interval): Properly update `position' field of used intervals.
Richard M. Stallman [Mon, 2 Mar 1998 02:41:28 +0000 (02:41 +0000)]
(update_interval): Properly update `position' field of used intervals.

26 years ago(update_syntax_table): Properly update `position' field of used intervals.
Richard M. Stallman [Mon, 2 Mar 1998 02:40:53 +0000 (02:40 +0000)]
(update_syntax_table): Properly update `position' field of used intervals.

26 years agoDelete #endif left over from previous change.
Richard M. Stallman [Sun, 1 Mar 1998 23:17:19 +0000 (23:17 +0000)]
Delete #endif left over from previous change.

26 years ago(change-log-font-lock-keywords): Recognize + in date.
Richard M. Stallman [Sun, 1 Mar 1998 22:22:58 +0000 (22:22 +0000)]
(change-log-font-lock-keywords): Recognize + in date.

26 years ago(read-quoted-char): Doc fix.
Richard M. Stallman [Sat, 28 Feb 1998 19:00:34 +0000 (19:00 +0000)]
(read-quoted-char): Doc fix.

26 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Feb 1998 01:53:53 +0000 (01:53 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Sat, 28 Feb 1998 01:49:58 +0000 (01:49 +0000)]
Initial revision

26 years agoAdd hyphen.
Richard M. Stallman [Sat, 28 Feb 1998 01:49:06 +0000 (01:49 +0000)]
Add hyphen.

26 years agoInitial revision
Richard M. Stallman [Sat, 28 Feb 1998 01:48:50 +0000 (01:48 +0000)]
Initial revision

26 years ago(info): Always switch to buffer *info* even if
Richard M. Stallman [Fri, 27 Feb 1998 23:30:11 +0000 (23:30 +0000)]
(info): Always switch to buffer *info* even if
current buffer is in Info mode.

26 years agoRemove debugging statements.
Karl Heuer [Fri, 27 Feb 1998 22:20:12 +0000 (22:20 +0000)]
Remove debugging statements.

26 years ago(set-visited-file-name): Don't call backup-enable-predicate
Karl Heuer [Fri, 27 Feb 1998 22:13:26 +0000 (22:13 +0000)]
(set-visited-file-name): Don't call backup-enable-predicate
when buffer-file-name is nil.

26 years ago(make-mode): Provide make-mode, not makefile.
Karl Heuer [Fri, 27 Feb 1998 22:11:43 +0000 (22:11 +0000)]
(make-mode): Provide make-mode, not makefile.

26 years agoReorder args in callers of del_range_2.
Karl Heuer [Fri, 27 Feb 1998 22:09:52 +0000 (22:09 +0000)]
Reorder args in callers of del_range_2.

26 years ago(del_range_2): Reorder args. All callers changed.
Karl Heuer [Fri, 27 Feb 1998 22:09:33 +0000 (22:09 +0000)]
(del_range_2): Reorder args.  All callers changed.

26 years ago(syms_of_xdisp): Doc fix.
Karl Heuer [Fri, 27 Feb 1998 22:05:12 +0000 (22:05 +0000)]
(syms_of_xdisp): Doc fix.

26 years ago(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
Karl Heuer [Fri, 27 Feb 1998 21:56:28 +0000 (21:56 +0000)]
(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
If buffer_local_types has -1, this variable is read-only.
(Fset_default) <BUFFER_OBJFWDP>:
Unconditionally set the slot in buffer_defaults.

26 years ago(syms_of_buffer): enable-multibyte-characters is read-only.
Karl Heuer [Fri, 27 Feb 1998 21:55:45 +0000 (21:55 +0000)]
(syms_of_buffer): enable-multibyte-characters is read-only.

26 years agoFix comment.
Karl Heuer [Fri, 27 Feb 1998 21:55:01 +0000 (21:55 +0000)]
Fix comment.

26 years ago(mouse-avoidance-kbd-command): Function deleted.
Richard M. Stallman [Fri, 27 Feb 1998 21:52:27 +0000 (21:52 +0000)]
(mouse-avoidance-kbd-command): Function deleted.
(mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook)
(mouse-avoidance-banish-hook): Test whether last command
was a mouse command of any kind.

26 years ago(mapcar1): Handle bool-vectors.
Karl Heuer [Fri, 27 Feb 1998 21:52:08 +0000 (21:52 +0000)]
(mapcar1): Handle bool-vectors.
(Fmapconcat, Fmapcar): Doc fixes.
(Flength): For char-table, length is based on max valid char code.

26 years ago(dired-do-toggle): Moved here from dired-x.el.
Karl Heuer [Fri, 27 Feb 1998 21:45:01 +0000 (21:45 +0000)]
(dired-do-toggle): Moved here from dired-x.el.
(dired-mode-map): Changed dired-do-toggle from "T" to "t".

26 years ago(dired-do-toggle): Function moved to dired.el.
Karl Heuer [Fri, 27 Feb 1998 21:44:39 +0000 (21:44 +0000)]
(dired-do-toggle): Function moved to dired.el.

26 years agoAdded version id.
André Spiegel [Fri, 27 Feb 1998 18:44:41 +0000 (18:44 +0000)]
Added version id.

26 years ago(vc-default-init-version): New variable.
André Spiegel [Fri, 27 Feb 1998 18:44:14 +0000 (18:44 +0000)]
(vc-default-init-version): New variable.
(vc-register): Use it.  Also use COMMENT argument.

26 years ago(iso-spanish, iso-german, iso-iso2tex,
Dave Love [Fri, 27 Feb 1998 17:05:21 +0000 (17:05 +0000)]
(iso-spanish, iso-german, iso-iso2tex,
iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Fix
doc, interactive spec.

26 years agoChanged to use directory-sep-char rather than "/".
Simon Marshall [Fri, 27 Feb 1998 12:58:26 +0000 (12:58 +0000)]
Changed to use directory-sep-char rather than "/".

26 years ago(compute_motion): If we just moved over a continuation
Andreas Schwab [Fri, 27 Feb 1998 09:38:41 +0000 (09:38 +0000)]
(compute_motion): If we just moved over a continuation
return contin_hpos as prevhpos.

26 years ago(rmail-retry-failure): Don't insist on finding
Karl Heuer [Wed, 25 Feb 1998 23:26:45 +0000 (23:26 +0000)]
(rmail-retry-failure): Don't insist on finding
MIME delimiter again at end of bounce text.
(mail-unsent-separator): Accept "Your message follows".

26 years ago(del_range_both): Reorder args. All callers changed.
Karl Heuer [Wed, 25 Feb 1998 23:18:15 +0000 (23:18 +0000)]
(del_range_both): Reorder args.  All callers changed.

26 years ago(thing-at-point-url-at-point): Intuit ftp:// on `short' URLs.
Dave Love [Wed, 25 Feb 1998 23:16:42 +0000 (23:16 +0000)]
(thing-at-point-url-at-point): Intuit ftp:// on `short' URLs.

26 years agoReorder args of del_range_both.
Karl Heuer [Wed, 25 Feb 1998 23:16:37 +0000 (23:16 +0000)]
Reorder args of del_range_both.

26 years ago(winner-mode): Autoload cookie for defcustom too.
Dave Love [Wed, 25 Feb 1998 23:09:07 +0000 (23:09 +0000)]
(winner-mode): Autoload cookie for defcustom too.

26 years ago(reftex-toc-mode, reftex-select-label-mode):
Karl Heuer [Wed, 25 Feb 1998 23:05:37 +0000 (23:05 +0000)]
(reftex-toc-mode, reftex-select-label-mode):
(reftex-select-bib-mode): New major modes for RefTeX's special
buffers.
(reftex-offer-label-menu): Put selection buffer into
`reftex-select-label-mode'.  Make selection buffer read-only.  Use
`reftex-erase-buffer'.
(reftex-do-citation): Put selection buffer into
`reftex-select-bib-mode'.  Make selection buffer read-only.  Use
`reftex-erase-buffer'.  Set `reftex-select-return-marker'.
(reftex-toc): Put *toc* buffer into reftex-toc-mode.  Add
mouse-face property.
(reftex-select-item): Use recursive edit instead of selfmade
command loop.  Removed unnecessary local bindings.  Changed the
tag for catch, to avoid problems with `exit' tag in
recursive-edit.  Moved the code around old command loop to pre-
and post-command-hook.
(reftex-select-pre-command-hook, reftex-select-post-command-hook):
(reftex-select-show-insertion-point): New functions.
(reftex-reference): Set `reftex-select-return-marker'.
(reftex-check-recursive-edit): Error message changed.
(reftex-select-search-minibuffer-map): Obsolete constant removed.
(reftex-select-next, reftex-select-previous, reftex-select-scroll-up):
(reftex-select-scroll-down, reftex-select-next-heading):
(reftex-select-previous-heading): Handle prefix arguments.
(reftex-toc, reftex-make-and-insert-label-list):
(reftex-insert-bib-matches): Add mouse-face property.
(reftex-highlight-selection): New option.
(reftex-select-mouse-accept): New command.
(reftex-select-recursive-edit, reftex-select-search-forward):
(reftex-select-search-backward, reftex-select-search):
(reftex-select-scroll-up, reftex-select-scroll-down):
(reftex-scroll-other-window, reftex-scroll-other-window-down):
(reftex-empty-toc-buffer): Removed obsolete functions.
(reftex-highlight-overlays): Removed obsolete 3rd overlay.
(reftex-select-label-map, reftex-select-bib-map): Removed obsolete
bindings, added mouse bindings, `digit-argument',
`negative-argument', `reftex-select-show-insertion-point'.
(reftex-erase-buffer): BUFFER now defaults to current buffer.
(reftex-label-alist-builtin): Added sidecap packages support.
(reftex-last-follow-point, reftex-select-return-marker): New
variables.
(reftex-toc, reftex-select-item): Set `reftex-last-follow-point'.
(reftex-toc-post-command-hook): Use `reftex-last-follow-point'.
(reftex-get-file-buffer-force): Turn off `enable-local-variables'
when reading a file literally.

26 years ago(mathlst): Fix typo.
Karl Heuer [Wed, 25 Feb 1998 22:59:49 +0000 (22:59 +0000)]
(mathlst): Fix typo.
(shortlst): Avoid saying "Can you be", which confuses the doctor.

26 years ago(vc-register): Update vc-buffer-backend.
Karl Heuer [Wed, 25 Feb 1998 22:53:17 +0000 (22:53 +0000)]
(vc-register): Update vc-buffer-backend.

26 years ago(hppa*-hp-hpux*): Use hpux10 by default.
Karl Heuer [Wed, 25 Feb 1998 22:50:36 +0000 (22:50 +0000)]
(hppa*-hp-hpux*): Use hpux10 by default.

26 years ago(install-arch-indep): Do chmod a+x on subdirs.
Karl Heuer [Wed, 25 Feb 1998 22:49:45 +0000 (22:49 +0000)]
(install-arch-indep): Do chmod a+x on subdirs.

26 years ago(custom-file): New function.
Karl Heuer [Wed, 25 Feb 1998 22:46:28 +0000 (22:46 +0000)]
(custom-file): New function.
(custom-save-delete): Use it.
(custom-save-all): Use it.

26 years agoAdded support for the Emacs Lisp manual.
Karl Heuer [Wed, 25 Feb 1998 22:45:29 +0000 (22:45 +0000)]
Added support for the Emacs Lisp manual.
(info-complete-file): Use default value if MODE is nil.
(info-lookup-file-alist): Variable removed.

26 years ago(battery-linux-proc-apm-regexp): Load percentage
Karl Heuer [Wed, 25 Feb 1998 22:44:24 +0000 (22:44 +0000)]
(battery-linux-proc-apm-regexp): Load percentage
and remaining time have to match negative values.
(battery-linux-proc-apm): Initialize void %-sequences.

26 years ago(shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.
Karl Heuer [Wed, 25 Feb 1998 22:43:03 +0000 (22:43 +0000)]
(shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.
(dirtrack-mode, shell-dirtrack-toggle): Defined as aliases.

26 years agoAdd "q" for quit, and use "C" for copy and "R" for
Karl Heuer [Wed, 25 Feb 1998 22:37:35 +0000 (22:37 +0000)]
Add "q" for quit, and use "C" for copy and "R" for
rename as in dired.

26 years ago*** empty log message ***
Dan Nicolaescu [Wed, 25 Feb 1998 05:06:02 +0000 (05:06 +0000)]
*** empty log message ***

26 years ago(require 'cl) unconditionally.
Dave Love [Wed, 25 Feb 1998 00:28:55 +0000 (00:28 +0000)]
(require 'cl) unconditionally.
(winner): defgroup.
(winner-dont-bind-my-keys, winner-skip-buffers,
winner-skip-regexps, winner-mode, winner-mode-hook,
winner-mode-leave-hook); Customized.
(winner-mode): Add autoload cookie.
(winner-undo): Doc fix.

26 years ago(vc-checkin-hook): Add :options.
Dave Love [Tue, 24 Feb 1998 12:54:05 +0000 (12:54 +0000)]
(vc-checkin-hook): Add :options.
(vc-checkin, vc-comment-to-change-log): Doc fix.

26 years ago(compilation-error-regexp-alist): Allow initial
Dave Love [Tue, 24 Feb 1998 12:45:02 +0000 (12:45 +0000)]
(compilation-error-regexp-alist): Allow initial
program name in first pattern.

26 years ago(scan_newline): Delete duplicated code.
Kenichi Handa [Tue, 24 Feb 1998 06:57:15 +0000 (06:57 +0000)]
(scan_newline): Delete duplicated code.

26 years ago(message_dolog): Give correct args to
Kenichi Handa [Tue, 24 Feb 1998 06:57:15 +0000 (06:57 +0000)]
(message_dolog): Give correct args to
message_log_check_duplicate and del_range_both.

26 years agoDoc fix in Commentary section.
Stephen Eglen [Mon, 23 Feb 1998 17:51:06 +0000 (17:51 +0000)]
Doc fix in Commentary section.

26 years agoCustomized.
Stephen Eglen [Sun, 22 Feb 1998 22:01:28 +0000 (22:01 +0000)]
Customized.

26 years agoCommented out line 471 (miniperl entry in interpreter-mode-alist)
Stephen Eglen [Sun, 22 Feb 1998 20:03:39 +0000 (20:03 +0000)]
Commented out line 471 (miniperl entry in interpreter-mode-alist)
Removed stray =06 entry on line 4445.
Customized.

26 years agoCustomized.
Stephen Eglen [Sun, 22 Feb 1998 19:51:45 +0000 (19:51 +0000)]
Customized.

26 years agoCustomized.
Stephen Eglen [Sun, 22 Feb 1998 17:34:42 +0000 (17:34 +0000)]
Customized.

26 years ago(Fdelete_backward_char): Count both bytes and chars.
Karl Heuer [Sun, 22 Feb 1998 01:06:06 +0000 (01:06 +0000)]
(Fdelete_backward_char): Count both bytes and chars.

26 years ago(UPDATE_SYNTAX_TABLE_FORWARD): Fix condition.
Karl Heuer [Sun, 22 Feb 1998 01:04:35 +0000 (01:04 +0000)]
(UPDATE_SYNTAX_TABLE_FORWARD): Fix condition.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE): Likewise.
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix bounds.

26 years ago(update_syntax_table): Fix calculations using offset.
Karl Heuer [Sun, 22 Feb 1998 01:04:11 +0000 (01:04 +0000)]
(update_syntax_table): Fix calculations using offset.
(skip_chars): Fix loop termination condition.

26 years ago(interval_of): Handle Qt.
Karl Heuer [Sun, 22 Feb 1998 01:03:49 +0000 (01:03 +0000)]
(interval_of): Handle Qt.

26 years agoFix indentation rules for
Karl Heuer [Sun, 22 Feb 1998 00:30:03 +0000 (00:30 +0000)]
Fix indentation rules for
multiple-value-setf and multiple-value-list.

26 years agoChanged font-lock-reference-face to font-lock-constant-face.
Simon Marshall [Fri, 20 Feb 1998 14:58:27 +0000 (14:58 +0000)]
Changed font-lock-reference-face to font-lock-constant-face.

26 years ago*** empty log message ***
Simon Marshall [Fri, 20 Feb 1998 14:55:48 +0000 (14:55 +0000)]
*** empty log message ***

26 years agoRenamed font-lock-reference-face to font-lock-constant-face.
Simon Marshall [Fri, 20 Feb 1998 14:24:57 +0000 (14:24 +0000)]
Renamed font-lock-reference-face to font-lock-constant-face.

26 years ago(LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab [Fri, 20 Feb 1998 13:06:59 +0000 (13:06 +0000)]
(LINUX_MAP_SHARED_DOES_WORK): Define for kernel
version after 2.0.
(UNEXEC_USE_MAP_PRIVATE): Don't define if
LINUX_MAP_SHARED_DOES_WORK.

26 years ago(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab [Fri, 20 Feb 1998 13:01:10 +0000 (13:01 +0000)]
(sigmask) [POSIX_SIGNALS]: Always define our own
version that returns a sigset_t.
(sigpause) [POSIX_SIGNALS]: Unconditionally define in terms of
sigsuspend.  Don't redefine SIGEMPTYMASK.
(sys_sigpause): Don't declare.
(temp_mask): Don't declare.

26 years ago(sys_sigpause): Removed.
Andreas Schwab [Fri, 20 Feb 1998 13:00:21 +0000 (13:00 +0000)]
(sys_sigpause): Removed.
(new_action, old_action): Move as local variables into sys_signal.
(old_mask, temp_mask): Removed.

26 years ago(rmail-decode-babyl-format): Message modified.
Kenichi Handa [Fri, 20 Feb 1998 11:15:28 +0000 (11:15 +0000)]
(rmail-decode-babyl-format): Message modified.
(rmail): Comment for the binding of rmail-enable-multibyte added.

26 years ago(Fmessage): Check byte size (instead of char size) of
Kenichi Handa [Fri, 20 Feb 1998 11:14:32 +0000 (11:14 +0000)]
(Fmessage): Check byte size (instead of char size) of
VAL against MESSAGE_LENGTH.

26 years ago(Fccl_execute_on_string): Put \n\ at end-of-line of
Kenichi Handa [Fri, 20 Feb 1998 11:14:32 +0000 (11:14 +0000)]
(Fccl_execute_on_string): Put \n\ at end-of-line of
doc-string.

26 years ago(Fwrite_region): When writing a string, give byte size
Kenichi Handa [Fri, 20 Feb 1998 11:14:32 +0000 (11:14 +0000)]
(Fwrite_region): When writing a string, give byte size
to a_write.
(a_write): Handle annotations correctly when writing a string.

26 years ago(rmail-enable-multibyte): New variable
Kenichi Handa [Fri, 20 Feb 1998 01:45:50 +0000 (01:45 +0000)]
(rmail-enable-multibyte): New variable
(rmail): Bind coding-system-for-read to raw-text.  Set the buffer
multibyte if necessary.
(rmail-convert-file): Call rmail-decode-babyl-format only when we
don't have to call rmail-convert-to-babyl-format.
(rmail-decode-babyl-format): If rmail-file-coding-system is nil,
detect it.
(rmail-get-new-mail): Bind rmail-enable-multibyte locally.
(rmail-convert-to-babyl-format): Check the value of
rmail-enable-multibyte instead of enable-multibyte-characters.

26 years ago(setup-chinese-cns-environment): Correct
Kenichi Handa [Fri, 20 Feb 1998 01:45:21 +0000 (01:45 +0000)]
(setup-chinese-cns-environment): Correct
the settting of default-input-method.

26 years ago(select-safe-coding-system): Kill the
Kenichi Handa [Fri, 20 Feb 1998 01:44:10 +0000 (01:44 +0000)]
(select-safe-coding-system): Kill the
warning buffer before returning.

26 years ago(after-insert-file-set-buffer-file-coding-system): Call set-buffer-multibyte
Kenichi Handa [Fri, 20 Feb 1998 01:44:10 +0000 (01:44 +0000)]
(after-insert-file-set-buffer-file-coding-system): Call set-buffer-multibyte
instead of directly setting enable-multibyte-characters to nil.

26 years ago* subr.el (sref): Doc-string added.
Kenichi Handa [Fri, 20 Feb 1998 01:43:38 +0000 (01:43 +0000)]
* subr.el (sref): Doc-string added.

26 years ago(MULTIBYTE_BYTES_WIDTH): New macro.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(MULTIBYTE_BYTES_WIDTH): New macro.
(current_column_1): Don't follow a display table for a heading
byte of a multibyte character.  Use the macro
MULTIBYTE_BYTES_WIDTH.
(Fmove_to_column): Likewise.
(compute_motion): Likewise.  Handling of wide-column character
fixed.

26 years ago(adjust_before_replace): Comment added.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(adjust_before_replace): Comment added.
(adjust_after_replace): Comment added.  Give correct args to
adjust_point.  Don't call signal_after_change here.

26 years ago(temp_set_point_both): Declare arg BYTEPOS as int.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(temp_set_point_both): Declare arg BYTEPOS as int.
(set_point_both): Likewise.

26 years ago(advance_to_char_boundary): Make the behaviour
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(advance_to_char_boundary): Make the behaviour
consistent with INC_POS.

26 years ago(Fccl_execute_on_string): Add new arg UNIBYTE-P.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(Fccl_execute_on_string): Add new arg UNIBYTE-P.

26 years ago(invalid_character): New function.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(invalid_character): New function.
(chars_in_text): Make the behaviour consistent with INC_POS.
(multibyte_chars_in_text): Likewise.
(str_cmpchar_id): Likewise.
(non_ascii_char_to_string): Call invalid_character.
(Fchar_direction): Likewise.

26 years ago(INC_POS): Use macro BASE_LEADING_CODE_P.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(INC_POS): Use macro BASE_LEADING_CODE_P.
(DEC_POS): Make the behaviour consistent with INC_POS.
(BUF_INC_POS, BUF_DEC_POS): Likewise.

26 years ago(decode_coding_iso2022): Update coding->fake_multibyte.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(decode_coding_iso2022): Update coding->fake_multibyte.
(ENCODE_SINGLE_SHIFT_2, ENCODE_SINGLE_SHIFT_3,
encode_coding_iso2022, decode_coding_sjis_big5,
encode_coding_sjis_big5, decode_eol, encode_eol, decode_coding,
encode_coding): Likewise.
(shrink_decoding_region, shrink_encoding_region): Do not skip
non-ASCII code in any cases.  Bug fix for getting starting address
from BEG.
(code_convert_region): Sync character positions correctly by
paying attention to coding->fake_multibyte.
(code_convert_string): Set number of character and bytes just
processed in members of CODING.
(code_convert_string): Adjusted for the change of
code_convert_region.
(code_convert_region1): Likewise.

26 years ago(struct coding_system): New member fake_multibyte.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(struct coding_system): New member fake_multibyte.

26 years ago(Finsert_file_contents): Read a file contents into the
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(Finsert_file_contents): Read a file contents into the
correct buffer (byte) position.  Adjusted for the change of
code_convert_region.

26 years ago(Fset_char_table_default): For an invalid character, call
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(Fset_char_table_default): For an invalid character, call
invalid_character.

26 years ago(search_buffer): Update POS_BYTE for regexp search.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(search_buffer): Update POS_BYTE for regexp search.

26 years ago(try_window_id): Use DEC_POS only for multibyte buffer.
Kenichi Handa [Fri, 20 Feb 1998 01:40:47 +0000 (01:40 +0000)]
(try_window_id): Use DEC_POS only for multibyte buffer.
display_text_line): Handling of a wide-column character fixed.
Make the behaviour consistent with INC_POS.

26 years ago(Fchar_before): Check POS in valid range
Karl Heuer [Wed, 18 Feb 1998 22:56:25 +0000 (22:56 +0000)]
(Fchar_before): Check POS in valid range
before calling CHAR_TO_BYTE.