| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p. | Stefan Monnier | 2011-06-15 | 1 | -0/+4 |
| * | Fix resize and change of scroll bar width for Gtk3. | Jan Djärv | 2011-06-14 | 1 | -0/+24 |
| * | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings. | Martin Rudalics | 2011-06-12 | 1 | -0/+13 |
| * | Fix minor problems found by GCC 4.6.0 static checking. | Paul Eggert | 2011-06-11 | 1 | -0/+30 |
| |\ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-06-11 | 1 | -1/+11 |
| | |\
| |/
|/| |
|
| * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2011-06-12 | 1 | -0/+5 |
| * | | Handle gif subimage animation delay correctly. | Chong Yidong | 2011-06-11 | 1 | -0/+5 |
| | * | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption. | Paul Eggert | 2011-06-11 | 1 | -2/+0 |
| | * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -0/+31 |
| |/ |
|
| * | Window configuration, balancing and fit-to-buffer rewrites. | Martin Rudalics | 2011-06-11 | 1 | -0/+9 |
| * | * src/image.c (imagemagick_load_image): Fix type mismatch. | Andreas Schwab | 2011-06-11 | 1 | -0/+3 |
| * | * src/window.h (replace_buffer_in_windows): Declare. | Andreas Schwab | 2011-06-11 | 1 | -0/+4 |
| * | Move/add window-buffer-related functions to window.el. | Martin Rudalics | 2011-06-11 | 1 | -0/+51 |
| * | Cruft removal in struct image. | Chong Yidong | 2011-06-10 | 1 | -0/+10 |
| * | * buffer.h: Include <time.h>, for time_t. | Paul Eggert | 2011-06-10 | 1 | -0/+3 |
| * | Merge: Fix minor problems found by static checking. | Paul Eggert | 2011-06-10 | 1 | -0/+33 |
| |\ |
|
| | * | * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't. | Paul Eggert | 2011-06-10 | 1 | -0/+2 |
| | * | Make identifiers static if they are not used in other modules. | Paul Eggert | 2011-06-10 | 1 | -0/+7 |
| | * | * image.c (imagemagick_load_image): Don't use garbage pointer image_wand. | Paul Eggert | 2011-06-10 | 1 | -0/+1 |
| | * | * window.c: Fix minor problems reported by GCC 4.6.0. | Paul Eggert | 2011-06-10 | 1 | -0/+9 |
| | * | * image.c: Fix minor problems reported by GCC 4.6.0. | Paul Eggert | 2011-06-10 | 1 | -0/+9 |
| | * | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals. | Paul Eggert | 2011-06-10 | 1 | -0/+4 |
| |/ |
|
| * | * image.c (gif_load): Fix omitted cast error introduced by 2011-06-06 change. | Chong Yidong | 2011-06-10 | 1 | -0/+5 |
| * | Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at. | Martin Rudalics | 2011-06-10 | 1 | -0/+8 |
| * | Avoid compiler warnings about missing prototypes of window.c functions. | Eli Zaretskii | 2011-06-10 | 1 | -0/+9 |
| * | Move window resize code from window.c to window.el. | Martin Rudalics | 2011-06-10 | 1 | -0/+64 |
| * | Final preparations for new window resize code. | Martin Rudalics | 2011-06-09 | 1 | -0/+19 |
| * | New symbols in window.c. | Martin Rudalics | 2011-06-08 | 1 | -2/+8 |
| * | Add some new members to window structure in window.h. | Martin Rudalics | 2011-06-08 | 1 | -0/+27 |
| * | window-height, window-width, and window-full-width-p are now in window.el. | Martin Rudalics | 2011-06-08 | 1 | -0/+5 |
| * | Move get-lru-window and get-largest-window to window.el. | Martin Rudalics | 2011-06-07 | 1 | -0/+3 |
| * | Make delete_all_subwindows argument a Lisp_Object. | Martin Rudalics | 2011-06-07 | 1 | -1/+9 |
| * | Install some window-size related functions and window-list-1. | Martin Rudalics | 2011-06-07 | 1 | -0/+15 |
| * | * fns.c (Fputhash): Document return value. | Daniel Colascione | 2011-06-06 | 1 | -0/+4 |
| * | * src/image.c (gif_load): Implement gif89a spec "no disposal" method. | Chong Yidong | 2011-06-06 | 1 | -0/+4 |
| * | Add Bug#8794 to ChangeLog entry. | Paul Eggert | 2011-06-06 | 1 | -1/+1 |
| * | Merge: Cons<->int and similar integer overflow fixes. | Paul Eggert | 2011-06-06 | 1 | -0/+79 |
| |\ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-06-06 | 1 | -12/+60 |
| | |\
| |/
|/| |
|
| * | | * src/window.h (Fwindow_frame): Declare. | Stefan Monnier | 2011-06-06 | 1 | -14/+18 |
| * | | * alloc.c: Simplify handling of large-request failures (Bug#8800). | Paul Eggert | 2011-06-06 | 1 | -0/+7 |
| * | | Move some window-related functions from frame.c to window.c. | Martin Rudalics | 2011-06-06 | 1 | -0/+26 |
| * | | Expose window-tree functions in Elisp. | Martin Rudalics | 2011-06-06 | 1 | -0/+3 |
| * | | Prepare for exposing window-tree functions in Elisp. | Martin Rudalics | 2011-06-06 | 1 | -0/+6 |
| | * | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -0/+30 |
| | * | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -0/+15 |
| | * | * image.c: Use ptrdiff_t, not int, for sizes. | Paul Eggert | 2011-06-05 | 1 | -0/+6 |
| | * | * fileio.c (Fverify_visited_file_modtime): Avoid time overflow | Paul Eggert | 2011-06-05 | 1 | -0/+3 |
| | * | * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. | Paul Eggert | 2011-06-05 | 1 | -0/+2 |
| | * | Don't assume time_t can fit into int. | Paul Eggert | 2011-06-05 | 1 | -0/+5 |
| | |\ |
|
| | | * | Don't assume time_t can fit into int. | Paul Eggert | 2011-06-03 | 1 | -0/+5 |
| | | |\ |
|