- 07 Jul, 1997 7 commits
-
-
Kenichi Handa authored
nil, set coding system for decoding output of process to emacs-mule, and set coding system for encoding to nil. (Fopen_network_stream): If enable-multibyte-characters is nil, set coding systems for decoding and encoding to nil.
-
Kenichi Handa authored
is nil, decode character code by emacs-mule. (Fwrite_region): Use buffer-file-coding-system for encoding if enable-multibyte-characters is nil.
-
Kenichi Handa authored
-
Kenichi Handa authored
modified. (skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise. (skkdic-lookup-key): Add 4th argument PREFER-NOUN. Arrange order of returning list according to this value.
-
Kenichi Handa authored
t for arg PREFER-NOUN while looking up key sequences shorter than what a user requested. (kkc-next-phrace): Likewise.
-
Kenichi Handa authored
(describe-fontset): Likewise. (list-fontsets): Likewise.
-
Kenichi Handa authored
-
- 06 Jul, 1997 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(widget-choose): Using keyboard, if all choices are diabled, just report an error.
-
- 05 Jul, 1997 18 commits
-
-
Richard M. Stallman authored
as in C-x 5 2, rather than make-frame.
-
Richard M. Stallman authored
is nil, assume it's in the car of DATA.
-
Richard M. Stallman authored
taken from x-create-frame-with-faces. (x-create-frame-with-faces): Call it. (face-italic-p, face-bold-p): Use equal to compare fonts. (frame-update-faces): Function now a no-op.
-
Richard M. Stallman authored
(current-language-environment): New variable. (setup-specified-language-environment): Call set-language-environment. Set current-language-environment. (describe-language-environment): By default, use current-language-environment.
-
Richard M. Stallman authored
(help-map): Bind L to describe-language-environment.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Qface_set_after_frame_default): New variable. (syms_of_xfns): Initialize and staticpro it.
-
Richard M. Stallman authored
if it was iconified--only if it was invisible.
-
Richard M. Stallman authored
this has the code that was in sendmail-user-agent. (sendmail-user-agent): Use sendmail-user-agent-compose.
-
Richard M. Stallman authored
not fboundp, to test validity of COMPOSE.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(debug-ignored-errors): Add ^ to "No tags table loaded". Make the etags.el strings correspond to latest etags.el.
-
Richard M. Stallman authored
(visit-tags-table-buffer, complete-tag): Likewise.
-
Richard M. Stallman authored
Define coding system aliases.
-
Richard M. Stallman authored
Fix bugs with inappropriate mixing of Lisp_Object with int.
-
Richard M. Stallman authored
-
- 04 Jul, 1997 11 commits
-
-
Richard M. Stallman authored
Support for IAR Systems C compiler added.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
vertical-motion, when moving backwards.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Use RE_TRANSLATE instead of accessing translate array directly.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Update copyright year.
-
Richard M. Stallman authored
(browse-url-url-at-point): Use `thing-at-point' (with URL code moved from here). (browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
-
Richard M. Stallman authored
(bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property. (thing-at-point-bounds-of-url-at-point): New function. (thing-at-point-looking-at): New function, adapted from old browse-url-looking-at. (thing-at-point-url-at-point): New function, adapted from browse-url-url-at-point. (thing-at-point-url-chars): Variable deleted. (thing-at-point-url-path-regexp, thing-at-point-short-url-regexp, thing-at-point-url-regexp, thing-at-point-markedup-url-regexp): New variables. (url): `beginning-op' property function changed to use `thing-at-point-bounds-of-url-at-point'. `end-op' property no longer set -- functionality no longer supported for the more sophisticated treatment of URLs so `forward-thing' no longer works in this case.
-
Richard M. Stallman authored
-