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