Age | Commit message (Expand) | Author | Files | Lines |
2018-06-02 | Fix bug#30846, along with misc cleanups found along the wayscratch/np/backports-26.2 | Stefan Monnier | 5 | -81/+56 |
2018-06-02 | esh-opt.el: Fix improper parsing of first argument (Bug#28323) | Jay Kamat | 1 | -6/+7 |
2018-06-02 | * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode (Bug#30363). | Noam Postavsky | 1 | -0/+1 |
2018-06-02 | Fix cl-print for circular sublists (Bug#31146) | Noam Postavsky | 2 | -3/+16 |
2018-06-02 | Revert "Make mail-extract-address-components return the user name more" | Lars Ingebrigtsen | 1 | -20/+19 |
2018-06-02 | Centralize Bug#30931 fix | Paul Eggert | 4 | -14/+18 |
2018-06-02 | Fix another case of freed markers in the undo-list (Bug#30931) | Noam Postavsky | 5 | -16/+62 |
2018-06-02 | Fix CHECK_ALLOCATED_AND_LIVE abort during GC | Paul Eggert | 1 | -3/+4 |
2018-06-02 | Don't wait for visible frames to become visible | Noam Postavsky | 1 | -1/+2 |
2018-06-02 | Improve ELisp documentation of 'clone-indirect-buffer' | Eli Zaretskii | 1 | -4/+4 |
2018-06-02 | Improve documentation of 'inhibit-message' | Eli Zaretskii | 1 | -1/+6 |
2018-06-02 | Improve documentation of comment styles | Eli Zaretskii | 1 | -5/+7 |
2018-06-02 | Documentation improvements in newcomment.el | Eli Zaretskii | 1 | -2/+3 |
2018-06-02 | Imp[rove documentation of 'with-silent-modifications' | Eli Zaretskii | 2 | -3/+18 |
2018-06-02 | Fix decoding of directories when "~" includes non-ASCII chars | Eli Zaretskii | 2 | -18/+71 |
2018-06-02 | Don't remove highlight of misspelled word on pdict save | Eli Zaretskii | 1 | -8/+8 |
2018-06-02 | Fix some problems in the Cairo build | Ari Roponen | 2 | -42/+83 |
2018-06-02 | Avoid infloops in font_open_entity | Eli Zaretskii | 1 | -0/+3 |
2018-06-02 | Fix encoding of characters when using GB18030 fonts | Eli Zaretskii | 1 | -1/+4 |
2018-06-02 | Fix C-p and C-n when wrap-prefix is too wide | Eli Zaretskii | 1 | -1/+17 |
2018-06-02 | Avoid redisplay problems with too wide wrap-prefix | Eli Zaretskii | 1 | -1/+16 |
2018-06-02 | Fix 'posn-at-point' when line numbers are displayed | Eli Zaretskii | 1 | -0/+23 |
2018-06-02 | Another followup to fixing 'window-text-pixel-width' | Eli Zaretskii | 1 | -2/+7 |
2018-06-02 | Fix mouse-set-point when line numbers are displayed | Eli Zaretskii | 1 | -0/+1 |
2018-06-02 | * src/xdisp.c (Fwindow_text_pixel_size): Fix last change. | Eli Zaretskii | 1 | -3/+5 |
2018-06-02 | Fix 'window-text-pixel-size' when display properties are around | Eli Zaretskii | 1 | -8/+37 |
2018-06-02 | Fix display of TABs in hscrolled windows with line numbers | Eli Zaretskii | 3 | -11/+54 |
2018-06-02 | Fix wait_reading_process_output wait_proc hang | Matthias Dahl | 2 | -1/+20 |
2018-06-02 | Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26 | Eli Zaretskii | 1 | -1/+1 |
2018-06-02 | Fix posn-at-point in Flycheck buffers | Eli Zaretskii | 2 | -1/+15 |
2018-06-02 | ; * etc/PROBLEMS: Fix fvwm version number in last commit | Martin Rudalics | 1 | -1/+1 |
2018-06-02 | * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650) | Martin Rudalics | 1 | -0/+8 |
2018-06-01 | Update Emacs Lisp Intro to match current behavior | Eli Zaretskii | 1 | -23/+34 |
2018-06-01 | Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26 | Eli Zaretskii | 3 | -6/+22 |
2018-06-01 | Fix previous commit | Robert Pluim | 1 | -1/+1 |
2018-06-01 | Fix typos in several manuals (Bug#31610) | Ville Skyttä | 7 | -10/+10 |
2018-06-01 | Add detailed documentation about lock files | Robert Pluim | 3 | -6/+22 |
2018-06-01 | Add commentary for subtle aspect of frame.el | Eli Zaretskii | 1 | -0/+3 |
2018-06-01 | ; Auto-commit of loaddefs files. | Glenn Morris | 1 | -59/+47 |
2018-06-01 | ; * etc/NEWS: Belated announcement of 2 changes made in Emacs 26.1. | Eli Zaretskii | 1 | -0/+18 |
2018-06-01 | Improve documentation of 'directory-files-and-attributes' | Eli Zaretskii | 2 | -3/+10 |
2018-05-30 | * lisp/gnus/message.el (message-remove-header): Don't remove things | Katsumi Yamaoka | 1 | -1/+3 |
2018-05-30 | ; * etc/NEWS: Add headings for Emacs 26.2 | Eli Zaretskii | 1 | -0/+27 |
2018-05-30 | Adapt hexl-mode to native line-number display | Eli Zaretskii | 1 | -3/+11 |
2018-05-30 | Fix example in Tramp manual | Michael Albinus | 1 | -1/+1 |
2018-05-29 | Handle case where Xft is found but not XRender | Robert Pluim | 1 | -2/+5 |
2018-05-29 | * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example. | Michael Albinus | 1 | -0/+5 |
2018-05-29 | Improve read-multiple-choice docstring (Bug#31628) | Damien Cassou | 1 | -9/+9 |
2018-05-29 | * doc/misc/tramp.texi (All): Use @code instead of @option for user options. | Michael Albinus | 1 | -55/+55 |
2018-05-29 | Fix Bug#31605 | Michael Albinus | 1 | -5/+67 |