aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-123-5/+31
* Fix minor problems found by GCC 4.6.0 static checking.Paul Eggert2011-06-1115-47/+75
|\
| * Merge from trunk.Paul Eggert2011-06-113-90/+74
| |\ | |/ |/|
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-06-122-6/+6
* | Handle gif subimage animation delay correctly.Chong Yidong2011-06-112-83/+67
| * * xmenu.c (x_menu_set_in_use): Fix incorrect assumption.Paul Eggert2011-06-112-2/+2
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-1115-49/+76
|/
* Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics2011-06-112-224/+156
* * src/image.c (imagemagick_load_image): Fix type mismatch.Andreas Schwab2011-06-112-3/+6
* * src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab2011-06-112-0/+5
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-115-524/+387
* Cruft removal in struct image.Chong Yidong2011-06-103-42/+42
* * buffer.h: Include <time.h>, for time_t.Paul Eggert2011-06-102-0/+4
* Merge: Fix minor problems found by static checking.Paul Eggert2011-06-107-64/+81
|\
| * * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.Paul Eggert2011-06-102-0/+10
| * Make identifiers static if they are not used in other modules.Paul Eggert2011-06-106-9/+15
| * * image.c (imagemagick_load_image): Don't use garbage pointer image_wand.Paul Eggert2011-06-102-11/+8
| * * window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-103-21/+18
| * * image.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-102-21/+25
| * * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.Paul Eggert2011-06-102-2/+4
|/
* * image.c (gif_load): Fix omitted cast error introduced by 2011-06-06 change.Chong Yidong2011-06-102-1/+6
* Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at.Martin Rudalics2011-06-102-11/+8
* Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii2011-06-103-1/+17
* Move window resize code from window.c to window.el.Martin Rudalics2011-06-108-1935/+161
* Final preparations for new window resize code.Martin Rudalics2011-06-092-84/+1206
* New symbols in window.c.Martin Rudalics2011-06-082-16/+48
* Add some new members to window structure in window.h.Martin Rudalics2011-06-083-272/+612
* window-height, window-width, and window-full-width-p are now in window.el.Martin Rudalics2011-06-082-36/+5
* Move get-lru-window and get-largest-window to window.el.Martin Rudalics2011-06-072-81/+3
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-074-25/+40
* Install some window-size related functions and window-list-1.Martin Rudalics2011-06-074-65/+196
* * fns.c (Fputhash): Document return value.Daniel Colascione2011-06-062-1/+5
* * src/image.c (gif_load): Implement gif89a spec "no disposal" method.Chong Yidong2011-06-062-107/+129
* Add Bug#8794 to ChangeLog entry.Paul Eggert2011-06-061-1/+1
* Merge: Cons<->int and similar integer overflow fixes.Paul Eggert2011-06-0624-235/+317
|\
| * Merge from trunk.Paul Eggert2011-06-067-317/+420
| |\ | |/ |/|
* | * src/window.h (Fwindow_frame): Declare.Stefan Monnier2011-06-062-14/+19
* | * alloc.c: Simplify handling of large-request failures (Bug#8800).Paul Eggert2011-06-062-11/+11
* | Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-066-248/+299
* | Expose window-tree functions in Elisp.Martin Rudalics2011-06-062-8/+62
* | Prepare for exposing window-tree functions in Elisp.Martin Rudalics2011-06-062-38/+29
| * Check for overflow when converting integer to cons and back.Paul Eggert2011-06-0612-195/+219
| * Check for buffer and string overflow more precisely.Paul Eggert2011-06-0510-11/+37
| * * image.c: Use ptrdiff_t, not int, for sizes.Paul Eggert2011-06-052-10/+15
| * * fileio.c (Fverify_visited_file_modtime): Avoid time overflowPaul Eggert2011-06-052-1/+4
| * * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.Paul Eggert2011-06-052-3/+4
| * Don't assume time_t can fit into int.Paul Eggert2011-06-054-3/+8
| |\
| | * Don't assume time_t can fit into int.Paul Eggert2011-06-034-3/+8
| | |\
| | | * Don't assume time_t can fit into int.Paul Eggert2011-06-014-3/+8
| * | | Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-056-15/+31
| |\ \ \ |/ / / / | | _ / | | /