Kenichi Handa
9da8350f2e
(Fdecode_sjis_char): In case of error, use %x for
...
formatting error message.
(Fdecode_big5_char): Likewise.
1999-02-18 12:52:07 +00:00
Richard M. Stallman
c8a3c7eb27
(adjust_markers_for_replace): When doing an insertion
...
(replacing a region of zero length), handle markers at the
insertion point properly.
1999-02-18 05:40:34 +00:00
Andrew Innes
7d08135584
(Vw32_quit_key): New variable.
...
(post_character_message): Use it.
(syms_of_w32fns): DEFVAR it.
1999-02-17 12:47:59 +00:00
Kenichi Handa
c22554ac39
(Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
1999-02-17 08:12:31 +00:00
Eli Zaretskii
cb1846b412
(Ffile_attributes): If the file's size doesn't fit in
...
an integer, return it as a float. Doc string fixed.
1999-02-16 08:25:51 +00:00
Kenichi Handa
c28a9453f6
(Fdecode_sjis_char, Fencode_sjis_char): Hanlde
...
ASCII correctly. Signal error on invalid characters.
(Fdecode_big5_char, Fencode_big5_char): Likewise.
1999-02-16 01:38:01 +00:00
Eli Zaretskii
cc6d8c5b60
(get_clipboard_data): Work around a bug in Windows95
...
DOS box which doubles the reported size of text in the clipboard.
1999-02-15 15:14:47 +00:00
Kenichi Handa
a63063ae57
(decode_coding_iso2022): Don't set coding->composed_chars to 0 here.
...
(setup_coding_system): Set coding->composed_chars to 0 here.
1999-02-15 10:47:36 +00:00
Richard M. Stallman
5057be3e8c
(Ffile_regular_p): Use lstat.
1999-02-13 16:36:24 +00:00
Richard M. Stallman
72443547c2
(HAS_SBSS_SECTION): Define this in some cases.
...
(unexec): Test this instead of specific systems.
1999-02-10 03:02:01 +00:00
Dave Love
0c6ca44b7a
(Fyes_or_no_p, Fy_or_n_p): Doc fix.
1999-02-08 13:59:24 +00:00
Kenichi Handa
489427668f
(ccl_coding_driver): On encoding, coding->produced_char
...
should be set to coding->produced.
1999-02-08 11:06:56 +00:00
Paul Fisher
9a092df081
(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
...
(base64_decode_1): Use READ_QUADRUPLET_BYTE.
1999-02-07 23:58:09 +00:00
Richard M. Stallman
d6c0ea9945
(Fformat): Doc fix.
1999-02-07 06:28:54 +00:00
Andrew Innes
fb9cc9cc6e
(construct_drag_n_drop): Call DraqQueryPoint before
...
recording drop position.
1999-02-05 17:49:04 +00:00
Kenichi Handa
f3ac545f7d
(encode_terminal_code): Fix previous change.
1999-02-05 05:40:27 +00:00
Kenichi Handa
3efbce959e
(encode_coding_iso2022): Before writing out an invalid
...
code, reset glaphic planes and registers if necessary.
1999-02-05 05:39:58 +00:00
Eli Zaretskii
5033894e97
(last_clipboard_text, clipboard_storage_size): New
...
static variables.
(set_clipboard_data): Save a copy of the text we put into
clipboard in last_clipboard_text.
(get_clipboard_data): If the clipboard text is identical to what
last_clipboard_text holds, pretend there's no data in the
clipboard.
1999-02-04 15:53:37 +00:00
Richard M. Stallman
fc9b48d7f3
(NLIST_STRUCT): Add #undef.
1999-02-04 04:48:24 +00:00
Eli Zaretskii
ba92a4701a
Fix last change.
1999-02-03 16:40:32 +00:00
Eli Zaretskii
c759462781
(Fw16_set_clipboard_data): When the text needs to be
...
encoded, set its pointer and size as returned by encode_coding.
1999-02-03 14:53:47 +00:00
Kenichi Handa
2db66414f1
(Fset_char_table_default): To handle the case that CH is
...
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
1999-02-03 02:20:53 +00:00
Andrew Innes
247be83704
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
...
0, so that the mouse wheel/rocker on some mice works properly.
1999-02-02 14:03:10 +00:00
Eli Zaretskii
0236e3f151
(set_clipboard_data): Correctly null-terminate the
...
string to be put into the Windows clipboard. Use xbuf_addr.
1999-02-02 13:43:14 +00:00
Geoff Voelker
e6c0f51910
Use full path to temacs.exe when dumping.
1999-02-02 02:59:29 +00:00
Richard M. Stallman
6e553d5e6c
(Fset_buffer_multibyte): Error if buffer is multibyte.
1999-02-01 11:17:41 +00:00
Andrew Innes
7fef47a389
(ROUND_UP_DST_AND_ZERO): New macro.
...
(copy_executable_and_dump_data): Use it to ensure alignment slop
is zeroed.
1999-01-31 21:53:14 +00:00
Richard M. Stallman
e90c4fe62a
(Fset_window_point): If WINDOW is selected but the
...
current buffer is not its buffer, don't use Fgoto_char.
1999-01-30 23:45:54 +00:00
Andrew Innes
aa7b87b0b2
(init_environment): Change argv[0] to contain the full path to Emacs.
1999-01-30 18:48:57 +00:00
Andrew Innes
a3a58294d8
(main): Pass argv to init_environment.
1999-01-30 18:47:52 +00:00
Kenichi Handa
d5749adb29
(x_load_font): For the height of font, if normarl ascent and
...
descent value are larger than those in max_bounds field, use the
former.
1999-01-30 02:37:14 +00:00
Kenichi Handa
715a159be2
(x_new_fontset): For ASCII font, don't use the font name
...
returned by x_new_font (the resolved one) but use the font name
set in the fontset specification.
1999-01-30 01:46:35 +00:00
Eli Zaretskii
302f2b38d0
(decode_mode_spec_coding): Fix previous change.
1999-01-28 16:30:23 +00:00
Geoff Voelker
5ca0cd71d3
(w32_load_system_font): Do not load unlisted fonts if
...
list was reliable.
(enum_fontex_cb1, enum_fontex_cb2): New functions.
(w32_list_bdf_fonts): New parameter; max_names. Callers updated.
(w32_list_synthesized_fonts): New function.
(w32_list_fonts): Use maxnames. Use EnumFontFamiliesEx when
available instead of EnumFontFamilies. List synthesized fonts if
Vw32_enable_italics is non-nil.
1999-01-28 04:52:02 +00:00
Richard M. Stallman
5878523b19
(x_set_frame_parameters): gcpro as needed.
1999-01-28 04:01:44 +00:00
Richard M. Stallman
35fc36a16b
(SETUP_SLAVE_PTY): Use the ptem module if it exists.
...
Don't complain if ttcompat does not exist.
1999-01-28 03:49:39 +00:00
Andrew Innes
576ba81cd4
(w32_wnd_proc): Fix bug introduced by previous change;
...
the lwindow, rwindow and apps keys could not be used as function
keys, because they were being passed to TranslateMessage which
ignores them. Also, key was being changed to SPC.
1999-01-27 21:53:27 +00:00
Andrew Innes
27d3ec7f87
Do make version comparison as strings.
1999-01-27 21:49:57 +00:00
Eli Zaretskii
20ee919eb4
eol-mnemonic-* variables are now strings, not characters.
1999-01-27 10:09:55 +00:00
Eli Zaretskii
7722baf9b3
(syms_of_coding): eol-mnemonic-* variables are now
...
strings, not characters.
1999-01-27 10:08:13 +00:00
Eli Zaretskii
d24715e869
(decode_mode_spec_coding): Display the EOL type as a string.
1999-01-27 10:06:21 +00:00
Richard M. Stallman
7e8e59d0cd
(main): Up-date copyright.
1999-01-26 22:09:40 +00:00
Dave Love
94c7a21474
(syms_of_coding): Doc fix for inhibit-eol-conversion.
1999-01-25 19:00:50 +00:00
Andreas Schwab
bfa8ca433a
(Fsignal): Move comment to avoid confusing make-docfile.
1999-01-25 09:20:43 +00:00
Richard M. Stallman
7589a1d97e
(x_set_frame_parameters): gcpro as needed.
1999-01-25 01:37:58 +00:00
Dave Love
c0218e1b54
Comment about unibyte.
1999-01-24 22:37:36 +00:00
Richard M. Stallman
0afc861ba9
(read_key_sequence): Fix previous change.
1999-01-24 20:08:10 +00:00
Richard M. Stallman
cf591cc18b
(same_x_server): Detect treat ":0" and "unix:0"
...
as the same. Treat "myname:0" as the same as those two.
1999-01-24 20:07:05 +00:00
Richard M. Stallman
e18e6130fa
(x_handle_selection_clear): Don't clear the
...
selection if Emacs still owns it through a different display.
1999-01-24 20:06:34 +00:00
Karl Heuer
ccf89641df
(scan_sexps_forward): Delete duplicate code
...
to set prev_from_syntax, above start of main loop.
At startinstring, check syntax when checking for a match.
1999-01-22 21:57:43 +00:00