| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changelog for previous commit. | Jan Djärv | 2013-03-25 | 1 | -0/+5 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+68 |
| * | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | Dmitry Antipov | 2013-03-24 | 1 | -0/+7 |
| * | Static checking by GCC 4.8-20130319. | Paul Eggert | 2013-03-23 | 1 | -0/+11 |
| * | * src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro. | Ken Brown | 2013-03-23 | 1 | -0/+4 |
| * | * src/w32term.c (w32_initialize): Silence compiler warning. | Ken Brown | 2013-03-23 | 1 | -0/+4 |
| * | Fix fullscreen resizing of multiple frames on MS-Windows. | Eli Zaretskii | 2013-03-23 | 1 | -0/+14 |
| * | Fix bug #14032 with restoring frame dimensions on MS-Windows. | Eli Zaretskii | 2013-03-23 | 1 | -0/+16 |
| * | * src/unexcw.c: Update for x86_64-cygwin. | Ken Brown | 2013-03-22 | 1 | -0/+8 |
| * | * frame.h (struct frame): Put menu_bar_window under #ifdef | Dmitry Antipov | 2013-03-22 | 1 | -0/+12 |
| * | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -0/+23 |
| * | * alloc.c: Remove redundant static declarations. | Paul Eggert | 2013-03-21 | 1 | -0/+4 |
| * | * window.h (struct window): Convert left_col, top_line, total_lines | Dmitry Antipov | 2013-03-20 | 1 | -0/+11 |
| * | Fix ChangeLog entry. | Dmitry Antipov | 2013-03-20 | 1 | -1/+1 |
| * | * frame.h (struct frame): Drop resx and resy because the same data is | Dmitry Antipov | 2013-03-20 | 1 | -0/+16 |
| * | merge trunk | Kenichi Handa | 2013-03-20 | 1 | -0/+11 |
| |\ |
|
| | * | * print.c (syms_of_print): Initialize debugging output not here... | Dmitry Antipov | 2013-03-19 | 1 | -0/+4 |
| | * | * window.c (Fwindow_combination_limit, Fset_window_combination_limit): | Dmitry Antipov | 2013-03-19 | 1 | -0/+7 |
| * | | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1. | Kenichi Handa | 2013-03-20 | 1 | -0/+6 |
| |/ |
|
| * | * window.c (window_resize_check, window_resize_apply) | Dmitry Antipov | 2013-03-18 | 1 | -0/+10 |
| * | * src/dispnew.c (bitch_at_user): Use `user-error'. | Stefan Monnier | 2013-03-17 | 1 | -6/+6 |
| * | Fix return type of image_background (Bug#13981) | Ken Brown | 2013-03-17 | 1 | -0/+6 |
| * | * nsterm.m (ns_select): Don't return with result uninitialized. | Jan Djärv | 2013-03-16 | 1 | -0/+1 |
| * | * nsterm.m (updateFrameSize:): Change resize increments if needed. | Jan Djärv | 2013-03-16 | 1 | -0/+2 |
| * | * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): New | Jan Djärv | 2013-03-16 | 1 | -0/+14 |
| * | * coding.c (decode_coding_gap): Fix typo caught by static checking. | Paul Eggert | 2013-03-15 | 1 | -0/+4 |
| * | merge trunk | Kenichi Handa | 2013-03-16 | 1 | -0/+76 |
| |\ |
|
| | * | Match the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXIMIZED to docs on Windows. | Eli Zaretskii | 2013-03-15 | 1 | -0/+5 |
| | * | src/ChangeLog: Fix a typo in a recent entry. | Eli Zaretskii | 2013-03-15 | 1 | -1/+1 |
| | * | * region-cache.c (find_cache_boundary, move_cache_gap) | Dmitry Antipov | 2013-03-15 | 1 | -0/+7 |
| | * | Fix bug #13953 with spontaneous frame resizes on MS-Windows. | Eli Zaretskii | 2013-03-14 | 1 | -0/+10 |
| | * | * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds | Daniel Colascione | 2013-03-13 | 1 | -0/+7 |
| | * | File synchronization fixes. | Paul Eggert | 2013-03-13 | 1 | -0/+11 |
| | * | Fix bug #13937 with creating a maximized frame on MS-Windows. | Eli Zaretskii | 2013-03-13 | 1 | -0/+6 |
| | * | * window.c (Fscroll_other_window): Use SET_PT_BOTH because both | Dmitry Antipov | 2013-03-13 | 1 | -0/+2 |
| | * | * xdisp.c (init_iterator): Simplify because both character and byte | Dmitry Antipov | 2013-03-13 | 1 | -0/+5 |
| | * | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -0/+15 |
| | * | * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out. | Paul Eggert | 2013-03-12 | 1 | -0/+8 |
| * | | Optimize ASCII file reading with EOL format detection and decoding. | Kenichi Handa | 2013-03-16 | 1 | -0/+28 |
| |/ |
|
| * | * insdel.c (adjust_after_replace): Use bool for boolean. | Paul Eggert | 2013-03-10 | 1 | -0/+4 |
| * | * src/keyboard.c: Move keyboard decoding to read_key_sequence. | Stefan Monnier | 2013-03-10 | 1 | -0/+8 |
| * | 2013-03-10 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 2013-03-10 | 1 | -0/+25 |
| * | * src/lread.c: Minor cleanup. | Stefan Monnier | 2013-03-10 | 1 | -0/+5 |
| * | * src/bytecode.c (struct byte_stack): Remove `constants' when unused. | Stefan Monnier | 2013-03-10 | 1 | -6/+10 |
| * | Use macros from dispextern.h where appropriate. | Eli Zaretskii | 2013-03-10 | 1 | -0/+21 |
| * | On file insertion, skip decoding if all bytes are ASCII. | Kenichi Handa | 2013-03-10 | 1 | -0/+14 |
| * | Separate mouse-1-click-follows-link from mouse-drag-region. | Stefan Monnier | 2013-03-08 | 1 | -6/+15 |
| * | region-cache.c, scroll.c, search.c: Use bool for booleans. | Paul Eggert | 2013-03-08 | 1 | -0/+13 |
| * | * search.c (find_newline): Accept start and end byte positions | Dmitry Antipov | 2013-03-08 | 1 | -0/+17 |
| * | print.c, process.c: Use bool for booleans. | Paul Eggert | 2013-03-07 | 1 | -0/+18 |