aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/gnus/gnus-sum.el (gnus-tmp-thread): New varStefan Monnier2019-05-171-10/+14
* Move Info-edit-* commands from info.el to obsolete/info-edit.elLars Ingebrigtsen2019-05-172-59/+83
* Use cl-assert instead of assert in ps-print.elLars Ingebrigtsen2019-05-171-1/+3
* (ps-begin-job): Remove two unneeded string-as-unibyte callsLars Ingebrigtsen2019-05-171-2/+3
* Fix a recent commit in select.elEli Zaretskii2019-05-171-9/+9
* Remove obsolete example functions from imenu.elLars Ingebrigtsen2019-05-171-92/+0
* Remove unused internal function completion-pcm--optimize-patternLars Ingebrigtsen2019-05-171-22/+0
* * lisp/gnus: Remove assumptions about mail-header being a vectorStefan Monnier2019-05-175-91/+96
* Declare fileloop-continue in dired-aux to avoid warningLars Ingebrigtsen2019-05-171-0/+2
* Avoind string-as-multibyte in ps-output-string-primLars Ingebrigtsen2019-05-171-1/+3
* (gui-get-selection): Avoid using `string-to-multibyte'Lars Ingebrigtsen2019-05-171-2/+9
* Declare two w32 functions to avoid byte compilation warningsLars Ingebrigtsen2019-05-171-1/+4
* Remove obsolete epg functionsLars Ingebrigtsen2019-05-172-57/+0
* Declare rectangle functions in mouse.el to avoid warningsLars Ingebrigtsen2019-05-171-0/+4
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.Stefan Monnier2019-05-161-1/+1
* * lisp/gnus/nnheader.el (mail-header-*): Define via cl-defstructStefan Monnier2019-05-1613-152/+73
* Fix ffap behavior in the Gnus group buffer (bug#35693)Katsumi Yamaoka2019-05-171-1/+4
* * mule.el (set-buffer-file-coding-system): Don't burp on iso-2022-7bitStefan Monnier2019-05-161-2/+5
* Make `package' not "uninhibit" messages (Bug#34037)Paul Pogonyshev2019-05-161-2/+2
* Fix gnus-summary-expand-window placement of pointBasil L. Contovounesios2019-05-171-1/+1
* Add docstring to project--read-file-cpd-relativeBasil L. Contovounesios2019-05-161-0/+4
* * cl-macs-tests.el (cl-macs-test--symbol-macrolet): New testStefan Monnier2019-05-161-0/+17
* Fix stray call to make-vectorEric Abrahamsen2019-05-161-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: RewriteStefan Monnier2019-05-161-9/+19
* Distribute test cases in tarballs by defaultPaul Eggert2019-05-166-8/+20
* Make shr-rescale-image respect get-buffer-window againLars Ingebrigtsen2019-05-161-27/+29
* Improve user convenience of the rcirc debug bufferIvan Shmakov2019-05-161-8/+16
* Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)Noam Postavsky2019-05-162-5/+12
* * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.Michael Albinus2019-05-161-1/+4
* * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-rules): Fix typoStefan Monnier2019-05-152-1/+8
* Fix merge of sgml-syntax-propertize-rulesNoam Postavsky2019-05-151-6/+15
* Fix diff-mode face problem when used in terminals (Bug#35695)Anders Lindgren2019-05-151-4/+20
* * lisp/gnus/gnus-sum.el: Use lexical-bindingStefan Monnier2019-05-151-121/+122
* Tune reading of radix integersPaul Eggert2019-05-151-74/+73
* * lisp/mail/footnote.el (footnote-prefix): Docstring typo.Stefan Monnier2019-05-151-3/+2
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-1518-39/+58
* Avoid infinitly looping in tramp-interrupt-process (bug#35506)John Shahid2019-05-151-4/+3
* CC Mode: fix indentation in switch statement after "case a(1):".Alan Mackenzie2019-05-152-2/+35
* Describe error data in url-retrieve betterLars Ingebrigtsen2019-05-151-3/+5
* Don't have url-basic-auth bug out when called with an URL stringLars Ingebrigtsen2019-05-151-2/+2
* Fix obscure HTTP chunked parsing problemLars Ingebrigtsen2019-05-151-0/+6
* Indent url-http-chunked-encoding-after-change-functionLars Ingebrigtsen2019-05-151-3/+2
* Fix url-auth prompts when realm is emptyThomas Fitzsimmons2019-05-151-0/+2
* Make image scaling work without imagemagick support in ewwLars Ingebrigtsen2019-05-151-31/+28
* ; Merge from origin/emacs-26Glenn Morris2019-05-140-0/+0
|\
| * Backport: fix broken build on m68kPaul Eggert2019-05-141-52/+25
| * Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)Noam Postavsky2019-05-131-2/+9
* | Merge from origin/emacs-26Glenn Morris2019-05-1412-67/+223
|\ \ | |/
| * Let dir locals for more specific modes override those from lessNeil Roberts2019-05-122-0/+69
| * Improve documentation of Hexl modeEli Zaretskii2019-05-111-3/+12