aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".Juanma Barranquero2010-07-232-0/+5
* * w32term.c (my_set_focus): #ifdef away; currently not used.Juanma Barranquero2010-07-232-0/+5
* * w32fns.c, xfaces.c: Remove obsolete static declarations.Juanma Barranquero2010-07-233-3/+6
* Convert some more functions to standard C.Juanma Barranquero2010-07-208-48/+37
* Fix up "missing braces" warning.Stefan Monnier2010-07-203-5/+15
* Fix typos in ChangeLogs.Juanma Barranquero2010-07-201-20/+20
* * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.Juanma Barranquero2010-07-182-0/+5
* * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).Chong Yidong2010-07-172-1/+7
* * gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for G...Jan D2010-07-172-1/+2
* Merge latest fix to xg_event_is_for_menubar.Chong Yidong2010-07-172-3/+25
|\
| * * gtkutil.c (xg_event_is_for_menubar): Also check that event windowJan D2010-07-172-3/+25
* | src/ChangeLog: Fix typos and dates.Juanma Barranquero2010-07-171-5/+5
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-168-25/+70
|\|
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-147-25/+60
| * Fix bug #6609.Eli Zaretskii2010-07-142-1/+9
* | * xmenu.c (free_frame_menubar): Only call x_set_window_size ifJan D2010-07-162-3/+8
* | * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-s...Andreas Schwab2010-07-152-5/+6
* | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp arg...Andreas Schwab2010-07-152-2/+9
* | Restore mistakenly reverted code from 2010-04-17T12:33:[email protected] merge...Eli Zaretskii2010-07-152-2/+9
* | Fix frame size when scroll bar width not an integral of column width.Jan D2010-07-142-3/+3
* | Fix menu bar activation with click for Motif/Lesstif.Jan D2010-07-144-56/+30
* | Fix previous conflict.Kenichi Handa2010-07-141-1/+0
* | merge trunkKenichi Handa2010-07-147-56/+61
|\ \
| * | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-137-56/+53
| * | Fix the MS-DOS build (fallout from 2010-07-13T04:54:[email protected]).Eli Zaretskii2010-07-132-0/+7
* | | Do not record a font-entity in the property of font-object.Kenichi Handa2010-07-142-13/+9
|/ /
* | Remove subprocesses #ifdefs from term.c.Dan Nicolaescu2010-07-123-39/+38
* | Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-125-26/+55
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-124-26/+14
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-126-182/+87
* | * dbusbind.c (xd_initialize): Don't compare boolean with a constant.Andreas Schwab2010-07-122-7/+12
* | (wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.Eli Zaretskii2010-07-122-6/+6
* | Fix the MS-DOS build (fallout from 2010-07-12T14:16:[email protected]...Eli Zaretskii2010-07-122-57/+69
|\ \
| * | Fix the MS-DOS build (fallout from 2010-07-12T14:16:[email protected]...Eli Zaretskii2010-07-122-57/+69
* | | Convert old-style definitionsAndreas Schwab2010-07-1219-275/+156
|/ /
* | Cleanups for src/callproc.c.Dan Nicolaescu2010-07-122-11/+4
* | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu2010-07-123-4/+2
* | Convert function definitions to standard C and some cleanups.Dan Nicolaescu2010-07-124-24/+22
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-128-74/+45
* | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-122-3/+18
* | Improve Hebrew rendering.Kenichi Handa2010-07-122-2/+5
* | merge trunkKenichi Handa2010-07-1244-1057/+1130
|\ \
| * | * blockinput.h: Remove obsolete comment.Andreas Schwab2010-07-112-1/+2
| * | Use offsetof instead of own definitionAndreas Schwab2010-07-115-16/+14
| * | * process.c: Remove obsolete comment.Andreas Schwab2010-07-112-9/+4
| * | * src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).Chong Yidong2010-07-112-5/+13
| * | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-1116-70/+61
| * | * callproc.c (relocate_fd): Use F_DUPFD if defined.Andreas Schwab2010-07-112-4/+12
| * | Constify functions taking char *Andreas Schwab2010-07-1115-72/+92
| * | Fix indentation problemAndreas Schwab2010-07-112-36/+37