aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (circular_list_error, FOREACH): Remove; unused.Paul Eggert2011-04-111-0/+5
* * commands.h (last_point_position, last_point_position_buffer):Paul Eggert2011-04-111-0/+4
* * coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert2011-04-101-0/+6
* * chartab.c (chartab_chars, chartab_bits): Now static.Paul Eggert2011-04-101-0/+2
* * charset.h (charset_iso_8859_1): Remove decl.Paul Eggert2011-04-101-0/+4
* * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.Paul Eggert2011-04-101-0/+4
* * category.c (SET_CATEGORY_SET, set_category_set): Move here.Paul Eggert2011-04-101-0/+4
* * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.Paul Eggert2011-04-101-0/+3
* * buffer.c (buffer_count): Remove unused var.Paul Eggert2011-04-101-0/+2
* * bidi.c (bidi_dump_cached_states): Mark as externally visible,Paul Eggert2011-04-101-0/+6
* * atimer.c (alarm_signal_handler, run_all_atimers): Now static.Paul Eggert2011-04-101-0/+3
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-0/+6
* alloc.c: Import and export fewer symbols, and remove unused items.Paul Eggert2011-04-101-0/+20
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-0/+16
* * lisp.h (DEFINE_FUNC): Make sname 'static'.Paul Eggert2011-04-101-0/+3
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-0/+59
* * editfns.c (Fformat): Remove unreachable code.Paul Eggert2011-04-101-0/+4
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-101-0/+83
|\
| * Keep doprnt.c around for now, as we might revamp and reuse it.Paul Eggert2011-04-101-2/+3
| * Merge from mainline.Paul Eggert2011-04-101-1/+11
| |\ | |/ |/|
* | use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-101-0/+10
| * Merge from mainline.Paul Eggert2011-04-091-0/+4
| |\ | |/ |/|
* | Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-091-0/+4
| * * xdisp.c (vmessage): Use a better test for character truncation.Paul Eggert2011-04-091-0/+2
| * * syntax.c (skip_chars): Likewise.Paul Eggert2011-04-091-0/+1
| * * editfns.c (Fformat): Likewise.Paul Eggert2011-04-091-0/+1
| * Mention potential integer overflow problems.Paul Eggert2011-04-091-1/+2
| * * casetab.c (set_identity, shuffle): Likewise.Paul Eggert2011-04-091-0/+1
| * * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.Paul Eggert2011-04-091-0/+1
| * * charset.c (load_charset_map): <, not <=, for optimization.Paul Eggert2011-04-091-0/+2
| * * xmenu.c (set_frame_menubar): Allocate smaller local vectors.Paul Eggert2011-04-091-0/+3
| * * callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert2011-04-091-0/+5
| * * ftfont.c: Distingish more carefully between FcChar8 and char.Paul Eggert2011-04-091-0/+8
| * * keyboard.c (read_char): Remove unused var.Paul Eggert2011-04-091-0/+2
| * Merge from mainline.Paul Eggert2011-04-091-5/+80
| |\ | |/ |/|
* | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-091-1/+11
|\ \
| * | Fix ChangeLog attribution.Glenn Morris2011-04-091-1/+1
| * | Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-2/+7
| * | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-081-0/+5
* | | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-0/+41
* | | Merge changes from emacs-23 branchChong Yidong2011-04-081-0/+8
|\ \ \ | |/ /
| * | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-081-0/+4
| * | * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-191-0/+4
* | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman2011-04-081-0/+4
* | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro.Chong Yidong2011-04-081-0/+1
* | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-0/+10
* | | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-061-0/+5
| | * * eval.c: Port to Windows vsnprintf (Bug#8435).Paul Eggert2011-04-081-0/+11
| | * * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.Paul Eggert2011-04-061-0/+2
| | * Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert2011-04-061-0/+6