| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -1/+2 |
|\ |
|
| * | Untag more efficiently if USE_LSB_TAG. | Paul Eggert | 2012-05-09 | 1 | -1/+2 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-10-29 | 1 | -37/+37 |
|\ \
| |/ |
|
| * | * src/frame.h (MOUSE_HL_INFO): Remove excess parens. | Andreas Schwab | 2011-10-29 | 1 | -37/+37 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
|/ |
|
* | * frame.h (struct frame): Use int, not EMACS_INT, where int works. | Paul Eggert | 2011-07-28 | 1 | -2/+2 |
* | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -1/+0 |
* | * frame.h (struct frame): Use int for menu_bar_items_used | Paul Eggert | 2011-05-12 | 1 | -1/+1 |
* | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -2/+1 |
* | * frame.c, frame.h (x_get_resource_string): Bring this back, but | Paul Eggert | 2011-04-16 | 1 | -0/+4 |
* | * frame.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -6/+2 |
* | * xdisp.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-11 | 1 | -5/+0 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+1 |
* | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | Paul Eggert | 2011-02-26 | 1 | -2/+6 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -17/+0 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | Fix typos in docstrings, comments and ChangeLogs. | Juanma Barranquero | 2010-10-13 | 1 | -1/+1 |
* | | Fix unified mouse highlight after compiling on Unix. | Eli Zaretskii | 2010-11-05 | 1 | -5/+11 |
* | | Fix mouse redesigned mouse highlight on MSDOS. | Eli Zaretskii | 2010-11-05 | 1 | -1/+1 |
* | | Start redesigning portable mouse highlight. Not compiled. | Eli Zaretskii | 2010-10-31 | 1 | -0/+8 |
* | | Fix typos. | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
* | | Fix handling of tool-bar-position, also put into default-frame-alist. | Jan D | 2010-08-13 | 1 | -1/+1 |
* | | Add declarations to header files. | Dan Nicolaescu | 2010-08-05 | 1 | -0/+7 |
* | | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top. | Jan Djärv | 2010-07-29 | 1 | -1/+5 |
* | | Fix some stuff that didn't compile. | Jan Djärv | 2010-07-29 | 1 | -1/+1 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | | * frame.h (Qtty_color_mode): Add declaration. | Dan Nicolaescu | 2010-07-26 | 1 | -0/+1 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -44/+44 |
|/ |
|
* | frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis. | YAMAMOTO Mitsuharu | 2010-04-08 | 1 | -1/+1 |
* | Fix resizing for X and non-Gtk+ build. Bug #5848. | Jan Djärv | 2010-04-07 | 1 | -2/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Make line<->pixel_y conversion macros aware of native menu/tool bars. | YAMAMOTO Mitsuharu | 2010-01-09 | 1 | -2/+13 |
* | * cmds.c: Include "frame.h". | Andreas Schwab | 2009-12-09 | 1 | -2/+1 |
* | * xterm.h (struct x_display_info): Add invisible_cursor. | Jan Djärv | 2009-07-03 | 1 | -1/+6 |
* | * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky | Jan Djärv | 2009-07-01 | 1 | -0/+1 |
* | * emacs.c (USAGE3, standard_args): Add -mm and --maximized. | Jan Djärv | 2009-07-01 | 1 | -6/+7 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * frame.c (delete_frame): New function derived from | Martin Rudalics | 2008-12-22 | 1 | -0/+1 |
* | Negative alpha means "don't touch". | Chong Yidong | 2008-11-12 | 1 | -1/+2 |
* | * frame.h (struct frame): Move alpha from the middle of bitfields. | Dan Nicolaescu | 2008-09-19 | 1 | -5/+5 |
* | * s/ms-w32.h (MULTI_KBOARD): Remove. | Dan Nicolaescu | 2008-07-31 | 1 | -4/+0 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -8/+4 |