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
*
ERC: New maintainer.
Amin Bandali
2020-01-17
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make ERC respect erc-channel-hide-list
Lars Ingebrigtsen
2019-10-28
1
-4
/
+4
*
Ensure that the prompt is kept on the final line
Lars Ingebrigtsen
2019-10-23
1
-0
/
+9
*
Make erc-cmd-CLEAR do what its doc string says
Lars Ingebrigtsen
2019-10-23
1
-1
/
+2
*
Remove lisp/erc/ file-local indent-tabs-mode settings
Noam Postavsky
2019-09-21
1
-2
/
+0
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-5
/
+5
*
Fix erc-lurker-update-status (bug#36843)
Amin Bandali
2019-09-05
1
-7
/
+12
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-1
/
+1
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-1
/
+1
*
Remove XEmacs compat code from erc
Lars Ingebrigtsen
2019-06-20
1
-25
/
+7
*
Fix typo in previous erc.el change
Lars Ingebrigtsen
2019-06-19
1
-18
/
+18
*
Fix previous change to erc (where commands like /me wouldn't be sent)
Lars Ingebrigtsen
2019-06-19
1
-17
/
+28
*
Adjust erc functions after previous erc-pre-send-function change
Lars Ingebrigtsen
2019-06-14
1
-11
/
+14
*
Obsolete erc-send-pre-hook and add new erc-pre-send-function
Lars Ingebrigtsen
2019-06-14
1
-3
/
+25
*
Add comment to clarify the use of `str'
Lars Ingebrigtsen
2019-06-13
1
-0
/
+2
*
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
*
Use regexp-opt-charset to improve regexp tweaks
Paul Eggert
2019-03-27
1
-3
/
+1
*
2019-03-26 regex cleanup
Paul Eggert
2019-03-26
1
-4
/
+3
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-2
/
+2
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-24
/
+17
*
* lisp/erc/erc.el (erc-version-string): Remove, unused
Stefan Monnier
2019-02-18
1
-3
/
+0
*
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
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-4
/
+4
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-2
/
+1
*
|
Remove useless requires of subr-x at runtime
Glenn Morris
2018-09-10
1
-1
/
+1
*
|
erc build fix for the previous patch
Lars Ingebrigtsen
2018-04-14
1
-0
/
+1
*
|
Ignore all-whitespace topics in erc
Lars Ingebrigtsen
2018-04-14
1
-2
/
+4
*
|
Subject: Fix problem with erc buffer renames after reconnect
John Goerzen
2018-04-14
1
-8
/
+8
*
|
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
*
|
Merge from origin/emacs-26
Glenn Morris
2017-12-20
1
-9
/
+9
|
\
|
|
*
; * lisp/erc/erc.el: Update URL.
Glenn Morris
2017-12-20
1
-3
/
+3
|
*
* lisp/erc/erc.el (erc-shorten-server-name): Silence compiler warning.
Glenn Morris
2017-12-20
1
-4
/
+4
|
*
Fix some more aliases to user options
Glenn Morris
2017-12-20
1
-2
/
+2
*
|
Merge from origin/emacs-26
Michael Albinus
2017-12-09
1
-0
/
+1
|
\
|
|
*
Don't enable erc modules on simply loading erc.el
Glenn Morris
2017-12-03
1
-0
/
+1
*
|
lisp/erc/erc.el: Use inline-letevals for when args are buffer local.
Vibhav Pant
2017-12-02
1
-8
/
+11
*
|
Put most erc autoloads in a dedicated file erc-loaddefs.el
Glenn Morris
2017-11-28
1
-1
/
+3
*
|
Reimplement inline functions in ERC with define-inline.
Vibhav Pant
2017-11-18
1
-37
/
+50
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-3
/
+3
|
\
|
|
*
Fix some duplicate words typos
Glenn Morris
2017-10-27
1
-3
/
+3
*
|
Prefer nil to (current-time) when either works
Paul Eggert
2017-10-20
1
-4
/
+2
|
/
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
Fix erc-join with channel password
Tom Tromey
2017-05-05
1
-4
/
+20
*
Add support for IRCv3 message tags.
Vibhav Pant
2017-04-24
1
-1
/
+4
*
Small erc-kill-channel fix (bug#23700)
Fran Litterio
2017-04-17
1
-3
/
+4
[next]