| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. | Jan D | 2010-07-01 | 4 | -9/+23 |
* | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add | Jan D | 2010-07-01 | 2 | -0/+9 |
* | Fix application of default-frame-alist (Bug#5378). | Chong Yidong | 2010-06-30 | 2 | -5/+6 |
* | Fix whitespace in ChangeLogs. | Juanma Barranquero | 2010-07-01 | 1 | -7/+7 |
* | Avoid erroneous syscalls | Andreas Schwab | 2010-07-01 | 3 | -5/+16 |
* | Fix typo | Andreas Schwab | 2010-07-01 | 1 | -9/+9 |
* | Improve doc for system font things. Return font regardless of use_system_font. | Jan D | 2010-06-30 | 2 | -5/+14 |
* | Check FC_DUAL too. For such fonts, check width one by one. | Kenichi Handa | 2010-06-30 | 3 | -2/+9 |
* | Fix some whitespace in previous. | Glenn Morris | 2010-06-29 | 1 | -2/+2 |
* | * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): | Glenn Morris | 2010-06-29 | 3 | -40/+15 |
* | Remove last internal use of cpp and src/{m,s}/*.h files in configure.in. | Glenn Morris | 2010-06-29 | 1 | -0/+9 |
* | Remove some cpp that is internal to configure.in. | Glenn Morris | 2010-06-29 | 10 | -35/+12 |
* | Fix some compilation errors in nsfns.c | Jan D | 2010-06-29 | 2 | -3/+15 |
* | xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526). | Jan D | 2010-06-28 | 2 | -7/+6 |
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE. | Jan D | 2010-06-28 | 7 | -157/+205 |
* | * bindings.el (global-map): Bind delete and DEL, the former to | Chong Yidong | 2010-06-27 | 2 | -59/+7 |
* | * src/s/freebsd.h (BSD4_2): Remove redundant definition. | Dan Nicolaescu | 2010-06-27 | 2 | -3/+5 |
* | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249). | Chong Yidong | 2010-06-26 | 5 | -12/+59 |
* | Revert last change. | Chong Yidong | 2010-06-25 | 2 | -8/+1 |
* | Change initial-frame-alist and default-frame-alist defaults (Bug#2249). | Chong Yidong | 2010-06-25 | 2 | -1/+8 |
* | src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declara... | Juanma Barranquero | 2010-06-24 | 2 | -1/+6 |
* | Hide scroll bar when window is too small to avoid Gtk+ warning. | Jan Djärv | 2010-06-22 | 4 | -15/+23 |
* | Don't use font names from GConf if font backend can't handle it (bug#6478). | Jan Djärv | 2010-06-22 | 2 | -10/+21 |
* | * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). | Jan Djärv | 2010-06-22 | 2 | -1/+5 |
* | Avoid recentering when lines differ in their height. | Eli Zaretskii | 2010-06-20 | 2 | -1/+26 |
* | xdisp.c (try_scrolling): Fix last change. | Eli Zaretskii | 2010-06-19 | 1 | -3/+6 |
* | Fix occasional recentering under scroll-conservatively. | Eli Zaretskii | 2010-06-19 | 2 | -7/+22 |
* | Merge from emacs-23 | Stefan Monnier | 2010-06-16 | 1 | -0/+4 |
|\ |
|
| * | Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-14 | 2 | -4/+10 |
* | | * src/lread.c (read1): Phase out old-style backquotes a bit more. | Stefan Monnier | 2010-06-16 | 2 | -3/+16 |
* | | * src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted. | Juanma Barranquero | 2010-06-14 | 1 | -2/+2 |
* | | bidi.c (bidi_mirror_char): Fix commentary. | Eli Zaretskii | 2010-06-13 | 1 | -4/+4 |
* | | Use BidiMirroring.txt for mirroring characters in bidi context. | Eli Zaretskii | 2010-06-12 | 6 | -10/+848 |
* | | Derive bidi type table from UnicodeData.txt. | Eli Zaretskii | 2010-06-12 | 2 | -283/+10 |
* | | Fix bug #6409. | Eli Zaretskii | 2010-06-12 | 2 | -1/+5 |
* | | * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook. | Romain Francoise | 2010-06-12 | 2 | -4/+9 |
* | | * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-09 | 2 | -4/+8 |
* | | * src/m/ibms390x.h: Rather than duplicating ibms390.h, just include it. | Glenn Morris | 2010-06-09 | 2 | -22/+6 |
* | | Remove duplicate ChangeLog entries. | Juanma Barranquero | 2010-06-10 | 1 | -16/+0 |
* | | Merge from emacs-23 | Andreas Schwab | 2010-06-10 | 11 | -66/+106 |
|\ \
| |/ |
|
| * | * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. | Stefan Monnier | 2010-06-09 | 3 | -32/+53 |
| * | * minibuf.c (Fall_completions): Add more checks. | Andreas Schwab | 2010-06-08 | 1 | -3/+4 |
| * | * minibuf.c (Fall_completions): Add more checks. | Andreas Schwab | 2010-06-08 | 2 | -2/+8 |
| * | * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378). | Juanma Barranquero | 2010-06-08 | 2 | -1/+5 |
| * | Add bug number | Andreas Schwab | 2010-06-04 | 1 | -1/+1 |
| * | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | Andreas Schwab | 2010-06-04 | 2 | -1/+8 |
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 8 | -68/+72 |
* | | * src/s/usg5-4.h: Fix previous change. | Dan Nicolaescu | 2010-06-09 | 2 | -3/+5 |
* | | * src/lread.c (X_OK): Remove, unused. | Dan Nicolaescu | 2010-06-07 | 2 | -4/+2 |
* | | * src/dispnew.c: Remove obsolete comment. | Dan Nicolaescu | 2010-06-07 | 2 | -3/+2 |