| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some issues with setting the frame height. | Martin Rudalics | 2014-07-28 | 2 | -6/+12 |
| * | Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in | Dmitry Antipov | 2014-07-28 | 3 | -1/+32 |
| * | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org | Glenn Morris | 2014-07-28 | 4 | -13/+9 |
| |\ |
|
| | * | src/ChangeLog: Fix a typo. | Eli Zaretskii | 2014-07-28 | 1 | -1/+1 |
| | * | Fix GDB xwindow command. | Eli Zaretskii | 2014-07-28 | 2 | -9/+7 |
| | * | src/window.c (window_resize_check, window_resize_apply): Fix typos in comments. | Eli Zaretskii | 2014-07-27 | 1 | -2/+2 |
| | * | src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment. | Eli Zaretskii | 2014-07-27 | 1 | -1/+1 |
| * | | Fix --without-x build and pacify --enable-gcc-warnings. | Dmitry Antipov | 2014-07-28 | 3 | -9/+12 |
| * | | Fix the GDB xsubchartable command. | Eli Zaretskii | 2014-07-28 | 2 | -4/+7 |
| * | | On GNU/Linux, use timerfd for asynchronous timers. | Dmitry Antipov | 2014-07-28 | 5 | -13/+186 |
| * | | * frame.c (x_set_frame_parameters): Don't use uninitialized locals. | Paul Eggert | 2014-07-27 | 2 | -9/+12 |
| * | | Reinstate removed code. | Jan Djärv | 2014-07-27 | 2 | -0/+26 |
| * | | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 33 | -1711/+4603 |
| * | | Revert previous change. | Paul Eggert | 2014-07-26 | 15 | -40/+49 |
| * | | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -0/+19 |
| * | | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 14 | -40/+40 |
| * | | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer): | Paul Eggert | 2014-07-25 | 3 | -7/+8 |
| * | | * atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIME | Dmitry Antipov | 2014-07-25 | 2 | -1/+6 |
| * | | Fix last commit in w32term.c. | Eli Zaretskii | 2014-07-25 | 3 | -3/+9 |
| * | | Provisionally fix Windows build broken by last commit. | Martin Rudalics | 2014-07-25 | 3 | -1/+9 |
| * | | Fix ChangeLog typo. | Dmitry Antipov | 2014-07-25 | 1 | -1/+1 |
| * | | Move hourglass machinery to RIF. | Dmitry Antipov | 2014-07-25 | 9 | -222/+201 |
| * | | Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> in | Dmitry Antipov | 2014-07-24 | 2 | -9/+37 |
| * | | * frame.c (Fset_frame_height): Take frame top margin into account. | Dmitry Antipov | 2014-07-23 | 2 | -2/+9 |
| * | | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]: | Dmitry Antipov | 2014-07-22 | 4 | -10/+15 |
| * | | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define | Dmitry Antipov | 2014-07-22 | 6 | -14/+25 |
| * | | * src/frame.c (Fframe_parameters): Always report frame height without | Dmitry Antipov | 2014-07-21 | 2 | -1/+6 |
| * | | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.org | Glenn Morris | 2014-07-21 | 8 | -6/+88 |
| |\ \
| |/ |
|
| | * | * macfont.h (macfont_update_antialias_threshold): Declare. | Jan Djärv | 2014-07-20 | 5 | -1/+36 |
| | * | Fix last commit of src/w16select.c. | Eli Zaretskii | 2014-07-17 | 1 | -1/+1 |
| | * | Fix src/ChangeLog entry of last commit. | Eli Zaretskii | 2014-07-17 | 1 | -1/+0 |
| | * | Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS. | Eli Zaretskii | 2014-07-17 | 3 | -2/+11 |
| | * | Fix assertion violation when restoring hscrolled window configurations. | Eli Zaretskii | 2014-07-17 | 2 | -0/+10 |
| | * | Fix part of bug #18035 with overlay strings on invisible text. | Eli Zaretskii | 2014-07-17 | 2 | -1/+26 |
| | * | Fix bug #18036 with infloop in redisplay with huge fringes. | Eli Zaretskii | 2014-07-16 | 2 | -2/+8 |
| * | | Indentation, punctuation, and other nitpicks. | Stefan Monnier | 2014-07-20 | 2 | -15/+15 |
| * | | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position. | Dmitry Antipov | 2014-07-20 | 4 | -31/+40 |
| * | | 2014-07-19 Kenichi Handa <handa@gnu.org> | Kenichi Handa | 2014-07-20 | 3 | -2/+16 |
| * | | Prefer 'x_display_info *' to 'Display *' in X selection code. | Dmitry Antipov | 2014-07-18 | 4 | -90/+100 |
| * | | * frame.c (frame_unspecified_color): New function | Dmitry Antipov | 2014-07-18 | 7 | -125/+106 |
| * | | * data.c (wrong_choice): Not static any more. | Dmitry Antipov | 2014-07-17 | 7 | -14/+53 |
| * | | * print.c (print_preprocess): Adjust to match changed | Dmitry Antipov | 2014-07-17 | 2 | -1/+7 |
| * | | Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.org | Glenn Morris | 2014-07-16 | 2 | -2/+11 |
| |\ \
| |/ |
|
| | * | Fix bug #17986 with infloop in redisplay when default-directory is nil. | Eli Zaretskii | 2014-07-13 | 2 | -2/+11 |
| * | | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more natural | Dmitry Antipov | 2014-07-16 | 4 | -83/+136 |
| * | | More precise control over values of some buffer-local variables. | Dmitry Antipov | 2014-07-16 | 10 | -16/+115 |
| * | | Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h ... | Daiki Ueno | 2014-07-16 | 5 | -30/+33 |
| * | | Remove unnecessary ifdef from nsgui.h, introduced by my last commit | Daiki Ueno | 2014-07-16 | 1 | -2/+0 |
| * | | Move back the XChar2b definition to w32gui.h and nsgui.h | Daiki Ueno | 2014-07-16 | 4 | -6/+14 |
| * | | Consolidate XChar2b macros for the X, W32, and NS | Daiki Ueno | 2014-07-16 | 5 | -36/+33 |