aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline.Paul Eggert2011-04-1591-1240/+1368
|\
| * Fix link errors in the Mac OS build that were caused by variables being marke...Ben Key2011-04-143-5/+16
| * src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).Juanma Barranquero2011-04-152-1/+5
| * * src/process.c (Qprocessp): Don't declare static.Stefan Monnier2011-04-143-3/+9
| * Fix merge typo.Paul Eggert2011-04-141-1/+0
| * Merge from mainline.Paul Eggert2011-04-1413-70/+131
| |\
| | * * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13 change. (Bug#8496)Andreas Schwab2011-04-142-1/+6
| | * Fix bug #8487 with invisible text at EOB under bidi.Eli Zaretskii2011-04-132-1/+6
| | |\
| | | * Fix bug #8487 with invisible property near EOB under bidi.Eli Zaretskii2011-04-132-1/+6
| | * | Fix typos.Juanma Barranquero2011-04-131-1/+1
| * | | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-1418-27/+35
| * | | Fix typo in previous comment.Paul Eggert2011-04-141-1/+1
| * | | Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-138-8/+14
| * | | * fileio.c: Add FIXMES mentioning Bug#8496.Paul Eggert2011-04-131-0/+3
| * | | * sysdep.c (croak): Now static, ifPaul Eggert2011-04-133-1/+10
| * | | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2011-04-133-1/+10
| * | | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-1348-365/+361
| * | | * xsettings.c, xsettings.h (xsettings_get_system_normal_font):Paul Eggert2011-04-133-1/+7
| * | | * xrdb.c (x_customization_string, x_rm_string): Now static.Paul Eggert2011-04-132-2/+4
| * | | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.Paul Eggert2011-04-133-0/+8
| * | | * xdisp.c (draw_row_with_mouse_face): Now static.Paul Eggert2011-04-133-3/+4
| * | | * window.h (check_all_windows): Mark externally visible.Paul Eggert2011-04-132-1/+3
| * | | * window.c (window_deletion_count): Now static.Paul Eggert2011-04-133-5/+11
| * | | * textprop.c (interval_insert_behind_hooks): Now static.Paul Eggert2011-04-132-2/+5
| * | | * term.c: Make symbols static if they're not exported.Paul Eggert2011-04-134-11/+24
| * | | * sysdep.c: Make symbols static if they're not exported.Paul Eggert2011-04-134-15/+18
| * | | * syntax.c (syntax_temp): Define only if !__GNUC__.Paul Eggert2011-04-132-0/+4
| * | | * sound.c (current_sound_device, current_sound): Now static.Paul Eggert2011-04-132-2/+4
| * | | * search.c (searchbufs, searchbuf_head): Now static.Paul Eggert2011-04-132-2/+4
| * | | * scroll.c (scroll_cost): Remove; unused.Paul Eggert2011-04-133-39/+3
| * | | * region-cache.h (pp_cache): Mark as externally visible.Paul Eggert2011-04-132-1/+3
| * | | * process.c: Make symbols static if they're not exported.Paul Eggert2011-04-134-21/+20
| * | | * print.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-13/+20
| * | | * sysdep.c (croak): Move decl from here to syssignal.h.Paul Eggert2011-04-133-2/+5
| * | | * minibuf.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-3/+6
| * | | * lisp.h (verify_bytepos, count_markers): Mark as externally visible.Paul Eggert2011-04-132-2/+4
| * | | * lread.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-17/+9
| * | | * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-135-53/+75
| * | | * intervals.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-6/+12
| * | | * insdel.c (signal_before_change): Now static.Paul Eggert2011-04-133-4/+5
| * | | * insdel.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-59/+12
| * | | * indent.c (val_compute_motion, val_vmotion): Now static.Paul Eggert2011-04-132-2/+4
| * | | * image.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-5/+11
| * | | * fringe.c (standard_bitmaps): Now static.Paul Eggert2011-04-132-1/+7
| * | | * frame.c: Make symbols static if they're not exported.Paul Eggert2011-04-134-33/+26
| * | | * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-137-7/+24
| * | | * fns.c (weak_hash_tables): Now static.Paul Eggert2011-04-132-1/+3
| * | | * fileio.c: Make symbols static if they're not exported.Paul Eggert2011-04-132-4/+8
| * | | * eval.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-5/+7
| * | | * emacs.c: Make symbols static if they're not exported.Paul Eggert2011-04-133-10/+25