summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-05-14Remove kludgey save and restore of IT->position for push_it.Eli Zaretskii
2011-05-14Text covered by `display' overlays is correctly reordered.Eli Zaretskii
2011-05-14Refactoring with bidi_fetch_char tested and debugged.Eli Zaretskii
2011-05-14Fixups, following up to the user-interface timestamp change.Paul Eggert
2011-05-12* editfns.c (Fformat): Fix several integer overflow problems.Paul Eggert
2011-05-12Omit newline.Paul Eggert
2011-05-12* dispextern.h (struct image): Don't assume time_t <= unsigned long.Paul Eggert
2011-05-12* term.c (term_mouse_position): Don't assume time_t wraparound.Paul Eggert
2011-05-12Be more systematic about user-interface timestamps.Paul Eggert
2011-05-12Add Bug#.Paul Eggert
2011-05-12* keyboard.c (make_lispy_event): Fix problem in integer overflow.Paul Eggert
2011-05-12* xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert
2011-05-12* xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert
2011-05-12Put ChangeLog entries in the correct files.Glenn Morris
2011-05-12* frame.h (struct frame): Use int for menu_bar_items_usedPaul Eggert
2011-05-12* xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexesPaul Eggert
2011-05-12Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris
2011-05-11* menu.c (grow_menu_items): Check for int overflow.Paul Eggert
2011-05-11* xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.Paul Eggert
2011-05-11* xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.Paul Eggert
2011-05-11* lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.Paul Eggert
2011-05-11src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams
2011-05-10* window.c (size_window): Avoid needless test at loop start.Paul Eggert
2011-05-11Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu
2011-05-10Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii
2011-05-10src/image.c (Finit_image_library): Return t for built-in image types (bug#8640).Juanma Barranquero
2011-05-09* w32menu.c (set_frame_menubar): Fix submenu allocation.Andreas Schwab
2011-05-09* xmenu.c (set_frame_menubar): Fix submenu loops.Andreas Schwab
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii
2011-05-07Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii
2011-05-07Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii
2011-05-06* nt/configure.bat: Renamed the fusercflags variable to escusercflagsBen Key
2011-05-07* dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus
2011-05-06src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-05-06Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.Eli Zaretskii
2011-05-05Merge from mainline.Paul Eggert
2011-05-05Temporarily disable wider-than-pointer EMACS_INT.Paul Eggert
2011-05-06src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero
2011-05-05* src/lread.c (lisp_file_lexically_bound_p): Stop scanning at endAndreas Schwab
2011-05-05* image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert
2011-05-04Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert
2011-05-04Merge from mainline.Paul Eggert
2011-05-04Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris
2011-05-04Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov
2011-05-05src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-05-05src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero
2011-05-04Fix previous change: the library cache is defined in w32.c.Juanma Barranquero
2011-05-04Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero
2011-05-04* term.c (vfatal): Remove stray call to va_end.Paul Eggert
2011-05-04Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert