summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07219-870/+882
* * lisp/emacs-lisp/package.el: Reduce autoloading before compilingArtur Malabarba2015-09-071-18/+32
* ; Add (tiny change) an entry from 2015-08-31Artur Malabarba2015-09-071-1/+1
* * src/keyboard.c (read_key_sequence): Complete last fix (bug#21403)Stefan Monnier2015-09-071-0/+1
* Fix deletion of symlinks to directories on MS-WindowsEli Zaretskii2015-09-071-4/+29
* * lisp/emacs-lisp/package.el (package-initialize): Set enable-at-startupArtur Malabarba2015-09-074-5/+19
* Bump version of ntlm.el to 2.00Thomas Fitzsimmons2015-09-061-2/+3
* * doc/misc/gnus.texi (Mail Source Specifiers):Adam Sjøgren2015-09-061-1/+2
* Allow even one non-regular character before the implicit tag nameDmitry Gutov2015-09-071-1/+1
* Add support for NTLMv2 authenticationThomas Fitzsimmons2015-09-061-33/+121
* * lisp/emacs-lisp/package.el: Rename custom facesArtur Malabarba2015-09-061-32/+32
* mail-source.el: Make the imap mail-source's :mailbox handle a listAdam Sjøgren2015-09-061-4/+7
* nnimap.el: Handle nil arg to nnimap-request-groupEric Abrahamsen2015-09-061-2/+4
* File notifications: Support renaming over directory boundariesMichael Albinus2015-09-062-80/+56
* ; Auto-commit of ChangeLog files.Glenn Morris2015-09-061-1/+77
* Spelling fix (Bug#21420)Paul Eggert2015-09-051-1/+1
* Improve the semantic of map-someNicolas Petton2015-09-062-16/+15
* Rename map-contains-key-p and map-some-pNicolas Petton2015-09-062-17/+17
* Improve the semantic of seq-someNicolas Petton2015-09-063-11/+19
* Rename seq-some-p to seq-some and seq-contains-p to seq-containsNicolas Petton2015-09-063-30/+30
* text-quoting-style for usage of fn names with ‘’Paul Eggert2015-09-051-1/+1
* Fix fix for describe-function keybinding confusionPaul Eggert2015-09-052-14/+18
* * doc/lispref/frames.texi (Mouse Tracking): Fix typo.Johan Bockgård2015-09-051-1/+1
* Use PAT rather than UPAT in pcase macrosJohan Bockgård2015-09-052-6/+6
* Fix describe-function keybinding confusionPaul Eggert2015-09-051-3/+3
* * doc/emacs/programs.texi (Program Modes): Remove an index entry.Xue Fuqiao2015-09-051-1/+0
* ; ChangeLog.2: Fix last entryEli Zaretskii2015-09-051-1/+1
* ; make change-history-commitEli Zaretskii2015-09-051-1/+557
* Avoid read error messages from 'inotify'Robert Pluim2015-09-051-2/+10
* Avoid errors in thing-at-point with 2nd argument non-nilEli Zaretskii2015-09-051-1/+1
* Fix segfaults due to using a stale face IDPhilip2015-09-053-4/+21
* Fix minor problems with " in manualPaul Eggert2015-09-0424-60/+60
* * doc/misc/tramp.texi (Frequently Asked Questions): New item for ad-hocMichael Albinus2015-09-041-0/+18
* ; Auto-commit of loaddefs files.Glenn Morris2015-09-041-1/+1
* ; * etc/NEWS: Put entry about [:graph:] and [:print:] where it belongs.Eli Zaretskii2015-09-041-8/+8
* Support automated ‘make check’ in non-C localePaul Eggert2015-09-034-8/+25
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-03108-382/+389
* Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-032-20/+22
* Fix disassembly of non-compiled lexical functions (bug#21377)Stefan Monnier2015-09-032-35/+32
* (tex--prettify-symbols-compose-p): Don't compose in verbatim blocks!Stefan Monnier2015-09-031-0/+2
* * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"Mark Oteiza2015-09-031-1/+1
* * lisp/mpc.el (mpc--proc-connect): Handle unix sockets (bug#19394)Mark Oteiza2015-09-031-1/+9
* vc-git-mode-line-string: Explicitly re-apply the faceDmitry Gutov2015-09-031-1/+3
* Treat initial-scratch-message as a doc stringPaul Eggert2015-09-024-5/+10
* Fix describe-char bug with glyphs on terminalsPaul Eggert2015-09-021-19/+11
* Follow text-quoting-style in display table initPaul Eggert2015-09-024-12/+29
* Fix typoK. Handa2015-09-021-2/+2
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2015-09-0269-578/+527
|\
| * * lisp/vc/vc-hooks.el (vc-refresh-state): New commandDavid Caldwell2015-09-012-5/+8
| * Escape ` and ' in docPaul Eggert2015-09-0143-128/+127