| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -1/+1 |
|\ |
|
| * | Fix compilation with GLYPH_DEBUG. | Eli Zaretskii | 2011-07-23 | 1 | -1/+1 |
* | | * xfns.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -14/+24 |
* | | Overflow, signedness and related fixes for images. | Paul Eggert | 2011-07-16 | 1 | -1/+2 |
|/ |
|
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -5/+2 |
* | * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky. | Stefan Monnier | 2011-07-04 | 1 | -4/+0 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -13/+6 |
* | GLYPH_DEBUG fixes | Paul Eggert | 2011-06-22 | 1 | -2/+2 |
* | * xfns.c: Don't assume strlen fits in int. | Paul Eggert | 2011-06-20 | 1 | -6/+7 |
* | Fixes for GLYPH_DEBUG. | Chong Yidong | 2011-06-18 | 1 | -8/+10 |
* | Merge from trunk. | Paul Eggert | 2011-06-15 | 1 | -1/+1 |
|\ |
|
| * | Fix resize and change of scroll bar width for Gtk3. | Jan Djärv | 2011-06-14 | 1 | -1/+1 |
| * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -4/+4 |
* | | Remove unnecessary casts. | Paul Eggert | 2011-06-12 | 1 | -2/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Move window resize code from window.c to window.el. | Martin Rudalics | 2011-06-10 | 1 | -2/+6 |
* | | * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals. | Paul Eggert | 2011-06-08 | 1 | -4/+4 |
|/ |
|
* | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -12/+3 |
* | * src/xfns.c (x_set_scroll_bar_default_width): Move declarations | Andreas Schwab | 2011-06-06 | 1 | -1/+2 |
* | Handle scroll bar width larger than 16 for GTK3. | Jan Djärv | 2011-06-05 | 1 | -2/+5 |
* | * xfns.c (Fx_window_property): Simplify a bit, | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
* | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
* | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | Paul Eggert | 2011-04-16 | 1 | -4/+4 |
* | * xfns.c (x_real_positions): Mark locals as initialized. | Paul Eggert | 2011-04-16 | 1 | -1/+1 |
* | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing. | Paul Eggert | 2011-04-16 | 1 | -7/+8 |
* | * xfns.c (USG): Use the kludged USG macro, to pacify gcc. | Paul Eggert | 2011-04-15 | 1 | -0/+2 |
* | * xfns.c (x_window): Rename locals to avoid shadowing. | Paul Eggert | 2011-04-15 | 1 | -6/+6 |
* | * xfns.c (free_frame_menubar, atof): Remove duplicate decls. | Paul Eggert | 2011-04-15 | 1 | -3/+0 |
* | * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |
* | Merge from mainline. | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
|\ |
|
| * | Use xfree instead of free where appropriate (Bug#8437) | Andreas Schwab | 2011-04-12 | 1 | -1/+1 |
* | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -4/+4 |
* | | * xfns.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-12 | 1 | -53/+22 |
* | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+4 |
* | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -4/+4 |
|/ |
|
* | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -1/+1 |
* | * xfns.c (make_invisible_cursor): Don't return garbage | Paul Eggert | 2011-04-01 | 1 | -4/+5 |
* | * xfns.c (x_create_tip_frame): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 1 | -2/+1 |
* | * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc. | Paul Eggert | 2011-03-15 | 1 | -4/+4 |
* | * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip): | Paul Eggert | 2011-03-09 | 1 | -12/+12 |
* | * xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame): | Paul Eggert | 2011-03-09 | 1 | -3/+2 |
* | * xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness. | Paul Eggert | 2011-03-09 | 1 | -5/+5 |
* | * xfns.c (Fx_create_frame): Add braces to silence GCC warning. | Paul Eggert | 2011-03-09 | 1 | -2/+3 |
* | * xfns.c (x_decode_color, x_set_name, x_window): Now static. | Paul Eggert | 2011-03-09 | 1 | -4/+4 |
* | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -2/+2 |
* | * xfns.c: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -4/+4 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -13/+13 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |