| Age | Commit message (Expand) | Author |
| 2012-08-26 | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert |
| 2012-08-25 | * lisp.h (ASET): Remove attempt to detect side effects. | Paul Eggert |
| 2012-08-25 | * src/lisp.h (functionp): New function (extracted from Ffunctionp). | Barry O'Reilly |
| 2012-08-25 | * xgselect.c (xg_select): Use auto storage for the GPollFD buffer | Paul Eggert |
| 2012-08-24 | * emacs.c (fatal_error_signal_hook): Remove. | Paul Eggert |
| 2012-08-24 | * casefiddle.c, casetab.c, category.c: Use bool for boolean. | Paul Eggert |
| 2012-08-25 | MS-Windows adaptations for 2012-08-25T04:04:08Z!eggert@cs.ucla.edu and 2012-0... | Eli Zaretskii |
| 2012-08-24 | On assertion failure, print backtrace if available. | Paul Eggert |
| 2012-08-24 | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert |
| 2012-08-24 | Update release logs | Chong Yidong |
| 2012-08-24 | Fix bug #12242 with crashes in ralloc.c on OpenBSD. | Eli Zaretskii |
| 2012-08-23 | * buffer.c, buffer.h: Use bool for boolean. | Paul Eggert |
| 2012-08-23 | * bidi.c: Use bool for boolean. | Paul Eggert |
| 2012-08-23 | In Fposn_at_x_y do not allow internal window as argument. | Martin Rudalics |
| 2012-08-23 | * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean. | Paul Eggert |
| 2012-08-22 | * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to | Dan Nicolaescu |
| 2012-08-22 | * nsterm.m (insertText:): Don't clear modifiers if code is space. | Jan Djärv |
| 2012-08-22 | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. | Paul Eggert |
| 2012-08-21 | * alloc.c: Use bool for booleans. | Paul Eggert |
| 2012-08-21 | Make recently-introduced setters macros. | Paul Eggert |
| 2012-08-21 | * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in | Jan Djärv |
| 2012-08-21 | * lisp.h (vcopy): Use memcpy rather than our own loop. | Paul Eggert |
| 2012-08-21 | Fix bug #11860 with displaying composite RTL characters on MS-Windows. | Eli Zaretskii |
| 2012-08-21 | * dbusbind.c (xd_remove_watch): Do not assume C99 comments. | Paul Eggert |
| 2012-08-21 | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov |
| 2012-08-21 | For selected window have (set-)window-point always operate on buffer's point. | Martin Rudalics |
| 2012-08-21 | Setter macros for fontsets. | Dmitry Antipov |
| 2012-08-20 | * src/Makefile.in: Don't assume that `ln -f' works. | Glenn Morris |
| 2012-08-20 | Avoid GDB 7.5 warnings about "set main" in src/.gdbinit. | Eli Zaretskii |
| 2012-08-20 | Improve MS-Windows related commentary and log entry for 2012-08-19T21:00:09Z!... | Eli Zaretskii |
| 2012-08-20 | Inline setter functions for Lisp_Objects slots of struct specbinding. | Dmitry Antipov |
| 2012-08-20 | In select_window always make selected window's buffer current. | Martin Rudalics |
| 2012-08-20 | Use AREF and ASET for docstrings of category tables. | Dmitry Antipov |
| 2012-08-20 | Inline setter functions for hash table members. | Dmitry Antipov |
| 2012-08-20 | Inline getter and setter functions for per-buffer values. | Dmitry Antipov |
| 2012-08-19 | Clarify recent ChangeLog entry. | Paul Eggert |
| 2012-08-20 | src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies. | Juanma Barranquero |
| 2012-08-19 | Rely on <unistd.h> to declare 'environ', | Paul Eggert |
| 2012-08-19 | * unexaix.c, unexcoff.c: Include "mem-limits.h". | Paul Eggert |
| 2012-08-19 | * xdisp.c (handle_invisible_prop): Make it a bit faster | Paul Eggert |
| 2012-08-20 | * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends. | Chong Yidong |
| 2012-08-19 | * .gdbinit: Use call instead of set when calling a function in the | Andreas Schwab |
| 2012-08-19 | * data.c (set_internal): Don't use set_blv_found. | Andreas Schwab |
| 2012-08-18 | * nsfont.m (ns_ascii_average_width): Ensure the string | Alp Aker |
| 2012-08-18 | port new setting code to Sun C 5.8 2005/10/13 | Paul Eggert |
| 2012-08-18 | Make display strings obey buffer-invisibility-spec. | Chong Yidong |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert |
| 2012-08-17 | * process.h (PSET): Remove. | Paul Eggert |
| 2012-08-17 | * window.h (WSET): Remove. | Paul Eggert |
| 2012-08-17 | * termhooks.h (TSET): Remove. | Paul Eggert |