aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.Paul Eggert2011-06-121-0/+5
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-0/+12
* Merge from trunk.Paul Eggert2011-06-101-0/+10
|\
| * Cruft removal in struct image.Chong Yidong2011-06-101-0/+10
* | Merge from trunk.Paul Eggert2011-06-101-1/+37
|\ \ | |/
| * * 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
| |/
* | Merge from trunk.Paul Eggert2011-06-101-3/+106
|\ \ | |/
| * * 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
* | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert2011-06-091-1/+3
* | * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,Paul Eggert2011-06-081-0/+3
* | * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.Paul Eggert2011-06-081-0/+2
* | * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert2011-06-081-0/+2
* | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.Paul Eggert2011-06-081-0/+1
* | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.Paul Eggert2011-06-081-0/+2
* | * data.c (Qcompiled_function): Now static.Paul Eggert2011-06-081-0/+4
* | * window.c (window_body_lines): Now static.Paul Eggert2011-06-081-0/+2
* | * image.c (gif_load): Rename local to avoid shadowing.Paul Eggert2011-06-081-0/+2
* | Merge from trunk.Paul Eggert2011-06-081-2/+64
|\ \ | |/
| * 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
* | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.Paul Eggert2011-06-081-0/+8
* | * alloc.c (allocate_pseudovector): Don't use EMACS_INT when int would do.Paul Eggert2011-06-081-0/+1
* | * alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.Paul Eggert2011-06-081-0/+3
* | * alloc.c (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.Paul Eggert2011-06-081-0/+1
* | * alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)Paul Eggert2011-06-081-0/+4
* | * alloc.c: Use EMACS_INT, not int, to count objects.Paul Eggert2011-06-081-0/+10
* | * alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINTPaul Eggert2011-06-081-0/+3
* | * alloc.c (allocate_vectorlike): Check for ptrdiff_t overflow.Paul Eggert2011-06-081-0/+1
* | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.Paul Eggert2011-06-081-0/+3
* | * alloc.c: Catch some string size overflows that we were missing.Paul Eggert2011-06-081-0/+16
* | * character.c (string_escape_byte8): Fix nbytes/nchars typo.Paul Eggert2011-06-061-0/+2
* | * alloc.c (Fmake_string): Check for out-of-range init.Paul Eggert2011-06-061-0/+4
|/
* * 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