summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-05-27Support X clipboard managers.Chong Yidong
2011-05-26* src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong
2011-05-26Allow empty regions in transpose-regionsLeo Liu
2011-05-24Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris
2011-05-25Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu
2011-05-25xdisp.c (get_next_display_element): Set correct it->face_id for a static comp...Kenichi Handa
2011-05-24Implement primitive `sha1' and remove sha1.elLeo Liu
2011-05-24* dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert
2011-05-23Add Bug#.Paul Eggert
2011-05-23* dbusbind.c: Serial number integer overflow fixes.Paul Eggert
2011-05-23* dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert
2011-05-23* dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert
2011-05-23* data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.Paul Eggert
2011-05-22* ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.Paul Eggert
2011-05-22Add bug#.Paul Eggert
2011-05-22ccl: add integer overflow checksPaul Eggert
2011-05-22* alloc.c (make_event_array): Use XINT, not XUINT.Paul Eggert
2011-05-22* mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_tPaul Eggert
2011-05-22Merge from trunk.Paul Eggert
2011-05-22* gnutls.c: Remove unused macros.Paul Eggert
2011-05-22Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong
2011-05-22* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert
2011-05-22Rework Fformat to avoid integer overflow issues.Paul Eggert
2011-05-22* src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong
2011-05-22* lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.Paul Eggert
2011-05-21Discovery of replacing display properties now uses the same codeEli Zaretskii
2011-05-20* data.c: Avoid integer truncation in expressions involving floats.Paul Eggert
2011-05-20merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert
2011-05-20Merge from emacs-23; up to 2010-06-11T18:51:00Z!juri@jurta.org.Glenn Morris
2011-05-20* src/Makefile.in (SOME_MACHINE_OBJECTS): Add some more files.Glenn Morris
2011-05-20* src/Makefile.in ($(etc)/DOC): Make second command line even shorter.Glenn Morris
2011-05-21* dispnew.c (scrolling_window): Don't exclude the case that theYAMAMOTO Mitsuharu
2011-05-20Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...Eli Zaretskii
2011-05-19* systime.h (Time): Define only if emacs is defined.Paul Eggert
2011-05-20merge trunkKenichi Handa
2011-05-20composite.c (find_automatic_composition): Fix previous change.Kenichi Handa
2011-05-19Remove $shortlisp from src/Makefile.in.Glenn Morris
2011-05-18Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris
2011-05-19merge trunkKenichi Handa
2011-05-18Make find_automatic_composition more efficient.Kenichi Handa
2011-05-18src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-05-17* menu.c: Include limits.h (fixes the MS-Windows build broken byChristoph Scholtes
2011-05-17Add header for integer overflow fixes.Paul Eggert
2011-05-17Merge from mainline.Paul Eggert
2011-05-17* src/term.c (Fresume_tty): Restore hooks before reinitializing.Courtney Bane
2011-05-15* insdel.c (count_size_as_multibyte): Check for string overflow.Paul Eggert
2011-05-15* character.c (lisp_string_width): Check for string overflow.Paul Eggert
2011-05-15* alloc.c (string_overflow): New function.Paul Eggert
2011-05-15Merge: user-interface timestamps and other int overflow patches.Paul Eggert
2011-05-14* msdos.c (mouse_get_pos): Likewise.Paul Eggert