1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00
Commit graph

19025 commits

Author SHA1 Message Date
Richard M. Stallman
145eec6fbc Comment change. 1997-08-01 07:18:01 +00:00
Richard M. Stallman
d2bf391050 (cyrillic-translit): New input method. 1997-08-01 06:45:06 +00:00
Richard M. Stallman
68c18d6d0a (isearch-hide-immediately): Doc fix. 1997-08-01 04:53:34 +00:00
Kenichi Handa
76376439f3 (encode_coding_iso2022): When source data ends not at
character boundardy, set data in coding->carryover correctly, and
set SRC to SRC_END.
(encode_coding_sjis_big5): Likewise.
(encode_coding): Don't set coding->carryover_size to 0.
1997-08-01 01:36:20 +00:00
Kenichi Handa
8e662997af (Fwrite_region): Don't try to flush out a data twice. 1997-08-01 01:36:20 +00:00
Richard M. Stallman
40e82ac184 (standard-display-european): New arg AUTO.
Normally, set enable-multibyte-characters to nil.
1997-08-01 01:22:16 +00:00
Richard M. Stallman
907d0a0d02 (command-line): Pass t for AUTO arg to standard-display-european. 1997-08-01 01:21:51 +00:00
Richard M. Stallman
9fb87caf4e Many doc strings and messages changed. 1997-08-01 01:04:56 +00:00
Richard M. Stallman
4673d3e553 (direct_output_for_insert): Set last_point_x properly. 1997-08-01 00:58:56 +00:00
Kenichi Handa
9a32686f79 (x_list_fonts): Request at least 10 fonts by XListFonts. 1997-08-01 00:29:34 +00:00
Richard M. Stallman
52bc762447 (redisplay_window): Fix one-off in handling
scroll-conservatively for scrolling up.
1997-08-01 00:12:35 +00:00
Richard M. Stallman
536f4067ef (x_list_fonts): Reject a font whose min_bounds.width is 0. 1997-07-31 16:44:49 +00:00
Richard M. Stallman
a69e7dae70 (diary-face, calendar-today-face, holiday-face):
Use defface to define them.
1997-07-31 15:38:10 +00:00
Richard M. Stallman
72dcef0e0e (current_lock_owner): Don't try to delete lock
if this or another existing process owns it!
1997-07-31 07:54:07 +00:00
Richard M. Stallman
05e94d325c (eval-last-sexp): Ignore `...' around sexp. 1997-07-31 06:59:37 +00:00
Kenichi Handa
f31b5dd985 (prefer-coding-system): Change also
default value of buffer-file-coding-system.
1997-07-31 06:48:05 +00:00
Richard M. Stallman
c0d66cb21b (vc-backend-checkin): For CVS, forget the checkout model after commit.
(vc-backend-checkout): Use "cvs edit" for files with manual checkout.
(vc-minor-part, vc-previous-version): New functions.
(vc-diff): Don't ask or guess version numbers.
(vc-version-diff): Suggest default versions based on the file state.
1997-07-31 06:23:19 +00:00
Richard M. Stallman
403d549cb7 (vc-checkout-model): For CVS, look at
permissions to see if a file is "watched".
1997-07-31 06:16:32 +00:00
Richard M. Stallman
77e1b3d494 (read_process_output): Don't call setup_coding_system
for proc_decode_coding_system[channel].  It is already done in
detect_coding called via decode_coding.

(wait_reading_process_input): Call detect_input_pending
whenever read_kbd is 0, not just when wait_for_cell.
1997-07-31 06:08:07 +00:00
Kenichi Handa
19a8d9e0f8 (encode_coding_iso2022): Write out invalid multibyte
forms in a buffer as is.
(detect_coding_mask): If ISO_CODE_CSI appears in an invalid
sequence, ignore it.
1997-07-31 05:55:12 +00:00
Kenichi Handa
0f36e5fc3b Do not create style-variants of fontset. They
are just registered in uninstanciated-fontset-alist.
1997-07-31 05:54:43 +00:00
Kenichi Handa
b9f33f3602 (set-face-font-auto): Create a fontset if FONT is a
fontset not instanciated fontset.
1997-07-31 05:54:08 +00:00
Kenichi Handa
35d4066a61 (fontset-name-p): New function.
(uninstanciated-fontset-alist): New variable.
(create-fontset-from-fontset-spec): Delete arg STYLE.  Register
style-variants of FONTSET in uninstanciated-fontset-alist.
(create-fontset-from-x-resource): Call
create-fontset-from-fontset-spec correctly.
1997-07-31 05:53:31 +00:00
Kenichi Handa
68e3d7319f (reference-point-alist): Doc-string modified. 1997-07-31 05:53:31 +00:00
Michael Kifer
e756eb9faf new version 1997-07-31 04:04:23 +00:00
Richard M. Stallman
c6c0c4b177 (lock_if_free): Don't loop; for strange error, return -1. 1997-07-30 19:45:01 +00:00
Richard M. Stallman
916848d8bd (redisplay_window): Fix previous change.
(decode_mode_spec_coding): If multibyte chars disabled.
display only the eol flag.
1997-07-30 19:44:31 +00:00
Richard M. Stallman
4f5074c108 (uniquify-buffer-name-style): Fix typo. 1997-07-30 19:29:13 +00:00
Richard M. Stallman
93480d7063 (info-node, info-xref, info-menu-5):
Define faces with defface.
(Info-mode): Don't define faces here, and don't alter Info-fontify.
Locally set line-move-ignore-invisible.
(Info-fontify-node): Test type of frame here.
1997-07-30 18:15:19 +00:00
Richard M. Stallman
a815b83c6a Update distribution terms. 1997-07-30 16:14:07 +00:00
Richard M. Stallman
84b7ccbdc6 (mspools-using-vm): Better handling of VM initialization.
(mspools-size-folder): Allow symbolic links to spool files.
1997-07-30 16:12:30 +00:00
Per Abrahamsen
f985c5f748 Synched with 1.9954. 1997-07-30 12:04:50 +00:00
Richard M. Stallman
99a6b56fd4 (LIBXMU): Alternative definition if CANNOT_DUMP. 1997-07-30 04:28:44 +00:00
Richard M. Stallman
d5600d496d (LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS. 1997-07-30 04:24:46 +00:00
Richard M. Stallman
e17d711780 (CPPFLAGS): Get this from configure, like CFLAGS. 1997-07-30 04:22:56 +00:00
Richard M. Stallman
8e02924aac (mule-menu-keymap): Fix menu item names. 1997-07-30 04:10:55 +00:00
Richard M. Stallman
171d7f241b Minor cleanup. 1997-07-30 03:57:26 +00:00
Richard M. Stallman
2997295e35 Comment change. 1997-07-30 02:21:19 +00:00
Simon Marshall
74167b21c9 don't add text for the modeline. 1997-07-29 12:25:05 +00:00
Richard M. Stallman
bfbcc5eed0 (Fformat_time_string): Don't hang if strftime produces
an empty string.  Fix arguments of second call to strftime.
Remove check for result being negative, this cannot happen.
1997-07-29 02:29:32 +00:00
Richard M. Stallman
9a2fe7b204 (rmail-resend): Use user-mail-address. 1997-07-29 02:15:28 +00:00
Richard M. Stallman
249443b691 (sort_args): Check properly for `--'. 1997-07-29 00:53:09 +00:00
Ulrich Drepper
24902ecd1d update from main archive 970728 1997-07-28 23:37:45 +00:00
Richard M. Stallman
dc3fc79718 (makefile-space-face): Add defface.
(makefile-define-space-face): Function deleted.
(makefile-mode): Don't call makefile-define-space-font.
1997-07-28 22:22:27 +00:00
Richard M. Stallman
4e61bddf04 (x_new_font): Follow the change in x_set_scroll_bar_width and make the
scroll bar at least 14 pixels wide.
1997-07-28 18:33:11 +00:00
Richard M. Stallman
0ecca02337 (Fx_create_frame): Initialize fontset in output_data. 1997-07-28 18:30:44 +00:00
Richard M. Stallman
d16a4fc65b (non_ascii_char_to_string): Fix typos. 1997-07-28 18:20:01 +00:00
Richard M. Stallman
205c438b6e (debug-ignored-errors): Delete ^Quit$ element. 1997-07-28 17:17:28 +00:00
Richard M. Stallman
ba5971b37a [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T. 1997-07-28 17:04:18 +00:00
Per Abrahamsen
4ee1cf9f78 Synched with 1.9951. 1997-07-28 15:46:57 +00:00