aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (echo_char): If C is an integer, always callGerd Moellmann2000-12-281-10/+1
* (echo_area_display): Bind redisplay-dont-pause to tGerd Moellmann2000-12-282-1/+9
* Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.Gerd Moellmann2000-12-283-5/+7
* Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.Gerd Moellmann2000-12-282-5/+9
* (setup_coding_system): InitializeKenichi Handa2000-12-281-2/+56
* (struct ccl_spec): New member eight_bit_carryover.Kenichi Handa2000-12-281-0/+1
* (CCL_WRITE_CHAR): Check variable `extra_bytes'.Kenichi Handa2000-12-281-20/+25
* *** empty log message ***Kenichi Handa2000-12-281-0/+11
* (SAFE_ONE_MORE_BYTE): New macro.Kenichi Handa2000-12-281-36/+439
* *** empty log message ***Kenichi Handa2000-12-281-0/+14
* *** empty log message ***Gerd Moellmann2000-12-271-0/+5
* (PT_PER_INCH): New macro.Gerd Moellmann2000-12-271-8/+12
* Comment out the line pointing to the Lesstif sourceGerd Moellmann2000-12-272-1/+4
* (Frecenter): Use displayed_window_lines insteadGerd Moellmann2000-12-272-48/+52
* *** empty log message ***Gerd Moellmann2000-12-271-0/+8
* (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-barsGerd Moellmann2000-12-272-10/+18
* (struct redisplay_history) [GLYPH_DEBUG]: New.Gerd Moellmann2000-12-271-25/+112
* *** empty log message ***Gerd Moellmann2000-12-271-0/+15
* (echo_prompt): Always set current_kboard->echoptr toGerd Moellmann2000-12-232-16/+21
* (init_from_display_pos): Pop until the iterator'sGerd Moellmann2000-12-232-1/+6
* (save_frame_matrix, restore_frame_matrix): Removed.Gerd Moellmann2000-12-232-42/+28
* (syms_of_xdisp): Fix last change.Eli Zaretskii2000-12-232-1/+5
* *** empty log message ***Gerd Moellmann2000-12-231-0/+9
* (syms_of_xdisp): Doc fix.Gerd Moellmann2000-12-231-18/+16
* *** empty log message ***Gerd Moellmann2000-12-221-0/+4
* (size_window): When setting the window's too_small_okGerd Moellmann2000-12-221-1/+1
* (w32_draw_bitmap): Fix drawing so it does not appear in the wrong colorsJason Rumney2000-12-222-17/+22
* (delete_window): Simplify somewhat.Gerd Moellmann2000-12-222-10/+16
* (struct ccl_program): New member cr_consumed.Kenichi Handa2000-12-221-2/+7
* (CCL_WRITE_CHAR): Don't handle EOL conversion here.Kenichi Handa2000-12-221-31/+57
* (ccl_coding_driver): Initialize ccl->cr_consumed.Kenichi Handa2000-12-211-2/+12
* *** empty log message ***Kenichi Handa2000-12-211-0/+10
* *** empty log message ***Gerd Moellmann2000-12-211-0/+12
* Fix a typo.Gerd Moellmann2000-12-211-1/+1
* (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional argGerd Moellmann2000-12-211-5/+10
* (GLYPH_EQUAL_P): Also compare pixel widths,Gerd Moellmann2000-12-211-1/+2
* (Fcall_interactively): Prevent a compiler warning.Gerd Moellmann2000-12-211-1/+4
* (print_unwind): Return nil.Gerd Moellmann2000-12-211-3/+8
* (Qinhibit_point_motion_hooks): Declare extern.Gerd Moellmann2000-12-211-0/+1
* *** empty log message ***Gerd Moellmann2000-12-211-0/+4
* (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.Gerd Moellmann2000-12-211-1/+5
* *** empty log message ***Gerd Moellmann2000-12-211-0/+14
* (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)Gerd Moellmann2000-12-211-53/+82
* (ensure_frame_matrix): Removed.Gerd Moellmann2000-12-211-14/+72
* (ensure_frame_matrix): Function declaration removed.Gerd Moellmann2000-12-211-1/+0
* (delete_window, Fsplit_window)Gerd Moellmann2000-12-211-3/+0
* (x_update_begin): Regenerate the palette here, ratherAndrew Innes2000-12-212-13/+19
* (select_palette): Avoid calling SelectPalette ifAndrew Innes2000-12-211-1/+9
* (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoidJason Rumney2000-12-211-2/+2
* (w32_init_bdf_font): Fix test for valid bmp heap.Jason Rumney2000-12-212-2/+2