| Age | Commit message (Expand) | Author |
| 2011-04-16 | * xmenu.c (xmenu_show): Don't use uninitialized vars. | Paul Eggert |
| 2011-04-16 | * xterm.c: Fix problems found by static analysis with other toolkits. | Paul Eggert |
| 2011-04-16 | * xmenu.c (menu_help_callback): Pointer type fixes. | Paul Eggert |
| 2011-04-16 | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing. | Paul Eggert |
| 2011-04-16 | * menu.c (push_submenu_start, push_submenu_end): Do not define unless | Paul Eggert |
| 2011-04-16 | * keyboard.c (make_lispy_event): Remove unused local var. | Paul Eggert |
| 2011-04-16 | * frame.c, frame.h (x_get_resource_string): Bring this back, but | Paul Eggert |
| 2011-04-16 | Change bitmaps back to X11-compatible types. | Paul Eggert |
| 2011-04-16 | * xgselect.c (xgselect_initialize): Check vs interface | Paul Eggert |
| 2011-04-15 | * xmenu.c (xmenu_show): Rename parm to avoid shadowing. | Paul Eggert |
| 2011-04-15 | * xrdb.c (x_load_resources): Omit unused local. | Paul Eggert |
| 2011-04-15 | * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers | Paul Eggert |
| 2011-04-16 | lisp/ChangeLog, src/ChangeLog: Fix typos. | Juanma Barranquero |
| 2011-04-15 | Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u... | Ben Key |
| 2011-04-15 | * fns.c (vector): Remove; this old hack is no longer needed. | Paul Eggert |
| 2011-04-15 | * xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define. | Paul Eggert |
| 2011-04-15 | * xsmfns.c: Remove unused var. | Paul Eggert |
| 2011-04-15 | * xsmfns.c (create_client_leader_window): Rename shadowing arg. | Paul Eggert |
| 2011-04-15 | * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local. | Paul Eggert |
| 2011-04-15 | * xfns.c (USG): Use the kludged USG macro, to pacify gcc. | Paul Eggert |
| 2011-04-15 | * xfns.c (x_window): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-04-15 | * xfns.c (free_frame_menubar, atof): Remove duplicate decls. | Paul Eggert |
| 2011-04-15 | * xterm.c (x_term_init): Remove local to avoid shadowing. | Paul Eggert |
| 2011-04-15 | * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused. | Paul Eggert |
| 2011-04-15 | * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl. | Paul Eggert |
| 2011-04-15 | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if | Paul Eggert |
| 2011-04-15 | * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT. | Paul Eggert |
| 2011-04-15 | emacs_write: Accept and return EMACS_INT for sizes. | Paul Eggert |
| 2011-04-15 | emacs_write: Accept and return EMACS_INT for sizes. | Paul Eggert |
| 2011-04-15 | Merge from mainline. | Paul Eggert |
| 2011-04-14 | Fix link errors in the Mac OS build that were caused by variables being marke... | Ben Key |
| 2011-04-15 | src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). | Juanma Barranquero |
| 2011-04-14 | * src/process.c (Qprocessp): Don't declare static. | Stefan Monnier |
| 2011-04-14 | Merge from mainline. | Paul Eggert |
| 2011-04-14 | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert |
| 2011-04-14 | * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13 change. (Bug#8496) | Andreas Schwab |
| 2011-04-13 | Don't publish debugger-only interfaces to other modules. | Paul Eggert |
| 2011-04-13 | * sysdep.c (croak): Now static, if | Paul Eggert |
| 2011-04-13 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | Paul Eggert |
| 2011-04-13 | * xsettings.c, xsettings.h (xsettings_get_system_normal_font): | Paul Eggert |
| 2011-04-13 | * xrdb.c (x_customization_string, x_rm_string): Now static. | Paul Eggert |
| 2011-04-13 | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF. | Paul Eggert |
| 2011-04-13 | * xdisp.c (draw_row_with_mouse_face): Now static. | Paul Eggert |
| 2011-04-13 | * window.h (check_all_windows): Mark externally visible. | Paul Eggert |
| 2011-04-13 | * window.c (window_deletion_count): Now static. | Paul Eggert |
| 2011-04-13 | * textprop.c (interval_insert_behind_hooks): Now static. | Paul Eggert |
| 2011-04-13 | * term.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * sysdep.c: Make symbols static if they're not exported. | Paul Eggert |
| 2011-04-13 | * syntax.c (syntax_temp): Define only if !__GNUC__. | Paul Eggert |
| 2011-04-13 | * sound.c (current_sound_device, current_sound): Now static. | Paul Eggert |