- 26 Feb, 1997 20 commits
-
-
Kenichi Handa authored
rmail-mime-feature): New variables to control MIME feature. (rmail-file-coding-system): Initial value is nil. (rmail, rmail-convert-file, rmail-insert-inbox-text): Check rmail-enable-mime. Read a file without any code conversion. (rmail-variables): Setup local variables rmail-buffer and rmail-view-buffer. (rmail-decode-babyl-format, rmail-convert-babyl-format): Perform code conversion of RMAIL file if rmail-enable-mime is nil. (rmail-show-message): Make sure to be in rmail-buffer. If rmail-enable-mime is t, call appropriate function to decode MIME format. (rmail-mail, rmail-reply): Call rmail-start-mail with argument rmail-view-buffer.
-
Kenichi Handa authored
-
Kenichi Handa authored
Remove prefix "coding-system-" from coding system symbol names. Change coding system names iso-2022-int to iso-2022-int-1, iso-2022-int-2 to iso-2022-cjk.
-
Kenichi Handa authored
(set-language-info): Typo fixed in docstring. (read-language-name): Use assoc-ignore-case to allow lose matching. (read-language-and-input-method-name): Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
Change coding system name shift-jis to shift_jis.
-
Kenichi Handa authored
-
Kenichi Handa authored
Remove prefix "coding-system-" from coding system symbol names.
-
Kenichi Handa authored
Remove prefix "coding-system-" from coding system symbol names.
-
Kenichi Handa authored
Remove prefix "coding-system-" from coding system symbol names.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(gnus-mule-initialize): Setup gnus-summary-generate-hook. Remove prefix "coding-system-" from coding system symbol names.
-
Kenichi Handa authored
(encoded-kbd-select-terminal): New function.
-
Kenichi Handa authored
-
Kenichi Handa authored
Add a section for Lao.
-
Kenichi Handa authored
instead of coding-system-for-read to 'no-conversion to disbale code convertion by write-region.
-
Kenichi Handa authored
forward-char/backward-char to pay attention to multibyte characters..
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 24 Feb, 1997 1 commit
-
-
Boris Goldowsky authored
Change put-text-property with constant args to add-text-properties for efficiency. Suggested by Stavros Macrakis <s.macrakis@opengroup.org>
-
- 23 Feb, 1997 9 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
declarations. (popmail, pop_retr): Since popmail always passes mbx_write and mbf into pop_retr, there's no reason to pass in mbx_write, and the file argument can be declared FILE * explicitly. This fixes a compilation problem on systems with 64-bit pointers.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
before doing the eval. Handle (interactive ...) form specially.
-
Karl Heuer authored
match "RE:" as well as "Re:".
-
Miles Bader authored
New macros, to make hurd systems use the NeXT code for getting load averages.
-
- 22 Feb, 1997 6 commits
-
-
Karl Heuer authored
Fix a bug of miscalculation of `size_in_chars' of a bool vector. (Fset_char_table_range): When range is vector, make the original char table deeper if necessary.
-
Karl Heuer authored
(READ_BUF_SIZE): New macro. (Finsert_file_contents): Refer to a coding system in the docstring. Perform character code conversion of a text read in. (Fwrite_region): Refer to a coding system in the docstring. Setup a coding system for character code conversion. Pass a new arg `pre_write_conversion' (Lisp function) to build_annotations. Pass a new arg `coding' to a_write. (build_annotations): Handle the new arg. (a_write): Handle the new arg `coding' by passing it to e_write. (WRITE_BUF_SIZE): New macro. (e_write): Perform character code conversion of a text to write out according to the new arg `coding'.
-
Karl Heuer authored
-
Karl Heuer authored
by Mule.
-
Karl Heuer authored
-
Karl Heuer authored
(mode-line-format): Include it.
-
- 21 Feb, 1997 3 commits
-
-
Simon Marshall authored
-
Simon Marshall authored
-
Simon Marshall authored
2. Commented out menu code.
-
- 20 Feb, 1997 1 commit
-
-
Eli Zaretskii authored
exit message function in a way that works when async processes aren't supported. (grep): Use `grep-process-setup'.
-