summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (NO_WTMP_FILE): Define it.Karl Heuer1999-05-091-0/+5
* (w32_strict_painting): New variable.Andrew Innes1999-05-051-6/+25
* (x_to_w32_charset): Fix typo: want to map all JapaneseAndrew Innes1999-05-041-3/+4
* (x_load_font): Fix typo (`>' -> `=').Kenichi Handa1999-05-041-1/+1
* (struct ccl_program): New member stack_idx.Kenichi Handa1999-05-041-0/+1
* (ccl_prog_stack_struct): Declare it as static.Kenichi Handa1999-05-041-4/+8
* (dumpglyphs): Always fill background for italic fonts.Andrew Innes1999-05-031-0/+2
* (make_time): Make argument type be time_t.Andrew Innes1999-05-031-1/+1
* (unibyte_display_via_language_environment): Add extern.Andrew Innes1999-05-021-0/+2
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-12/+0
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-17/+5
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-12/+0
* (display_text_line): Convert unibyte char to multibyteAndrew Innes1999-05-021-0/+18
* (HAVE_FSYNC): New macro.Andrew Innes1999-05-021-0/+3
* [andrewi]Andrew Innes1999-05-021-41/+81
* (Fw32_set_clipboard_data): Undo last change to addAndrew Innes1999-05-021-1/+1
* (w32_get_string_resource): Check for name in currentAndrew Innes1999-05-021-9/+18
* (sys_kill): Attach to current foreground threadAndrew Innes1999-05-021-18/+51
* [andrewi]Andrew Innes1999-05-021-16/+95
* (get_section_info): Dump back the entire EMDATAAndrew Innes1999-05-021-6/+24
* ($(BLD)\w32term.obj): Add dependency on w32heap.h.Andrew Innes1999-05-021-0/+1
* [andrewi]Andrew Innes1999-05-021-1/+6
* Comment fix.Karl Heuer1999-04-281-1/+1
* (x_list_fonts): Fix previous change.Karl Heuer1999-04-261-0/+1
* (HAVE_LIBXP): Add #undef.Karl Heuer1999-04-261-0/+1
* (LIB_MOTIF_EXTRA): Check HAVE_LIBXP.Karl Heuer1999-04-261-1/+1
* Trap X errors so that Emacs doesn't dieKenichi Handa1999-04-131-4/+34
* (BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.Karl Heuer1999-04-121-1/+1
* (Fset_fontset_font): Fix previous change.Kenichi Handa1999-04-121-1/+1
* (Fquery_fontset): Check for fontset aliases here.Kenichi Handa1999-04-101-6/+7
* (do_autoload): Preserve match data.Richard M. Stallman1999-04-091-3/+6
* (Fmake_indirect_buffer): Copy multibyte status from the base buffer.Richard M. Stallman1999-04-091-0/+11
* (Faccept_process_output): Check validity of PROCESS.Richard M. Stallman1999-04-081-0/+3
* (jp_kbd_translate_table): Fix the other \ key.Eli Zaretskii1999-04-081-0/+1
* (x_set_font): Fix error message.Richard M. Stallman1999-04-081-1/+1
* (Fquery_fontset): Don't check for fontset aliases here.Richard M. Stallman1999-04-071-15/+14
* (x_to_w32_font): Provide sufficient buffer to encode_coding to avoid carryover.Richard M. Stallman1999-04-071-3/+10
* (base64_encode_1): Don't add unnecessary newline at the tail.Kenichi Handa1999-04-071-6/+0
* (Ffile_attributes): Doc fix.Richard M. Stallman1999-04-061-1/+2
* (get_doc_string): When UNIBYTE and DEFINITION are 0,Richard M. Stallman1999-04-061-2/+9
* (Faccessible_keymaps): Really initialize i_byte.Richard M. Stallman1999-04-061-11/+13
* Add comments for decode_coding and encode_coding.Kenichi Handa1999-04-061-2/+22
* (ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handlingKenichi Handa1999-04-061-13/+18
* (dos_rawgetc): Don't zero out c if private translationEli Zaretskii1999-04-061-5/+4
* (graft_intervals_into_buffer): Turn offRichard M. Stallman1999-04-061-0/+3
* (dumpglyphs): Be sure to fill the whole background ofKenichi Handa1999-04-051-1/+3
* (jp_kbd_translate_table): Fix last change.Eli Zaretskii1999-04-051-2/+4
* (struct kbd_translate): New struct, for key translationEli Zaretskii1999-04-041-31/+93
* (redisplay_window): When we call compute_motion withKenichi Handa1999-04-021-2/+2
* (Fexecute_kbd_macro): Save real_this_command.Karl Heuer1999-03-301-5/+9