aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * More small doc and lispref edits related to processesGlenn Morris2012-04-182-5/+4
| * More process-related doc and manual small editsGlenn Morris2012-04-172-3/+12
| * Fix bug #11261 with cursor movement in a continued line when header line is p...Eli Zaretskii2012-04-172-4/+28
* | Merge from trunk.Paul Eggert2012-04-181-1/+1
|\ \
* \ \ Merge from trunk.Paul Eggert2012-04-172-3/+6
|\ \ \ | |/ /
| * | * dired.c (Fsystem_groups): Remove unused local.Paul Eggert2012-04-172-3/+6
* | | Merge from trunk.Paul Eggert2012-04-172-13/+64
|\ \ \ | |/ /
| * | * src/dired.c (Fsystem_users): Doc fix.Glenn Morris2012-04-162-1/+6
| * | Add functions to get system user names, group namesDmitry Antipov2012-04-162-0/+46
* | | Merge from trunk.Paul Eggert2012-04-152-4/+2
|\ \ \ | |/ /
| * | * alloc.c: Remove one incorrect comment and fix another.Paul Eggert2012-04-152-4/+2
* | | Merge from trunk.Paul Eggert2012-04-152-1/+24
|\ \ \ | |/ /
| * | Fix minor alloc.c problems found by static checking.Paul Eggert2012-04-152-1/+24
* | | Merge from trunk.Paul Eggert2012-04-152-59/+7
|\ \ \ | |/ /
| * | Fix minor ralloc.c problems found by static checking.Paul Eggert2012-04-152-59/+7
* | | Merge from trunk.Paul Eggert2012-04-154-21/+17
|\ \ \ | |/ /
| * | Improve ralloc.c interface checking.Paul Eggert2012-04-154-21/+17
* | | Merge from trunk.Paul Eggert2012-04-152-2/+7
|\ \ \ | |/ /
| * | * alloc.c (which_symbols): Fix alignment issue / type clash.Paul Eggert2012-04-152-2/+7
* | | Merge from trunk.Paul Eggert2012-04-156-51/+77
|\ \ \ | |/ /
| * | Simplify enforcement of object address alignmentAndreas Schwab2012-04-153-45/+71
| * | Fix ChangeLog typos.Juanma Barranquero2012-04-154-6/+6
* | | Merge from trunk.Paul Eggert2012-04-1314-23/+27
|\ \ \ | |/ /
| * | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).Paul Eggert2012-04-1314-23/+27
* | | Merge from trunk.Paul Eggert2012-04-131-1/+1
|\ \ \ | |/ /
| * | Spelling fixes.Paul Eggert2012-04-131-1/+1
* | | Merge from trunk.Paul Eggert2012-04-139-29/+75
|\ \ \ | |/ /
| * | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-134-6/+32
| |\ \ | | |/
| | * * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".Atsuo Ohki2012-04-132-5/+8
| | * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-105-2/+50