summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit 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-10font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert
2011-04-10alloc.c: Import and export fewer symbols, and remove unused items.Paul Eggert
2011-04-10Declare 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-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-10Fix 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-10Fix 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-10src/ChangeLog: Fix address in eliz's last entry.Eli Zaretskii
2011-04-10* editfns.c (Fformat): Remove unreachable code.Paul Eggert
2011-04-10Fix more problems found by GCC 4.6.0's static checks.Paul Eggert
2011-04-10Keep doprnt.c around for now, as we might revamp and reuse it.Paul Eggert
2011-04-10Merge from mainline.Paul Eggert
2011-04-10use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering
2011-04-09Merge 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-09Mention 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-09Cleanups 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-09Merge from mainline.Paul Eggert
2011-04-09Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris
2011-04-09Fix ChangeLog attribution.Glenn Morris
2011-04-09Replace some uses of `int' with EMACS_INT.Eli Zaretskii
2011-04-08* eval.c: Port to Windows vsnprintf (Bug#8435).Paul Eggert
2011-04-08Fix 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-08Merge changes from emacs-23 branchChong 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-08Remove 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-06Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert
2011-04-06error: 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