bpt/emacs.git
27 years ago(comint-delchar-or-maybe-eof): Check for null proc.
Karl Heuer [Mon, 31 Mar 1997 22:25:27 +0000 (22:25 +0000)]
(comint-delchar-or-maybe-eof): Check for null proc.

27 years ago(rmail-output-to-rmail-file):
Richard M. Stallman [Sun, 30 Mar 1997 22:23:58 +0000 (22:23 +0000)]
(rmail-output-to-rmail-file):
Use find-buffer-visiting instead of get-file-buffer.

27 years ago(rmail-output-body): New command.
Richard M. Stallman [Sun, 30 Mar 1997 22:22:32 +0000 (22:22 +0000)]
(rmail-output-body): New command.

27 years ago(icon-mode-map): Added menus.
Richard M. Stallman [Sun, 30 Mar 1997 21:50:02 +0000 (21:50 +0000)]
(icon-mode-map): Added menus.
(icon-imenu-generic-expression): New variable to be used for imenu.
(icon-mode): Added font-lock, imenu and hideshow support.
(icon-font-lock-keywords-1, icon-font-lock-keywords-2):
New constants for different level of font-lock fontification.
(icon-font-lock-keywords): New variable.  Default expression to be
assigned to font-lock-keywords in `icon-mode'.
(icon-forward-sexp-function): New function used as `forward-sexp' by hideshow.

27 years agoAdded mouse-selection feature for bookmark list buffer.
Richard M. Stallman [Sun, 30 Mar 1997 21:38:43 +0000 (21:38 +0000)]
Added mouse-selection feature for bookmark list buffer.
(bookmark-bmenu-other-window-with-mouse): New function.
(bookmark-bmenu-mode-map): Bind mouse-2.
(bookmark-bmenu-list, bookmark-insert-location,
bookmark-bmenu-hide-filenames): Put text property on bookmarks.
(bookmark-bmenu-show-filenames): Remove text property from
white spaces generated by `move-to-column'.
(bookmark-bmenu-bookmark): Use `buffer-substring-no-properties'
instead of `buffer-substring'.

27 years ago(Faccessible_keymaps): When metizing, convert a
Richard M. Stallman [Sun, 30 Mar 1997 19:58:28 +0000 (19:58 +0000)]
(Faccessible_keymaps): When metizing, convert a
string to a vector.  But don't metize a character that is part of PREFIX.

27 years ago(dabbrev--substitute-expansion):
Richard M. Stallman [Sun, 30 Mar 1997 19:06:27 +0000 (19:06 +0000)]
(dabbrev--substitute-expansion):
Change criterion for copying expansion's case pattern.
Do this now if expansion case varies after the first char.

27 years ago(debug): Use save-excursion inside the binding of buffer-read-only.
Richard M. Stallman [Sun, 30 Mar 1997 07:05:14 +0000 (07:05 +0000)]
(debug): Use save-excursion inside the binding of buffer-read-only.

27 years agoMinor doc fix.
Richard M. Stallman [Sun, 30 Mar 1997 05:28:43 +0000 (05:28 +0000)]
Minor doc fix.

27 years ago(sh-set-shell): If file has no #! line,
Richard M. Stallman [Sun, 30 Mar 1997 02:10:40 +0000 (02:10 +0000)]
(sh-set-shell): If file has no #! line,
set the syntax table based on the default shell.

27 years ago(hs-show-all, hs-safety-is-job-n): Fix messages.
Richard M. Stallman [Sat, 29 Mar 1997 08:51:22 +0000 (08:51 +0000)]
(hs-show-all, hs-safety-is-job-n): Fix messages.

Changed to use overlays for hiding instead of selective display.
Commented out the support for XEmacs because it doesn't support overlays.
(hs-special-modes-alist): Added support for java-mode.
(hs-minor-mode-hook): New variable.
(hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func)
(hs-block-start-regexp, hs-block-end-regexp)
(hs-find-block-beginning): Doc string fixes.
(hs-hide-comments-when-hiding-all): New variable.
(hs-safety-is-job-n, hs-minor-mode, hs-flag-region):
Use overlays for hiding.
(hs-inside-single-line-comment-p, hs-discard-overlays)
(hs-already-hidden-p): New internal functions.
(hs-hide-block-at-point, hs-hide-initial-comment-block)
(java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions.
(hs-inside-comment-p, hs-hide-block)
(hs-show-block): Added support for single line comments.
(hs-hide-all): Added support for hiding comments.

27 years ago(make-auto-save-file-name): Replace both / and \
Richard M. Stallman [Sat, 29 Mar 1997 04:21:32 +0000 (04:21 +0000)]
(make-auto-save-file-name): Replace both / and \
with sequences starting with %.

27 years agoMinor change.
Richard M. Stallman [Sat, 29 Mar 1997 03:08:50 +0000 (03:08 +0000)]
Minor change.

27 years ago(make-auto-save-file-name): Replace both / and \
Richard M. Stallman [Sat, 29 Mar 1997 00:32:54 +0000 (00:32 +0000)]
(make-auto-save-file-name): Replace both / and \
with sequences starting with %.

27 years ago(with-electric-help): Remove hook on exit.
Richard M. Stallman [Fri, 28 Mar 1997 22:58:58 +0000 (22:58 +0000)]
(with-electric-help): Remove hook on exit.
(electric-help-exit): Add doc string.  Remove hook before exit.

27 years ago(set-variable): Use user-variable-p. Clean up.
Erik Naggum [Fri, 28 Mar 1997 02:33:07 +0000 (02:33 +0000)]
(set-variable): Use user-variable-p.  Clean up.

27 years ago(eldoc-idle-delay): Make defvar, not defconst.
Noah Friedman [Thu, 27 Mar 1997 10:44:56 +0000 (10:44 +0000)]
(eldoc-idle-delay): Make defvar, not defconst.
(eldoc-minor-mode-string): Make defvar, not defconst.
(eldoc-argument-case): Make defvar, not defconst.

27 years agoAdd copyright notice and distribution terms.
Richard M. Stallman [Thu, 27 Mar 1997 00:47:31 +0000 (00:47 +0000)]
Add copyright notice and distribution terms.

27 years ago(set-variable): Take default from `variable-at-point'.
Richard M. Stallman [Thu, 27 Mar 1997 00:25:39 +0000 (00:25 +0000)]
(set-variable): Take default from `variable-at-point'.

27 years ago(uncompress-while-visiting): Handle .tgz files.
Richard M. Stallman [Wed, 26 Mar 1997 07:36:48 +0000 (07:36 +0000)]
(uncompress-while-visiting): Handle .tgz files.

27 years ago(outline-discard-overlays): Fix the case
Richard M. Stallman [Wed, 26 Mar 1997 07:30:26 +0000 (07:30 +0000)]
(outline-discard-overlays): Fix the case
where an overlay extends on both sides of the region.
(outline-mark-subtree): New function.
(outline-mode-prefix-map): Put outline-mark-subtree on C-c @.

27 years ago(outline-discard-overlays): Fix the case
Richard M. Stallman [Wed, 26 Mar 1997 06:05:58 +0000 (06:05 +0000)]
(outline-discard-overlays): Fix the case
where an overlay extends on both sides of the region.

27 years ago(Fopen_network_stream): Use same socket for in and out.
Richard M. Stallman [Tue, 25 Mar 1997 03:52:53 +0000 (03:52 +0000)]
(Fopen_network_stream): Use same socket for in and out.

27 years agoInitial revision
Richard M. Stallman [Tue, 25 Mar 1997 03:49:38 +0000 (03:49 +0000)]
Initial revision

27 years ago(auto-mode-alist): Add .com element.
Richard M. Stallman [Tue, 25 Mar 1997 03:49:26 +0000 (03:49 +0000)]
(auto-mode-alist): Add .com element.

27 years ago(function-key-map): Define iso-lefttab.
Richard M. Stallman [Tue, 25 Mar 1997 02:34:42 +0000 (02:34 +0000)]
(function-key-map): Define iso-lefttab.

27 years ago(mh-find-progs): When looking for mh-lib, construct
Richard M. Stallman [Tue, 25 Mar 1997 02:22:04 +0000 (02:22 +0000)]
(mh-find-progs): When looking for mh-lib, construct
likely paths based on mh-progs rather than using a static list.

27 years ago(grep-program): New variable.
Richard M. Stallman [Mon, 24 Mar 1997 23:59:44 +0000 (23:59 +0000)]
(grep-program): New variable.
(grep-command): Use it, and test whether it supports the -e
option; fix doc string (last command is stored in history variable).
(grep-null-device): Declare before grep-program and grep-command.
(grep-find-use-xargs, grep-find-command, grep-find-history):
New variables.
(grep-find): New command.
(grep): Only concatenate grep-null-device to COMMAND when it's
not nil (to support grep-find).

27 years ago(m32r,mn10300): Add.
Doug Evans [Mon, 24 Mar 1997 20:38:28 +0000 (20:38 +0000)]
(m32r,mn10300): Add.

27 years ago(makefile-backslash-align): New variable.
Richard M. Stallman [Mon, 24 Mar 1997 05:30:10 +0000 (05:30 +0000)]
(makefile-backslash-align): New variable.
(makefile-backslash-region): Re-imported from cc-mode; modified to
handle makefile-backslash-align.
(makefile-append-backslash, makefile-delete-backslash):
Re-imported from cc-mode.
(makefile-backslashify-current-line): Function deleted.
(makefile-fill-paragraph): New function.
(makefile-mode-map): Bind C-c C-c to comment-region.
(makefile-mode): Set fill-paragraph to makefile-fill-paragraph.

27 years ago(set-screen-height): Doc fix.
Richard M. Stallman [Mon, 24 Mar 1997 05:25:14 +0000 (05:25 +0000)]
(set-screen-height): Doc fix.

27 years ago(Fbury_buffer): add missing semi
Erik Naggum [Sun, 23 Mar 1997 22:37:52 +0000 (22:37 +0000)]
(Fbury_buffer): add missing semi

27 years ago(rmail-forward): Don't do dash-quoting on the signature.
Richard M. Stallman [Sun, 23 Mar 1997 20:51:53 +0000 (20:51 +0000)]
(rmail-forward): Don't do dash-quoting on the signature.

27 years ago(command-line-1): Initialize *scratch* with
Richard M. Stallman [Sun, 23 Mar 1997 20:51:17 +0000 (20:51 +0000)]
(command-line-1): Initialize *scratch* with
text saying not to use it for creating a file.

27 years ago(frames_bury_buffer): New function.
Richard M. Stallman [Sun, 23 Mar 1997 20:49:24 +0000 (20:49 +0000)]
(frames_bury_buffer): New function.

27 years ago(Fbury_buffer): Call frames_bury_buffer.
Richard M. Stallman [Sun, 23 Mar 1997 20:48:31 +0000 (20:48 +0000)]
(Fbury_buffer): Call frames_bury_buffer.

27 years ago(initialize_fullname): Set NIS_PATH to the empty string before invoking
Paul Eggert [Sun, 23 Mar 1997 18:46:03 +0000 (18:46 +0000)]
(initialize_fullname): Set NIS_PATH to the empty string before invoking
nismatch, in case it's set to some nonstandard value.

27 years ago(XTread_socket): Accept XK_ISO_* keys.
Richard M. Stallman [Sat, 22 Mar 1997 23:59:53 +0000 (23:59 +0000)]
(XTread_socket): Accept XK_ISO_* keys.

27 years ago(make_lispy_event): Use iso_lispy_function_keys for
Richard M. Stallman [Sat, 22 Mar 1997 23:58:58 +0000 (23:58 +0000)]
(make_lispy_event): Use iso_lispy_function_keys for
XK_ISO_* keys found in XFree86.
(ISO_FUNCTION_KEY_OFFSET): New macro.
(iso_lispy_function_keys): New table.

27 years agoUpdate copyright year.
Richard M. Stallman [Sat, 22 Mar 1997 23:46:26 +0000 (23:46 +0000)]
Update copyright year.

27 years ago(imenu-scanning-message): Support for bigger numbers.
Richard M. Stallman [Sat, 22 Mar 1997 23:42:48 +0000 (23:42 +0000)]
(imenu-scanning-message): Support for bigger numbers.
(imenu--generic-function): Fixed probably a typo: named appeared
twice in an item. Put function after name and beg in a special
item because a normal item has name and beg (for orthogonality).
(imenu-add-to-menubar): First test to see if the mode supports imenu.
(imenu--menubar-select): Use the defined variable imenu-rescan-item.

(imenu-default-goto-function): New subroutine, broken out of `imenu'.
(imenu-default-goto-function): New variable.
(imenu): Made it use the above function, via that variable.

27 years agoExplain which tasks are better, generally.
Richard M. Stallman [Sat, 22 Mar 1997 07:36:21 +0000 (07:36 +0000)]
Explain which tasks are better, generally.

27 years ago(XTread_socket): Handle ISO_Left_Tab.
Richard M. Stallman [Sat, 22 Mar 1997 04:21:00 +0000 (04:21 +0000)]
(XTread_socket): Handle ISO_Left_Tab.

27 years ago(Fset_window_buffer): Increment display_count if it is an integer.
Richard M. Stallman [Sat, 22 Mar 1997 04:18:04 +0000 (04:18 +0000)]
(Fset_window_buffer): Increment display_count if it is an integer.

27 years ago(Freplace_match): Give error if
Richard M. Stallman [Sat, 22 Mar 1997 04:17:06 +0000 (04:17 +0000)]
(Freplace_match): Give error if
NEWTEXT uses backslash in an invalid way.

27 years ago(wait_reading_process_input): If wait_for_cell,
Richard M. Stallman [Sat, 22 Mar 1997 04:13:50 +0000 (04:13 +0000)]
(wait_reading_process_input): If wait_for_cell,
ignore subprocess input and respond only to keyboard.
(non_process_wait_mask): New variable.
(add_keyboard_wait_descriptor): Update it.
(delete_keyboard_wait_descriptor): Update it.
(init_process): Initialize it.

27 years ago(print): Generate a backslash in \2e10.
Richard M. Stallman [Sat, 22 Mar 1997 04:13:05 +0000 (04:13 +0000)]
(print): Generate a backslash in \2e10.

27 years ago(struct frame): New field buffer_list.
Richard M. Stallman [Sat, 22 Mar 1997 04:08:59 +0000 (04:08 +0000)]
(struct frame): New field buffer_list.

27 years ago(frame_buffer_list, set_frame_buffer_list): New functions.
Richard M. Stallman [Sat, 22 Mar 1997 04:07:26 +0000 (04:07 +0000)]
(frame_buffer_list, set_frame_buffer_list): New functions.
(store_frame_param): Handle buffer-list parameter.
(Qbuffer_list): New variable.
(syms_of_frame_1): Initialize it.
(make_frame): Initialize buffer_list field.
(Fframe_parameters): Handle buffer-list parameter.
(frames_discard_buffer): New function.
(make_frame): Initialize buffer_list.

27 years agoChange copyright year.
Richard M. Stallman [Sat, 22 Mar 1997 04:06:40 +0000 (04:06 +0000)]
Change copyright year.

27 years ago(struct buffer): New field display_count.
Richard M. Stallman [Sat, 22 Mar 1997 04:05:44 +0000 (04:05 +0000)]
(struct buffer): New field display_count.

27 years ago(reset_buffer): Initialize display_count slot.
Richard M. Stallman [Sat, 22 Mar 1997 04:04:53 +0000 (04:04 +0000)]
(reset_buffer): Initialize display_count slot.

(Fkill_buffer): Call frames_discard_buffer.
(record_buffer): Move buffer to front of frame_buffer_list.
(Fother_buffer): Use frame_buffer_list.

(init_buffer_once): Set up display_count.
(syms_of_buffer): Set up Lisp variable.

27 years ago(mark_object): Mark the buffer_list field.
Richard M. Stallman [Sat, 22 Mar 1997 04:02:03 +0000 (04:02 +0000)]
(mark_object): Mark the buffer_list field.

27 years ago(tq-process-buffer): Catch errors running tq-queue-head-fn.
Richard M. Stallman [Sat, 22 Mar 1997 03:55:49 +0000 (03:55 +0000)]
(tq-process-buffer): Catch errors running tq-queue-head-fn.

27 years ago(substitute-key-definition):
Richard M. Stallman [Sat, 22 Mar 1997 03:55:21 +0000 (03:55 +0000)]
(substitute-key-definition):
Compare with equal if definition is a key sequence.

27 years ago(newline): Be more conservative about when to use the optimization.
Richard M. Stallman [Sat, 22 Mar 1997 03:54:14 +0000 (03:54 +0000)]
(newline): Be more conservative about when to use the optimization.

(universal-argument-more): If previous arg is `-', change that to -4.

27 years ago(sh-case): Define with defun and defvar
Richard M. Stallman [Sat, 22 Mar 1997 03:53:10 +0000 (03:53 +0000)]
(sh-case): Define with defun and defvar
instead of define-skeleton.

27 years agoMany doc fixes.
Richard M. Stallman [Sat, 22 Mar 1997 03:52:36 +0000 (03:52 +0000)]
Many doc fixes.
(ring-ref): Fix error message.

27 years ago(replace-string): Doc fix.
Richard M. Stallman [Sat, 22 Mar 1997 03:51:36 +0000 (03:51 +0000)]
(replace-string): Doc fix.

27 years ago(mail-passwd-command): New variable.
Richard M. Stallman [Sat, 22 Mar 1997 03:49:14 +0000 (03:49 +0000)]
(mail-passwd-command): New variable.
(mail-get-names): Implement that variable.

(mail-passwd-files): New variable.
(mail-get-names): Use mail-passwd-files instead of always /etc/passwd.

27 years ago(rmail-dont-reply-to): Delete debugging code.
Richard M. Stallman [Sat, 22 Mar 1997 03:44:08 +0000 (03:44 +0000)]
(rmail-dont-reply-to): Delete debugging code.
Don't insist on whitespace after commas.

27 years ago(recover-session): Add `t' to switches.
Richard M. Stallman [Sat, 22 Mar 1997 03:42:32 +0000 (03:42 +0000)]
(recover-session): Add `t' to switches.

27 years ago(enriched-decode-foreground, enriched-decode-background):
Richard M. Stallman [Sat, 22 Mar 1997 03:41:43 +0000 (03:41 +0000)]
(enriched-decode-foreground, enriched-decode-background):
Make COLOR arg optional.  Fix error messages.

27 years ago(dired-glob-regexp): New function.
Richard M. Stallman [Sat, 22 Mar 1997 03:40:55 +0000 (03:40 +0000)]
(dired-glob-regexp): New function.
(dired-buffers-for-dir): New arg FILE; if non-nil,
check that it matches the wildcard pattern.

27 years ago(dired-fun-in-all-buffers): New arg FILE. Don't operate on buffers
Richard M. Stallman [Sat, 22 Mar 1997 03:39:39 +0000 (03:39 +0000)]
(dired-fun-in-all-buffers): New arg FILE.  Don't operate on buffers
whose wildcard pattern does not accept FILE.
All callers changed.

27 years ago(desktop-missing-file-warning): Make the default nil.
Richard M. Stallman [Sat, 22 Mar 1997 03:36:37 +0000 (03:36 +0000)]
(desktop-missing-file-warning): Make the default nil.

27 years ago(copyright-regexp): Allow "Copyright" and the copyright symbol together.
Richard M. Stallman [Sat, 22 Mar 1997 03:35:20 +0000 (03:35 +0000)]
(copyright-regexp): Allow "Copyright" and the copyright symbol together.

27 years ago(files): Ignore files in RCS directory whose names are of the form ,*,
Paul Eggert [Fri, 21 Mar 1997 22:12:24 +0000 (22:12 +0000)]
(files): Ignore files in RCS directory whose names are of the form ,*,
or *_; they are probably RCS lock files.  Also, ignore files named
.rcsfreeze.log or .rcsfreeze.ver; they are used by rcsfreeze.

27 years ago(vc-next-action-on-file): With implicit checkout, make
Richard M. Stallman [Fri, 21 Mar 1997 20:06:04 +0000 (20:06 +0000)]
(vc-next-action-on-file): With implicit checkout, make
sure not to lose unsaved changes.

27 years ago(help-map): Use apropos-command, not command-apropos.
Richard M. Stallman [Fri, 21 Mar 1997 07:45:24 +0000 (07:45 +0000)]
(help-map): Use apropos-command, not command-apropos.

27 years agoAllow a dired-no-confirm of t
Simon Marshall [Thu, 20 Mar 1997 12:39:57 +0000 (12:39 +0000)]
Allow a dired-no-confirm of t

27 years agoDoc dired-no-confirm and allow t value.
Simon Marshall [Thu, 20 Mar 1997 12:37:06 +0000 (12:37 +0000)]
Doc dired-no-confirm and allow t value.

27 years ago(rmail-retry-failure): Special handling for mime.
Richard M. Stallman [Thu, 20 Mar 1997 04:55:20 +0000 (04:55 +0000)]
(rmail-retry-failure): Special handling for mime.
(mail-mime-unsent-header): New variable.

27 years ago(cal-tex-preamble): Set \lineskip to 0pt.
Karl Heuer [Wed, 19 Mar 1997 19:00:22 +0000 (19:00 +0000)]
(cal-tex-preamble): Set \lineskip to 0pt.

27 years ago(x-complement-fontset-spec): Setup
Kenichi Handa [Wed, 19 Mar 1997 16:38:41 +0000 (16:38 +0000)]
(x-complement-fontset-spec): Setup
alternative-fontname-alist while complementing fontnames.

27 years ago(dumpglyphs): Set a clipping region when we draw glyphs
Kenichi Handa [Wed, 19 Mar 1997 16:33:48 +0000 (16:33 +0000)]
(dumpglyphs): Set a clipping region when we draw glyphs
with a font of inappropriate size.
(x_list_fonts): Try alternate fonts if we can't find a font of an
appropriate size.

27 years ago(Valternative_fontname_alist): New variable.
Kenichi Handa [Wed, 19 Mar 1997 16:33:06 +0000 (16:33 +0000)]
(Valternative_fontname_alist): New variable.
(syms_of_fontset): Declare Lisp variable alternative-fontname-alist.

27 years ago(Valternative_fontname_alist): Extern it.
Kenichi Handa [Wed, 19 Mar 1997 16:33:06 +0000 (16:33 +0000)]
(Valternative_fontname_alist): Extern it.

27 years ago(insert_glyphs): Fix a bug which turns up when
Kenichi Handa [Wed, 19 Mar 1997 16:32:46 +0000 (16:32 +0000)]
(insert_glyphs): Fix a bug which turns up when
TS_ins_multi_chars is 0.

27 years agoAdjusted for the change of MAX_CHARSET.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
Adjusted for the change of MAX_CHARSET.

27 years ago(describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
(push_key_description): A key code less than 512 is printed with 3
octal numbers.  Print only entries of valid charsets.

27 years ago(CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128).
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128).
(CHAR_TABLE_STANDARD_SLOTS): Adjusted for the above change.
(CHAR_TABLE_SINGLE_BYTE_SLOTS): New macro.
(CHAR_TABLE_REF, CHAR_TABLE_SET): New macros.

27 years agoAdjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.

27 years agoAdjusted for the change of MAX_CHARSET.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
Adjusted for the change of MAX_CHARSET.
(str_cmpchar_id): Return -1 if we have no more room
for a new composite character.
(Fmake_char_internal): Docstring is moved to lisp/mule.el.

27 years ago(MAX_CHARSET): Definition changed to the actual
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(MAX_CHARSET): Definition changed to the actual
maximum valid charset.
(MAX_CHAR): New macro.

27 years ago(Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.

27 years ago(GLYPH_FOLLOW_ALIASES): Assure that the resulting G
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(GLYPH_FOLLOW_ALIASES): Assure that the resulting G
contains valid character code.

27 years ago(map_char_table): Handle multibyte characters.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(map_char_table): Handle multibyte characters.

27 years ago(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Adjusted for the change of
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Adjusted for the change of
CHAR_TABLE_ORDINARY_SLOTS.

27 years ago(encode_terminal_code): Check validity of character code.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(encode_terminal_code): Check validity of character code.

27 years ago(copy_part_of_rope): Declare glyph as type GLYPH. For a
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(copy_part_of_rope): Declare glyph as type GLYPH.  For a
invalid character code, use ' ' (space).
(display_string, display_text_line): Check validity of character
code before calling fix_glyph.

27 years ago(x_list_fonts): Comment about cached font list added.
Kenichi Handa [Tue, 18 Mar 1997 23:31:34 +0000 (23:31 +0000)]
(x_list_fonts): Comment about cached font list added.

27 years ago(x-charset-registries): Change entry for Ethiopic.
Kenichi Handa [Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)]
(x-charset-registries): Change entry for Ethiopic.
Typo in comments fixed.
(fontset-plain-name): Set correct size information.
(x-reduce-font-name): New function.
(x-compose-font-name): New optional argument REDUCE.
(x-complement-fontset-spec): Call x-compose-font-name with t for
the above argument.

27 years agoChange short and long names for Ethipic character set.
Kenichi Handa [Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)]
Change short and long names for Ethipic character set.
(alternate-charset-table): Change each entry from list to dot pair.

27 years ago(make-char): Documented.
Kenichi Handa [Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)]
(make-char): Documented.
(charset-plist): Return quoted list even if CHARSET is
supplied by symbol.

27 years ago(quail-translation-keymap): Add entry for escape key.
Kenichi Handa [Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)]
(quail-translation-keymap): Add entry for escape key.
(quail-conversion-keymap): Likewise.
(quail-keyboard-layout-standard): Add two lines for
keyboard layout.
(quail-keyboard-layout): Docstring changed to reflect the above
change.
(quail-keyboard-layout-len): Increased for the above change.
(quail-keyboard-layout-alist): Modified for the above change.

27 years ago(set-face-font): Allow specifing fontset for the arg FONT.
Kenichi Handa [Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)]
(set-face-font): Allow specifing fontset for the arg FONT.

27 years ago(thai-post-read-conversion): Return the correct length.
Kenichi Handa [Tue, 18 Mar 1997 23:14:07 +0000 (23:14 +0000)]
(thai-post-read-conversion): Return the correct length.

27 years ago(viet-decode-viqr-region): Supply correct
Kenichi Handa [Tue, 18 Mar 1997 23:14:07 +0000 (23:14 +0000)]
(viet-decode-viqr-region): Supply correct
argumnents to rassoc.
(viqr-post-read-conversion, viqr-pre-write-conversion): New
functions.

27 years agoSet functions viqr-post-read-conversion and viqr-pre-write-conversion
Kenichi Handa [Tue, 18 Mar 1997 23:14:07 +0000 (23:14 +0000)]
Set functions viqr-post-read-conversion and viqr-pre-write-conversion
to the coding system viqr.