annotate lisp/erc/ChangeLog @ 111971:ca22802893d9

Remove code and comments related to lib-src/fns-*.el; long removed. * Makefile.in (install-arch-dep, uninstall): Remove code relating to the long absent lib-src/fns-*.el. * lisp/loadup.el (symbol-file-load-history-loaded): Remove; unused. Remove related, old, commented-out code. * lisp/subr.el (symbol-file-load-history-loaded) (load-symbol-file-load-history): Remove old, commented-out code.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Dec 2010 00:16:53 -0800
parents 54d60cee2d5c
children 6e613fbf73d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111484
54d60cee2d5c * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
Glenn Morris <rgm@gnu.org>
parents: 111410
diff changeset
1 2010-11-11 Glenn Morris <rgm@gnu.org>
54d60cee2d5c * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
Glenn Morris <rgm@gnu.org>
parents: 111410
diff changeset
2
54d60cee2d5c * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
Glenn Morris <rgm@gnu.org>
parents: 111410
diff changeset
3 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
54d60cee2d5c * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
Glenn Morris <rgm@gnu.org>
parents: 111410
diff changeset
4
111410
15a32889e96c Decode utf-8 strings in mixed environments by default.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents: 111172
diff changeset
5 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15a32889e96c Decode utf-8 strings in mixed environments by default.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents: 111172
diff changeset
6
15a32889e96c Decode utf-8 strings in mixed environments by default.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents: 111172
diff changeset
7 * erc-backend.el (erc-coding-system-precedence): New variable.
15a32889e96c Decode utf-8 strings in mixed environments by default.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents: 111172
diff changeset
8 (erc-decode-string-from-target): Use it.
15a32889e96c Decode utf-8 strings in mixed environments by default.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents: 111172
diff changeset
9
111172
f8f3c137c1f2 Fix some ChangeLog entries.
Juanma Barranquero <lekktu@gmail.com>
parents: 111163
diff changeset
10 2010-10-24 Julien Danjou <julien@danjou.info>
111159
89ed069d5e26 * lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
Glenn Morris <rgm@gnu.org>
parents: 110987
diff changeset
11
111160
5b8d952e783f * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
Glenn Morris <rgm@gnu.org>
parents: 111159
diff changeset
12 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
5b8d952e783f * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
Glenn Morris <rgm@gnu.org>
parents: 111159
diff changeset
13
111159
89ed069d5e26 * lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
Glenn Morris <rgm@gnu.org>
parents: 110987
diff changeset
14 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
89ed069d5e26 * lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
Glenn Morris <rgm@gnu.org>
parents: 110987
diff changeset
15 before setting it as current buffer.
89ed069d5e26 * lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is alive
Glenn Morris <rgm@gnu.org>
parents: 110987
diff changeset
16
110997
b8fde5ef9e14 Merge changes from emacs-23 branch.
Juanma Barranquero <lekktu@gmail.com>
parents: 110910 110987
diff changeset
17 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
110987
cda2045a5ee8 Fix typos in docstrings, comments and ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 108371
diff changeset
18
cda2045a5ee8 Fix typos in docstrings, comments and ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 108371
diff changeset
19 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
cda2045a5ee8 Fix typos in docstrings, comments and ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 108371
diff changeset
20
110910
de51e19494d6 * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109784
diff changeset
21 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
de51e19494d6 * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109784
diff changeset
22
de51e19494d6 * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109784
diff changeset
23 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
de51e19494d6 * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109784
diff changeset
24
109784
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
25 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
26
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
27 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
28 (erc-autojoin-channels-delayed, erc-autojoin-after-ident): New
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
29 functions.
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
30 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
2abe46caa971 Allow delayed autojoin in ERC (Bug#5521).
Chong Yidong <cyd@stupidchicken.com>
parents: 109720
diff changeset
31
109720
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
32 2010-08-08 Fran Litterio <flitterio@gmail.com>
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
33
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
34 * erc-backend.el (erc-server-filter-function): Call
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
35 erc-log-irc-protocol.
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
36
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
37 * erc.el (erc-toggle-debug-irc-protocol): Bind
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
38 erc-toggle-debug-irc-protocol to t.
eb66d5d15b09 Ensure that erc-toggle-debug-irc-protocol logs protocol data.
Chong Yidong <cyd@stupidchicken.com>
parents: 108375
diff changeset
39
108371
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
40 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
41
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
42 * Version 23.2 released.
bfc8980754ed Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
43
107367
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
44 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
45
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
46 * Branch for 23.2.
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107104
diff changeset
47
107104
c984638f1446 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
Chong Yidong <cyd@stupidchicken.com>
parents: 106989
diff changeset
48 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
c984638f1446 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
Chong Yidong <cyd@stupidchicken.com>
parents: 106989
diff changeset
49
c984638f1446 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
Chong Yidong <cyd@stupidchicken.com>
parents: 106989
diff changeset
50 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
c984638f1446 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
Chong Yidong <cyd@stupidchicken.com>
parents: 106989
diff changeset
51
106989
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
52 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
53
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
54 * erc-backend.el (erc-session-connector): New var.
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
55 (erc-server-reconnect): Use it to reconnect via old
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
56 connector (Bug#4958).
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
57
108375
973b5bc5fcfe Merge from emacs-23
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107367 108371
diff changeset
58 * erc.el (erc-determine-parameters):
973b5bc5fcfe Merge from emacs-23
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107367 108371
diff changeset
59 Save erc-server-connect-function to erc-session-connector.
106989
69a56b685af8 Fix erc reconnection via non-default connectors (Bug#4958).
Chong Yidong <cyd@stupidchicken.com>
parents: 106815
diff changeset
60
105829
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
61 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
62
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
63 * erc.el (erc-display-line-1, erc-process-away):
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
64 * erc-truncate.el (erc-truncate-buffer-to-size):
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
65 Use with-current-buffer.
328150f0cf76 * url-util.el (url-insert-entities-in-string):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 105743
diff changeset
66
105743
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
67 2009-10-24 Glenn Morris <rgm@gnu.org>
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
68
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
69 * erc-dcc.el (pcomplete-erc-all-nicks):
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
70 * erc-notify.el (pcomplete-erc-all-nicks):
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
71 Autoload it, to silence compiler.
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
72
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
73 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
74 remove-duplicates with erc-delete-dups.
f8478bbd8ebe (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 105222
diff changeset
75
105222
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
76 2009-09-27 Johan Bockgård <bojohan@gnu.org>
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
77
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
78 * erc-button.el (erc-button-keymap): Bind `follow-link'.
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
79
105209
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
80 2009-09-26 Johan Bockgård <bojohan@gnu.org>
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
81
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
82 * erc-button.el (erc-button-add-button): Only call
106676
cf3b293aa85d Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents: 105829
diff changeset
83 `widget-convert-button' in XEmacs. For Emacs (at least), it
105209
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
84 doesn't seem to have any purpose except creating lots of overlays,
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
85 slowing everything down.
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
86
105114
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
87 2009-09-19 Glenn Morris <rgm@gnu.org>
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
88
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
89 * erc-lang.el (line): Define for compiler.
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
90
104028
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
91 2009-07-22 Kevin Ryde <user42@zip.com.au>
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
92
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
93 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
94
102540
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
95 2009-03-13 D. Goel <deego3@gmail.com>
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
96
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
97 * erc-backend.el: In (multiple-value-bind/setq .. ls),
102807
3d3813ad2fba Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 102540
diff changeset
98 ls-> (values-list ls) throughout.
102540
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
99 * erc.el: Ditto.
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
100
101277
180f860eee1d ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents: 101229
diff changeset
101 2009-01-18 Michael Olson <mwolson@gnu.org>
180f860eee1d ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents: 101229
diff changeset
102
180f860eee1d ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents: 101229
diff changeset
103 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
180f860eee1d ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents: 101229
diff changeset
104
101228
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
105 2009-01-16 Glenn Morris <rgm@gnu.org>
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
106
101229
0187c269e057 (erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris <rgm@gnu.org>
parents: 101228
diff changeset
107 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
0187c269e057 (erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris <rgm@gnu.org>
parents: 101228
diff changeset
108
101228
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
109 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
110 behind fboundp test.
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
111
101007
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
112 2009-01-09 Glenn Morris <rgm@gnu.org>
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
113
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
114 * erc.el (erc-input-message): Replace last-command-char with
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
115 last-command-event.
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
116
100968
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
117 2009-01-08 Glenn Morris <rgm@gnu.org>
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
118
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
119 * erc.el (tabbar--local-hlf): Silence compiler.
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
120
100873
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
121 2009-01-03 Michael Olson <mwolson@gnu.org>
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
122
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
123 * erc.el (erc-user-input): Do not include text properties when
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
124 returning user input.
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
125
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
126
101278
5f5536e16f6b ERC: Rotate ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 101277
diff changeset
127 See ChangeLog.08 for earlier changes.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
128
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 106676
diff changeset
129 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
130
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
131 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
132
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
133 GNU Emacs is free software: you can redistribute it and/or modify
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
134 it under the terms of the GNU General Public License as published by
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
135 the Free Software Foundation, either version 3 of the License, or
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
136 (at your option) any later version.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
137
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
138 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
139 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
140 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
141 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
142
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
143 You should have received a copy of the GNU General Public License
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
144 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
145
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
146 ;; Local Variables:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
147 ;; coding: utf-8
73856
594a719b7a7f Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents: 73841
diff changeset
148 ;; add-log-time-zone-rule: t
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
149 ;; End:
101280
1e2f606ca81f Add arch tagline
Miles Bader <miles@gnu.org>
parents: 101278
diff changeset
150
1e2f606ca81f Add arch tagline
Miles Bader <miles@gnu.org>
parents: 101278
diff changeset
151 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8