aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all remaining uses of gnus-group-decoded-namescratch/gnus-decodedEric Abrahamsen2019-06-216-125/+70
* Temporarily preserve encoded group names in Gnus category fileEric Abrahamsen2019-06-211-40/+62
* Fix encoding bug in gnus-group-rename-groupEric Abrahamsen2019-06-211-6/+2
* Do not encode/decode Gnus group names when completingEric Abrahamsen2019-06-201-26/+7
* Replace octal regexp with [:ascii:] char class in GnusEric Abrahamsen2019-06-174-7/+7
* Remove Gnus group name decoding in Gnus agentEric Abrahamsen2019-06-171-33/+14
* Decode group names in newsrc files as raw-text, not utf-8Eric Abrahamsen2019-06-171-1/+1
* Ensure that group names are encoded in the Gnus registry fileEric Abrahamsen2019-06-161-4/+55
* Make sure to decode group names read from newsrc filesEric Abrahamsen2019-06-161-1/+3
* Check for encoded Gnus group names when parsing active infoEric Abrahamsen2019-06-161-1/+5
* Further fix to previous commitEric Abrahamsen2019-06-101-1/+2
* Fix/extension to previous commitEric Abrahamsen2019-06-091-24/+37
* Preserve group name encoding in newsrc.eld filesEric Abrahamsen2019-06-061-1/+13
* Don't add encoding cookie in Gnus' active filesEric Abrahamsen2019-05-011-1/+0
* Default nnmail-active-file-coding-system to utf-8-emacsEric Abrahamsen2019-04-301-1/+1
* Don't change the default of nnmail-file-coding-systemEric Abrahamsen2019-04-241-1/+1
* Decode Gnus group names when browsing server group listsEric Abrahamsen2019-04-231-17/+21
* Obsolete and remove nmail-group-names-not-encoded-pEric Abrahamsen2019-04-222-46/+21
* WIP on removing all internal encoding/decodingEric Abrahamsen2019-04-2114-217/+127
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+2
|\
| * Avoid false positives and false negatives of Info-quoted faceMauro Aranda2019-04-211-1/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-211-1/+19
|\ \ | |/
| * Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
* | Merge from origin/emacs-26Glenn Morris2019-04-214-5/+11
|\ \ | |/
| * Document insert-image-file's return value (Bug#32978)Noam Postavsky2019-04-191-2/+3
| * Autoload cua-toggle-rectangle-mark (Bug#34947)Braun Gábor2019-04-191-0/+1
| * Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky2019-04-191-1/+5
| * Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios2019-04-181-2/+2
* | * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* | * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* | * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* | Support amending the last commit using VC-HgDmitry Gutov2019-04-213-23/+55
* | Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-203-23/+173
* | * lisp/emacs-lisp/smie.el (smie-indent-comment-continue): Single-char case.Stefan Monnier2019-04-191-5/+27
* | * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstringStefan Monnier2019-04-191-2/+2
* | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* | * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* | * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* | Remove subsumed regexp branchesMattias Engdegård2019-04-191-2/+2
* | Clear gnus-group-list when the newsrc-hashtb is recreatedEric Abrahamsen2019-04-191-1/+2
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-192-8/+18
* | Don't check for group existence in gnus-group-goto-groupEric Abrahamsen2019-04-191-14/+10
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-197-11/+10
* | Fix mail-extr regexp typo with ".".Paul Eggert2019-04-191-1/+1
* | * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expressionMichael Albinus2019-04-191-1/+1
* | Do not handle :stop in tramp-*-handle-make-processMichael Albinus2019-04-192-8/+0
* | Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-191-7/+18
* | Only encode Gnus group names if they come from symbol-nameEric Abrahamsen2019-04-181-8/+8
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/
| * * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10