| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Eli Zaretskii | 2008-10-18 | 1 | -15818/+15822 |
* | (Fset_file_modes): Doc fix. | Eli Zaretskii | 2008-10-18 | 1 | -1/+4 |
* | (Fwindow_width, Fset_window_start) | Martin Rudalics | 2008-10-18 | 2 | -51/+76 |
* | * configure.in: Add support for GNU/Linux on SuperH. | Dan Nicolaescu | 2008-10-18 | 2 | -0/+11 |
* | (Fsplit_window): Rename arg horflag to horizontal. | Martin Rudalics | 2008-10-17 | 2 | -11/+14 |
* | (ftfont_otf_features): Fix indexing | Kenichi Handa | 2008-10-17 | 2 | -2/+10 |
* | * dbusbind.c (Fdbus_call_method): Unbreak usage line. | Magnus Henoch | 2008-10-16 | 2 | -6/+8 |
* | (Fexpand_file_name): Doc fix. | Chong Yidong | 2008-10-16 | 1 | -1/+7 |
* | * fileio.c (Fexpand_file_name): Doc fix. | Chong Yidong | 2008-10-16 | 1 | -0/+2 |
* | (Finternal_set_lisp_face_attribute): Make null values of :foreground | Chong Yidong | 2008-10-16 | 1 | -0/+6 |
* | * xfaces.c (Finternal_set_lisp_face_attribute): Make null values | Chong Yidong | 2008-10-16 | 1 | -0/+6 |
* | (syms_of_buffer): Doc fix. | Eli Zaretskii | 2008-10-15 | 2 | -2/+7 |
* | Fix typos. | Juanma Barranquero | 2008-10-14 | 1 | -1/+1 |
* | (font_clear_prop): When clearing font width, clear the average width | Chong Yidong | 2008-10-14 | 1 | -1/+5 |
* | * font.c (font_clear_prop): When clearing font width, clear the | Chong Yidong | 2008-10-14 | 1 | -0/+5 |
* | (Finternal_set_lisp_face_attribute): Revert last change. | Chong Yidong | 2008-10-14 | 1 | -1/+0 |
* | Revert last change. | Chong Yidong | 2008-10-14 | 1 | -5/+0 |
* | (Finternal_set_lisp_face_attribute): If the font is to be updated, | Chong Yidong | 2008-10-14 | 1 | -6/+10 |
* | * xfaces.c (Finternal_set_lisp_face_attribute): If the font is to | Chong Yidong | 2008-10-14 | 1 | -0/+5 |
* | * ftfont.c (ftfont_shape_by_flt): Make static. | Andreas Schwab | 2008-10-12 | 3 | -4/+5 |
* | Don't include <m17n-flt.h>. | Andreas Schwab | 2008-10-12 | 2 | -3/+4 |
* | (SYSTEM_PURESIZE_EXTRA): Decrease to 10000. | Eli Zaretskii | 2008-10-10 | 2 | -3/+9 |
* | (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code. | Eli Zaretskii | 2008-10-09 | 2 | -19/+6 |
* | (update_text_area): Avoid looping due to large glyph | Chong Yidong | 2008-10-09 | 1 | -2/+11 |
* | * dispnew.c (update_text_area): Avoid looping due to large glyph | Chong Yidong | 2008-10-09 | 1 | -0/+5 |
* | (face_for_char): If face->fontset is negative, just return ascii_face. | Kenichi Handa | 2008-10-09 | 2 | -1/+13 |
* | (font_delete_unmatched): Fix previous change. Don't | Kenichi Handa | 2008-10-09 | 1 | -0/+2 |
* | (Fraise_frame): On text-only terminals select frame in | Martin Rudalics | 2008-10-09 | 2 | -4/+13 |
* | (fontset_find_font): Check frame validity. | Chong Yidong | 2008-10-08 | 1 | -3/+3 |
* | * fontset.c (fontset_find_font): Check frame validity. | Chong Yidong | 2008-10-08 | 1 | -0/+4 |
* | (xg_display_open): Reset default display if none exists. | Chong Yidong | 2008-10-07 | 1 | -26/+17 |
* | * gtkutil.c (xg_display_open): Reset default display if none exists. | Chong Yidong | 2008-10-07 | 1 | -0/+6 |
* | Add comment for last change. | Andreas Schwab | 2008-10-07 | 1 | -0/+2 |
* | (sys_signal): Always set SA_RESTART when | Andreas Schwab | 2008-10-06 | 2 | -4/+11 |
* | (Vbefore_init_time, Vafter_init_time): Declare. | Chong Yidong | 2008-10-06 | 1 | -0/+1 |
* | (x_wm_set_size_hint): Return immediately if called during | Chong Yidong | 2008-10-06 | 1 | -88/+86 |
* | (Vbefore_init_time, Vafter_init_time): Moved from startup.el. | Chong Yidong | 2008-10-06 | 1 | -0/+12 |
* | * emacs.c (Vbefore_init_time, Vafter_init_time): Moved from | Chong Yidong | 2008-10-06 | 1 | -0/+10 |
* | Fix case of "GNUstep". | Glenn Morris | 2008-10-04 | 3 | -5/+5 |
* | (update_frame): Flush termscript for MSDOS frames as well as for TTY. | Eli Zaretskii | 2008-10-04 | 2 | -3/+13 |
* | (redisplay_internal): If frame switched, redisplay the whole thing on MSDOS | Eli Zaretskii | 2008-10-04 | 1 | -1/+1 |
* | (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY. | Eli Zaretskii | 2008-10-04 | 2 | -1/+5 |
* | (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'. | Eli Zaretskii | 2008-10-04 | 2 | -6/+10 |
* | (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well. | Eli Zaretskii | 2008-10-04 | 2 | -2/+11 |
* | * menu.c (find_and_return_menu_selection) Add cast. | Adrian Robert | 2008-10-04 | 1 | -1/+1 |
* | * menu.c (find_and_return_menu_selection) Add cast. | Adrian Robert | 2008-10-03 | 1 | -0/+1 |
* | * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correc... | Adrian Robert | 2008-10-03 | 2 | -1/+6 |
* | (USAGE1): Add --daemon. | Glenn Morris | 2008-10-03 | 2 | -0/+5 |
* | (procfs_system_process_attributes): Multiply `pcpu' by 100, so it's in | Eli Zaretskii | 2008-10-02 | 2 | -1/+8 |
* | * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.curren... | Adrian Robert | 2008-10-02 | 5 | -234/+118 |