aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | *** empty log message ***Jason Rumney2008-03-011-0/+4
* | (w32_msg_pump): Disable debug code.Jason Rumney2008-03-011-0/+4
* | Merge from emacs--rel--22Miles Bader2008-03-012-0/+11
|\|
| * (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+1
| * * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
| * [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.YAMAMOTO Mitsuharu2008-02-272-0/+11
| * (wait_reading_process_output): Check for window changes caused by timers.Chong Yidong2008-02-271-1/+3
| * * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| * (Fformat): Doc fix.Chong Yidong2008-02-261-5/+30
| * * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
| * (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-5/+3
| * * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
* | (next_overlay_string): Don't set overlay_strings_at_end_processed_p ifChong Yidong2008-02-291-1/+1
* | * xdisp.c (next_overlay_string): Don't setChong Yidong2008-02-291-0/+6
* | (get_overlay_strings_1): Fix typo.Stefan Monnier2008-02-292-1/+5
* | (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+1
* | * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
* | (ftfont_match): Explicitly set pixelsize in pattern.Kenichi Handa2008-02-282-0/+10
* | (handle_auto_composed_prop): Don't make composition if it->stringKenichi Handa2008-02-282-1/+3
* | (display_mode_element): Cancel the previous change.Kenichi Handa2008-02-282-18/+19
* | (get_next_display_element, next_element_from_display_vector):Kim F. Storm2008-02-271-29/+30
* | (encode_terminal_code, produce_special_glyphs): Likewise.Kim F. Storm2008-02-271-42/+41
* | (IT_write_glyphs): Adapt to new glyph type.Kim F. Storm2008-02-271-11/+10
* | (GLYPH): Change type from int to struct with separate charKim F. Storm2008-02-271-30/+41
* | (current_column, current_column_1, Fmove_to_column)Kim F. Storm2008-02-271-17/+14
* | (GLYPH_SIMPLE_P): Rewrite.Kim F. Storm2008-02-271-15/+14
* | (line_draw_cost): Adapt to new glyph type.Kim F. Storm2008-02-271-26/+32
* | (CHAR_GLYPH_SPACE_P): Simplify.Kim F. Storm2008-02-271-8/+15
* | *** empty log message ***Kim F. Storm2008-02-271-0/+43
* | (wait_reading_process_output): Check for window changes caused by timers.Chong Yidong2008-02-271-1/+3
* | * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
* | (USAGE1): Add `--disable-font-backend'.Glenn Morris2008-02-272-0/+5
* | (Finsert_file_contents): Don't reset undo_list if no changeStefan Monnier2008-02-272-2/+11
* | * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-2610-49/+69
* | (Fformat): Doc fix.Chong Yidong2008-02-261-5/+30
* | * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
* | (Ffont_spec, Ffont_at): Fix typos in docstrings.Juanma Barranquero2008-02-262-31/+37
* | *** empty log message ***Stefan Monnier2008-02-261-0/+18
* | (Fbuffer_swap_text): New function.Stefan Monnier2008-02-252-0/+101
* | (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-5/+3
* | * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
* | (x_produce_glyphs): For a visible glyph, assure at leastKenichi Handa2008-02-251-0/+8
* | *** empty log message ***Jason Rumney2008-02-251-0/+4
* | (w32font_draw): Draw one character at a time when padding.Jason Rumney2008-02-251-1/+1
* | (Fdelete_window, Fadjust_window_trailing_edge):Stefan Monnier2008-02-252-23/+26
* | (struct glyph_string): New member padding_p.Kenichi Handa2008-02-253-11/+49
* | (w32font_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-1/+10
* | (ftxfont_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-4/+11
* | (xfont_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-9/+37
* | (xftfont_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-2/+7