1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00
Commit Graph

18838 Commits

Author SHA1 Message Date
Richard M. Stallman
f850d7828c (set-language-environment): Do the real work here.
(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.
1997-07-05 19:26:53 +00:00
Richard M. Stallman
ac4a3a2da0 (help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.
1997-07-05 18:08:50 +00:00
Richard M. Stallman
a30a106b8d (help-for-help): Update help text. 1997-07-05 18:07:30 +00:00
Richard M. Stallman
a367641fe0 (x_set_font): Funcall Qface_set_after_frame_default.
(Qface_set_after_frame_default): New variable.
(syms_of_xfns): Initialize and staticpro it.
1997-07-05 08:26:04 +00:00
Richard M. Stallman
4d3f5d9ab7 (x_make_frame_visible): Don't move the frame
if it was iconified--only if it was invisible.
1997-07-05 08:23:34 +00:00
Richard M. Stallman
34fbcdf384 (sendmail-user-agent-compose): New function;
this has the code that was in sendmail-user-agent.
(sendmail-user-agent): Use sendmail-user-agent-compose.
1997-07-05 03:44:54 +00:00
Richard M. Stallman
5504f993f9 (reporter-compose-outgoing): Use functionp,
not fboundp, to test validity of COMPOSE.
1997-07-05 03:41:35 +00:00
Richard M. Stallman
523e929122 Include float.h before lisp.h. 1997-07-05 03:27:25 +00:00
Richard M. Stallman
c4009c1f3d (rindex): Add declaration. 1997-07-05 03:19:16 +00:00
Richard M. Stallman
0d3573ee67 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer. 1997-07-05 02:41:45 +00:00
Richard M. Stallman
70837f2c6d (complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded".
Make the etags.el strings correspond to latest etags.el.
1997-07-05 00:56:01 +00:00
Richard M. Stallman
4fa15f59e2 (next-file, tags-loop-scan): Fix error message.
(visit-tags-table-buffer, complete-tag): Likewise.
1997-07-05 00:54:32 +00:00
Richard M. Stallman
300c450dfb (latin-1, latin-2. latin-3, latin-4, latin-5):
Define coding system aliases.
1997-07-05 00:25:53 +00:00
Richard M. Stallman
74d8433449 (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-07-05 00:22:54 +00:00
Richard M. Stallman
c10f84fbab (install-leim): Correct previous change. 1997-07-05 00:20:22 +00:00
Richard M. Stallman
b1b56e0136 (compilation-error-regexp-alist):
Support for IAR Systems C compiler added.
1997-07-04 21:05:11 +00:00
Richard M. Stallman
5c6e3aa087 Finish previous change. 1997-07-04 21:03:05 +00:00
Richard M. Stallman
5b3087c014 (forward-visible-line): Use forward-line, not
vertical-motion, when moving backwards.
1997-07-04 21:01:42 +00:00
Richard M. Stallman
57cf80bfae Initial revision 1997-07-04 20:56:42 +00:00
Richard M. Stallman
1d1142ea2e (RE_TRANSLATE): Define default assuming simple integers. 1997-07-04 20:46:51 +00:00
Richard M. Stallman
bc192b5b1a (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Use RE_TRANSLATE instead of accessing translate	array directly.
1997-07-04 20:46:22 +00:00
Richard M. Stallman
2e34157cd9 Fix bugs with inappropriate mixing of Lisp_Object with int. 1997-07-04 20:44:52 +00:00
Richard M. Stallman
8c239ac3ed Fix bugs with inappropriate mixing of Lisp_Object with int.
Update copyright year.
1997-07-04 20:43:49 +00:00
Richard M. Stallman
6debdec51c Require thingatpt when compiling.
(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.
1997-07-04 20:00:43 +00:00
Richard M. Stallman
d9cc804bf8 (thing-at-point): Use `thing-at-point' property, if any.
(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.
1997-07-04 19:59:49 +00:00
Richard M. Stallman
766e15c6b5 (custom-mode-map): Bind n and p. 1997-07-04 19:43:04 +00:00
Richard M. Stallman
19274e0072 (report-emacs-bug): Don't include messages
in *Messages* generated by report-emacs-bug itself.
1997-07-04 19:08:11 +00:00
Richard M. Stallman
5695bf0c7e (mail-complete-alist): Don't use backquote. 1997-07-04 18:56:19 +00:00
Richard M. Stallman
f03ae42a20 Comment change. 1997-07-04 18:44:38 +00:00
Richard M. Stallman
247422ce73 (Fformat): Add second argument in call to Ftruncate. 1997-07-04 18:41:53 +00:00
Richard M. Stallman
7c801356cf (init_system_name): Don't accept "(none)" as domain. 1997-07-04 18:38:36 +00:00
Richard M. Stallman
9f4d7cde2c (overlay_strings): Finish up previous change. 1997-07-04 18:36:58 +00:00
Per Abrahamsen
e6354b3ed4 Fix previous change. 1997-07-04 13:25:17 +00:00
Per Abrahamsen
dd21b389a1 New command names. 1997-07-04 13:24:25 +00:00
Per Abrahamsen
0f648ca2b9 Synched with 1.9945. 1997-07-04 12:52:14 +00:00
Per Abrahamsen
06382f34df Use color' instead of editable-color'. 1997-07-04 12:03:12 +00:00
Per Abrahamsen
62f4466253 Synched with 1.9944. 1997-07-04 09:44:36 +00:00
Richard M. Stallman
4a35aff3a9 Initial revision 1997-07-04 05:07:07 +00:00
Richard M. Stallman
de732ea746 (lisp, shortlisp): Some files moved to subdirs. 1997-07-04 05:05:10 +00:00
Richard M. Stallman
5dcd126117 Some files are in different directories. 1997-07-04 04:59:58 +00:00
Richard M. Stallman
a672c74d73 (x_set_scroll_bar_width): By default, use enough
columns to give 14 or more pixels.
1997-07-04 04:48:13 +00:00
Richard M. Stallman
85969cb1be (next-line, previous-line): Doc fixes.
(kill-line): Doc fix.
1997-07-04 04:47:05 +00:00
Richard M. Stallman
d282be1612 [__GNU__]: Test for not NeXT. 1997-07-04 04:45:19 +00:00
John Gilmore
9459fac124 earlier changes be me on 3 July included updating the infor on the GNU
Hurd Task List -len
1997-07-04 04:44:53 +00:00
Richard M. Stallman
9f596b33c7 (diary-float): Fix errors in previous change. 1997-07-04 04:44:29 +00:00
Richard M. Stallman
205d354f26 (mail-do-fcc): Pass an arg to verify-visited-file-modtime. 1997-07-04 04:43:38 +00:00
John Gilmore
541d49e1fa fix TeX overfills -len 1997-07-04 04:43:36 +00:00
Richard M. Stallman
822eddf41c (tex-common-initialization):
Set search-whitespace-regexp locally.
1997-07-04 04:41:46 +00:00
Richard M. Stallman
12ddbaa90e (LD_SWITCH_SYSTEM_TEMACS): Add #undef. 1997-07-04 02:01:53 +00:00
Richard M. Stallman
b684d043b2 (send_process): Make buf and temp_buf `unsigned char *'. 1997-07-04 02:01:31 +00:00