index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
erc
/
erc-backend.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Some more docfixes for erc/*.el
Stefan Kangas
2021-09-19
1
-2
/
+2
*
; Stylistic docfixes in erc/*.el found by checkdoc
Stefan Kangas
2021-09-19
1
-6
/
+4
*
ERC: Use 'string-search' only on Emacs 28 and later
Amin Bandali
2021-09-12
1
-5
/
+16
*
Use string-search instead of string-match[-p]
Mattias EngdegÄrd
2021-08-09
1
-5
/
+5
*
Merge from origin/emacs-27
Amin Bandali
2021-07-04
1
-1
/
+1
|
\
|
*
Update IRC-related references to point to Libera.Chat
Amin Bandali
2021-07-03
1
-1
/
+1
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Fix thinko introduced in the last ERC patch (bug#47788)
Amin Bandali
2021-04-23
1
-1
/
+1
*
|
Add support for using a TLS client certificate with 'erc-tls' (bug#47788)
Amin Bandali
2021-04-22
1
-9
/
+21
*
|
lisp/erc: Use lexical-binding
Stefan Monnier
2021-03-18
1
-26
/
+11
*
|
* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method
Stefan Monnier
2021-02-13
1
-7
/
+5
*
|
Avoid having erc in irrelevant finder categories
Stefan Kangas
2021-02-11
1
-1
/
+1
*
|
Prefer defvar-local in erc
Stefan Kangas
2021-01-31
1
-56
/
+28
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
; Prefer https to http in more URLs
Stefan Kangas
2020-10-24
1
-1
/
+1
*
|
Make erc-compat.el obsolete
Stefan Kangas
2020-08-13
1
-2
/
+1
*
|
Make some erc function aliases obsolete
Lars Ingebrigtsen
2020-08-02
1
-5
/
+6
*
|
Fix race condition in erc-server-send-queue vs quitting erc
Lars Ingebrigtsen
2020-08-02
1
-35
/
+36
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-29
1
-1
/
+2
|
\
|
|
*
Fix error in ERC when 'erc-server-coding-system' is customized
Eli Zaretskii
2020-04-28
1
-1
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-23
1
-1
/
+1
|
\
|
|
*
ERC: Update maintainer address
Amin Bandali
2020-03-18
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-01-20
1
-1
/
+1
|
\
|
|
*
ERC: New maintainer.
Amin Bandali
2020-01-17
1
-1
/
+1
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Use regexp type for regexps in defcustom declarations
Mattias EngdegÄrd
2019-12-26
1
-1
/
+1
|
/
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-10
/
+11
*
Remove lisp/erc/ file-local indent-tabs-mode settings
Noam Postavsky
2019-09-21
1
-3
/
+0
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-6
/
+6
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Omit/rewrite useless regexp repetitions
Paul Eggert
2019-04-12
1
-1
/
+1
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-16
/
+14
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Compute erc line lengths correctly for utf-8 (etc.)
Lars Ingebrigtsen
2018-04-13
1
-3
/
+7
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Reimplement inline functions in ERC with define-inline.
Vibhav Pant
2017-11-18
1
-14
/
+16
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add support for IRCv3 message tags.
Vibhav Pant
2017-04-24
1
-5
/
+25
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-04
1
-3
/
+3
|
\
|
|
*
; Spelling fixes
Paul Eggert
2016-11-04
1
-3
/
+3
*
|
Use correct TYPE value for displaying error messages in (erc-display-message)
Vibhav Pant
2016-09-24
1
-1
/
+1
*
|
* lisp/erc/erc-backend.el: Use lexical-binding. Silence byte-compiler
Stefan Monnier
2016-04-02
1
-35
/
+33
*
|
Restore the fix to bug#18527 from commit d6868025
John Wiegley
2016-03-26
1
-1
/
+0
*
|
Merge from origin/emacs-25
John Wiegley
2016-02-03
1
-1
/
+27
|
\
|
[next]