| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a simple struct to implement compile time checks for the Lisp_Object type | Andreas Schwab | 2012-06-13 | 1 | -4/+0 |
| * | For a 'struct window', replace some Lisp_Object fields to | Dmitry Antipov | 2012-06-01 | 1 | -2/+2 |
| * | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -29/+20 |
| |\ |
|
| | * | * frame.c (other_visible_frames): Don't assume selected frame is visible. | Chong Yidong | 2012-03-10 | 1 | -29/+20 |
| * | | 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-12-10 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -1/+1 |
| | * | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -3/+10 |
| |\ \
| |/ |
|
| | * | Work around GTK bug crashing emacs GTK builds. | Tassilo Horn | 2011-11-18 | 1 | -0/+7 |
| | * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
| | * | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -1/+1 |
| | * | Remove term "subwindow" from code and documentation. | Martin Rudalics | 2011-11-07 | 1 | -1/+1 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -29/+32 |
| |/ |
|
| * | * lisp/window.el (window-deletable-p): Never delete last frame on a terminal. | Chong Yidong | 2011-09-13 | 1 | -12/+0 |
| * | src/frame.c (x_report_frame_params): Cast to avoid compiler warnings. | Eli Zaretskii | 2011-09-09 | 1 | -2/+6 |
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
| * | * frame.c (tty_frame_count): Now printmax_t, not int. | Paul Eggert | 2011-08-29 | 1 | -18/+28 |
| * | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -5/+3 |
| |\ |
|
| | * | Fix --reverse-video on ttys. | Chong Yidong | 2011-07-22 | 1 | -5/+3 |
| * | | * frame.c: Integer overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -18/+20 |
| |/ |
|
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -96/+49 |
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -1/+1 |
| * | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings. | Martin Rudalics | 2011-06-12 | 1 | -1/+1 |
| * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -10/+2 |
| * | Move window resize code from window.c to window.el. | Martin Rudalics | 2011-06-10 | 1 | -5/+0 |
| * | Make delete_all_subwindows argument a Lisp_Object. | Martin Rudalics | 2011-06-07 | 1 | -1/+1 |
| * | Move some window-related functions from frame.c to window.c. | Martin Rudalics | 2011-06-06 | 1 | -111/+12 |
| * | Don't force ./temacs to start in terminal mode. | Dan Nicolaescu | 2011-05-31 | 1 | -2/+0 |
| * | Move clipboard-manager functionality out of hooks. | Chong Yidong | 2011-05-28 | 1 | -1/+8 |
| * | Be more systematic about user-interface timestamps. | Paul Eggert | 2011-05-12 | 1 | -2/+2 |
| * | Remove blank line. | Paul Eggert | 2011-04-18 | 1 | -1/+0 |
| * | * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right | Paul Eggert | 2011-04-18 | 1 | -9/+6 |
| * | * frame.c, frame.h (x_get_resource_string): Bring this back, but | Paul Eggert | 2011-04-16 | 1 | -0/+25 |
| * | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -13/+13 |
| * | * frame.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -27/+12 |
| * | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -8/+9 |
| * | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -13/+13 |
| * | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -2/+2 |
| * | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -1/+1 |
| * | * frame.c (validate_x_resource_name): Simplify count usage. | Paul Eggert | 2011-03-21 | 1 | -2/+1 |
| * | Better version of previous patch. | Paul Eggert | 2011-03-21 | 1 | -2/+1 |
| * | * frame.c (Fmodify_frame_parameters): Simplify loop counter. | Paul Eggert | 2011-03-21 | 1 | -1/+2 |
| * | Avoid recording dead buffers in buffer-list frame param (Bug#7898). | Chong Yidong | 2011-02-27 | 1 | -3/+11 |
| * | * frame.c (x_set_screen_gamma): Rename local to avoid shadowing. | Paul Eggert | 2011-02-26 | 1 | -5/+5 |
| * | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -8/+8 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -1/+1 |
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -34/+34 |