Richard M. Stallman
4cb46737eb
(redisplay_window): When text has not changed,
...
call compute_motion starting from the former PT if possible.
If PT is unchanged from w->last_point, don't do compute_motion at all.
1997-07-28 04:55:45 +00:00
Richard M. Stallman
85da25e9dc
Describe the separate distributions leim and intlfonts.
1997-07-28 01:19:19 +00:00
Richard M. Stallman
bb5f88cc4e
(LDFLAGS): Get this from configure, like CFLAGS.
1997-07-27 21:40:24 +00:00
Richard M. Stallman
0537ec480d
(syms_of_callproc): Don't init Vtemp_file_name_pattern here.
1997-07-27 21:38:49 +00:00
Richard M. Stallman
27f20fc120
Comment change.
1997-07-27 20:04:29 +00:00
Richard M. Stallman
c61005b96d
(fill-context-prefix): Be stricter about
...
whether first-line prefix is compatible with second-line prefix.
1997-07-27 19:56:21 +00:00
Richard M. Stallman
487e6fcbdd
Customized.
1997-07-27 19:53:27 +00:00
Richard M. Stallman
c098c7f193
Customized.
...
Doc fixes.
1997-07-27 19:50:06 +00:00
Richard M. Stallman
61c4aaf86e
(compile-command): More doc fix.
1997-07-27 19:25:02 +00:00
Richard M. Stallman
b9c22adf8a
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
1997-07-27 01:54:56 +00:00
Richard M. Stallman
9f993a1044
(file-coding-system-alist): Use no-conversion for tar files.
1997-07-27 00:07:08 +00:00
Richard M. Stallman
4eec33ae22
(jka-compr-added-to-file-coding-system-alist): New var.
...
(jka-compr-insert-file-contents): Set coding-system-for-read
according to file name after removing compression suffix.
(jka-compr-install): Add elemets to file-coding-system-alist.
(jka-compr-uninstall): Remove elements from file-coding-system-alist.
1997-07-27 00:06:20 +00:00
Richard M. Stallman
6c8499b941
(line-move): If intangibility moves us to a different line,
...
adjust the hpos nicely in that line.
1997-07-26 22:22:59 +00:00
Richard M. Stallman
92304bc8c7
(read-quoted-char): Consistently downcase letter "digits".
1997-07-26 22:21:49 +00:00
Richard M. Stallman
aec2b95b43
(strout, printchar): Handle minibuffer_auto_raise.
1997-07-26 22:20:51 +00:00
Richard M. Stallman
d78f466fff
(mail-mode): Make adaptive-fill-regexp
...
match more values. Bind adaptive-fill-first-line-regexp too.
1997-07-26 22:19:26 +00:00
Per Bothner
feb1ff7fbd
Recognize SunOS 3.x.
1997-07-26 19:01:01 +00:00
Richard M. Stallman
e259d5a3bd
(telnet): Handle multiple telnet programs better.
...
(telnet-host-properties): New variable.
1997-07-26 18:41:15 +00:00
Richard M. Stallman
632c6364e6
Delete MPEG Audio (it is forbidden).
...
Explain more about why Qt is important.
Delete screen-savers item.
1997-07-26 01:52:56 +00:00
Richard M. Stallman
bf7253f4a2
(dumpglyphs): Check the dimension of FONT while
...
setting `byte1' and `byte2' members of *CP.
(XTread_socket): Trap the BadMatch error that can occur
after a XSetInputFocus if window is not visible.
1997-07-26 01:43:07 +00:00
Richard M. Stallman
f3216838e8
(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.
1997-07-26 01:41:59 +00:00
Richard M. Stallman
12a274bfe3
(display_text_line): Don't count minibuf_prompt_width twice in taboffset.
1997-07-26 01:41:03 +00:00
Richard M. Stallman
ccc1cac016
(display_menu): If an item is disabled,
...
don't display its submenu (if any).
1997-07-26 01:40:05 +00:00
Richard M. Stallman
7cf45b048e
Update leim/leim-list.el.
...
Pass along value of $EMACS when updating lisp dir.
1997-07-25 22:33:06 +00:00
Richard M. Stallman
e09d403394
(occur): Local variable line-start redundant.
...
`occur-marker' extends to the end of the line rather than one char before end.
1997-07-25 22:21:49 +00:00
Richard M. Stallman
f26d8cd6e8
Comment change.
1997-07-25 22:10:42 +00:00
Richard M. Stallman
0974f7bfcf
(rmail-pop-password-error): New variable.
...
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.
1997-07-25 22:08:24 +00:00
Richard M. Stallman
8248aeb532
(awk-mode): Call c-initialize-cc-mode.
1997-07-25 20:51:42 +00:00
Richard M. Stallman
f610c00ada
(compile-command): Doc fix.
1997-07-25 19:02:00 +00:00
Richard M. Stallman
68788cecc4
(Fwrite_region): Fix previous change.
1997-07-25 18:12:53 +00:00
Richard M. Stallman
3c0c48a737
(doug_lea_malloc): Make __after_morecore_hook a
...
prerequisite to the use of Doug Lea's malloc.
1997-07-25 17:57:47 +00:00
Richard M. Stallman
5dfa3d3536
(compilation-error-regexp-alist): Add elt for EPC F90.
...
compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".
1997-07-25 17:29:29 +00:00
Kenichi Handa
e9a5d6f716
(quail-update-leim-list-file): Call
...
find-file-noselect with t for arguments NOWARN and RAWFILE.
1997-07-25 13:34:18 +00:00
Kenichi Handa
e55e92eeef
(leim-list-entry-regexp): Make this match only at beginning of line.
1997-07-25 13:13:00 +00:00
Simon Marshall
92677e25c1
customise & make installation/deinstallation happen on mode command not file load.
1997-07-25 11:36:34 +00:00
Simon Marshall
86c87ebc8c
Wrap minibuffer-auto-raise where nec. to stop frame raising.
1997-07-25 11:35:08 +00:00
Simon Marshall
d77c8526be
Add type specs "explicit" "mutable".
1997-07-25 11:34:20 +00:00
Kenichi Handa
43807b7703
(read-input-method-name): Show more appropriate error message.
1997-07-25 08:06:19 +00:00
Kenichi Handa
0f706dacee
(compute_motion): Handle display table correctly for
...
multibyte characters.
1997-07-25 08:01:02 +00:00
Kenichi Handa
e3ee2a8a9a
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
1997-07-25 07:53:16 +00:00
Kenichi Handa
4dad0cbaf5
(CODING_REQUIRE_TEXT_CONVERSION,
...
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.
1997-07-25 07:46:51 +00:00
Kenichi Handa
71a4b3e854
(read_process_output): Use new macro
...
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.
1997-07-25 07:46:51 +00:00
Kenichi Handa
70ec432868
(Finsert_file_contents): Use new macros
...
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.
1997-07-25 07:46:51 +00:00
Kenichi Handa
b34fe18227
(setup-thai-environment): Add correct autoload cookie.
1997-07-25 07:44:24 +00:00
Kenichi Handa
94154c84d4
(setup-tibetan-environment): Correct
...
coding system names. Set default-input-method to "tibetan-wylie".
1997-07-25 07:44:24 +00:00
Kenichi Handa
3ff0ea16ac
(setup-vietnamese-environment): Add autoload cookie.
1997-07-25 07:44:24 +00:00
Kenichi Handa
d33d5fbe33
Typo in comment fixed.
1997-07-25 07:43:56 +00:00
Kenichi Handa
2cd1b93945
Initial revision
1997-07-25 07:31:49 +00:00
Kenichi Handa
8f5aa81c57
(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
...
(RUN-EMACS): Do not set EMACSLOADPATH.
(ASIA): Include TIBEAN.
(all): Remove stamp-bytecomp from dependency list.
({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
(%.el): Make a link for byte-compiled file too.
(stamp-bytecomp): Target deleted.
(leim-list.el): Run Emacs with loading quail.
(install-XXX): These targets deleted.
(install): Remove files under INSTALLDIR before copying new files.
Run Emacs with loading quail.
(clean mostlyclean): Remove only generated files.
1997-07-25 07:31:26 +00:00
Kenichi Handa
05e60fc093
Require 'quail.
1997-07-25 07:30:07 +00:00