summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-19another docstring fixletTom Tromey
2012-08-19minor docstring fixupTom Tromey
2012-08-19add condition-mutex and condition-nameTom Tromey
2012-08-19ensure name of a thread is a stringTom Tromey
2012-08-19ensure name of a mutex is a stringTom Tromey
2012-08-19use NILPTom Tromey
2012-08-19condition variablesTom Tromey
2012-08-18comment fixesTom Tromey
2012-08-18refactor systhread.hTom Tromey
2012-08-17write docstrings for the thread functionsTom Tromey
2012-08-17declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.hTom Tromey
2012-08-15add test case for I/O switchingTom Tromey
2012-08-15process changesTom Tromey
2012-08-15Prepare process.c for threads by not having global select masks.Tom Tromey
2012-08-15fix a latent bug in process.cTom Tromey
2012-08-15This adds thread-blocker, a function to examine what a thread isTom Tromey
2012-08-15This adds names to mutexes. This seemed like a nice debuggingTom Tromey
2012-08-15This adds some tests of the threading code.Tom Tromey
2012-08-15This supplies the mutex implementation for Emacs Lisp.Tom Tromey
2012-08-15This adds most of the thread features visible to emacs lisp.Tom Tromey
2012-08-15This turns thread_state into a pseudovector and updates various bitsTom Tromey
2012-08-15This introduces some new functions to handle the specpdl. The basicTom Tromey
2012-08-15This introduces the low-level system threading support. It also addsTom Tromey
2012-08-15This parameterizes the GC a bit to make it thread-ready.Tom Tromey
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey
2012-08-15Reword previous NEWS change.Glenn Morris
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-08-15Fix bug #12196 with incorrect memory allocations for region-cache.Eli Zaretskii
2012-08-15Generalize and cleanup font subsystem checks.Dmitry Antipov
2012-08-15Bump version to 24.2.50Chong Yidong
2012-08-15Fix last change to xg_get_font.Dmitry Antipov
2012-08-15* etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert
2012-08-15Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong
2012-08-15More CPP-DEFINES updatesGlenn Morris
2012-08-15* src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier
2012-08-14* lisp/textmodes/tex-mode.el (tex-insert-quote): ~ is a space.Stefan Monnier
2012-08-14* lisp/man.el (Man-overstrike-face, Man-underline-face)Wolfgang Jenkner
2012-08-14Implement ANSI SGR parameters 22-27.Wolfgang Jenkner
2012-08-14* lisp/subr.el (read-passwd): Allow use from a minibuffer.Stefan Monnier
2012-08-14* src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier
2012-08-14Fix compiler warning in keyboard.c.Eli Zaretskii
2012-08-14Fix last change in keyboard.c.Eli Zaretskii
2012-08-14Fix and improve GUD Tooltip mode.Eli Zaretskii
2012-08-14Fix a problem with disabled mouse movement events.Eli Zaretskii
2012-08-14byte-compile-setq-default fix for bug#12195Glenn Morris
2012-08-14Use bool for Emacs Lisp booleans.Paul Eggert
2012-08-15More doc fixes.Chong Yidong
2012-08-15Doc fixes.Chong Yidong
2012-08-14nt/config.nt: Sync with autogen/config.in.Juanma Barranquero
2012-08-14* lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.Glenn Morris