index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
rcirc.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-10-26
1
-2
/
+3
|
\
|
*
Fix rcirc not to interpret nil as nickname (bug#37344)
Leo Liu
2019-10-07
1
-2
/
+3
*
|
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-1
/
+1
*
|
Avoid error when killing rcirc buffer
Lars Ingebrigtsen
2019-07-29
1
-0
/
+3
*
|
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-2
/
+2
*
|
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-2
/
+2
*
|
Make rcirc parsing more RFC2812 compliant (Bug#36233)
Noam Postavsky
2019-06-22
1
-8
/
+19
*
|
* lisp/net/rcirc.el (rcirc-prompt-for-encryption): Simplify.
Noam Postavsky
2019-06-22
1
-5
/
+4
*
|
Check rcirc-server for auto authentication (Bug#10162)
Steve Scott
2019-06-05
1
-10
/
+9
*
|
Make rcirc PART and QUIT reasons customizable (Bug#12857)
Daniel Ralston
2019-06-01
1
-4
/
+15
*
|
Handle argument to rcirc /part properly (Bug#11157)
Noam Postavsky
2019-06-01
1
-4
/
+13
*
|
* lisp/net/rcirc.el: Remove redundant :group usage
Noam Postavsky
2019-06-01
1
-106
/
+50
*
|
Improve user convenience of the rcirc debug buffer
Ivan Shmakov
2019-05-16
1
-8
/
+16
*
|
* lisp/net/rcirc.el: Undo previous change; it was a typo.
Paul Eggert
2019-03-07
1
-2
/
+2
*
|
Be safer about "%" in message formats
Paul Eggert
2019-03-07
1
-2
/
+2
*
|
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-7
/
+7
*
|
Prefer encode-time to its alias
Paul Eggert
2019-02-10
1
-2
/
+2
*
|
Run window change functions during redisplay
Martin Rudalics
2019-01-11
1
-6
/
+2
*
|
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
|
*
Avoid byte compilation warning in rcirc.el
Eli Zaretskii
2018-11-03
1
-1
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-04
1
-6
/
+6
|
\
|
|
*
Avoid race in rcirc process filter (bug#33145)
Basil L. Contovounesios
2018-11-03
1
-6
/
+6
*
|
Add URL truncation support to rcirc (bug#33043)
David Edmondson
2018-11-03
1
-8
/
+18
*
|
Prune most-positive-fixnum from Lisp source
Paul Eggert
2018-08-22
1
-4
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-13
1
-1
/
+1
|
\
|
|
*
Save the server alias on reconnect (Bug#29657)
Miciah Masters
2018-07-10
1
-1
/
+1
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-11
/
+2
*
|
* lisp/net/rcirc.el (rcirc-prompt-start-marker): Define before using.
Glenn Morris
2018-02-26
1
-1
/
+2
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Avoid unnecessary rounding errors in timestamps
Paul Eggert
2017-10-22
1
-1
/
+1
*
; Spelling fixes
Paul Eggert
2017-09-29
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
; Add a comment for make-text-button in rcirc-markup-urls
Miles Bader
2017-09-09
1
-0
/
+3
*
Use text-property buttons in rcirc-markup-urls
Miles Bader
2017-09-09
1
-6
/
+6
*
Use define-minor-mode for rcirc-omit-mode
Alex Schroeder
2017-08-19
1
-30
/
+24
*
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
*
|
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Glenn Morris
2016-11-17
1
-1
/
+1
*
|
; Refer to version 25.2 rather than 26.1.
Glenn Morris
2016-06-10
1
-1
/
+1
*
|
Simplify now that float-time etc. are built-in
Paul Eggert
2016-05-08
1
-7
/
+4
*
|
Add ability to give rcirc servers an alias name
Dave Barker
2016-01-31
1
-12
/
+24
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-1
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
Support @-mentions
Tassilo Horn
2015-07-17
1
-1
/
+4
[next]