| Age | Commit message (Expand) | Author |
| 2011-04-13 | * search.c (searchbufs, searchbuf_head): Now static. | Paul Eggert |
| 2011-04-13 | * scroll.c (scroll_cost): Remove; unused. | Paul Eggert |
| 2011-04-13 | * region-cache.h (pp_cache): Mark as externally visible. | Paul Eggert |
| 2011-04-13 | * process.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * print.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * sysdep.c (croak): Move decl from here to syssignal.h. | Paul Eggert |
| 2011-04-13 | * minibuf.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * lisp.h (verify_bytepos, count_markers): Mark as externally visible. | Paul Eggert |
| 2011-04-13 | * lread.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * keyboard.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * intervals.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * insdel.c (signal_before_change): Now static. | Paul Eggert |
| 2011-04-13 | * insdel.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * indent.c (val_compute_motion, val_vmotion): Now static. | Paul Eggert |
| 2011-04-13 | * image.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * fringe.c (standard_bitmaps): Now static. | Paul Eggert |
| 2011-04-13 | * frame.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * font.c, fontset.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * fns.c (weak_hash_tables): Now static. | Paul Eggert |
| 2011-04-13 | * fileio.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * eval.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * emacs.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * editfns.c: Move a (normally-unused) function to its only use. | Paul Eggert |
| 2011-04-13 | * xterm.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs. | Paul Eggert |
| 2011-04-13 | * process.c (send_process): Count partial writes as successes. | Paul Eggert |
| 2011-04-13 | * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451). | Chong Yidong |
| 2011-04-13 | Fix bug #8487 with invisible text at EOB under bidi. | Eli Zaretskii |
| 2011-04-13 | Fix bug #8487 with invisible property near EOB under bidi. | Eli Zaretskii |
| 2011-04-12 | emacs_write: Return size_t, not ssize_t, to avoid overflow issues. | Paul Eggert |
| 2011-04-12 | * sound.c: Don't assume sizes fit in 'int'. | Paul Eggert |
| 2011-04-12 | Use xfree instead of free where appropriate (Bug#8437) | Andreas Schwab |
| 2011-04-12 | * alloc.c (overrun_check_malloc, overrun_check_realloc) | Andreas Schwab |
| 2011-04-12 | * ftxfont.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-12 | * xfns.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-12 | * sysdep.c (emacs_read, emacs_write): Check for negative sizes | Paul Eggert |
| 2011-04-11 | * dispnew.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-11 | * xfaces.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-11 | * xdisp.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-11 | * dired.c (file_name_completion): Now static. | Paul Eggert |
| 2011-04-11 | * lisp.h (circular_list_error, FOREACH): Remove; unused. | Paul Eggert |
| 2011-04-11 | Fix bug #8468 with redisplay and scroll-margin > 0. | Eli Zaretskii |
| 2011-04-11 | Fix bug #8468 with redisplay when scroll-margin > 0. | Eli Zaretskii |
| 2011-04-11 | * commands.h (last_point_position, last_point_position_buffer): | Paul Eggert |
| 2011-04-10 | * coding.h (coding, code_convert_region, encode_coding_gap): Remove | Paul Eggert |
| 2011-04-10 | * chartab.c (chartab_chars, chartab_bits): Now static. | Paul Eggert |
| 2011-04-10 | * charset.h (charset_iso_8859_1): Remove decl. | Paul Eggert |
| 2011-04-10 | * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. | Paul Eggert |
| 2011-04-10 | * category.c (SET_CATEGORY_SET, set_category_set): Move here. | Paul Eggert |
| 2011-04-10 | * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static. | Paul Eggert |