bpt/emacs.git
2011-06-13 Paul Eggert* data.c (Faset): If ARRAY is a string, check that...
2011-06-13 Paul Eggert* chartab.c (Fchar_table_range): Use CHARACTERP to...
2011-06-13 Paul Eggert* composite.c: Use int, not EMACS_INT, for characters.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to ENCODE_CHAR.
2011-06-13 Paul Eggert* character.c (char_string): Remove unnecessary casts.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to CHAR_STRING.
2011-06-12 Paul EggertRemove incorrect casts to 'unsigned' that lose info...
2011-06-12 Paul Eggert* lisp.h (UNSIGNED_CMP): New macro.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Chong YidongCruft removal in struct image.
2011-06-10 Paul Eggert* buffer.h: Include <time.h>, for time_t.
2011-06-10 Paul EggertMerge: Fix minor problems found by static checking.
2011-06-10 Paul Eggert* image.c (PixelGetMagickColor): Declare if ImageMagick...
2011-06-10 Paul EggertMake identifiers static if they are not used in other...
2011-06-10 Paul Eggert* image.c (imagemagick_load_image): Don't use garbage...
2011-06-10 Paul Eggert* window.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* image.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* ftfont.c (ftfont_get_metrics, ftfont_drive_otf):...
2011-06-10 Paul EggertMerge from trunk.
2011-06-10 Paul Eggert* movemail.c: Fix race condition and related bugs ...
2011-06-10 Chong Yidong* image.c (gif_load): Fix omitted cast error introduced...
2011-06-10 Martin RudalicsSome more window.h fixes missing in 2011-06-10T06:55...
2011-06-10 Eli ZaretskiiAvoid compiler warnings about missing prototypes of...
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
2011-06-10 Katsumi YamaokaImprove Gnus' dribble data handling.
2011-06-09 Glenn Morris* lisp/calendar/appt.el (appt-mode-line): Eliminate...
2011-06-09 Glenn MorrisEliminate some code duplication in appt.el.
2011-06-09 Glenn MorrisAllow/recommend explicit args for minor-modes in file...
2011-06-09 Paul EggertRemove obsolete comment about PNTR_COMPARISON_TYPE.
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove...
2011-06-09 Ted ZlatanovAdd `xterm-extra-capabilities' defcustom for terminals...
2011-06-09 Glenn MorrisAuto-commit of generated files.
2011-06-09 Martin RudalicsFinal preparations in window.el for new window resize...
2011-06-09 Martin RudalicsFinal preparations for new window resize code.
2011-06-09 Glenn Morrisange-ftp fixes for dired switches not being just a...
2011-06-09 Alexander KlimovSmall fixes for dired-listing-switches usage.
2011-06-09 Glenn MorrisAllow some appt.el display functions to handle lists.
2011-06-09 Paul Eggert* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast...
2011-06-09 Paul Eggert* xfns.c (x_set_scroll_bar_default_width): Remove unuse...
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS): Don't assume a byte count...
2011-06-09 Paul Eggert* buffer.c (advance_to_char_boundary): Return EMACS_INT...
2011-06-09 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT...
2011-06-09 Paul Eggert* data.c (Qcompiled_function): Now static.
2011-06-08 Paul Eggert* window.c (window_body_lines): Now static.
2011-06-08 Paul Eggert* image.c (gif_load): Rename local to avoid shadowing.
2011-06-08 Paul Eggert* print.c (print_object): Fix typo in ptrdiff_t printing.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Paul Eggert* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
2011-06-08 Paul Eggert* alloc.c (allocate_pseudovector): Don't use EMACS_INT...
2011-06-08 Paul Eggert* alloc.c (inhibit_garbage_collection): Set gc_cons_thr...
2011-06-08 Paul Eggert* alloc.c (nzombies, ngcs, max_live, max_zombies):...
2011-06-08 Paul Eggert* alloc.c: (n_interval_blocks, n_string_blocks, n_float...
2011-06-08 Paul Eggert* alloc.c: Use EMACS_INT, not int, to count objects.
2011-06-08 Paul Eggert* alloc.c (mark_vectorlike, mark_char_table, mark_objec...
2011-06-08 Paul Eggert* alloc.c (allocate_vectorlike): Check for ptrdiff_t...
2011-06-08 Paul Eggert* alloc.c (Fmake_bool_vector): Don't assume vector...
2011-06-08 Paul Eggert* alloc.c: Catch some string size overflows that we...
2011-06-08 Paul Eggert* lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2011-06-08 Martin RudalicsNew symbols in window.c.
2011-06-08 Martin RudalicsA few new functions and rewrites in window.el.
2011-06-08 Martin RudalicsAdd some new members to window structure in window.h.
2011-06-08 Glenn MorrisMerge from emacs-23; up to 2010-06-13T18:15:45Z!eliz...
2011-06-08 Ivan Kanis* lisp/calendar/appt.el (appt-check): Move some initial...
2011-06-08 Glenn MorrisChangeLog fixes.
2011-06-08 Glenn MorrisMove ChangeLog entry to the right file.
2011-06-08 Martin Rudalicswindow-height, window-width, and window-full-width...
2011-06-07 Chong YidongSome changes and re-organization for animated gif support.
2011-06-07 Eli ZaretskiiFix the MS-DOS build broken by STRING_BYTES_MAX.
2011-06-07 Martin RudalicsAdd and rewrite window size functions in window.el.
2011-06-07 Martin RudalicsMove get-lru-window and get-largest-window to window.el.
2011-06-07 Martin RudalicsMake delete_all_subwindows argument a Lisp_Object.
2011-06-07 Eli Zaretskiint/ChangeLog: Fix a typo in last entry.
2011-06-07 Eli ZaretskiiUpdate nt/inc/stdint.h for PTRDIFF_MAX.
2011-06-07 Glenn MorrisAuto-commit of generated files.
2011-06-07 Martin RudalicsInstall some window-size related functions and window...
2011-06-07 Paul Eggert* character.c (string_escape_byte8): Fix nbytes/nchars...
2011-06-07 Paul Eggert* alloc.c (Fmake_string): Check for out-of-range init.
2011-06-07 Paul Eggert[ChangeLog]
2011-06-07 Daniel Colascione* fns.c (Fputhash): Document return value.
2011-06-06 Chong Yidong* src/image.c (gif_load): Implement gif89a spec "no...
2011-06-06 Paul EggertMerge from gnulib.
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertAdd Bug#8794 to ChangeLog entry.
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul Eggert* Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Stefan Monnier* src/window.h (Fwindow_frame): Declare.
2011-06-06 Paul Eggert* alloc.c: Simplify handling of large-request failures...
2011-06-06 Martin RudalicsAdd window-tree based, atomic and side window functions...
2011-06-06 Martin RudalicsMove some window-related functions from frame.c to...
2011-06-06 Martin RudalicsExpose window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for overflow when converting integer to cons...
2011-06-06 Martin RudalicsPrepare for exposing window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul Eggert* image.c: Use ptrdiff_t, not int, for sizes.
2011-06-06 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-06 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
next