| Commit message (Expand) | Author | Age | Files | Lines |
| * | (syms_of_process): defsubr it. | Richard M. Stallman | 1999-02-19 | 1 | -3/+51 |
| * | (emacs.o): Depend on termhooks.h. | Richard M. Stallman | 1999-02-19 | 1 | -2/+2 |
| * | (within_one_second): New function. | Richard M. Stallman | 1999-02-19 | 1 | -8/+106 |
| * | (Qusr1_signal, Qusr2_signal): New variables. | Richard M. Stallman | 1999-02-19 | 1 | -22/+28 |
| * | (Fdecode_sjis_char): In case of error, use %x for | Kenichi Handa | 1999-02-18 | 1 | -4/+4 |
| * | (adjust_markers_for_replace): When doing an insertion | Richard M. Stallman | 1999-02-18 | 1 | -1/+6 |
| * | (Vw32_quit_key): New variable. | Andrew Innes | 1999-02-17 | 1 | -1/+10 |
| * | (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'. | Kenichi Handa | 1999-02-17 | 1 | -4/+6 |
| * | (Ffile_attributes): If the file's size doesn't fit in | Eli Zaretskii | 1999-02-16 | 1 | -4/+6 |
| * | (Fdecode_sjis_char, Fencode_sjis_char): Hanlde | Kenichi Handa | 1999-02-16 | 1 | -14/+39 |
| * | (get_clipboard_data): Work around a bug in Windows95 | Eli Zaretskii | 1999-02-15 | 1 | -5/+11 |
| * | (decode_coding_iso2022): Don't set coding->composed_chars to 0 here. | Kenichi Handa | 1999-02-15 | 1 | -1/+1 |
| * | (Ffile_regular_p): Use lstat. | Richard M. Stallman | 1999-02-13 | 1 | -1/+1 |
| * | (HAS_SBSS_SECTION): Define this in some cases. | Richard M. Stallman | 1999-02-10 | 1 | -17/+22 |
| * | (Fyes_or_no_p, Fy_or_n_p): Doc fix. | Dave Love | 1999-02-08 | 1 | -3/+9 |
| * | (ccl_coding_driver): On encoding, coding->produced_char | Kenichi Handa | 1999-02-08 | 1 | -1/+3 |
| * | (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros. | Paul Fisher | 1999-02-07 | 1 | -30/+25 |
| * | (Fformat): Doc fix. | Richard M. Stallman | 1999-02-07 | 1 | -1/+1 |
| * | (construct_drag_n_drop): Call DraqQueryPoint before | Andrew Innes | 1999-02-05 | 1 | -2/+3 |
| * | (encode_terminal_code): Fix previous change. | Kenichi Handa | 1999-02-05 | 1 | -9/+15 |
| * | (encode_coding_iso2022): Before writing out an invalid | Kenichi Handa | 1999-02-05 | 1 | -0/+2 |
| * | (last_clipboard_text, clipboard_storage_size): New | Eli Zaretskii | 1999-02-04 | 1 | -1/+48 |
| * | (NLIST_STRUCT): Add #undef. | Richard M. Stallman | 1999-02-04 | 1 | -0/+2 |
| * | Fix last change. | Eli Zaretskii | 1999-02-03 | 1 | -2/+2 |
| * | (Fw16_set_clipboard_data): When the text needs to be | Eli Zaretskii | 1999-02-03 | 1 | -1/+3 |
| * | (Fset_char_table_default): To handle the case that CH is | Kenichi Handa | 1999-02-03 | 1 | -1/+1 |
| * | (syms_of_w32fns): Change default value of w32-mouse-move-interval to | Andrew Innes | 1999-02-02 | 1 | -1/+1 |
| * | (set_clipboard_data): Correctly null-terminate the | Eli Zaretskii | 1999-02-02 | 1 | -5/+11 |
| * | Use full path to temacs.exe when dumping. | Geoff Voelker | 1999-02-02 | 1 | -1/+1 |
| * | (Fset_buffer_multibyte): Error if buffer is multibyte. | Richard M. Stallman | 1999-02-01 | 1 | -0/+3 |
| * | (ROUND_UP_DST_AND_ZERO): New macro. | Andrew Innes | 1999-01-31 | 1 | -6/+19 |
| * | (Fset_window_point): If WINDOW is selected but the | Richard M. Stallman | 1999-01-30 | 1 | -1/+2 |
| * | (init_environment): Change argv[0] to contain the full path to Emacs. | Andrew Innes | 1999-01-30 | 1 | -2/+6 |
| * | (main): Pass argv to init_environment. | Andrew Innes | 1999-01-30 | 1 | -1/+1 |
| * | (x_load_font): For the height of font, if normarl ascent and | Kenichi Handa | 1999-01-30 | 1 | -1/+8 |
| * | (x_new_fontset): For ASCII font, don't use the font name | Kenichi Handa | 1999-01-30 | 1 | -1/+1 |
| * | (decode_mode_spec_coding): Fix previous change. | Eli Zaretskii | 1999-01-28 | 1 | -18/+22 |
| * | (w32_load_system_font): Do not load unlisted fonts if | Geoff Voelker | 1999-01-28 | 1 | -18/+167 |
| * | (x_set_frame_parameters): gcpro as needed. | Richard M. Stallman | 1999-01-28 | 1 | -0/+13 |
| * | (SETUP_SLAVE_PTY): Use the ptem module if it exists. | Richard M. Stallman | 1999-01-28 | 1 | -1/+17 |
| * | (w32_wnd_proc): Fix bug introduced by previous change; | Andrew Innes | 1999-01-27 | 1 | -15/+20 |
| * | Do make version comparison as strings. | Andrew Innes | 1999-01-27 | 1 | -1/+1 |
| * | eol-mnemonic-* variables are now strings, not characters. | Eli Zaretskii | 1999-01-27 | 1 | -4/+4 |
| * | (syms_of_coding): eol-mnemonic-* variables are now | Eli Zaretskii | 1999-01-27 | 1 | -16/+16 |
| * | (decode_mode_spec_coding): Display the EOL type as a string. | Eli Zaretskii | 1999-01-27 | 1 | -2/+17 |
| * | (main): Up-date copyright. | Richard M. Stallman | 1999-01-26 | 1 | -1/+1 |
| * | (syms_of_coding): Doc fix for inhibit-eol-conversion. | Dave Love | 1999-01-25 | 1 | -1/+2 |
| * | (Fsignal): Move comment to avoid confusing make-docfile. | Andreas Schwab | 1999-01-25 | 1 | -2/+2 |
| * | (x_set_frame_parameters): gcpro as needed. | Richard M. Stallman | 1999-01-25 | 1 | -0/+12 |
| * | Comment about unibyte. | Dave Love | 1999-01-24 | 1 | -0/+6 |