Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
643b1e97
Commit
643b1e97
authored
Oct 14, 2014
by
Ivan Shmakov
Committed by
Stefan Monnier
Oct 14, 2014
Browse files
* lisp/erc/erc-track.el (erc-modified-channels-display): Update mode line
more frequently. Fixes: debbugs:18510
parent
fcb11aef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+7
-2
lisp/erc/erc-track.el
lisp/erc/erc-track.el
+1
-1
No files found.
lisp/erc/ChangeLog
View file @
643b1e97
2014-10-15 Ivan Shmakov <ivan@siamics.net>
* erc-track.el (erc-modified-channels-display): Update mode line
more frequently (bug#18510).
2014-10-10 Kelvin White <kwhite@gnu.org>
* erc.el (erc-initialize-log-marker): Only initialize
...
...
@@ -434,9 +439,9 @@
2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
* erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Update
d
regexp to
* erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Update regexp to
match quoted filenames with spaces inside.
(erc-dcc-handle-ctcp-send): Update
d
regexp match group numbers,
(erc-dcc-handle-ctcp-send): Update regexp match group numbers,
added processing of escaped quotes and backslashes if filename
itself was in quotes.
...
...
lisp/erc/erc-track.el
View file @
643b1e97
...
...
@@ -860,7 +860,7 @@ Use `erc-make-mode-line-buffer-name' to create buttons."
faces
(
cdr
faces
)))
strings
)))
(
newobject
(
erc-modified-channels-object
strings
)))
(
unless
(
equal
oldobject
newobject
)
(
unless
(
equal
-including-properties
oldobject
newobject
)
(
setq
erc-modified-channels-object
newobject
)
(
force-mode-line-update
t
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment