summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * bindings.el (global-map): Bind delete and DEL, the former toChong Yidong2010-06-272-59/+7
* * src/s/freebsd.h (BSD4_2): Remove redundant definition.Dan Nicolaescu2010-06-272-3/+5
* Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).Chong Yidong2010-06-265-12/+59
* Revert last change.Chong Yidong2010-06-252-8/+1
* Change initial-frame-alist and default-frame-alist defaults (Bug#2249).Chong Yidong2010-06-252-1/+8
* src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declara...Juanma Barranquero2010-06-242-1/+6
* Hide scroll bar when window is too small to avoid Gtk+ warning.Jan Djärv2010-06-224-15/+23
* Don't use font names from GConf if font backend can't handle it (bug#6478).Jan Djärv2010-06-222-10/+21
* * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).Jan Djärv2010-06-222-1/+5
* Avoid recentering when lines differ in their height.Eli Zaretskii2010-06-202-1/+26
* xdisp.c (try_scrolling): Fix last change.Eli Zaretskii2010-06-191-3/+6
* Fix occasional recentering under scroll-conservatively.Eli Zaretskii2010-06-192-7/+22
* Merge from emacs-23Stefan Monnier2010-06-161-0/+4
|\
| * Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris2010-06-142-4/+10
* | * src/lread.c (read1): Phase out old-style backquotes a bit more.Stefan Monnier2010-06-162-3/+16
* | * src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.Juanma Barranquero2010-06-141-2/+2
* | bidi.c (bidi_mirror_char): Fix commentary.Eli Zaretskii2010-06-131-4/+4
* | Use BidiMirroring.txt for mirroring characters in bidi context.Eli Zaretskii2010-06-126-10/+848
* | Derive bidi type table from UnicodeData.txt.Eli Zaretskii2010-06-122-283/+10
* | Fix bug #6409.Eli Zaretskii2010-06-122-1/+5