| Age | Commit message (Expand) | Author |
| 2011-04-10 | * buffer.c (buffer_count): Remove unused var. | Paul Eggert |
| 2011-04-10 | * bidi.c (bidi_dump_cached_states): Mark as externally visible, | Paul Eggert |
| 2011-04-10 | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. | Paul Eggert |
| 2011-04-10 | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | Paul Eggert |
| 2011-04-10 | alloc.c: Import and export fewer symbols, and remove unused items. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-04-10 | * lisp.h (DEFINE_FUNC): Make sname 'static'. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-04-10 | Fix wait_for_termination on GNU Hurd (Bug#8467) | Samuel Thibault |
| 2011-04-10 | * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902). | Chong Yidong |
| 2011-04-10 | Fix write-region and its subroutines for buffers > 2GB. | Eli Zaretskii |
| 2011-04-10 | * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack. | Paul Eggert |
| 2011-04-10 | src/ChangeLog: Fix address in eliz's last entry. | Eli Zaretskii |
| 2011-04-10 | * editfns.c (Fformat): Remove unreachable code. | Paul Eggert |
| 2011-04-10 | Fix more problems found by GCC 4.6.0's static checks. | Paul Eggert |
| 2011-04-10 | Keep doprnt.c around for now, as we might revamp and reuse it. | Paul Eggert |
| 2011-04-10 | Merge from mainline. | Paul Eggert |
| 2011-04-10 | use ssize_t and size_t for read- and write-like emacs_gnutls_* functions | Jim Meyering |
| 2011-04-09 | Merge from mainline. | Paul Eggert |
| 2011-04-09 | * xdisp.c (vmessage): Use a better test for character truncation. | Paul Eggert |
| 2011-04-09 | * syntax.c (skip_chars): Likewise. | Paul Eggert |
| 2011-04-09 | * editfns.c (Fformat): Likewise. | Paul Eggert |
| 2011-04-09 | Mention potential integer overflow problems. | Paul Eggert |
| 2011-04-09 | * casetab.c (set_identity, shuffle): Likewise. | Paul Eggert |
| 2011-04-09 | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. | Paul Eggert |
| 2011-04-09 | * charset.c (load_charset_map): <, not <=, for optimization. | Paul Eggert |
| 2011-04-09 | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | Paul Eggert |
| 2011-04-09 | Cleanups to the ImageMagick code and docstrings. | Chong Yidong |
| 2011-04-09 | * callint.c (Fcall_interactively): <, not <=, for optimization. | Paul Eggert |
| 2011-04-09 | * ftfont.c: Distingish more carefully between FcChar8 and char. | Paul Eggert |
| 2011-04-09 | * keyboard.c (read_char): Remove unused var. | Paul Eggert |
| 2011-04-09 | Merge from mainline. | Paul Eggert |
| 2011-04-09 | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris |
| 2011-04-09 | Fix ChangeLog attribution. | Glenn Morris |
| 2011-04-09 | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii |
| 2011-04-08 | * eval.c: Port to Windows vsnprintf (Bug#8435). | Paul Eggert |
| 2011-04-08 | Fix more GCC strict-aliasing warnings. | Chong Yidong |
| 2011-04-08 | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events. | Chong Yidong |
| 2011-04-08 | Merge changes from emacs-23 branch | Chong Yidong |
| 2011-04-08 | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). | Svante Signell |
| 2011-04-08 | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. | T.V. Raman |
| 2011-04-08 | * keyboard.c (syms_of_keyboard): Use DEFSYM macro. | Chong Yidong |
| 2011-04-08 | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp. | Chong Yidong |
| 2011-04-06 | * eval.c (verror): Initial buffer size is 4000 (not 200) bytes. | Paul Eggert |
| 2011-04-06 | Remove the doprnt implementation, as Emacs now uses vsnprintf. | Paul Eggert |
| 2011-04-06 | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert |
| 2011-04-06 | * eval.c (internal_lisp_condition_case): Don't pass spurious arg. | Paul Eggert |
| 2011-04-06 | * keyboard.c (access_keymap_keyremap): Print func name, not garbage. | Paul Eggert |
| 2011-04-06 | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int. | Paul Eggert |
| 2011-04-06 | * xterm.c (x_catch_errors): Remove duplicate declaration. | Paul Eggert |