aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris2011-05-181-0/+11
* merge trunkKenichi Handa2011-05-191-28/+136
|\
| * src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-181-0/+4
| * * menu.c: Include limits.h (fixes the MS-Windows build broken byChristoph Scholtes2011-05-171-0/+5
| * Add header for integer overflow fixes.Paul Eggert2011-05-171-0/+2
| * Merge from mainline.Paul Eggert2011-05-171-31/+33
| |\
| | * * src/term.c (Fresume_tty): Restore hooks before reinitializing.Courtney Bane2011-05-171-28/+32
| * | * insdel.c (count_size_as_multibyte): Check for string overflow.Paul Eggert2011-05-151-0/+2
| * | * character.c (lisp_string_width): Check for string overflow.Paul Eggert2011-05-151-0/+9
| * | * alloc.c (string_overflow): New function.Paul Eggert2011-05-151-0/+8
| * | Merge: user-interface timestamps and other int overflow patches.Paul Eggert2011-05-151-0/+76
| |\ \ | | |/ | |/|
| | * * msdos.c (mouse_get_pos): Likewise.Paul Eggert2011-05-141-0/+2
| | * Fixups, following up to the user-interface timestamp change.Paul Eggert2011-05-141-0/+8
| | * * editfns.c (Fformat): Fix several integer overflow problems.Paul Eggert2011-05-121-0/+9
| | * Omit newline.Paul Eggert2011-05-121-1/+0
| | * * dispextern.h (struct image): Don't assume time_t <= unsigned long.Paul Eggert2011-05-121-0/+5
| | * * term.c (term_mouse_position): Don't assume time_t wraparound.Paul Eggert2011-05-121-0/+3
| | * Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-0/+23
| | * Add Bug#.Paul Eggert2011-05-121-1/+1
| | * * keyboard.c (make_lispy_event): Fix problem in integer overflow.Paul Eggert2011-05-121-0/+9
| | * * xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert2011-05-121-0/+1
| | * * xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert2011-05-121-0/+2
| | * * frame.h (struct frame): Use int for menu_bar_items_usedPaul Eggert2011-05-121-0/+2
| | * * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexesPaul Eggert2011-05-121-0/+4
| | * * menu.c (grow_menu_items): Check for int overflow.Paul Eggert2011-05-111-0/+2
| | * * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.Paul Eggert2011-05-111-0/+4
| | * * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.Paul Eggert2011-05-111-0/+9
| | * * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.Paul Eggert2011-05-111-0/+5
| | * * window.c (size_window): Avoid needless test at loop start.Paul Eggert2011-05-101-0/+4
* | | Make find_automatic_composition more efficient.Kenichi Handa2011-05-181-0/+6
|/ /
* | Put ChangeLog entries in the correct files.Glenn Morris2011-05-121-0/+4
* | Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-0/+16
|\ \ | |/ |/|
| * src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams2011-05-111-0/+4
| * Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu2011-05-111-0/+12
| * * xmenu.c (set_frame_menubar): Fix submenu loops.Andreas Schwab2011-05-091-0/+4
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-0/+68
* | src/image.c (Finit_image_library): Return t for built-in image types (bug#8640).Juanma Barranquero2011-05-101-0/+5
* | * w32menu.c (set_frame_menubar): Fix submenu allocation.Andreas Schwab2011-05-091-0/+4
* | Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii2011-05-071-0/+4
* | Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii2011-05-071-0/+10
* | * nt/configure.bat: Renamed the fusercflags variable to escusercflagsBen Key2011-05-061-0/+17
* | * dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus2011-05-071-0/+10
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-061-0/+6
* | Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.Eli Zaretskii2011-05-061-0/+5
* | Merge from mainline.Paul Eggert2011-05-051-1/+11
|\ \
| * | src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-061-0/+5
| * | * src/lread.c (lisp_file_lexically_bound_p): Stop scanning at endAndreas Schwab2011-05-051-0/+5
* | | Temporarily disable wider-than-pointer EMACS_INT.Paul Eggert2011-05-051-0/+2
* | | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert2011-05-051-0/+2
* | | Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert2011-05-041-10/+0