bpt/emacs.git
23 years ago(CHECK) [ENABLE_CHECKING]: Make both side of the
Gerd Moellmann [Fri, 18 Aug 2000 05:18:44 +0000 (05:18 +0000)]
(CHECK) [ENABLE_CHECKING]: Make both side of the
conditional have void type, for standard C compilers.

23 years ago(redisplay_internal): Compare windows for equality with
Gerd Moellmann [Fri, 18 Aug 2000 05:16:45 +0000 (05:16 +0000)]
(redisplay_internal): Compare windows for equality with
EQ, instead of applying XWINDOW to something that might not
be a window.

23 years ago(Finternal_char_font): Search only the selected frame for a window of
Kenichi Handa [Fri, 18 Aug 2000 05:05:39 +0000 (05:05 +0000)]
(Finternal_char_font): Search only the selected frame for a window of
the current buffer.

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

23 years ago(do_completion): Use EQ instead of != to compare
Gerd Moellmann [Fri, 18 Aug 2000 04:55:28 +0000 (04:55 +0000)]
(do_completion): Use EQ instead of != to compare
Lisp_Objects.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 Aug 2000 03:48:49 +0000 (03:48 +0000)]
*** empty log message ***

23 years ago(kbd_buffer_get_event): Handle the case that the
Gerd Moellmann [Fri, 18 Aug 2000 03:13:27 +0000 (03:13 +0000)]
(kbd_buffer_get_event): Handle the case that the
second half of a HELP_EVENT is found at the start of kbd_buffer.

23 years ago(Lisp_String): Replace DECLARE_INTERVALS with real decl.
Miles Bader [Fri, 18 Aug 2000 03:07:07 +0000 (03:07 +0000)]
(Lisp_String): Replace DECLARE_INTERVALS with real decl.

23 years agoDocument save-restriction fix.
Miles Bader [Fri, 18 Aug 2000 01:05:05 +0000 (01:05 +0000)]
Document save-restriction fix.

23 years ago(save_restriction_save): Rewrite to use markers.
Miles Bader [Fri, 18 Aug 2000 00:43:52 +0000 (00:43 +0000)]
(save_restriction_save): Rewrite to use markers.
(save_restriction_restore): Rewrite to understand new form of data
  saved by save_restriction_save.
(Fsave_restriction): Remove cautionary note in doc-string.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 17 Aug 2000 21:42:01 +0000 (21:42 +0000)]
*** empty log message ***

23 years agoSet to standard author/maintainer/keyword fields.
Gerd Moellmann [Thu, 17 Aug 2000 20:54:01 +0000 (20:54 +0000)]
Set to standard author/maintainer/keyword fields.
Fine tuning to menu map appearance and operation, and added help.
Remove `start' and `end' error messages when compiling.
(ispell-choices-win-default-height): Fixed comment string.
(ispell-dictionary-alist-1): Fixed regexp in castellano and
castellano8 dictionaries.
(ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
(ispell-dictionary-alist-4): Fixed regexp in francais-tex
dictionary, added italiano dictionary.
(ispell-skip-region-alist): Removed regexp thrashing when `-' is a
word character
(ispell-tex-skip-alists): Added psfig support.
(ispell-skip-html): Renamed from ispell-skip-sgml.
(ispell-begin-skip-region-regexp, ispell-skip-region)
(ispell-minor-check): Improved html skipping support to skip across
code, and recognize `&' commands without propper `;' syntax;
(ispell-process-line): Fix alignment error when manually
correcting spelling.
(ispell): Fix comment string.
(ispell-add-per-file-word-list): Always put word list on new line.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 17 Aug 2000 20:27:27 +0000 (20:27 +0000)]
*** empty log message ***

23 years ago(build_annotations): Add a comment explaining the
Gerd Moellmann [Thu, 17 Aug 2000 20:25:50 +0000 (20:25 +0000)]
(build_annotations): Add a comment explaining the
return value of format-annotate-function.  Replace a spurios call
to Flength with a CONSP test.  Call format-annotate-function with
a fifth arg specifying how many times the function has been called
in a row, to let it choose temporary buffers appropriately.

23 years ago(format-encode-run-method): Fix error message to say
Gerd Moellmann [Thu, 17 Aug 2000 20:24:27 +0000 (20:24 +0000)]
(format-encode-run-method): Fix error message to say
`encode' instead of `decode'.  Use save-window-excursion around
shell-command-on-region as in format-decode-run-method because
shell-command-on-region can display a buffer with error output.
(format-decode): Don't record undo information for the decoding.
(format-annotate-function): Add parameter FORMAT-COUNT.  Make
that number part of the temporary buffer name so that more than
one decoding using a temporary buffer can happen safely.

23 years ago(enriched-annotation-regexp): Use `A-Z' instead
Gerd Moellmann [Thu, 17 Aug 2000 20:24:12 +0000 (20:24 +0000)]
(enriched-annotation-regexp): Use `A-Z' instead
of `A-z' in the regexp.

23 years agoFix typos in commentary.
Gerd Moellmann [Thu, 17 Aug 2000 20:23:57 +0000 (20:23 +0000)]
Fix typos in commentary.

23 years agomargin resource
Dave Love [Thu, 17 Aug 2000 18:12:22 +0000 (18:12 +0000)]
margin resource

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 17 Aug 2000 15:38:59 +0000 (15:38 +0000)]
*** empty log message ***

23 years ago(command-line): Pop to *Messages* in case an error
Gerd Moellmann [Thu, 17 Aug 2000 15:37:07 +0000 (15:37 +0000)]
(command-line): Pop to *Messages* in case an error
is signaled while loading user-init-file.

23 years ago(view-emacs-news): Rewritten for new naming scheme
Gerd Moellmann [Thu, 17 Aug 2000 15:36:54 +0000 (15:36 +0000)]
(view-emacs-news): Rewritten for new naming scheme
for old NEWS files.

23 years agoRemove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
Dave Love [Thu, 17 Aug 2000 14:17:37 +0000 (14:17 +0000)]
Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL.  Don't
declare make_temp_name twice.

23 years agoPrototype readevalloop, load_unwind,
Dave Love [Thu, 17 Aug 2000 14:11:00 +0000 (14:11 +0000)]
Prototype readevalloop, load_unwind,
load_descriptor_unwind.
(unreadpure): Give it an arg.

23 years agoPrototype fatal_unexec, mark_x, update_dynamic_symbols. Declare
Dave Love [Thu, 17 Aug 2000 14:07:15 +0000 (14:07 +0000)]
Prototype fatal_unexec, mark_x, update_dynamic_symbols.  Declare
unexec as void.

23 years ago[HAVE_TERMCAP_H]: Include <termcap.h>.
Dave Love [Thu, 17 Aug 2000 14:04:16 +0000 (14:04 +0000)]
[HAVE_TERMCAP_H]: Include <termcap.h>.
[!HAVE_TERMCAP_H]: Prototype tputs, tgoto.

23 years ago(lisp_malloc): Declare with POINTER_TYPE.
Dave Love [Thu, 17 Aug 2000 14:01:09 +0000 (14:01 +0000)]
(lisp_malloc): Declare with POINTER_TYPE.
[SYSTEM_MALLOC]: Make decls in malloc.h conditional on
DOUG_LEA_MALLOC.

23 years agoUse #error.
Dave Love [Thu, 17 Aug 2000 13:57:01 +0000 (13:57 +0000)]
Use #error.
[POINTER_TYPE]: Use it.

23 years ago(Fdefvar): Doc fix.
Dave Love [Thu, 17 Aug 2000 13:54:16 +0000 (13:54 +0000)]
(Fdefvar): Doc fix.

23 years ago(Fget_buffer_create, Fmake_indirect_buffer): Avoid
Dave Love [Thu, 17 Aug 2000 13:51:37 +0000 (13:51 +0000)]
(Fget_buffer_create, Fmake_indirect_buffer): Avoid
INITIALIZE_INTERVAL.

23 years agoAvoid DECLARE_INTERVALS.
Dave Love [Thu, 17 Aug 2000 13:48:48 +0000 (13:48 +0000)]
Avoid DECLARE_INTERVALS.

23 years agoAdd size_t.
Dave Love [Thu, 17 Aug 2000 13:45:46 +0000 (13:45 +0000)]
Add size_t.

23 years ago(insert-directory): Don't lose original file name,
Andreas Schwab [Thu, 17 Aug 2000 12:08:26 +0000 (12:08 +0000)]
(insert-directory): Don't lose original file name,
undoing an undocumented change.

23 years ago(sql-magic-go): Use comint-bol.
Gerd Moellmann [Thu, 17 Aug 2000 11:20:50 +0000 (11:20 +0000)]
(sql-magic-go): Use comint-bol.
(sql-copy-column): Use comint-line-beginning-position.
(comint-line-beginning-position): Define a replacement for
comint-line-beginning-position if it is not fboundp.

(sql-mode-map): TAB is no longer defined in sql-mode-map;
it didn't have any effect anyway.

(sql-postgres): Jason Beegan's patch uses the parameters
--pset and pager=off instead of sending \\o|cat at the beginning
of the session.

23 years ago* .cvsignore: New file.
Werner LEMBERG [Thu, 17 Aug 2000 11:14:01 +0000 (11:14 +0000)]
* .cvsignore: New file.

23 years agoAdd compatibility definition of comint-line-beginning-position.
Miles Bader [Thu, 17 Aug 2000 06:25:11 +0000 (06:25 +0000)]
Add compatibility definition of comint-line-beginning-position.

23 years ago(set_clipboard_data): If there's not enough memory
Eli Zaretskii [Thu, 17 Aug 2000 06:11:09 +0000 (06:11 +0000)]
(set_clipboard_data): If there's not enough memory
to put text into clipboard, return 1, as Fw16_set_clipboard_data
expects.  In case of other failures, return 3.
(system_error_msg): New error message.
(Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
system_error_msg.

23 years ago(normal-top-level): Look in each dir in load-path for a leim-list.el
Kenichi Handa [Thu, 17 Aug 2000 01:08:11 +0000 (01:08 +0000)]
(normal-top-level): Look in each dir in load-path for a leim-list.el
file too.  This assures of loading leim-list.el that is created at
Emacs installation time even if a user have his own leim-list.el.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 17 Aug 2000 01:07:41 +0000 (01:07 +0000)]
*** empty log message ***

23 years ago(hi-yellow, hi-pink, hi-green, hi-blue): Force the foreground color to
Miles Bader [Thu, 17 Aug 2000 00:51:39 +0000 (00:51 +0000)]
(hi-yellow, hi-pink, hi-green, hi-blue): Force the foreground color to
  black if the default background is dark.

23 years agoreplace-rectangle
Dave Love [Wed, 16 Aug 2000 22:46:16 +0000 (22:46 +0000)]
replace-rectangle

23 years ago*** empty log message ***
Dave Love [Wed, 16 Aug 2000 21:56:59 +0000 (21:56 +0000)]
*** empty log message ***

23 years ago(bs-mode-font-lock-keywords): Avoid testing for XEmacs.
Dave Love [Wed, 16 Aug 2000 21:42:10 +0000 (21:42 +0000)]
(bs-mode-font-lock-keywords): Avoid testing for XEmacs.

23 years ago(windmove) <defgroup>: Add :version.
Dave Love [Wed, 16 Aug 2000 21:31:32 +0000 (21:31 +0000)]
(windmove) <defgroup>: Add :version.

23 years agoDon't require browse-url. Require thingatpt.
Dave Love [Wed, 16 Aug 2000 21:28:35 +0000 (21:28 +0000)]
Don't require browse-url.  Require thingatpt.
(goto-address-fontify-p, goto-address-highlight-p)
(goto-address-url-face, goto-address-url-mouse-face)
(goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
(goto-address-url-regexp): Use thing-at-point-url-regexp.
(goto-address-fontify, goto-address-at-mouse): Simplify,
(goto-address-at-point): browse-url-url-at-point,
goto-address-find-address-at-point can return nil.
(goto-address-find-address-at-point): Return nil on failure.

23 years ago(align) <defgroup>: Add :version.
Dave Love [Wed, 16 Aug 2000 21:26:01 +0000 (21:26 +0000)]
(align) <defgroup>: Add :version.

23 years ago(calculator): Add :version.
Dave Love [Wed, 16 Aug 2000 21:24:00 +0000 (21:24 +0000)]
(calculator): Add :version.
(calculator): Use two lines for calculator window if `modeline'
face is boxed.

23 years agoDon't quote lambda.
Stefan Monnier [Wed, 16 Aug 2000 21:05:37 +0000 (21:05 +0000)]
Don't quote lambda.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 16 Aug 2000 21:03:36 +0000 (21:03 +0000)]
*** empty log message ***

23 years ago(Edit-options-{set,toggle,t,nil}): Don't quote lambda.
Stefan Monnier [Wed, 16 Aug 2000 20:54:44 +0000 (20:54 +0000)]
(Edit-options-{set,toggle,t,nil}): Don't quote lambda.

23 years ago(unload-feature): Typo.
Stefan Monnier [Wed, 16 Aug 2000 20:51:48 +0000 (20:51 +0000)]
(unload-feature): Typo.

23 years ago(custom-make-dependencies): Quote open-paren in string.
Stefan Monnier [Wed, 16 Aug 2000 20:50:19 +0000 (20:50 +0000)]
(custom-make-dependencies): Quote open-paren in string.

23 years agoAdd local-variable settings to the generated file.
Stefan Monnier [Wed, 16 Aug 2000 20:49:45 +0000 (20:49 +0000)]
Add local-variable settings to the generated file.

23 years ago(mh-make-local-vars):
Stefan Monnier [Wed, 16 Aug 2000 20:38:40 +0000 (20:38 +0000)]
(mh-make-local-vars):
Replace make-variable-buffer-local with make-local-variable.

23 years ago(outline-minor-mode): Don't quote lambda.
Stefan Monnier [Wed, 16 Aug 2000 20:34:25 +0000 (20:34 +0000)]
(outline-minor-mode): Don't quote lambda.

23 years ago(bg-mouse-report): screen-height -> frame-height.
Stefan Monnier [Wed, 16 Aug 2000 20:29:14 +0000 (20:29 +0000)]
(bg-mouse-report): screen-height -> frame-height.

23 years ago* emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
Stefan Monnier [Wed, 16 Aug 2000 20:27:39 +0000 (20:27 +0000)]
* emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.

23 years ago(grep): Provide a default set of files.
Stefan Monnier [Wed, 16 Aug 2000 20:20:43 +0000 (20:20 +0000)]
(grep): Provide a default set of files.
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).

23 years agoTypo.
Stefan Monnier [Wed, 16 Aug 2000 20:17:39 +0000 (20:17 +0000)]
Typo.

23 years ago(define-minor-mode): Use `symbol-value' to keep the byte-compiler quiet.
Stefan Monnier [Wed, 16 Aug 2000 20:16:33 +0000 (20:16 +0000)]
(define-minor-mode): Use `symbol-value' to keep the byte-compiler quiet.

23 years agomainly indexing
Dave Love [Wed, 16 Aug 2000 19:57:31 +0000 (19:57 +0000)]
mainly indexing

23 years agodired-x tweaks
Dave Love [Wed, 16 Aug 2000 19:56:30 +0000 (19:56 +0000)]
dired-x tweaks

23 years ago(diff-mode-map): Bind diff-apply-hunk.
Stefan Monnier [Wed, 16 Aug 2000 19:56:10 +0000 (19:56 +0000)]
(diff-mode-map): Bind diff-apply-hunk.
(diff-find-source-location): New fun, extracted from diff-goto-source.
(diff-goto-source): Use it.
(diff-next-complex-hunk, diff-filter-lines): New function.
(diff-apply-hunk): New command.

23 years agoC-Mouse-3.
Dave Love [Wed, 16 Aug 2000 19:55:48 +0000 (19:55 +0000)]
C-Mouse-3.
msb-mode
indexing.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 Aug 2000 19:55:18 +0000 (19:55 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 16 Aug 2000 19:53:17 +0000 (19:53 +0000)]
*** empty log message ***

23 years ago(Buffer Convenience): New.
Dave Love [Wed, 16 Aug 2000 19:52:35 +0000 (19:52 +0000)]
(Buffer Convenience): New.

23 years ago(smerge-mode-menu): Doc fix.
Stefan Monnier [Wed, 16 Aug 2000 19:51:55 +0000 (19:51 +0000)]
(smerge-mode-menu): Doc fix.

23 years agoiso-cvt, tildify, bibtex-mode
Dave Love [Wed, 16 Aug 2000 19:50:21 +0000 (19:50 +0000)]
iso-cvt, tildify, bibtex-mode

23 years ago(Mode Line): xref Mode Line Mouse
Dave Love [Wed, 16 Aug 2000 19:48:56 +0000 (19:48 +0000)]
(Mode Line): xref Mode Line Mouse

23 years agodelete-selection-mode
Dave Love [Wed, 16 Aug 2000 19:45:30 +0000 (19:45 +0000)]
delete-selection-mode

23 years ago(msb-mode): Define it in terms of define-minor-mode.
Stefan Monnier [Wed, 16 Aug 2000 19:40:41 +0000 (19:40 +0000)]
(msb-mode): Define it in terms of define-minor-mode.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 Aug 2000 19:37:26 +0000 (19:37 +0000)]
*** empty log message ***

23 years agozone
Dave Love [Wed, 16 Aug 2000 19:25:25 +0000 (19:25 +0000)]
zone

23 years ago(Environment): setenv.
Dave Love [Wed, 16 Aug 2000 19:20:14 +0000 (19:20 +0000)]
(Environment): setenv.
(Resources X): lineSpacing, privateColormap, screenGamma, synchronous,
visualClass.

23 years ago(fortune) <defgroup>: Add :version.
Dave Love [Wed, 16 Aug 2000 19:10:48 +0000 (19:10 +0000)]
(fortune) <defgroup>: Add :version.
(fortune-append): Fix error message.
(fortune-from-region): Doc fix.

23 years ago(pong): Doc fix.
Dave Love [Wed, 16 Aug 2000 19:07:04 +0000 (19:07 +0000)]
(pong): Doc fix.

23 years agoAdd `extensions' to keywords, since it's internal.
Dave Love [Wed, 16 Aug 2000 19:05:59 +0000 (19:05 +0000)]
Add `extensions' to keywords, since it's internal.

23 years agoFix commentary section.
Dave Love [Wed, 16 Aug 2000 19:03:53 +0000 (19:03 +0000)]
Fix commentary section.

23 years ago(Emacs Server): emacs.bash
Dave Love [Wed, 16 Aug 2000 19:01:51 +0000 (19:01 +0000)]
(Emacs Server): emacs.bash
(Emulation): crisp, pc-bindings, pc-selection tweaks.
(Hyperlinking): Redo into subsections, &c.
(Amusements): Decipher, morse, pong, studlify

23 years agoemdash in title
Dave Love [Wed, 16 Aug 2000 18:54:37 +0000 (18:54 +0000)]
emdash in title

23 years ago(desktop-save): Don't look at symbol-value of a
Eli Zaretskii [Wed, 16 Aug 2000 18:19:47 +0000 (18:19 +0000)]
(desktop-save): Don't look at symbol-value of a
member of minor-mode-alist, unless it is boundp.

23 years ago(ccl-program-p): Fix doc string.
Dave Love [Wed, 16 Aug 2000 15:17:24 +0000 (15:17 +0000)]
(ccl-program-p): Fix doc string.

23 years ago* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold [Wed, 16 Aug 2000 14:33:21 +0000 (14:33 +0000)]
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
`while'; use `with-current-buffer' instead of `save-excursion'.
Removed unnecessary kludges now that "*Buffer List*" is excluded.

23 years agoDocument the new change-log-redate command.
Eli Zaretskii [Wed, 16 Aug 2000 12:47:20 +0000 (12:47 +0000)]
Document the new change-log-redate command.

23 years ago(write_glyphs): Also turn off inverse video after turning
Gerd Moellmann [Wed, 16 Aug 2000 12:14:15 +0000 (12:14 +0000)]
(write_glyphs): Also turn off inverse video after turning
off other appearances in case TS_exit_attribute_mode is not equal
to TS_end_standout_mode.
(insert_glyphs): Turn inverse video on/off for each run of glyphs
with the same face.
(turn_off_face): Reset standout_mode only if
TS_exit_attribute_mode has been output and TS_exit_attribute_mode
is equal to TS_end_standout_mode.

23 years ago(encode_coding): Fix the bug of not flushing ISO escape sequence at
Kenichi Handa [Wed, 16 Aug 2000 11:19:34 +0000 (11:19 +0000)]
(encode_coding): Fix the bug of not flushing ISO escape sequence at
the end of the source block.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 11:17:37 +0000 (11:17 +0000)]
*** empty log message ***

23 years ago(declare-ccl-program): Docstring modified.
Kenichi Handa [Wed, 16 Aug 2000 10:57:57 +0000 (10:57 +0000)]
(declare-ccl-program): Docstring modified.
(ccl-execute-with-args): Likewise.

23 years ago(Fccl_program_p): Docstring modified.
Kenichi Handa [Wed, 16 Aug 2000 10:49:31 +0000 (10:49 +0000)]
(Fccl_program_p): Docstring modified.
(Fccl_execute): Likewise.
(Fccl_execute_on_string): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 10:48:41 +0000 (10:48 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 16 Aug 2000 09:23:20 +0000 (09:23 +0000)]
*** empty log message ***

23 years ago(IT_write_glyphs): Convert cbp to unsigned char *.
Eli Zaretskii [Wed, 16 Aug 2000 05:22:00 +0000 (05:22 +0000)]
(IT_write_glyphs): Convert cbp to unsigned char *.

23 years agoAdd compatibility definition of comint-line-beginning-position.
Miles Bader [Wed, 16 Aug 2000 02:34:28 +0000 (02:34 +0000)]
Add compatibility definition of comint-line-beginning-position.

23 years ago(write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:49 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.

23 years ago(write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:32 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.
(insert_glyphs): Likewise.

23 years ago(IT_write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:04 +0000 (01:38 +0000)]
(IT_write_glyphs): Use a locally declared conversion_buffer.

23 years ago(main): Don't call init_coding.
Kenichi Handa [Wed, 16 Aug 2000 01:37:39 +0000 (01:37 +0000)]
(main): Don't call init_coding.

23 years ago(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
Kenichi Handa [Wed, 16 Aug 2000 01:37:20 +0000 (01:37 +0000)]
(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
(conversion_buffer, conversion_buffer_size): Variables deleted.
(get_conversion_buffer): Function deleted.
(struct conversion_buffer): New structure.
(MAX_ALLOCA): New macro.
(allocate_conversion_buffer): New macro.
(extend_conversion_buffer, free_conversion_buffer): New functions.
(ccl_coding_driver): Set coding->result.
(decode_coding): Set coding->result to CODING_FINISH_NORMAL if
this is the last block of source.
(encode_coding): Likewise.  Handle the source block as the last
one only when the whole source text is consumed.
(decode_coding_string): Handle the case that the output buffer is
too small to decode the whole source text.  Use
allocate_conversion_buffer, extend_conversion_buffer and
free_conversion_buffer, not get_conversion_buffer.
(encode_coding_string): Likewise.
(init_coding): Function deleted.
(init_coding_once): Delete code to initialize
conversion_buffer_size.

23 years ago(conversion_buffer_size, conversion_buffer)
Kenichi Handa [Wed, 16 Aug 2000 01:36:53 +0000 (01:36 +0000)]
(conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.

23 years ago(CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
Kenichi Handa [Wed, 16 Aug 2000 01:36:35 +0000 (01:36 +0000)]
(CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
to avoid buffer overflow in the later call of string_as_multibyte