| Age | Commit message (Expand) | Author |
| 2011-06-08 | * alloc.c (allocate_pseudovector): Don't use EMACS_INT when int would do. | Paul Eggert |
| 2011-06-08 | * alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value. | Paul Eggert |
| 2011-06-08 | * alloc.c (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'. | Paul Eggert |
| 2011-06-08 | * alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks) | Paul Eggert |
| 2011-06-08 | * alloc.c: Use EMACS_INT, not int, to count objects. | Paul Eggert |
| 2011-06-08 | Started work on string reordering. Just compiled, not yet tested. | Eli Zaretskii |
| 2011-06-08 | * alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT | Paul Eggert |
| 2011-06-08 | * alloc.c (allocate_vectorlike): Check for ptrdiff_t overflow. | Paul Eggert |
| 2011-06-08 | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. | Paul Eggert |
| 2011-06-08 | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert |
| 2011-06-08 | New symbols in window.c. | Martin Rudalics |
| 2011-06-08 | Add some new members to window structure in window.h. | Martin Rudalics |
| 2011-06-08 | window-height, window-width, and window-full-width-p are now in window.el. | Martin Rudalics |
| 2011-06-07 | Move get-lru-window and get-largest-window to window.el. | Martin Rudalics |
| 2011-06-07 | Make delete_all_subwindows argument a Lisp_Object. | Martin Rudalics |
| 2011-06-07 | Install some window-size related functions and window-list-1. | Martin Rudalics |
| 2011-06-06 | * character.c (string_escape_byte8): Fix nbytes/nchars typo. | Paul Eggert |
| 2011-06-06 | * alloc.c (Fmake_string): Check for out-of-range init. | Paul Eggert |
| 2011-06-06 | * fns.c (Fputhash): Document return value. | Daniel Colascione |
| 2011-06-06 | * src/image.c (gif_load): Implement gif89a spec "no disposal" method. | Chong Yidong |
| 2011-06-06 | Add Bug#8794 to ChangeLog entry. | Paul Eggert |
| 2011-06-06 | Merge: Cons<->int and similar integer overflow fixes. | Paul Eggert |
| 2011-06-06 | Merge from trunk. | Paul Eggert |
| 2011-06-06 | * src/window.h (Fwindow_frame): Declare. | Stefan Monnier |
| 2011-06-06 | * alloc.c: Simplify handling of large-request failures (Bug#8800). | Paul Eggert |
| 2011-06-06 | Move some window-related functions from frame.c to window.c. | Martin Rudalics |
| 2011-06-06 | Expose window-tree functions in Elisp. | Martin Rudalics |
| 2011-06-06 | Check for overflow when converting integer to cons and back. | Paul Eggert |
| 2011-06-06 | Prepare for exposing window-tree functions in Elisp. | Martin Rudalics |
| 2011-06-05 | Check for buffer and string overflow more precisely. | Paul Eggert |
| 2011-06-05 | * image.c: Use ptrdiff_t, not int, for sizes. | Paul Eggert |
| 2011-06-05 | * fileio.c (Fverify_visited_file_modtime): Avoid time overflow | Paul Eggert |
| 2011-06-05 | * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. | Paul Eggert |
| 2011-06-05 | Don't assume time_t can fit into int. | Paul Eggert |
| 2011-06-05 | Minor fixes for signed vs unsigned integers. | Paul Eggert |
| 2011-06-05 | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). | Paul Eggert |
| 2011-06-06 | Fixes: debbugs:8806 | Andreas Schwab |
| 2011-06-06 | * src/gtkutil.c (xg_get_default_scrollbar_width): Avoid warning. | Andreas Schwab |
| 2011-06-06 | * src/xfns.c (x_set_scroll_bar_default_width): Move declarations | Andreas Schwab |
| 2011-06-05 | Handle scroll bar width larger than 16 for GTK3. | Jan Djärv |
| 2011-06-05 | src/xdisp.c (single_display_spec_intangible_p): Remove declaration. | Juanma Barranquero |
| 2011-06-04 | * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu... | Chong Yidong |
| 2011-06-04 | Handle errors when saving to clipboard manager (Bug#8779). | Chong Yidong |
| 2011-06-04 | Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com. | Glenn Morris |
| 2011-06-04 | Fix declaration in bidi_level_of_next_char. | Eli Zaretskii |
| 2011-06-04 | src/bidi.c (bidi_level_of_next_char): Fix last change. | Eli Zaretskii |
| 2011-06-04 | Support bidi reordering of text covered by display properties. | Eli Zaretskii |
| 2011-06-03 | Don't assume time_t can fit into int. | Paul Eggert |
| 2011-06-03 | Minor fixes for signed vs unsigned integers. | Paul Eggert |
| 2011-06-03 | Cleanup. Tested in -nw and verified that bug #7616 didn't become worse. | Eli Zaretskii |