summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* Use correct TYPE value for displaying error messages in (erc-display-message)Vibhav Pant2016-09-242-2/+2
* Merge from origin/emacs-25Paul Eggert2016-08-221-2/+2
|\
| * ; ChangeLog spelling fixesPaul Eggert2016-08-211-2/+2
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-4/+2
* | Prefer 'font-lock-face to 'face in erc where appropriateVivek Dasmohapatra2016-04-078-136/+38
* | * lisp/erc/erc-backend.el: Use lexical-binding. Silence byte-compilerStefan Monnier2016-04-021-35/+33
* | Restore the fix to bug#18527 from commit d6868025John Wiegley2016-03-261-1/+0
* | Deterministic build improvementsPaul Eggert2016-03-022-5/+6
* | Merge from origin/emacs-25Paul Eggert2016-02-091-8/+2
|\ \ | |/
| * Use completion-ignore-case instead of defining commandLars Ingebrigtsen2016-02-061-8/+2
* | Merge from origin/emacs-25Paul Eggert2016-02-091-1/+1
|\ \ | |/
| * Spelling fixesPaul Eggert2016-02-041-1/+1
* | Merge from origin/emacs-25John Wiegley2016-02-035-19/+57
|\ \ | |/
| * Make erc work better when encountering unknown prefix charsDavid Edmondson2016-02-041-1/+1
| * Make erc completion case-insensitive againLars Ingebrigtsen2016-02-041-1/+8
| * Make complection in erc use consistent casingCarlos Pita2016-02-041-3/+5
| * Make /QUIT in erc more robustFrancis Litterio2016-02-041-5/+7
| * Make tracking faces in Emacs work more reliablyKevin Brubeck Unhammer2016-02-041-1/+2
| * Make erc work when subword-mode is switched onDima Kogan2016-02-042-9/+35
* | Merge from origin/emacs-25John 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 charsDavid 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-25John Wiegley2016-01-1137-37/+37
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-0137-37/+37
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-298-64/+89
|\ \ | |/
| * Clear erc user list upon disconnectionDeniz Dogan2015-12-271-0/+3
| * Don't bug out in erc after waking from sleepLars Ingebrigtsen2015-12-271-1/+3
| * Proxy error in erc with multiple clientsDavid Edmondson2015-12-271-0/+5
| * Ensure that we don't have several timers in ercDima Kogan2015-12-271-3/+13
| * Don't insert erc logs at the endLars Ingebrigtsen2015-12-271-3/+6
| * Don't join erc channels doublyLars Ingebrigtsen2015-12-271-2/+8
| * Fix auth source lookups from erc with port numbersKrzysztof Jurewicz2015-12-271-1/+2
| * Run erc-kill-channel-hook always on exitFran 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 errorsLars Ingebrigtsen2015-12-281-1/+0
* | Disconnection fixes for ercVivek Dasmohapatra2015-12-271-14/+16
* | Further erc asynch fixesThomas Riccardi2015-12-272-5/+4
* | Make erc connect asynchronouslyVivek Dasmohapatra2015-12-271-41/+43
* | Proxy error in erc with multiple clientsDavid 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 filesPaul Eggert2015-09-174-4/+4
* Fix several backslash typos in Elisp stringsPaul 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 problemsPaul Eggert2015-09-032-8/+8
* Escape ` and ' in docPaul Eggert2015-09-014-8/+7