summaryrefslogtreecommitdiff
path: root/src
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-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 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-15Fix bug #12196 with incorrect memory allocations for region-cache.Eli Zaretskii
2012-08-15Generalize and cleanup font subsystem checks.Dmitry Antipov
2012-08-15Fix last change to xg_get_font.Dmitry Antipov
2012-08-15Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong
2012-08-15* src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.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 a problem with disabled mouse movement events.Eli Zaretskii
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-14* src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly
2012-08-14Don't call Fset_window_buffer from C code.Martin Rudalics
2012-08-14* intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert
2012-08-14* gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.Andreas Schwab
2012-08-14Fix for undo recording in decode_coding.Gergely Risko
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov
2012-08-14* gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.Dmitry Antipov
2012-08-13* gtkutil.c (xg_mark_data): Don't assume C99.Paul Eggert
2012-08-13Don't redraw tool bar for Gtk+ unless out of date.Jan Djärv
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-11* src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton
2012-08-11* nsterm.m (not_in_argv): New function.Jan Djärv
2012-08-11Use GtkFontChooser on Gtk+ 3.2 and up.Jan Djärv
2012-08-10ChangeLog date fixesGlenn Morris