aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointersPaul Eggert2011-04-152-3/+6
* * fns.c (vector): Remove; this old hack is no longer needed.Paul Eggert2011-04-152-5/+2
* * xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.Paul Eggert2011-04-152-1/+2
* * xsmfns.c: Remove unused var.Paul Eggert2011-04-152-1/+1
* * xsmfns.c (create_client_leader_window): Rename shadowing arg.Paul Eggert2011-04-152-4/+6
* * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local.Paul Eggert2011-04-152-2/+3
* * xfns.c (USG): Use the kludged USG macro, to pacify gcc.Paul Eggert2011-04-152-0/+3
* * xfns.c (x_window): Rename locals to avoid shadowing.Paul Eggert2011-04-152-6/+7
* * xfns.c (free_frame_menubar, atof): Remove duplicate decls.Paul Eggert2011-04-152-3/+2
* * xterm.c (x_term_init): Remove local to avoid shadowing.Paul Eggert2011-04-152-1/+2
* * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.Paul Eggert2011-04-152-13/+2
* * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.Paul Eggert2011-04-153-2/+4
* * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern ifPaul Eggert2011-04-153-1/+12
* * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.Paul Eggert2011-04-152-1/+6
* emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-157-60/+95
|\
| * * sound.c: Use EMACS_INT rather than size_t.Paul Eggert2011-04-151-12/+12
| * * process.c (send_process): Change a size_t to EMACS_INT.Paul Eggert2011-04-151-1/+1
| * * process.c (send_process): Change another size_t to EMACS_INT.Paul Eggert2011-04-151-1/+1
| * emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-155-30/+27
| * 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