Overflow, signedness and related fixes for images.
[bpt/emacs.git] / src / ChangeLog
2011-07-17 Paul EggertOverflow, signedness and related fixes for images.
2011-07-14 Paul Eggert* bidi.c: Integer size and overflow fixes.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Lars Magne Ingebri... * data.c (Fcdr, Fcar): Revert the last change, since...
2011-07-14 Lars Magne Ingebri... Mention `case-fold-search' in all the re_search_* functions
2011-07-14 Lars Magne Ingebri... * keyboard.c (Fopen_dribble_file): Document when the...
2011-07-14 Adam Sjøgren* data.c (car, cdr): add functionality hints to documen...
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Paul Eggert* src/bidi.c: Hold off on these changes for now.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* alloc.c (__malloc_size_t): Remove.
2011-07-14 Lars Magne Ingebri... * editfns.c (Fdelete_region): Clarify the use of the...
2011-07-14 Martin RudalicsFix bugs in vertical-motion and display-buffer-normaliz...
2011-07-14 Paul EggertAdd Bug#.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* image.c: Improve checking for integer overflow.
2011-07-13 Lars Magne Ingebri... Fstring_to_char doc clarification
2011-07-13 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Honor gnutls_log_...
2011-07-13 Paul Eggert* gtkutil.c: Omit integer casts.
2011-07-13 Eli Zaretskiisrc/buffer.c (mmap_find): Fix a typo.
2011-07-13 Paul EggertMerge from trunk.
2011-07-13 Paul Eggert* image.c (png_load): Don't assume height * row_bytes...
2011-07-13 Johan BockgårdFix execution of x selection hooks.
2011-07-13 Paul Eggert* buffer.c (Fget_buffer_create): Initialized inhibit_sh...
2011-07-13 Paul Eggert* alloc.c (gc_sweep): Don't read past end of array.
2011-07-12 Andreas Schwab* src/character.c (Fcharacterp): Don't advertise option...
2011-07-12 Lars Magne Ingebri... (syms_of_keymap): Clarify that "modifier" is "modifier...
2011-07-12 Lars Magne Ingebri... window.c doc fixes.
2011-07-12 Paul EggertMerge from trunk.
2011-07-12 Paul Eggert* bidi.c (bidi_dump_cached_states): Use pD to print...
2011-07-12 Paul Eggert* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
2011-07-12 Paul EggertMerge: Fix minor new problems caught by GCC 4.6.1.
2011-07-12 Paul Eggert* xsettings.c (store_monospaced_changed): Define only...
2011-07-12 Paul Eggert* term.c (init_tty): Remove unused local.
2011-07-12 Chong Yidong* xdisp.c (Vresize_mini_windows): Incredibly minor...
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Paul Eggert* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
2011-07-11 Lars Magne Ingebri... Make it explicit that the mini-windows are the mini...
2011-07-11 Lars Magne Ingebri... Remove support for supdup, c10 and perq terminals,...
2011-07-11 Paul EggertMerge from trunk.
2011-07-10 Johan Bockgård* src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP...
2011-07-10 Jan Djärv* xmenu.c (menu_highlight_callback): Only pass frame...
2011-07-10 Andreas SchwabProtoize
2011-07-10 Andreas SchwabProtoize
2011-07-10 Paul EggertFix ChangeLog to reflect merge better.
2011-07-10 Paul EggertMerge from trunk.
2011-07-09 Eli Zaretskiisrc/bidi.c: Fix type of a variable revealed on x86_64.
2011-07-09 Juanma Barranquerosrc/chartab.c (uniprop_table_uncompress): Remove unused...
2011-07-09 Eli ZaretskiiFix various problems with cursor positioning around...
2011-07-09 Jan Djärv* gtkutil.c (qttip_cb): Remove code without function.
2011-07-09 Paul EggertMerge from trunk.
2011-07-09 Paul Eggert* image.c: Integer signedness and overflow and related...
2011-07-09 Eli ZaretskiiFix MS-Windows build broken by 2011-07-08T20:39:30Z...
2011-07-09 Paul EggertAdd Bug#.
2011-07-09 Paul EggertFix minor problems found by static checking.
2011-07-08 Paul EggertMerge: Use pthread_sigmask, not sigprocmask (Bug#9010).
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Jan DjärvBetter fix that keeps corret margins in tooltip.
2011-07-08 Jan DjärvDon't let Gtk+ linewrap tooltips.
2011-07-08 Jan DjärvFix breakage introduced by fixing Bug#8842.
2011-07-08 Jason Rumney* src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR...
2011-07-08 Jan DjärvFix warnings in ns*m files: Replace deprecated methods...
2011-07-08 Paul EggertMerge from gnulib.
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Jan Djärv* nsgui.h: Fix compiler warning about gnulib redefining...
2011-07-08 Jan DjärvFix services menu empty on OSX 1.6+.
2011-07-08 Paul EggertImprove hashing quality when configured --with-wide...
2011-07-07 Paul Eggert* emacs.c: Integer overflow minor fix.
2011-07-07 Paul Eggert* dispnew.c: Integer signedness and overflow fixes.
2011-07-07 Paul Eggert* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
2011-07-07 Paul Eggert* keyboard.h (num_input_events): Now uintmax_t.
2011-07-07 Paul Eggert* buffer.c: Integer signedness fixes.
2011-07-07 Eli ZaretskiiFix another bug with cursor motion around display prope...
2011-07-07 Paul Eggert* bidi.c: Integer signedness and overflow fixes.
2011-07-07 Lars Magne Ingebri... (describe_map_tree): Don't insert a double newline...
2011-07-07 Lars Magne Ingebri... Clarify the `call-interactively' doc string, and add...
2011-07-07 Paul Eggert* alloc.c: Integer signedness and overflow fixes.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-07 Eli ZaretskiiFix bug #9015 with a bogus crash with glyphless charact...
2011-07-07 Kenichi HandaIgnore a static composition that starts before the...
2011-07-07 Kenichi Handamerge trunk
2011-07-07 Dan NicolaescuSimplify Irix build, remove iris4d.h file.
2011-07-07 Paul Eggert* xselect.c: Integer signedness and overflow fixes.
2011-07-07 Paul Eggert* doprnt.c: Prefer signed to unsigned when either works.
2011-07-07 Paul EggertAssume freestanding C89 headers, string.h, stdlib.h.
2011-07-06 Paul EggertMerge from trunk.
2011-07-06 Paul EggertAdd Bug#.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Kenichi HandaAdd C interface for Unicode character property table.
2011-07-06 Paul EggertRemove more assumptions re struct layout (Bug#8884).
2011-07-06 Paul EggertMerge: Remove unportable assumption about struct layout...
2011-07-06 Paul EggertRemove unportable assumption about struct layout (Bug...
2011-07-06 Paul EggertUse pthread_sigmask, not sigprocmask.
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
next