aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/ChangeLog5
-rw-r--r--lisp/erc/erc-stamp.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index b2860c25520..bf7e1924b52 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,8 @@
12014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * erc-stamp.el (erc-timestamp-intangible): Disable by default because
4 `intangible' is evil.
5
12014-08-07 Kelvin White <kwhite@gnu.org> 62014-08-07 Kelvin White <kwhite@gnu.org>
2 7
3 * erc.el (erc-channel-receive-names): Fix variable names 8 * erc.el (erc-channel-receive-names): Fix variable names
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index ab951652bcc..37982069abe 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -147,10 +147,11 @@ the minibuffer."
147 :group 'erc-stamp 147 :group 'erc-stamp
148 :type 'string) 148 :type 'string)
149 149
150(defcustom erc-timestamp-intangible t 150(defcustom erc-timestamp-intangible nil
151 "Whether the timestamps should be intangible, i.e. prevent the point 151 "Whether the timestamps should be intangible, i.e. prevent the point
152from entering them and instead jump over them." 152from entering them and instead jump over them."
153 :group 'erc-stamp 153 :group 'erc-stamp
154 :version "24.5"
154 :type 'boolean) 155 :type 'boolean)
155 156
156(defface erc-timestamp-face '((t :weight bold :foreground "green")) 157(defface erc-timestamp-face '((t :weight bold :foreground "green"))