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.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Release ERC 5.4
Amin Bandali
2021-10-11
1
-3
/
+4
*
Add ERC entries for 'customize-package-emacs-version-alist'
Amin Bandali
2021-10-11
1
-0
/
+8
*
Backport: Add ERC version to protocol log
F. Jason Park
2021-10-11
1
-0
/
+1
*
* lisp/erc/erc.el: Don't error if 'erc-loaddefs' does not exist.
Amin Bandali
2021-10-06
1
-1
/
+1
*
Add 'erc-bug' command for reporting ERC bugs
Amin Bandali
2021-10-06
1
-0
/
+9
*
Add 'erc-version' and use it to display ERC version consistently
Amin Bandali
2021-10-06
1
-7
/
+17
*
* lisp/erc/erc.el (erc-user-mode): Set "+i" by default.
Stefan Kangas
2021-10-03
1
-2
/
+4
*
; Oops, fix up last commit
Amin Bandali
2021-10-01
1
-1
/
+1
*
Rename arguments of ERC's '/whois' and simplify doc string
Stefan Kangas
2021-10-01
1
-15
/
+13
*
Add new '/wii' convenience ERC command
Amin Bandali
2021-09-29
1
-0
/
+12
*
Restore the previous order of ERC's '/whois' arguments
Amin Bandali
2021-09-29
1
-11
/
+18
*
Switch the order of ERC's '/whois' arguments sent to the server
Amin Bandali
2021-09-29
1
-3
/
+6
*
; Some more docfixes for erc/*.el
Stefan Kangas
2021-09-19
1
-3
/
+2
*
; Stylistic docfixes in erc/*.el found by checkdoc
Stefan Kangas
2021-09-19
1
-35
/
+25
*
Add new '/opme' and '/deopme' convenience ERC commands
Amin Bandali
2021-09-18
1
-0
/
+18
*
* lisp/erc/erc.el: Add Package-Requires and URL headers.
Amin Bandali
2021-09-17
1
-3
/
+4
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-44
/
+48
*
Change the erc debug logging format to be more repeatable
F. Jason Park
2021-09-16
1
-27
/
+52
*
Fix erc nick trimming
F. Jason Park
2021-09-16
1
-17
/
+7
*
ERC: Use 'string-replace' only on Emacs 28 and later
Amin Bandali
2021-09-12
1
-10
/
+24
*
ERC: Use 'string-search' only on Emacs 28 and later
Amin Bandali
2021-09-12
1
-1
/
+3
*
; Fix typos
Stefan Kangas
2021-09-03
1
-1
/
+1
*
Use string-search instead of string-match[-p]
Mattias EngdegÄrd
2021-08-09
1
-1
/
+1
*
Use string-replace instead of replace-regexp-in-string
Mattias EngdegÄrd
2021-08-08
1
-4
/
+4
*
Update a few more IRC-related references to point to Libera.Chat
Amin Bandali
2021-07-04
1
-2
/
+2
*
Merge from origin/emacs-27
Amin Bandali
2021-07-04
1
-5
/
+6
|
\
|
*
Update IRC-related references to point to Libera.Chat
Amin Bandali
2021-07-03
1
-5
/
+6
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Fix an example in ERC docs
Stefan Kangas
2021-06-08
1
-2
/
+2
*
|
Tweak documentation relating to 'erc-tls'
Amin Bandali
2021-05-10
1
-2
/
+2
*
|
* lisp/erc/erc.el: Add past maintainer Michael Olson to Contributors.
Amin Bandali
2021-04-26
1
-0
/
+1
*
|
Add support for using a TLS client certificate with 'erc-tls' (bug#47788)
Amin Bandali
2021-04-22
1
-19
/
+81
*
|
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+0
*
|
Remove redundant #' before lambda in {calendar,erc,mh-e}/*.el
Stefan Kangas
2021-04-09
1
-13
/
+13
*
|
Delete empty "History" sections
Stefan Kangas
2021-03-30
1
-3
/
+0
*
|
Prefer https and fix broken links in ERC
Stefan Kangas
2021-03-20
1
-1
/
+1
*
|
lisp/erc: Use lexical-binding
Stefan Monnier
2021-03-18
1
-63
/
+62
*
|
* lisp/erc/erc.el: Fix problem pointed out by compiler warning
Stefan Monnier
2021-03-07
1
-23
/
+21
*
|
Remove additional items obsolete since Emacs 22/23
Stefan Kangas
2021-03-07
1
-11
/
+0
*
|
Remove some references to Emacs 21
Stefan Kangas
2021-03-07
1
-1
/
+0
*
|
Change defcustom types of two non-standard hooks
Lars Ingebrigtsen
2021-02-27
1
-9
/
+10
*
|
Remove Emacs 20 compat code for header-line-format
Stefan Kangas
2021-02-05
1
-26
/
+25
*
|
Prefer defvar-local in erc
Stefan Kangas
2021-01-31
1
-50
/
+25
*
|
* lisp/erc/erc.el (erc-process-input-line): Undo confused last change
Stefan Monnier
2021-01-04
1
-3
/
+3
*
|
* lisp/erc/erc.el: Use `run-hook-with-args` for `erc-pre-send-functions`
Stefan Monnier
2021-01-04
1
-43
/
+42
*
|
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-1
/
+3
|
\
|
|
*
Display messages sent using ERC's /say
Amin Bandali
2020-12-28
1
-1
/
+3
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Prefer setq-local in erc
Stefan Kangas
2020-12-04
1
-7
/
+6
[next]