src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
[bpt/emacs.git] / src / ChangeLog
2011-04-15 Juanma Barranquerosrc/font.c (Qopentype): Don't make static (used from...
2011-04-15 Stefan Monnier* src/process.c (Qprocessp): Don't declare static.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Andreas Schwab* fileio.c (Finsert_file_contents): Fix typo in 2005...
2011-04-14 Paul EggertDon't publish debugger-only interfaces to other modules.
2011-04-14 Paul Eggert* sysdep.c (croak): Now static, if
2011-04-14 Paul Eggert2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2011-04-14 Paul Eggert* xsettings.c, xsettings.h (xsettings_get_system_normal...
2011-04-14 Paul Eggert* xrdb.c (x_customization_string, x_rm_string): Now...
2011-04-14 Paul Eggert* xmenu.c (x_menu_wait_for_event): Export only if USE_M...
2011-04-14 Paul Eggert* xdisp.c (draw_row_with_mouse_face): Now static.
2011-04-14 Paul Eggert* window.h (check_all_windows): Mark externally visible.
2011-04-14 Paul Eggert* window.c (window_deletion_count): Now static.
2011-04-14 Paul Eggert* textprop.c (interval_insert_behind_hooks): Now static.
2011-04-14 Paul Eggert* term.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* sysdep.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* syntax.c (syntax_temp): Define only if !__GNUC__.
2011-04-14 Paul Eggert* sound.c (current_sound_device, current_sound): Now...
2011-04-14 Paul Eggert* search.c (searchbufs, searchbuf_head): Now static.
2011-04-14 Paul Eggert* scroll.c (scroll_cost): Remove; unused.
2011-04-14 Paul Eggert* region-cache.h (pp_cache): Mark as externally visible.
2011-04-14 Paul Eggert* process.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* print.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* sysdep.c (croak): Move decl from here to syssignal.h.
2011-04-14 Paul Eggert* minibuf.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* lisp.h (verify_bytepos, count_markers): Mark as exter...
2011-04-14 Paul Eggert* lread.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* keyboard.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* intervals.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* insdel.c (signal_before_change): Now static.
2011-04-14 Paul Eggert* insdel.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* indent.c (val_compute_motion, val_vmotion): Now static.
2011-04-13 Paul Eggert* image.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* fringe.c (standard_bitmaps): Now static.
2011-04-13 Paul Eggert* frame.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* font.c, fontset.c: Make symbols static if they're...
2011-04-13 Paul Eggert* fns.c (weak_hash_tables): Now static.
2011-04-13 Paul Eggert* fileio.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* eval.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* emacs.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* editfns.c: Move a (normally-unused) function to its...
2011-04-13 Paul Eggert* xterm.c: Make symbols static if they're not exported.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible property near EOB under...
2011-04-12 Andreas SchwabUse xfree instead of free where appropriate (Bug#8437)
2011-04-12 Andreas Schwab* alloc.c (overrun_check_malloc, overrun_check_realloc)
2011-04-12 Paul Eggert* ftxfont.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xfns.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* sysdep.c (emacs_read, emacs_write): Check for negativ...
2011-04-12 Paul Eggert* dispnew.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xfaces.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xdisp.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* dired.c (file_name_completion): Now static.
2011-04-12 Paul Eggert* lisp.h (circular_list_error, FOREACH): Remove; unused.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay when scroll-margin > 0.
2011-04-11 Paul Eggert* commands.h (last_point_position, last_point_position_...
2011-04-11 Paul Eggert* coding.h (coding, code_convert_region, encode_coding_...
2011-04-11 Paul Eggert* chartab.c (chartab_chars, chartab_bits): Now static.
2011-04-11 Paul Eggert* charset.h (charset_iso_8859_1): Remove decl.
2011-04-11 Paul Eggert* ccl.h (check_ccl_update, Vccl_program_table): Remove...
2011-04-11 Paul Eggert* category.c (SET_CATEGORY_SET, set_category_set):...
2011-04-11 Paul Eggert* casetab.c (Vascii_upcase_table, Vascii_eqv_table...
2011-04-11 Paul Eggert* buffer.c (buffer_count): Remove unused var.
2011-04-11 Paul Eggert* bidi.c (bidi_dump_cached_states): Mark as externally...
2011-04-11 Paul Eggert* atimer.c (alarm_signal_handler, run_all_atimers)...
2011-04-11 Paul Eggertfont.c: Make copy_font_spec and merge_font_spec ordinar...
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul Eggert* lisp.h (DEFINE_FUNC): Make sname 'static'.
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Eli ZaretskiiFix write-region and its subroutines for buffers >...
2011-04-10 Paul Eggert* xdisp.c (vmessage): Use memchr, not strnlen, which...
2011-04-10 Eli Zaretskiisrc/ChangeLog: Fix address in eliz's last entry.
2011-04-10 Paul Eggert* editfns.c (Fformat): Remove unreachable code.
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertKeep doprnt.c around for now, as we might revamp and...
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Jim Meyeringuse ssize_t and size_t for read- and write-like emacs_g...
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul Eggert* xdisp.c (vmessage): Use a better test for character...
2011-04-09 Paul Eggert* syntax.c (skip_chars): Likewise.
2011-04-09 Paul Eggert* editfns.c (Fformat): Likewise.
2011-04-09 Paul EggertMention potential integer overflow problems.
2011-04-09 Paul Eggert* casetab.c (set_identity, shuffle): Likewise.
2011-04-09 Paul Eggert* chartab.c (sub_char_table_set_range, char_table_set_r...
2011-04-09 Paul Eggert* charset.c (load_charset_map): <, not <=, for optimiza...
2011-04-09 Paul Eggert* xmenu.c (set_frame_menubar): Allocate smaller local...
2011-04-09 Chong YidongCleanups to the ImageMagick code and docstrings.
2011-04-09 Paul Eggert* callint.c (Fcall_interactively): <, not <=, for optim...
2011-04-09 Paul Eggert* ftfont.c: Distingish more carefully between FcChar8...
2011-04-09 Paul Eggert* keyboard.c (read_char): Remove unused var.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Glenn MorrisFix ChangeLog attribution.
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Paul Eggert* eval.c: Port to Windows vsnprintf (Bug#8435).
2011-04-08 Chong YidongFix more GCC strict-aliasing warnings.
2011-04-08 Chong Yidong* xterm.c (handle_one_xevent): Avoid type-punned derefe...
next