aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix up display of the *Minibuf-0* buffer in the mini window.Jérémy Compostella2012-05-073-5/+27
* * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus2012-05-072-7/+13
* * lisp/buff-menu.el: Convert to Tabulated List mode.Chong Yidong2012-05-072-0/+5
* Merge from emacs-24; up to 2012-04-20T05:47:[email protected]Chong Yidong2012-05-052-2/+9
|\
| * Add NUL-termination to some uses of strncpy.Jim Meyering2012-05-022-2/+9
* | Add new error and function `user-error'.Stefan Monnier2012-05-047-149/+106
* | Do not limit current-time-string to years 1000..9999.Paul Eggert2012-05-032-19/+28
* | Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert2012-05-022-64/+97
* | * intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov2012-05-023-2/+9
* | * src/xfns.c (x_window): Use xstrdup (Bug#11375).Jim Meyering2012-05-022-4/+3
* | * src/xterm.c (x_term_init): Use memcpy instead of strncpy.Jim Meyering2012-05-022-1/+5
* | Merge from emacs-24; up to 2012-04-16T19:06:[email protected]Glenn Morris2012-05-022-1/+20
|\|
| * Fix bug #11367 with assertion violation during vertical motion in egg.el.Eli Zaretskii2012-04-292-1/+20
* | Reimplement execute-extended-command in Elisp.Aaron S. Hawley2012-05-012-155/+13
* | Remove references to macros that are not defined anywhereGlenn Morris2012-04-302-10/+10
* | Remove HAVE_LIBNCURSES; it is required to be trueGlenn Morris2012-04-302-3/+7
* | Rename autoconf output variable LD_SWITCH_X_SITE_AUX_RPATHGlenn Morris2012-04-302-1/+4
* | Remove LD_SWITCH_X_SITE_AUX, which is no longer usedGlenn Morris2012-04-302-4/+6
* | * .gdbinit (xpr): Remove checks for no longer existing misc types.Andreas Schwab2012-05-012-78/+6
* | Do not avoid creating empty evaporating overlays (Bug#9642).Paul Eggert2012-04-282-19/+27
* | Merge changes from emacs-24 branchChong Yidong2012-04-277-13/+66
|\|
| * * src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong2012-04-242-0/+5
| * Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii2012-04-233-0/+19
| * Fix last fix.Chong Yidong2012-04-231-10/+11
| * Doc fixes for where-is-internal.Chong Yidong2012-04-232-4/+16
| * fileio.c fix for bug#11245Glenn Morris2012-04-202-5/+12
| * Fix bug #11288 with overrunning array limits.Eli Zaretskii2012-04-202-4/+13
* | Allow word wrap together with whitespace-mode (bug #11341)Eli Zaretskii2012-04-262-5/+19
* | Don't disable Unicode menus on Windows NT and later due to random errors.Eli Zaretskii2012-04-262-2/+14
* | * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.Andreas Schwab2012-04-242-3/+15
* | Don't clear echo area prematurely when handling select window events (Bug#113...Martin Rudalics2012-04-242-1/+10
* | src/gnutls.c: Fix previous change.Juanma Barranquero2012-04-242-2/+11
* | src/gnutls.c (init_gnutls_functions): Fix bug#11311.Juanma Barranquero2012-04-242-2/+7
* | Do not create empty overlays with the evaporate property (Bug#9642).Paul Eggert2012-04-232-18/+27
* | Fix minor GTK3 problems found by static checking.Paul Eggert2012-04-234-34/+39
* | Spelling fixes.Paul Eggert2012-04-223-3/+3
* | * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.Paul Eggert2012-04-222-0/+7
* | Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert2012-04-222-375/+251
* | * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.Paul Eggert2012-04-222-1/+8
* | Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-222-1155/+622
* | Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.Paul Eggert2012-04-222-1/+5
* | * alloc.c: Handle unusual debugging option combinations.Paul Eggert2012-04-222-10/+22
* | * src/sysdep.c (list_system_processes): Support Darwin.Leo Liu2012-04-222-2/+20
* | * sysdep.c [__FreeBSD__]: Minor cleanups.Paul Eggert2012-04-212-46/+56
* | Add system processes support for FreeBSD.Eduard Wiebe2012-04-212-0/+216
* | * lisp.mk (lisp): Update.Andreas Schwab2012-04-212-0/+5
* | * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.Paul Eggert2012-04-202-0/+7
* | * src/print.c (print_preprocess): Only check print_depth if print-circleStefan Monnier2012-04-202-50/+56
* | Merge from emacs-24 branchChong Yidong2012-04-203-21/+70
|\|
| * Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong2012-04-202-10/+22