| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ftfont.c (ftfont_list_family): Initialize list var earlier. | Chong Yidong | 2008-12-03 | 1 | -0/+1 |
| * | * ftfont.c (ftfont_resolve_generic_family): Avoid using uninitialized var. | Chong Yidong | 2008-12-03 | 1 | -0/+1 |
| * | * ftfont.c (ftfont_match): Initialize entity variable. | Chong Yidong | 2008-12-03 | 1 | -0/+2 |
| * | * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak. | Chong Yidong | 2008-12-03 | 1 | -0/+2 |
| * | Fix typo. | Chong Yidong | 2008-12-03 | 1 | -1/+1 |
| * | * xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset | Chong Yidong | 2008-12-03 | 1 | -0/+5 |
| * | * keyboard.c (read_char_help_form_unwind): Specify the type for ARG. | Dan Nicolaescu | 2008-12-03 | 1 | -0/+6 |
| * | (detect_coding_system): Initialize utf_16_le_eol to -1, val to | Kenichi Handa | 2008-12-03 | 1 | -0/+3 |
| * | (decode_coding_utf_8): Likewise. | Kenichi Handa | 2008-12-03 | 1 | -0/+1 |
| * | (decode_coding_utf_16): Initialize consumed_chars_base | Kenichi Handa | 2008-12-03 | 1 | -0/+5 |
| * | * keyboard.c (make_lispy_position): Only use PT if the selected | Chong Yidong | 2008-12-02 | 1 | -0/+5 |
| * | (font_unparse_fcname): Fix use of uninitialized variable. | Andreas Schwab | 2008-12-02 | 1 | -0/+2 |
| * | (doprnt1): Fix size of charbuf. | Andreas Schwab | 2008-12-02 | 1 | -0/+4 |
| * | Fix typos. | Juanma Barranquero | 2008-12-02 | 1 | -3/+3 |
| * | * keyboard.c (timer_check): Revert last change. | Chong Yidong | 2008-12-02 | 1 | -0/+4 |
| * | * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo. | Juanma Barranquero | 2008-12-02 | 1 | -0/+4 |
| * | * makefile.w32-in: Update dependencies. | Juanma Barranquero | 2008-12-01 | 1 | -0/+5 |
| * | (register_font_driver): Use xmalloc. | Andreas Schwab | 2008-12-01 | 1 | -0/+5 |
| * | * xfaces.c (realize_x_face): Make abort condition clearer. | Chong Yidong | 2008-12-01 | 1 | -0/+2 |
| * | * gtkutil.c (update_frame_tool_bar): Initialize variable. | Chong Yidong | 2008-12-01 | 1 | -0/+4 |
| * | * keyboard.c (timer_check): After a timer runs, ensure that the | Chong Yidong | 2008-11-30 | 1 | -0/+5 |
| * | * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove. | Juanma Barranquero | 2008-11-30 | 1 | -0/+3 |
| * | * w32proc.c (Fw32_get_locale_info): Fix typo in docstring. | Juanma Barranquero | 2008-11-30 | 1 | -0/+4 |
| * | * w32proc.c: Include "coding.h". | Juanma Barranquero | 2008-11-29 | 1 | -0/+7 |
| * | (CHAR_CHARSET_P): Check if the encoder is loaded or | Kenichi Handa | 2008-11-29 | 1 | -0/+3 |
| * | (Fdefine_charset_internal): After calculating | Kenichi Handa | 2008-11-29 | 1 | -0/+6 |
| * | * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha. | Seiji Zenitani | 2008-11-28 | 1 | -0/+8 |
| * | (Fx_font_family_list, syms_of_xfaces): Fix last change. | Eli Zaretskii | 2008-11-27 | 1 | -0/+4 |
| * | * w32font.c (add_font_entity_to_list): Pass the right LOGFONT | Juanma Barranquero | 2008-11-27 | 1 | -0/+5 |
| * | *** empty log message *** | Kenichi Handa | 2008-11-27 | 1 | -0/+63 |
| * | (w32font_open_internal): Don't include external leading in font height. | Jason Rumney | 2008-11-26 | 1 | -0/+5 |
| * | committing logs wrote but forgot to commit last night | Adrian Robert | 2008-11-26 | 1 | -0/+19 |
| * | (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with | Glenn Morris | 2008-11-26 | 1 | -0/+5 |
| * | * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm): | Chong Yidong | 2008-11-24 | 1 | -0/+6 |
| * | (check_face_name): Use xstrcasecmp. Avoid compiler warning. | Jason Rumney | 2008-11-24 | 1 | -0/+5 |
| * | (check_face_name): New function. | Jason Rumney | 2008-11-23 | 1 | -0/+9 |
| * | (Fswitch_to_buffer): Reword and mention new option | Martin Rudalics | 2008-11-22 | 1 | -0/+5 |
| * | (Fbuffer_swap_text): Remove redundant marker manipulation. | Stefan Monnier | 2008-11-21 | 1 | -76/+62 |
| * | (detect_coding_iso_2022): Reject invalid composition | Kenichi Handa | 2008-11-21 | 1 | -0/+9 |
| * | (coordinates_in_window): Don't return | Martin Rudalics | 2008-11-20 | 1 | -0/+6 |
| * | (syms_of_buffer): Fix doc-string of cursor-type. | Martin Rudalics | 2008-11-16 | 1 | -0/+4 |
| * | (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg | Eli Zaretskii | 2008-11-15 | 1 | -0/+5 |
| * | * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call | Chong Yidong | 2008-11-15 | 1 | -0/+7 |
| * | * xterm.c (x_draw_glyph_string): Stop drawing the background of | Chong Yidong | 2008-11-15 | 1 | -0/+9 |
| * | * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid | Chong Yidong | 2008-11-14 | 1 | -0/+5 |
| * | (window_loop): In DELETE_BUFFER_WINDOWS case, reset | Martin Rudalics | 2008-11-14 | 1 | -0/+6 |
| * | * w32-fns.el (w32-shell-dos-semantics): | Juanma Barranquero | 2008-11-14 | 1 | -0/+6 |
| * | (OBJ1, WIN32OBJ): Fix whitespace. | Eli Zaretskii | 2008-11-14 | 1 | -0/+4 |
| * | (BASE_PURESIZE): Increase to 1260000. | Katsumi Yamaoka | 2008-11-14 | 1 | -0/+4 |
| * | * frame.c (x_set_alpha): Set alpha to -1 if nil given. | Chong Yidong | 2008-11-12 | 1 | -0/+10 |