index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-08-19
another docstring fixlet
Tom Tromey
2012-08-19
minor docstring fixup
Tom Tromey
2012-08-19
add condition-mutex and condition-name
Tom Tromey
2012-08-19
ensure name of a thread is a string
Tom Tromey
2012-08-19
ensure name of a mutex is a string
Tom Tromey
2012-08-19
use NILP
Tom Tromey
2012-08-19
condition variables
Tom Tromey
2012-08-18
comment fixes
Tom Tromey
2012-08-18
refactor systhread.h
Tom Tromey
2012-08-17
write docstrings for the thread functions
Tom Tromey
2012-08-17
declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.h
Tom Tromey
2012-08-15
process changes
Tom Tromey
2012-08-15
Prepare process.c for threads by not having global select masks.
Tom Tromey
2012-08-15
fix a latent bug in process.c
Tom Tromey
2012-08-15
This adds thread-blocker, a function to examine what a thread is
Tom Tromey
2012-08-15
This adds names to mutexes. This seemed like a nice debugging
Tom Tromey
2012-08-15
This supplies the mutex implementation for Emacs Lisp.
Tom Tromey
2012-08-15
This adds most of the thread features visible to emacs lisp.
Tom Tromey
2012-08-15
This turns thread_state into a pseudovector and updates various bits
Tom Tromey
2012-08-15
This introduces some new functions to handle the specpdl. The basic
Tom Tromey
2012-08-15
This introduces the low-level system threading support. It also adds
Tom Tromey
2012-08-15
This parameterizes the GC a bit to make it thread-ready.
Tom Tromey
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
2012-08-15
Fix bug #12196 with incorrect memory allocations for region-cache.
Eli Zaretskii
2012-08-15
Generalize and cleanup font subsystem checks.
Dmitry Antipov
2012-08-15
Fix last change to xg_get_font.
Dmitry Antipov
2012-08-15
Extract 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-14
Fix compiler warning in keyboard.c.
Eli Zaretskii
2012-08-14
Fix last change in keyboard.c.
Eli Zaretskii
2012-08-14
Fix a problem with disabled mouse movement events.
Eli Zaretskii
2012-08-14
Use bool for Emacs Lisp booleans.
Paul Eggert
2012-08-15
More doc fixes.
Chong Yidong
2012-08-15
Doc fixes.
Chong Yidong
2012-08-14
* src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.
Barry O'Reilly
2012-08-14
Don'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-14
Fix for undo recording in decode_coding.
Gergely Risko
2012-08-14
Revert 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-13
Don't redraw tool bar for Gtk+ unless out of date.
Jan Djärv
2012-08-13
Use KSET for write access to Lisp_Object members of struct kboard.
Dmitry Antipov
2012-08-13
Use 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-11
Use GtkFontChooser on Gtk+ 3.2 and up.
Jan Djärv
2012-08-10
ChangeLog date fixes
Glenn Morris
[next]