summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid gettimeofday deprecation warnings with MinGWEli Zaretskii2018-07-291-0/+5
* Merge from origin/emacs-26Paul Eggert2018-07-292-4/+112
|\
| * Fix last change in 'char_width'Eli Zaretskii2018-07-291-4/+7
| * Add initial tests for wdired.elStephen Berman2018-07-291-0/+105
* | ; Merge from origin/emacs-26Paul Eggert2018-07-290-0/+0
|\ \ | |/
| * Fix use of non-nil wdired-use-interactive-renameStephen Berman2018-07-281-9/+29
* | ; Instrumentation for shadowfile.elMichael Albinus2018-07-291-0/+4
* | Prefer ?* to hide passwordsTino Calancha2018-07-293-4/+7
* | Handle symlinks in wdired.el when restoring filename propertyStephen Berman2018-07-291-1/+4
* | Fix bugs in wdired.el involving dired-filename propertyStephen Berman2018-07-291-10/+38
* | ; Instrumentation for shadowfile.elMichael Albinus2018-07-281-0/+4
* | Make 'tis620-2533' character set be an alias for 'thai-iso8859-11'Eli Zaretskii2018-07-286-22/+10
* | Merge from origin/emacs-26Glenn Morris2018-07-2818-80/+154
|\ \ | |/
| * ; Fix last change: only MinGW runtime 5.0.2 and later needs that.Eli Zaretskii2018-07-283-3/+3
| * Fix compilation with mingw.org's MinGW 5.x headersEli Zaretskii2018-07-283-3/+17
| * Update the list of special forms in the ELisp manualEli Zaretskii2018-07-282-8/+5
| * Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-272-8/+27
| * Fix calls to modifications hooks in replace-buffer-contentsEli Zaretskii2018-07-271-16/+3
| * * src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii2018-07-271-6/+9
| * Display raw bytes as belonging to 'eight-bit' charsetEli Zaretskii2018-07-273-2/+9
| * ; * doc/emacs/mule.texi (International Chars): Fix last change.Eli Zaretskii2018-07-271-1/+1
| * Fix inaccurate text in the user manualEli Zaretskii2018-07-261-6/+13
| * Copyedits in tramp.texi, improved example with bash's readlineMichael Albinus2018-07-261-24/+28
| * Minor Tramp doc updateMichael Albinus2018-07-251-0/+8
| * File Shadowing is not available on MS WindowsMichael Albinus2018-07-252-1/+25
| * ; Minor markup change in indent.texiEli Zaretskii2018-07-251-10/+11
| * ; bookmark-jump: Add comment about last change.Noam Postavsky2018-07-241-0/+3
* | * lisp/vc/diff.el (diff-buffer-with-file): Support indirect buffers.Phil Sainty2018-07-291-2/+3
* | Fix @include directive in Flymake doc againJoão Távora2018-07-281-1/+1
* | Fix problem with 'scroll-bar-adjust-thumb-portion' nil (Bug#32002)Martin Rudalics2018-07-281-8/+16
* | ; Merge from gnulib.Paul Eggert2018-07-272-18/+24
* | Fix file-name-case-insensitive-p on non-existent filesKen Brown2018-07-271-0/+15
* | * lisp/simple.el (event-apply-modifier): Map control+[ to C-[Stefan Monnier2018-07-271-7/+5
* | ; More instrumentation for shadowfile-tests.elMichael Albinus2018-07-271-5/+7
* | Correctly indent C++ brace lists in member init lists.Alan Mackenzie2018-07-261-2/+10
* | ; More instrumentation for shadowfile-tests.elMichael Albinus2018-07-261-0/+2
* | * src/editfns.c (syms_of_editfns): Fix typo in previous change.Paul Eggert2018-07-261-2/+2
* | %o and %x can now format signed integersPaul Eggert2018-07-264-11/+68
* | Notify systemd in daemon-initialized and kill-emacs (Bug#31498)Lucas Werkmeister2018-07-253-1/+20
* | ; More instrumentation for shadowfile-tests.elMichael Albinus2018-07-251-1/+10
* | Fix docstring of gnus-dependencies-add-headerEric Abrahamsen2018-07-251-4/+4
* | ; More instrumentation for shadowfile-tests.elMichael Albinus2018-07-251-0/+7
* | Instrument shadowfile{-tests} for error hunting on hydra.Michael Albinus2018-07-252-16/+15
* | Move proper-list-p to CPaul Eggert2018-07-244-25/+26
* | * etc/NEWS: Omit bug# when not needed.Paul Eggert2018-07-241-5/+5
* | Merge from origin/emacs-26Glenn Morris2018-07-2416-50/+110
|\ \ | |/
| * Let bookmark-jump override window-point (Bug#31751)Noam Postavsky2018-07-231-2/+2
| * Omit keymap from subword-mode docstring (Bug#32212)Noam Postavsky2018-07-231-3/+1
| * Prevent line-mode term from showing user passwordsTino Calancha2018-07-231-4/+15
| * Check for special filenames in eshell (Bug#30724)Jonathan Kyle Mitchell2018-07-215-21/+45