| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from `emacs-23'. | Stefan Monnier | 2010-03-24 | 1 | -0/+7 |
|\ |
|
| * | bug #5736: Allow X-resource menuBar to take on/off as documented. | Jan Djärv | 2010-03-22 | 1 | -0/+7 |
* | | Put non-GTK X scroll-bars on left. | Chong Yidong | 2010-03-15 | 1 | -0/+6 |
* | | Put scroll-bar on right by default on UNIX. | Chong Yidong | 2010-03-12 | 1 | -5/+0 |
|/ |
|
* | Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643). | Chong Yidong | 2010-01-29 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * cmds.c: Include "frame.h". | Andreas Schwab | 2009-12-09 | 1 | -1/+1 |
* | frame.c (frame_make_pointer_invisible) | Jan Djärv | 2009-11-29 | 1 | -2/+4 |
* | Don't crash if an X terminal is deleted with force == t. | Jan Djärv | 2009-11-27 | 1 | -0/+6 |
* | (focus-follows-mouse): Mention mouse-autoselect-window. | Glenn Morris | 2009-11-24 | 1 | -1/+1 |
* | Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog. | Jan Djärv | 2009-11-23 | 1 | -1/+9 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -2/+1 |
* | * frame.c (make_initial_frame): | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -46/+46 |
* | * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix | Chong Yidong | 2009-10-31 | 1 | -10/+18 |
* | Fix typos in comments. | Juanma Barranquero | 2009-10-26 | 1 | -4/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Fframe_pixel_height): Doc fix. (Bug#4535) | Glenn Morris | 2009-10-11 | 1 | -4/+16 |
* | * frame.c (xrdb_get_resource): Return nil for empty string resources; | Juanma Barranquero | 2009-09-24 | 1 | -1/+1 |
* | (x_get_resource_string): Re-add for non-toolkit builds (bug#4461). | Stefan Monnier | 2009-09-17 | 1 | -0/+26 |
* | (x_get_resource_string): Remove unused. | Stefan Monnier | 2009-09-16 | 1 | -25/+0 |
* | * xterm.c (x_new_font): Call change_frame_size before calling | Jan Djärv | 2009-09-15 | 1 | -3/+0 |
* | (Fx_parse_geometry): Unify the X and NS versions so that they share a | Glenn Morris | 2009-09-11 | 1 | -23/+16 |
* | Slightly fix the docstring of `select-frame'. | Bastien Guerry | 2009-07-26 | 1 | -3/+3 |
* | * xterm.h (struct x_display_info): Add invisible_cursor. | Jan Djärv | 2009-07-03 | 1 | -0/+39 |
* | * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky. | Jan Djärv | 2009-07-01 | 1 | -1/+3 |
* | * emacs.c (USAGE3, standard_args): Add -mm and --maximized. | Jan Djärv | 2009-07-01 | 1 | -86/+22 |
* | * frame.c (x_get_arg): Check if dpyinfo is non-NULL. | Chong Yidong | 2009-06-27 | 1 | -1/+1 |
* | (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window. | Stefan Monnier | 2009-05-19 | 1 | -10/+9 |
* | * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether sele... | Adrian Robert | 2009-05-18 | 1 | -2/+6 |
* | (frame-list): Clarify which frames are returned. | Stefan Monnier | 2009-05-04 | 1 | -1/+1 |
* | (x_set_font): When ARG is a font-object, check if the | Kenichi Handa | 2009-04-29 | 1 | -0/+10 |
* | (x_set_font): Avoid C99 mid-block variable declaration. | Jason Rumney | 2009-04-06 | 1 | -3/+2 |
* | (delete_frame): Work around compiler bug. | Stefan Monnier | 2009-03-28 | 1 | -1/+4 |
* | (x_set_font): If the fullscreen property is non-nil, adjust | Jan Djärv | 2009-03-27 | 1 | -0/+18 |
* | (x_set_font): Handle the case that ARG is a cons. | Kenichi Handa | 2009-03-19 | 1 | -2/+14 |
* | (x_set_font): When ARG is a font-object, don't alter the | Kenichi Handa | 2009-03-11 | 1 | -1/+2 |
* | (x_set_font): Always store a font to the font parameter, | Jason Rumney | 2009-01-14 | 1 | -1/+1 |
* | (x_set_frame_parameters): Remember requested value for | Martin Rudalics | 2009-01-09 | 1 | -7/+21 |
* | (x_set_frame_parameters): Make sure height (width) get | Martin Rudalics | 2009-01-05 | 1 | -2/+13 |
* | (make_terminal_frame): Remove redundant code and useless | Dan Nicolaescu | 2009-01-01 | 1 | -15/+7 |
* | (Vemacs_iconified): Remove. | Martin Rudalics | 2008-12-30 | 1 | -5/+0 |
* | (store_frame_param, x_get_arg): Enable newer code on | Jason Rumney | 2008-12-30 | 1 | -4/+0 |
* | * frame.c (delete_frame): New function derived from | Martin Rudalics | 2008-12-22 | 1 | -25/+35 |
* | Add comment to last change by jhd. | Chong Yidong | 2008-12-20 | 1 | -0/+4 |
* | (Fmake_terminal_frame): Raise an error when called from | Jason Rumney | 2008-12-20 | 1 | -1/+1 |
* | *** empty log message *** | Jan Djärv | 2008-12-20 | 1 | -0/+2 |
* | (Fdelete_frame): Call free_font_driver_list. | Chong Yidong | 2008-12-13 | 1 | -0/+1 |
* | * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha. | Seiji Zenitani | 2008-11-28 | 1 | -1/+1 |
* | (x_set_alpha): Set alpha to -1 if nil given. | Chong Yidong | 2008-11-12 | 1 | -19/+18 |