summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25...Paul Eggert2016-08-221-2/+2
|\
| * ; ChangeLog spelling fixesPaul Eggert2016-08-211-2/+2
* | Simplify now that float-time etc. are built-in...Paul Eggert2016-05-081-4/+2
* | Prefer 'font-lock-face to 'face in erc where appropriate...Vivek Dasmohapatra2016-04-078-136/+38
* | * lisp/erc/erc-backend.el: Use lexical-binding. Silence byte-compiler...Stefan Monnier2016-04-021-35/+33
* | Restore the fix to bug#18527 from commit d6868025John Wiegley2016-03-261-1/+0
* | Deterministic build improvements...Paul Eggert2016-03-022-5/+6
* | Merge from origin/emacs-25...Paul Eggert2016-02-091-8/+2
|\|
| * Use completion-ignore-case instead of defining command...Lars Ingebrigtsen2016-02-061-8/+2
* | Merge from origin/emacs-25...Paul Eggert2016-02-091-1/+1
|\|
| * Spelling fixesPaul Eggert2016-02-041-1/+1
* | Merge from origin/emacs-25...John Wiegley2016-02-035-19/+57
|\|
| * Make erc work better when encountering unknown prefix chars...David Edmondson2016-02-041-1/+1
| * Make erc completion case-insensitive again...Lars Ingebrigtsen2016-02-041-1/+8
| * Make complection in erc use consistent casing...Carlos Pita2016-02-041-3/+5
| * Make /QUIT in erc more robust...Francis Litterio2016-02-041-5/+7
| * Make tracking faces in Emacs work more reliably...Kevin Brubeck Unhammer2016-02-041-1/+2
| * Make erc work when subword-mode is switched on...Dima Kogan2016-02-042-9/+35
* | Merge from origin/emacs-25...John Wiegley2016-02-031-1/+9
|\|
| * Improve the custom type of some user options....Glenn Morris2016-01-301-1/+9
* | Make erc work better when encountering unknown prefix chars...David Edmondson2016-02-041-1/+1
* | -John Wiegley2016-01-181-2/+4
|\|
| * Add some missing version tags....Glenn Morris2016-01-121-2/+4
* | Merge from origin/emacs-25...John Wiegley2016-01-1137-37/+37
|\|
| * Update copyright year to 2016...Paul Eggert2016-01-0137-37/+37
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-298-64/+89
|\|
| * Clear erc user list upon disconnection...Deniz Dogan2015-12-271-0/+3
| * Don't bug out in erc after waking from sleep...Lars Ingebrigtsen2015-12-271-1/+3
| * Proxy error in erc with multiple clients...David Edmondson2015-12-271-0/+5
| * Ensure that we don't have several timers in erc...Dima Kogan2015-12-271-3/+13
| * Don't insert erc logs at the end...Lars Ingebrigtsen2015-12-271-3/+6
| * Don't join erc channels doubly...Lars Ingebrigtsen2015-12-271-2/+8
| * Fix auth source lookups from erc with port numbers...Krzysztof Jurewicz2015-12-271-1/+2
| * Run erc-kill-channel-hook always on exit...Fran Litterio2015-12-271-1/+1
| * Quote symbols in docstrings using `'...Paul Eggert2015-11-181-3/+3
| * Fix docstring quoting problems with ‘ '’...Paul Eggert2015-11-176-15/+14
| * Reconnect asynchronously.l3thal2015-11-132-25/+30
* | Reconnect erc even on server errors...Lars Ingebrigtsen2015-12-281-1/+0
* | Disconnection fixes for erc...Vivek Dasmohapatra2015-12-271-14/+16
* | Further erc asynch fixes...Thomas Riccardi2015-12-272-5/+4
* | Make erc connect asynchronously...Vivek Dasmohapatra2015-12-271-41/+43
* | Proxy error in erc with multiple clients...David Edmondson2015-12-271-0/+5
* | Use a different port for TLS erc...Łukasz Stelmach2015-12-261-1/+6
|/
* erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771l3thal2015-11-072-3/+9
* Backslash cleanup in Elisp source files...Paul Eggert2015-09-174-4/+4
* Fix several backslash typos in Elisp strings...Paul Eggert2015-09-172-5/+5
* Go back to grave quoting in source-code docstrings etc....Paul Eggert2015-09-073-10/+10
* Fix some more docstring etc. quoting problems...Paul Eggert2015-09-032-8/+8
* Escape ` and ' in doc...Paul Eggert2015-09-014-8/+7
* Quoting fixes in ERC and Eshell...Paul Eggert2015-08-313-5/+6