aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to getChong Yidong2010-07-062-5/+9
* src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-0614-822/+442
* Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-064-2/+13
* * src/ecrt0.c: Revert conversion to standard C.Dan Nicolaescu2010-07-052-3/+9
* Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-055-26/+26
* Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-0510-1827/+811
* Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-054-3/+40
* * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.Jan D2010-07-052-4/+4
* Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-054-60/+143
* * src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu2010-07-042-5/+8
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-0419-204/+150
* * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.Juanma Barranquero2010-07-052-5/+5
* * src/lread.c (read1): Fix up last change to not mess up `c'.Tetsurou Okazaki2010-07-042-24/+32
* * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics....Juanma Barranquero2010-07-042-4/+23
* * unexelf.c (round_up, find_section): Use ElfW macro for arguments.Juanma Barranquero2010-07-042-3/+6
* * print.c (strout): Use const char* for arg PTR.Juanma Barranquero2010-07-042-1/+3
* Fix comments and whitespace.Juanma Barranquero2010-07-045-17/+7
* Fix more prototypes.Juanma Barranquero2010-07-044-3/+8
* Fix prototypes.Juanma Barranquero2010-07-044-7/+18
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-0476-4821/+1932
* Fix setting colors on MS-DOS frames.Eli Zaretskii2010-07-033-77/+97
* Fix menu bar display on MS-DOS.Eli Zaretskii2010-07-032-0/+22
* w32console.c (sys_tputs): Adjust argument list to prototype in term.c.Eli Zaretskii2010-07-032-1/+6
* Fix prototypes.Juanma Barranquero2010-07-034-3/+11
* Convert some prototypes to standard C.Dan Nicolaescu2010-07-027-7/+16
* Fix MS-DOS build due to removal of P_.Eli Zaretskii2010-07-022-1/+7
|\
| * Fix the MS-DOS build due to removal of P_.Eli Zaretskii2010-07-023-3/+9
* | Remove __P.Jan D2010-07-026-46/+24
|/
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-0266-1297/+1355
* Remove P_ and __P macros.Jan D2010-07-0238-1570/+1610
* Define USE_LISP_UNION_TYPE using autoconf.Dan Nicolaescu2010-07-023-4/+8
* Cleanup old code.Dan Nicolaescu2010-07-025-32/+14
* * window.c (Fwindow_absolute_pixel_edges): Doc fix.Jan D2010-07-012-1/+3
* New functions that return window edges with absolute coords (bug#5721).Jan D2010-07-012-0/+77
* * nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.Jan D2010-07-012-14/+24
* Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.Jan D2010-07-014-9/+23
* * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): AddJan D2010-07-012-0/+9
* Fix application of default-frame-alist (Bug#5378).Chong Yidong2010-06-302-5/+6
* Fix whitespace in ChangeLogs.Juanma Barranquero2010-07-011-7/+7
* Avoid erroneous syscallsAndreas Schwab2010-07-013-5/+16
* Fix typoAndreas Schwab2010-07-011-9/+9
* Improve doc for system font things. Return font regardless of use_system_font.Jan D2010-06-302-5/+14
* Check FC_DUAL too. For such fonts, check width one by one.Kenichi Handa2010-06-303-2/+9
* Fix some whitespace in previous.Glenn Morris2010-06-291-2/+2
* * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):Glenn Morris2010-06-293-40/+15
* Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.Glenn Morris2010-06-291-0/+9
* Remove some cpp that is internal to configure.in.Glenn Morris2010-06-2910-35/+12
* Fix some compilation errors in nsfns.cJan D2010-06-292-3/+15
* xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).Jan D2010-06-282-7/+6
* Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-287-157/+205