| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | Fix open-network-stream responsiveness | Paul Eggert | 2016-07-03 | 1 | -8/+12 | |
| * | | | | | | | | | | | | | | | | | | Fix cursor positioning on TTY frames after stretch glyph | Eli Zaretskii | 2016-07-02 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix vertical-movement in buffers with wrap-prefix | Eli Zaretskii | 2016-07-02 | 2 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL | Eli Zaretskii | 2016-07-02 | 14 | -77/+74 | |
| * | | | | | | | | | | | | | | | | | | Minor tweaks to openp | Dmitry Antipov | 2016-06-30 | 1 | -10/+14 | |
| * | | | | | | | | | | | | | | | | | | Simplify handling of frame parameters | Dmitry Antipov | 2016-06-30 | 1 | -48/+31 | |
| * | | | | | | | | | | | | | | | | | | Cleanup around mature character manipulation functions | Dmitry Antipov | 2016-06-30 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Avoid possible NULL pointer dereference found by GCC 6.1.1 | Dmitry Antipov | 2016-06-29 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix copying properties in 'format' when it produces padding | Eli Zaretskii | 2016-06-28 | 1 | -3/+8 | |
| * | | | | | | | | | | | | | | | | | | Enable dividers in NS (bug#22973) | Alan Third | 2016-06-27 | 2 | -6/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix 'move-to-window-line' when EOB is on last screen line | Eli Zaretskii | 2016-06-27 | 1 | -10/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix test-completion with completion-regexp-list | Noam Postavsky | 2016-06-26 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | Try other addresses when connecting to multihomed | Paul Eggert | 2016-06-26 | 2 | -13/+38 | |
| * | | | | | | | | | | | | | | | | | | Fix GNUC_PREREQ for GCC 2.8.1 etc. | Paul Eggert | 2016-06-26 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Fix GNUC_PREREQ off-by-1 typo | Paul Eggert | 2016-06-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix FRAME_INTERNAL_BORDER_WIDTH use (Bug#23841) | Ury Marshak | 2016-06-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Move text line right when in box (bug#23755) | Alan Third | 2016-06-26 | 1 | -10/+28 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-26 | 3 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix documentation of 'assoc-string' and 'compare-strings' | Eli Zaretskii | 2016-06-23 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | ; Revert "Ensure undo-boundary after insert-file-contents." | Phillip Lord | 2016-06-22 | 1 | -6/+0 | |
| | * | | | | | | | | | | | | | | | | | Ensure undo-boundary after insert-file-contents. | Phillip Lord | 2016-06-21 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | Fix removal of variables from process-environment | Eli Zaretskii | 2016-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Ensure hack-local-variables is run in a fundamental mode buffer. | Alan Mackenzie | 2016-06-24 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | Remove two uses of 'min' in Fwindow_text_pixel_size | Martin Rudalics | 2016-06-24 | 1 | -8/+11 | |
| * | | | | | | | | | | | | | | | | | | Clarify intent of FACE_FROM_ID and IMAGE_FROM_ID | Paul Eggert | 2016-06-24 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix handling of LWINDOW key on MS-Windows | Eli Zaretskii | 2016-06-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix test for whether the '.el' file is newer than '.elc' | Eli Zaretskii | 2016-06-22 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | Fix 'insert-file-contents' when REPLACE is non-nil | Eli Zaretskii | 2016-06-22 | 2 | -4/+24 | |
| * | | | | | | | | | | | | | | | | | | Avoid compiler warning | Ken Brown | 2016-06-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix last change to FRAME_INTERNAL_BORDER_WIDTH | Ken Brown | 2016-06-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Improve --without-x GCC pacification | Paul Eggert | 2016-06-22 | 13 | -186/+148 | |
| * | | | | | | | | | | | | | | | | | | Fix vertical layout calculations when newline has line-height property | Eli Zaretskii | 2016-06-21 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | Fix compiler warnings in Cygwin-w32 build | Ken Brown | 2016-06-20 | 9 | -23/+30 | |
| * | | | | | | | | | | | | | | | | | | Fix compiler warnings in no-window-system-build | Ken Brown | 2016-06-20 | 7 | -30/+85 | |
| * | | | | | | | | | | | | | | | | | | Minor ABLOCKS_BUSY cleanups in alloc.c | Paul Eggert | 2016-06-20 | 1 | -20/+25 | |
| * | | | | | | | | | | | | | | | | | | Fix setting a range of char-table slots in a singular case | Eli Zaretskii | 2016-06-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Rename ALIGN to pointer_align | Paul Eggert | 2016-06-19 | 1 | -8/+3 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fbackward_prefix_chars: stay within buffer bounds | Noam Postavsky | 2016-06-16 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | Fix ifdef-vs-if typo with RANDR13_LIBRARY | Paul Eggert | 2016-06-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 4 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23764) | Glenn Morris | 2016-06-14 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | Doc fixes for grammar and typos (bug#23746) | Stephen Berman | 2016-06-13 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | Fix dbus crash on 32-bit Cygwin | Ken Brown | 2016-06-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 2 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix undo boundary in recursive edit (Bug#23632) | Phillip Lord | 2016-06-08 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix. | Glenn Morris | 2016-06-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Advertize set-keymap-parent as replacement for copy-keymap | Stefan Monnier | 2016-06-15 | 1 | -2/+12 | |
| * | | | | | | | | | | | | | | | | | | Fix ifdef-vs-if typo with RANDR13_LIBRARY | Paul Eggert | 2016-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Port to platforms where char * has top bit set | Paul Eggert | 2016-06-14 | 2 | -16/+4 | |