summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* `ospeed' should be short if not HAVE_TERMIIO_H.Kenichi Handa1997-02-271-1/+1
|
* (try_window_id): Display blank lines from the nextKenichi Handa1997-02-271-5/+12
| | | | | | | | | | line, when xp.bufpos == ZV. (This bug is introduced by changes of Mule). Compare height against xp.vpos instead of xp.bufpos. (display_mode_line): Avoid error while compiling with --with-x=no. (display_text_line): Correct displaying multi-column binary data.
* (syms_of_xfns): Documentation ofKenichi Handa1997-02-271-1/+1
| | | | x-pixel-size-width-font-regexp modified.
* (lisp_data_to_selection_data, selection_data_to_lisp_data):Kenichi Handa1997-02-271-2/+2
| | | | Remove prefix "coding-system-" from coding system symbol names.
* (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.Kenichi Handa1997-02-271-2/+3
|
* (dumpglyphs): Pay attention to characters registered inKenichi Handa1997-02-271-8/+30
| | | | | | | use-default-ascent. Fill background in advance if font has non-zero _MULE_BASELINE_OFFSET property. (x_load_font, x_term_init): Handle font property _MULE_DEFAULT_ASCENT.
* (skip_chars): If enable-multibyte-characters is nil,Kenichi Handa1997-02-271-69/+101
| | | | don't handle multibyte characters.
* (vc-log-mode): New optional arg FILE. Set vc-log-file here.Karl Heuer1997-02-271-4/+4
| | | | | (vc-start-entry): Not here. (vc-finish-logentry): Run vc-finish-logentry-hook.
* (lisp, shortlisp): Add lao.elc.Kenichi Handa1997-02-271-0/+2
|
* (menu-bar-tools-menu): Fix typo in Send Mail item.Karl Heuer1997-02-271-1/+1
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-269-70/+65
|
* (sendmail-coding-system): Add autoload cookie.Kenichi Handa1997-02-261-1/+2
| | | | Default value is nil.
* (rmail-new-summary): Setup rmail-view-buffer.Kenichi Handa1997-02-261-8/+20
| | | | | | | | | | (rmail-summary-line-decoder): New variable. (rmail-make-summary-line-1): Use a function set in rmail-summary-line-decoder. (rmail-summary-next-msg): Display rmail-view-buffer. (rmail-summary-mode): Make rmail-view-buffer buffer local. (rmail-summary-rmail-update, rmail-summary-scroll-msg-up): Use rmail-view-buffer instead of rmail-buffer.
* Add quail-mode to default value ofKenichi Handa1997-02-261-8/+16
| | | | | minor-mode-map-alist if it is set to local variable. (quail-show-kbd-layout): Bug fixed for keys not translated.
* (make-coding-system): For ISO-2022 type conding systems,Kenichi Handa1997-02-261-15/+33
| | | | | | | | new flags INIT-BOL DESIGNATION-BOL are added. (make-coding-system): Set charset (symbol) instead of charset-id (integer) in FLAGS of ISO-2022 type coding systems. Initialize a global variable use-default-ascent. (define-coding-system-alias): Coding style changed.
* (rmail-view-buffer, rmail-enable-mime, rmail-show-mime-function,Kenichi Handa1997-02-261-32/+89
| | | | | | | | | | | | | | | 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.
* (truncate-string-to-width): Argument PADDING can be a padding character.Kenichi Handa1997-02-261-3/+3
|
* Add INIT-BOL to coding system iso-2022-cjk.Kenichi Handa1997-02-261-16/+17
| | | | | | 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.
* (mule-keymap): Re-arranged.Kenichi Handa1997-02-261-27/+49
| | | | | | (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.
* Load "language/lao".Kenichi Handa1997-02-261-0/+2
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-21/+24
| | | | Change coding system name shift-jis to shift_jis.
* Fix handling of several characters.Kenichi Handa1997-02-261-89/+128
|
* Fix handling of several characters.Kenichi Handa1997-02-261-20/+27
| | | | Remove prefix "coding-system-" from coding system symbol names.
* Change coding system name koi8 to koi8-r.Kenichi Handa1997-02-261-7/+147
| | | | Remove prefix "coding-system-" from coding system symbol names.
* Add INIT-BOL to coding system iso-2022-cn.Kenichi Handa1997-02-261-36/+55
| | | | Remove prefix "coding-system-" from coding system symbol names.
* Initial revisionKenichi Handa1997-02-262-0/+195
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-1/+1
|
* (gnus-mule-decode-summary): The function implemented correctly.Kenichi Handa1997-02-261-11/+19
| | | | | (gnus-mule-initialize): Setup gnus-summary-generate-hook. Remove prefix "coding-system-" from coding system symbol names.
* Many changes to cope with the above change.Kenichi Handa1997-02-261-32/+44
| | | | (encoded-kbd-select-terminal): New function.
* (dired-find-file): Allow specifying coding system interactively.Kenichi Handa1997-02-261-3/+3
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-261-2/+39
| | | | Add a section for Lao.
* (byte-compile-file): Bind coding-system-for-writeKenichi Handa1997-02-261-2/+2
| | | | | instead of coding-system-for-read to 'no-conversion to disbale code convertion by write-region.
* (bookmark-jump-noselect): Use goto-char instead ofKenichi Handa1997-02-261-2/+2
| | | | | forward-char/backward-char to pay attention to multibyte characters..
* Greek fixed, Lao addedKenichi Handa1997-02-261-1/+2
|
* Initial revisionKenichi Handa1997-02-261-0/+43
|
* Change put-text-property with constant args to add-text-properties for ↵Boris Goldowsky1997-02-241-3/+3
| | | | efficiency. Suggested by Stavros Macrakis <s.macrakis@opengroup.org>
* Fix previous change.Karl Heuer1997-02-231-4/+15
|
* Fix FSF address in comment.Karl Heuer1997-02-2345-170/+221
|
* Initial revisionKarl Heuer1997-02-231-0/+309
|
* (popmail): Remove some unnecessary functionKarl Heuer1997-02-231-6/+5
| | | | | | | | 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.
* (sh-mode-hook, sh-set-shell-hook): Add defvars.Karl Heuer1997-02-231-0/+6
|
* Don't put "Avoid" in the mode line.Karl Heuer1997-02-231-3/+5
|
* (eval-last-sexp): Allow let-bindings to terminateKarl Heuer1997-02-231-5/+19
| | | | | before doing the eval. Handle (interactive ...) form specially.
* (rmail-next-same-subject, rmail-reply): Ignore case, toKarl Heuer1997-02-231-2/+4
| | | | match "RE:" as well as "Re:".
* [__GNU__] (NeXT, host_self):Miles Bader1997-02-231-1/+7
| | | | New macros, to make hurd systems use the NeXT code for getting load averages.
* (Fcopy_sequence, concat, internal_equal, Ffillarray):Karl Heuer1997-02-221-5/+14
| | | | | | 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.
* Include charset.h and coding.h.Karl Heuer1997-02-221-54/+234
| | | | | | | | | | | | | | | | (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'.
* (init_eval_once): Increase max_lisp_eval_depth to 300.Karl Heuer1997-02-221-1/+1
|
* (main): Call several initialization function introducedKarl Heuer1997-02-221-0/+8
| | | | by Mule.
* Change FETCH_CHAR references to FETCH_BYTE.Karl Heuer1997-02-222-4/+4
|