ChangeLog 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. 2012-08-24 Chong Yidong <cyd@gnu.org>
  2. * Version 24.2 released.
  3. 2012-06-01 Chong Yidong <cyd@gnu.org>
  4. * Version 24.1 released.
  5. 2012-02-08 Glenn Morris <rgm@gnu.org>
  6. * erc-backend.el (erc-coding-system-precedence):
  7. * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
  8. Add missing :version settings.
  9. 2012-01-06 Glenn Morris <rgm@gnu.org>
  10. * erc.el (erc-tls): Add autoload cookie. (Bug#10333)
  11. 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
  12. * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
  13. rather than window-scroll-functions. Fixes a bug with word-wrap on
  14. a tty. (Bug#9246)
  15. 2011-11-28 Mike Kazantsev <mk.fraggod@gmail.com> (tiny change)
  16. * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
  17. match quoted filenames with spaces inside.
  18. (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
  19. added processing of escaped quotes and backslashes if filename
  20. itself was in quotes.
  21. 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
  22. * erc-log.el (erc-logging-enabled): Fix typo.
  23. 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
  24. * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
  25. 2011-10-20 Chong Yidong <cyd@gnu.org>
  26. * erc.el (define-erc-module): Fix autogenerated docstring to
  27. reflect Emacs 24 minor mode changes.
  28. * erc-fill.el (erc-fill-mode):
  29. * erc-track.el (erc-track-minor-mode): Doc fix.
  30. 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
  31. * erc-button.el (erc-button-next-function): Scoping fix
  32. (Bug#9487).
  33. 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
  34. * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
  35. when reconnecting (bug#5563).
  36. 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
  37. * erc.el (erc-ssl): Made into a synonym for erc-tls, which
  38. provides a superset of the same functionality.
  39. (erc-open-ssl-stream): Removed.
  40. (erc-open-tls-stream): Use `open-network-stream' instead of
  41. `open-tls-stream' directly to be able to use the built-in TLS
  42. support.
  43. 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
  44. * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
  45. data as non-exclusive if it's using the default-completion-function.
  46. (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
  47. (pcomplete-erc-setup): Use new name.
  48. 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
  49. * erc-backend.el (671): New response handler.
  50. * erc.el (english): Add 671 to catalog.
  51. 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
  52. * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
  53. suffix that's added by pcomplete-termination-string anyway.
  54. (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
  55. it's not needed any more.
  56. 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
  57. * erc.el (erc-mode-map): Use completion-at-point.
  58. (erc-mode): Tell completion-at-point to obey erc-complete-functions.
  59. (erc-complete-word-at-point): New function.
  60. (erc-complete-word): Make it obsolete.
  61. * erc-pcomplete.el (erc-pcompletions-at-point): New function.
  62. (pcomplete): Use it.
  63. * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
  64. (erc-dcc-chat-mode): Tell completion-at-point to obey
  65. erc-complete-functions.
  66. * erc-button.el (erc-button-next-function): New function extracted from
  67. erc-button-next.
  68. (button, erc-button-next): Use it.
  69. 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
  70. * erc-hecomplete.el: Move to ../obsolete.
  71. 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
  72. * Version 23.3 released.
  73. 2011-03-04 Julien Danjou <julien@danjou.info>
  74. * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
  75. 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
  76. * erc-list.el (erc-list-menu-mode-map): Move initialization
  77. into declaration.
  78. 2011-02-07 Julien Danjou <julien@danjou.info>
  79. * erc-track.el (erc-window-configuration-change): New function.
  80. This will allow to track buffer visibility when a command is
  81. finished to executed. Idea stolen from rcirc.
  82. (track): Put erc-window-configuration-change in
  83. window-configuration-change-hook.
  84. (erc-modified-channels-update): Remove
  85. erc-modified-channels-update from post-command-hook after update.
  86. 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
  87. * erc-track.el (track): Don't reset erc-modified-channels-object
  88. each time erc-track-mode is activated.
  89. 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
  90. * erc.el (erc-mode):
  91. * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
  92. 2010-11-11 Glenn Morris <rgm@gnu.org>
  93. * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
  94. 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
  95. * erc-backend.el (erc-coding-system-precedence): New variable.
  96. (erc-decode-string-from-target): Use it.
  97. 2010-10-24 Julien Danjou <julien@danjou.info>
  98. * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
  99. * erc-backend.el (erc-process-sentinel): Check that buffer is alive
  100. before setting it as current buffer.
  101. 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
  102. * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
  103. 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
  104. * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
  105. 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
  106. * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
  107. (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
  108. New functions.
  109. (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
  110. 2010-08-08 Fran Litterio <flitterio@gmail.com>
  111. * erc-backend.el (erc-server-filter-function):
  112. Call erc-log-irc-protocol.
  113. * erc.el (erc-toggle-debug-irc-protocol):
  114. Bind erc-toggle-debug-irc-protocol to t.
  115. 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
  116. * Version 23.2 released.
  117. 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
  118. * Branch for 23.2.
  119. 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
  120. * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
  121. 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
  122. * erc-backend.el (erc-session-connector): New var.
  123. (erc-server-reconnect): Use it to reconnect via old
  124. connector (Bug#4958).
  125. * erc.el (erc-determine-parameters):
  126. Save erc-server-connect-function to erc-session-connector.
  127. 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
  128. * erc.el (erc-display-line-1, erc-process-away):
  129. * erc-truncate.el (erc-truncate-buffer-to-size):
  130. Use with-current-buffer.
  131. 2009-10-24 Glenn Morris <rgm@gnu.org>
  132. * erc-dcc.el (pcomplete-erc-all-nicks):
  133. * erc-notify.el (pcomplete-erc-all-nicks):
  134. Autoload it, to silence compiler.
  135. * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
  136. remove-duplicates with erc-delete-dups.
  137. 2009-09-27 Johan Bockgård <bojohan@gnu.org>
  138. * erc-button.el (erc-button-keymap): Bind `follow-link'.
  139. 2009-09-26 Johan Bockgård <bojohan@gnu.org>
  140. * erc-button.el (erc-button-add-button): Only call
  141. `widget-convert-button' in XEmacs. For Emacs (at least), it
  142. doesn't seem to have any purpose except creating lots of overlays,
  143. slowing everything down.
  144. 2009-09-19 Glenn Morris <rgm@gnu.org>
  145. * erc-lang.el (line): Define for compiler.
  146. 2009-07-22 Kevin Ryde <user42@zip.com.au>
  147. * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
  148. 2009-03-13 D. Goel <deego3@gmail.com>
  149. * erc-backend.el: In (multiple-value-bind/setq .. ls),
  150. ls-> (values-list ls) throughout.
  151. * erc.el: Ditto.
  152. 2009-01-18 Michael Olson <mwolson@gnu.org>
  153. * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
  154. 2009-01-16 Glenn Morris <rgm@gnu.org>
  155. * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
  156. * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
  157. behind fboundp test.
  158. 2009-01-09 Glenn Morris <rgm@gnu.org>
  159. * erc.el (erc-input-message): Replace last-command-char with
  160. last-command-event.
  161. 2009-01-08 Glenn Morris <rgm@gnu.org>
  162. * erc.el (tabbar--local-hlf): Silence compiler.
  163. 2009-01-03 Michael Olson <mwolson@gnu.org>
  164. * erc.el (erc-user-input): Do not include text properties when
  165. returning user input.
  166. See ChangeLog.08 for earlier changes.
  167. Copyright (C) 2009-2012 Free Software Foundation, Inc.
  168. This file is part of GNU Emacs.
  169. GNU Emacs is free software: you can redistribute it and/or modify
  170. it under the terms of the GNU General Public License as published by
  171. the Free Software Foundation, either version 3 of the License, or
  172. (at your option) any later version.
  173. GNU Emacs is distributed in the hope that it will be useful,
  174. but WITHOUT ANY WARRANTY; without even the implied warranty of
  175. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  176. GNU General Public License for more details.
  177. You should have received a copy of the GNU General Public License
  178. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  179. ;; Local Variables:
  180. ;; coding: utf-8
  181. ;; add-log-time-zone-rule: t
  182. ;; End: