ChangeLog.05 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241
  1. 2005-11-23 Johan Bockgård <bojohan@users.sourceforge.net>
  2. * erc.el (erc-cmd-SAY): Strip leading space in input line.
  3. 2005-10-29 Michael Olson <mwolson@gnu.org>
  4. * FOR-RELEASE: Add stuff that needs to be done before the 5.1
  5. release. Longer-term items can be added to the 5.2 section.
  6. * Makefile (SITEFLAG): New variable that indicates what variant of
  7. "--site-flag" to use. XEmacs needs "-site-flag".
  8. (INSTALLINFO): New variable indicating how we should call
  9. install-info when installing documentation.
  10. (erc-auto.el, .elc.el): Use $(SITEFLAG).
  11. * NEWS: Note that last release was 5.0.4.
  12. * erc.texi: Initial and incomplete draft of ERC documentation.
  13. Commence collaborate-documentation-hack-mode :^) .
  14. 2005-10-29 Diane Murray <disumu@x3y2z1.net>
  15. * erc-ring.el (erc-replace-current-command): Revert last change
  16. since it made the prompt disappear when using `erc-next-command'
  17. and `erc-previous-command'.
  18. 2005-10-28 Michael Olson <mwolson@gnu.org>
  19. * erc.el (erc-input-marker): New variable that indicates the
  20. position where text from the user begins, after the prompt.
  21. (erc-mode-map): Bind <HOME> to erc-bol, just like C-a.
  22. (erc): Initialize erc-input-marker.
  23. (erc-display-prompt): Even in case where no prompt is desired by
  24. the user, clear the undo buffer and set the input marker.
  25. (erc-bol, erc-user-input): Simplify by using erc-input-marker.
  26. * erc-pcomplete.el (pcomplete-parse-erc-arguments): Use
  27. erc-insert-marker.
  28. * erc-ring.el (erc-previous-command)
  29. (erc-replace-current-command): Use erc-insert-marker.
  30. * erc-spelling.el (erc-spelling-init): Make sure that even Emacs21
  31. obeys erc-spelling-flyspell-verify.
  32. (erc-spelling-flyspell-verify): Use erc-input-marker. This should
  33. make it considerably faster when switching to a buffer that has
  34. seen a lot of activity since last viewed.
  35. 2005-10-25 Diane Murray <disumu@x3y2z1.net>
  36. * erc-backend.el (erc-server-version, 004): Re-added setting of
  37. `erc-server-version'. It doesn't hurt to set, and it could be
  38. used in modules or users' settings.
  39. * NEWS: Added descriptions of some new features.
  40. 2005-10-20 Diane Murray <disumu@x3y2z1.net>
  41. * erc-match.el (erc-current-nick-highlight-type): Set to `keyword'
  42. as default.
  43. (erc-beep-match-types): New variable.
  44. (erc-text-matched-hook): Doc fix. Added `erc-beep-on-match' to
  45. customization options.
  46. (erc-beep-on-match): New function. If the MATCH-TYPE is found in
  47. `erc-beep-match-types', beep.
  48. * erc-compat.el (erc-make-obsolete, erc-make-obsolete-variable):
  49. New functions to deal with the difference in the number of
  50. arguments accepted by `make-obsolete' and `make-obsolete-variable'
  51. in Emacs and XEmacs.
  52. * erc.el, erc-nets.el: Use `erc-make-obsolete' and
  53. `erc-make-obsolete-variable'.
  54. * erc-compat.el (erc-make-obsolete, erc-make-obsolete-variable):
  55. Handle `wrong-number-of-arguments' error instead of checking for
  56. xemacs feature as future versions of XEmacs might accept three
  57. arguments.
  58. 2005-10-18 Edward O'Connor <ted@oconnor.cx>
  59. * erc.el: Tell emacs-lisp-mode how to font-lock define-erc-module
  60. docstrings.
  61. 2005-10-08 Diane Murray <disumu@x3y2z1.net>
  62. * AUTHORS, CREDITS, ChangeLog, ChangeLog.2002, ChangeLog.2004:
  63. Updated my email address.
  64. 2005-10-06 Michael Olson <mwolson@gnu.org>
  65. * erc.el (erc-send-input-line, erc-cmd-KICK, erc-cmd-PART)
  66. (erc-cmd-QUIT, erc-cmd-TOPIC, erc-kill-server, erc-kill-channel):
  67. Adapt to new TARGET parameter of erc-server-send.
  68. * erc-backend.el (erc-server-connect): Don't specify encoding for
  69. erc-server-process, since we set this each time we send a line to
  70. the server.
  71. (erc-encode-string-for-target): Remove.
  72. (erc-server-send): Allow TARGET to be specified. This was how it
  73. used to be before my more-backend work. Set encoding of server
  74. process just before sending text to it. Associate encoding with
  75. text if we are using the queue.
  76. (erc-server-send-queue): Pull encoding from queue.
  77. (erc-message, erc-send-ctcp-message, erc-send-ctcp-notice): Adapt
  78. to new TARGET parameter of erc-server-send.
  79. 2005-10-05 Michael Olson <mwolson@gnu.org>
  80. * erc.el (erc-toggle-debug-irc-protocol): Use erc-view-mode-enter
  81. rather than view-mode.
  82. * erc-backend.el (erc-encode-string-for-target): If given a nil or
  83. empty string, return "".
  84. (erc-server-send-queue): XEmacs fix: Use erc-cancel-timer rather
  85. than cancel-timer.
  86. * erc-compat.el (erc-view-mode-enter): New function that is
  87. aliased to the correct way of entering view-mode.
  88. * erc-match.el (erc-log-matches-make-buffer): Use
  89. erc-view-mode-enter rather than view-mode-enter.
  90. 2005-10-05 Edward O'Connor <ted@oconnor.cx>
  91. * erc-backend.el (erc-encode-string-for-target): If str is nil,
  92. pass the empty string to erc-encode-coding-string instead, which
  93. allows one to /part and /quit without providing a reason again.
  94. 2005-10-03 Michael Olson <mwolson@gnu.org>
  95. * erc-backend.el (erc-message, erc-send-ctcp-message)
  96. (erc-send-ctcp-notice): Encode string for target before sending.
  97. * erc.el (erc-cmd-KICK, erc-cmd-PART, erc-cmd-QUIT, erc-cmd-TOPIC)
  98. (erc-kill-server, erc-kill-channel): Ditto.
  99. 2005-09-05 Johan Bockgård <bojohan@users.sourceforge.net>
  100. * erc-page.el (erc-ctcp-query-PAGE): (message text) -> (message
  101. "%s" text).
  102. (erc-cmd-PAGE): Simplify regexp. Put `do-not-parse-args' t.
  103. 2005-09-05 Michael Olson <mwolson@gnu.org>
  104. * erc.el (erc-flood-limit, erc-flood-limit2): Remove since they
  105. are no longer needed.
  106. (erc-send-input): Detect whether we want flood control to be
  107. active. The previous behavior was to always force the message.
  108. (erc-toggle-flood-control): Adapt to new flood control method. No
  109. more 'strict.
  110. (erc-cmd-SV): Use concat rather than
  111. format-time-string.
  112. (erc-format-target, erc-format-target-and/or-server): Shorten
  113. logic statements.
  114. * erc-compat.el (erc-emacs-build-time): Use a string
  115. representation rather than trying to coerce a time out of a string
  116. on XEmacs.
  117. * erc-identd.el (erc-identd-start): Use make-network-process
  118. instead of open-network-stream. Error out if this is not defined.
  119. * erc-backend.el (erc-send-line): New command that sends a line
  120. using flood control, using a callback for display. It isn't used
  121. yet.
  122. 2005-09-04 Michael Olson <mwolson@gnu.org>
  123. * erc.el: Add defvaralias and make-obsolete-variable for
  124. erc-default-coding-system.
  125. (channel-topic, channel-modes, channel-user-limit, channel-key,
  126. invitation, away, channel-list, bad-nick): Rename globally to
  127. erc-{name-of-variable}.
  128. 2005-09-03 Johan Bockgård <bojohan@users.sourceforge.net>
  129. * erc.el (erc-message): Simplify regexp.
  130. (erc-cmd-DEOP, erc-cmd-OP): Simplify.
  131. 2005-08-29 Michael Olson <mwolson@gnu.org>
  132. * erc.el: Alias erc-send-command to erc-server-send. ErBot needs
  133. this to work without modification. Add defvaralias for
  134. erc-process. Make this and the other backwards-compatibility
  135. functions and variables be marked obsolete as of ERC 5.1.
  136. * erc-backend.el: Add autoload for erc-log macro.
  137. (erc-server-connect): Set some variables before defining process
  138. handlers. It probably doesn't make any difference.
  139. 2005-08-26 Michael Olson <mwolson@gnu.org>
  140. * erc.el: Add defvaralias for erc-announced-server-name, since
  141. this seems to be widely used.
  142. 2005-08-17 Michael Olson <mwolson@gnu.org>
  143. * erc.el (erc): Remove unnecessary boundp check.
  144. * erc-autoaway.el: Fix compiler warning.
  145. * erc-backend.el (erc-server-version): Since this isn't used by
  146. any code, and isn't generally useful, remove it.
  147. (erc-server-send-queue): Use erc-current-time rather than
  148. float-time.
  149. (004): Don't set erc-server-version.
  150. * erc-dcc.el (erc-dcc-chat-request, erc-dcc-get-parent): Move to
  151. fix a compiler warning.
  152. * erc-ibuffer.el (erc-server): Remove unnecessary boundp check.
  153. * erc-identd.el (erc-identd-start): Use read-string instead of
  154. read-input.
  155. * erc-imenu.el (erc-unfill-notice): Use a while loop instead of
  156. replace-regexp.
  157. * erc-nicklist.el: Add conditional dependency on erc-bbdb.
  158. (erc-nicklist-insert-contents): Tighten some regexps.
  159. * erc-notify.el (erc-notify-list): Docfix.
  160. * erc-spelling.el (erc-spelling-dictionaries): Add :type and
  161. :group to silence a compiler warning.
  162. 2005-08-14 Michael Olson <mwolson@gnu.org>
  163. * erc-backend.el (erc-session-server, erc-session-port)
  164. (erc-announced-server-name, erc-server-version)
  165. (erc-server-parameters): Moved here from erc.el.
  166. (erc-server-last-peers): Moved, renamed from last-peers.
  167. (erc-server-lag): Moved, renamed from erc-lag.
  168. (erc-server-duplicates): Moved, renamed from erc-duplicates.
  169. (erc-server-duplicate-timeout): Moved, renamed from
  170. erc-duplicate-timeout.
  171. (erc-server): New customization group hosting all options from
  172. this file.
  173. (erc-server-prevent-duplicates): Moved, renamed from
  174. erc-prevent-duplicates.
  175. (erc-server-duplicate-timeout): Moved, renamed from
  176. erc-duplicate-timeout.
  177. (erc-server-auto-reconnect, erc-split-line-length)
  178. (erc-server-coding-system, erc-encoding-coding-alist)
  179. (erc-server-connect-function, erc-server-flood-margin)
  180. (erc-server-flood-penalty): Change group to 'erc-server.
  181. (erc-server-send-ping-interval): Moved, renamed from
  182. erc-ping-interval.
  183. (erc-server-ping-handler): Moved, renamed from erc-ping-handler.
  184. (erc-server-setup-periodical-server-ping): Moved, renamed from
  185. erc-setup-periodical-server-ping.
  186. (erc-server-connect): Add to docstring. Move more initialization
  187. here.
  188. (erc-server-processing-p): Docfix.
  189. (erc-server-connect): Use 'raw-text like in the original version.
  190. (erc-server-filter-function): Don't reset process coding system.
  191. * erc-stamp.el (erc-add-timestamp): If the text at point is
  192. invisible, don't insert a timestamp. Thanks to Pascal
  193. J. Bourguignon for the suggestion.
  194. * erc-match.el (erc-text-matched-hook): Don't hide fools by
  195. default, but include it in the available options.
  196. 2005-08-13 Michael Olson <mwolson@gnu.org>
  197. * erc-*.el: s/erc-send-command/erc-server-send/g.
  198. s/erc-process/erc-server-process/g (sort of). Occasional
  199. whitespace and indentation fixes.
  200. * erc-backend.el: Specify a few local variables for indentation.
  201. Take one item off of the TODO list.
  202. (erc-server-filter-data): Renamed from erc-previous-read. From
  203. circe.
  204. (erc-server-processing-p): New variable that indicates when we're
  205. currently processing a message. From circe.
  206. (erc-split-line-length): New option that gives the maximum line
  207. length of a single message. From circe.
  208. (erc-default-coding-system): Moved here from erc.el.
  209. (erc-split-line): Renamed from erc-split-command and taken from
  210. circe.
  211. (erc-connect-function, erc-connect, erc-process-sentinel-1)
  212. (erc-process-sentinel, erc-flood-exceeded-p, erc-send-command)
  213. (erc-message, erc-upcase-first-word, erc-send-ctcp-message)
  214. (erc-send-ctcp-notice): Moved here from erc.el.
  215. (erc-server-filter-function): Renamed from erc-process-filter.
  216. From circe.
  217. (erc-server-process): Renamed from `erc-process' and moved here
  218. from erc.el.
  219. (erc-server-coding-system): Renamed from
  220. `erc-default-coding-system'.
  221. (erc-encoding-coding-alist): Moved here from erc.el.
  222. (erc-server-flood-margin, erc-server-flood-penalty):
  223. (erc-server-flood-last-message, erc-server-flood-queue):
  224. (erc-server-flood-timer): New options from circe that allow
  225. tweaking of flood control.
  226. (erc-server-connect-function): Renamed from erc-connect-function.
  227. (erc-flood-exceeded-p): Removed.
  228. (erc-coding-system-for-target)
  229. (erc-encode-string-for-target, erc-decode-string-from-target):
  230. Moved here from erc.el
  231. (erc-server-send): Renamed from erc-send-command. Adapted from
  232. the circe function by the same name.
  233. (erc-server-send-queue): New function from circe that implements
  234. handling of a flood queue.
  235. (erc-server-current-nick): Renamed from current-nick.
  236. (erc-server-quitting): Renamed from `quitting'.
  237. (erc-server-last-sent-time): Renamed from `last-sent-time'.
  238. (erc-server-last-ping-time): Renamed from `last-ping-time'.
  239. (erc-server-lines-sent): Renamed from `lines-sent'.
  240. (erc-server-auto-reconnect): Renamed from `erc-auto-reconnect'.
  241. (erc-server-coding-system): Docfix.
  242. (erc-server-connect): Renamed from `erc-connect'. Require SERVER
  243. and PORT parameters. Initialize several variables here. Don't
  244. set `erc-insert-marker'. Use a per-server coding system via
  245. erc-server-default-encoding.
  246. * erc.el (erc-version-string): Changed to indicate we are running
  247. the `more-backend' branch.
  248. (erc-send-single-line): Implement flood control using
  249. erc-split-line.
  250. (erc-send-input): Move functionality of erc-send-single-line in
  251. here.
  252. (erc-send-single-line): Assimilated!
  253. (erc-display-command, erc-display-msg): Handle display hooks.
  254. (erc-auto-reconnect, current-nick, last-sent-time)
  255. (last-ping-time, last-ctcp-time, erc-lines-sent, erc-bytes-sent)
  256. (quitting): Moved to erc-backend.el.
  257. (erc): Docfix. Don't initialize quite so many things here.
  258. 2005-08-10 Michael Olson <mwolson@gnu.org>
  259. * debian/copyright (Copyright): Remove notices for 4 people, since
  260. they didn't contribute legally-significant changes, or have had
  261. these changes overwritten.
  262. * erc-log.el: Remove copyright notice.
  263. * erc.el: Remove 3 copyright notices.
  264. 2005-08-09 Michael Olson <mwolson@gnu.org>
  265. * debian/changelog: Create 5.0.4-3 package. This doesn't serve
  266. any purpose other than to thank Romain Francoise for some advice.
  267. * Makefile (debrelease): Allow last upload and extra build options
  268. to be specified.
  269. 2005-08-08 Michael Olson <mwolson@gnu.org>
  270. * debian/changelog: Create 5.0.4-2 package.
  271. * debian/control (Uploaders): Add Romain Francoise.
  272. (Standards-Version): Update to 3.6.2.
  273. (Depends): Add `emacsen'.
  274. * debian/scripts/startup.erc (load-path): Minor whitespace fixup.
  275. * Makefile (clean): Split target from realclean and make it remove
  276. files that aren't packaged in releases.
  277. (clean, release): Minor cleanups.
  278. (debrelease): Use debuild rather than dpkg-buildpackage since the
  279. former calls lintian. Minor cleanups.
  280. (debrelease-mwolson): New target that removes old Debian packages,
  281. calls debrelease, and copies the resulting package to my dist dir.
  282. (upload): New target that automates the process of uploading an
  283. ERC release to sourceforge.
  284. * erc.el (erc-mode): Use `make-local-variable' instead of
  285. `make-variable-buffer-local'.
  286. 2005-07-12 Michael Olson <mwolson@gnu.org>
  287. * debian/changelog: Build 5.0.4-1.
  288. * Makefile (release): Prepare zip file in addition to tarball.
  289. * NEWS: Add item for the undo fix.
  290. 2005-07-09 Michael Olson <mwolson@gnu.org>
  291. * erc-nicklist.el (erc-nicklist-insert-contents): Check
  292. erc-announced-name before erc-session-server. Make sure that we
  293. can never get a stringp (nil) error.
  294. (erc-nicklist-call-erc-command): If given no command, do nothing.
  295. This fixes an error that used to occur when a stray mouse click
  296. was made outside of the popup window, but on the erc-nicklist
  297. menu.
  298. * erc-bbdb.el (erc-bbdb-search-name-and-create): Get rid of the
  299. infinite input loop when you want to create a new record. Replace
  300. most of that with a completing read of existing nicks. If no nick
  301. is chosen, create a new John Doe record. The net effect of this
  302. is that the old behavior is re-instated, with the addition of one
  303. completing read that happens when you do a /whois.
  304. 2005-07-09 Johan Bockgård <bojohan@users.sourceforge.net>
  305. * erc.el (erc-process-input-line): Docfix.
  306. (erc-update-mode-line-buffer): Use `erc-propertize' instead of
  307. `propertize'.
  308. (erc-propertize): Move to erc-compat.el.
  309. * erc-compat.el (erc-propertize): Move here from erc.el. Always
  310. return a copy of the string (like `propertize' in GNU Emacs).
  311. * erc-nicklist.el (erc-nicklist-icons-directory)
  312. (erc-nicklist-voiced-position)
  313. (erc-nicklist-insert-medium-name-or-icon): Docfix.
  314. (erc-nicklist-insert-contents): Simplify.
  315. (erc-nicklist-mode-map): Bind RET instead of `return'. Bind
  316. `down-mouse-3' instead of `mouse-3'.
  317. (erc-nicklist-kbd-cmd-QUERY): Cleanup regexp.
  318. (erc-nicklist-channel-users-info): Docfix. Simplify.
  319. 2005-07-02 Michael Olson <mwolson@gnu.org>
  320. * images: New directory containing the images that are used by
  321. erc-nicklist.el. These are from Gaim, and are thought to be
  322. available under the terms of the GPL.
  323. * erc-bbdb.el: Add local variables section to preserve tabs, since
  324. that is the style used throughout this file. Apply patch from
  325. Edgar Gonçalves as follows.
  326. (erc-bbdb-bitlbee-name-field): New variable that indicates the
  327. field name to use for annotating the "displayed name" of a bitlbee
  328. contact.
  329. (erc-bbdb-irc-highlight-field): Docfix.
  330. (erc-bbdb-search-name-and-create): Prompt the user for the name of
  331. a contact if none was found. Merge the new entries into the
  332. specified contact. If new arg SILENT is non-nil, do not prompt
  333. the user for a name or offer to merge the new entry.
  334. (erc-bbdb-insinuate-and-show-entry): New arg SILENT is accepted,
  335. which is passed on to erc-bbdb-search-name-and-create.
  336. (erc-bbdb-whois): Tell erc-bbdb-search-name-and-create to prompt
  337. for name if necessary.
  338. (erc-bbdb-JOIN, erb-bbdb-NICK): Forbid
  339. erc-bbdb-search-name-and-create from prompting for a name.
  340. * erc-nicklist.el: Add local variables section to preserve tabs,
  341. since that is the style used throughout this file. Apply patch
  342. from Edgar Gonçalves as follows.
  343. (erc-nicklist-use-icons): New option; if non-nil, display an icon
  344. instead of the name of the chat medium.
  345. (erc-nicklist-icons-directory): New option indicating the path to
  346. the PNG files that are used for chat icons.
  347. (erc-nicklist-use-icons): New option indicating whether to put
  348. voiced nicks on top, bottom, or not to differentiate them. The
  349. default is to put them on the bottom.
  350. (erc-nicklist-bitlbee-connected-p): New variable that indicates
  351. whether or not we are currently using bitlbee. An attempt will be
  352. made to auto-detect the proper value. This is bound in the
  353. `erc-nicklist-insert-contents' function.
  354. (erc-nicklist-nicklist-images-alist): New variable that maps a
  355. host type to its icon. This is set by `erc-nicklist'.
  356. (erc-nicklist-insert-medium-name-or-icon): New function that
  357. inserts an icon or string that identifies the current host type.
  358. (erc-nicklist-search-for-nick): New function that attempts to find
  359. a BBDB record that corresponds with this contact given its
  360. finger-host. If found, return its bitlbee-nick field.
  361. (erc-nicklist-insert-contents): New function that inserts the
  362. contents of the nick list, including text properties and images.
  363. (erc-nicklist): Populate `erc-nicklist-images-alist'. Move
  364. nicklist content generation code to
  365. `erc-nicklist-insert-contents'.
  366. (erc-nicklist-mode-map): Map C-j to erc-nicklist-kbd-menu and RET
  367. to erc-nicklist-kbd-cmd-QUERY.
  368. (erc-nicklist-call-erc-command): Make use of
  369. `switch-to-buffer-other-window'.
  370. (erc-nicklist-cmd-QUERY): New function that opens a query buffer
  371. for the given contact.
  372. (erc-nicklist-kbd-cmd-QUERY): Ditto; contains most of the code.
  373. (erc-nicklist-kbd-menu): New function that shows the nicklist
  374. action menu.
  375. (erc-nicklist-channel-users-info): Renamed from
  376. `erc-nicklist-channel-nicks'. Implement sorting voiced users.
  377. 2005-06-29 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  378. * erc-nickserv.el (erc-nickserv-alist): Fix regexp for Azzurra.
  379. 2005-06-26 Michael Olson <mwolson@gnu.org>
  380. * erc-autojoin.el (erc-autojoin-add, erc-autojoin-remove): Use
  381. `erc-session-server' if `erc-announced-server-name' is nil. This
  382. happens when servers don't send a 004 message.
  383. * erc.el (erc-quit-server): Ditto.
  384. * erc-ibuffer.el (erc-server, erc-server-name): Ditto.
  385. * erc-notify.el (erc-notify-JOIN, erc-notify-NICK)
  386. (erc-notify-QUIT): Ditto.
  387. 2005-06-24 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  388. * erc.el (erc-default-coding-system)
  389. (erc-handle-user-status-change): Docstring fix.
  390. (with-erc-channel-buffer): Removed.
  391. (erc-ignored-reply-p): Replace `with-erc-channel-buffer' with
  392. `erc-with-buffer'.
  393. (erc-display-line-1): Revision 1.730 broke undo. Fix it.
  394. 2005-06-23 Michael Olson <mwolson@gnu.org>
  395. * CREDITS: Add entries for Luigi Panzeri and Andreas Schwab.
  396. * erc-nickserv.el (erc-nickserv-alist): Add entries for Azzurra
  397. and OFTC. Thanks to Luigi Panzeri and Andreas Schwab for
  398. providing these.
  399. 2005-06-16 Michael Olson <mwolson@gnu.org>
  400. * CREDITS: Add John Paul Wallington.
  401. * erc.el: Thanks to John Paul Wallington for the following.
  402. (erc-nickname-in-use): Use `string-to-number' instead of
  403. `string-to-int'.
  404. * erc-dcc.el (erc-dcc-handle-ctcp-send)
  405. (erc-dcc-handle-ctcp-chat, erc-dcc-get-file)
  406. (erc-dcc-chat-accept): Ditto.
  407. * erc-identd.el (erc-identd-start): Ditto.
  408. 2005-06-16 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  409. * erc.el (erc-mode-map): Suppress `font-lock-fontify-block' key
  410. binding since it destroys face properties.
  411. 2005-06-08 Michael Olson <mwolson@gnu.org>
  412. * erc.el (erc-cmd-UNIGNORE): Use `erc-member-ignore-case' instead
  413. of `member-ignore-case'. Thanks to bpalmer for the heads up.
  414. 2005-06-06 Michael Olson <mwolson@gnu.org>
  415. * erc.el (erc-modules): Fix a mistake I made when editing this a
  416. few days ago. Modes should now be disabled properly.
  417. (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Remove unnecessary call to
  418. `format'. Thanks to Andreas Schwab for reporting this.
  419. * debian/changelog: Close "README file missing" bug.
  420. * debian/rules (binary-erc): Install README file.
  421. 2005-06-03 Michael Olson <mwolson@gnu.org>
  422. * erc.el (erc-with-buffer): Set `lisp-indent-function' so Emacs
  423. Lisp mode knows how to indent erc-with-buffer blocks.
  424. (with-erc-channel-buffer): Ditto.
  425. (erc-with-all-buffers-of-server): Ditto.
  426. (erc-modules): Use pcomplete by default, not completion, since
  427. erc-complete.el is deprecated. Use `fboundp' instead of
  428. `symbol-value' to check for existence of a function before calling
  429. it. This was causing an error when untoggling the `completion'
  430. option and trying to save via the customize interface.
  431. * erc-track.el (erc-modified-channels-update): If a buffer is not
  432. currently connected, remove it from the modified channels list.
  433. This should fix the problem where residue was left on the mode
  434. line after quitting ERC.
  435. * erc-list.el (erc-prettify-channel-list): Docfix; thanks to John
  436. Paul Wallington for reporting this.
  437. 2005-05-31 Michael Olson <mwolson@gnu.org>
  438. * debian/changelog: First draft of entries for the 5.0.3 release.
  439. * debian/README.Debian: Note that ERC will now install correctly
  440. on versions of Emacs or XEmacs that do not have the `format-spec'
  441. library. Correct some grammar and prune the content a bit.
  442. * debian/scripts/install (emacs20): Remove line since we no longer
  443. need to deal with format-spec.el.
  444. * NEWS: Add entries for the upcoming 5.0.3 release.
  445. * erc.el: Don't require format-spec since this is provided in
  446. erc-compat.el now.
  447. (erc-process-sentinel, erc-setup-periodical-server-ping): Use
  448. `erc-cancel-timer' instead of `cancel-timer'.
  449. (erc-version-string): Update to 5.0.3.
  450. * erc-autoaway.el (autoaway, erc-autoaway-reestablish-idletimer):
  451. Use `erc-cancel-timer' instead of `cancel-timer'.
  452. * erc-compat.el (format-spec, format-spec-make): If we cannot load
  453. the `format-spec' library, provide versions of these functions.
  454. This should keep problems from surfacing with Emacs21 Debian
  455. builds.
  456. (erc-cancel-timer): New function created to take the place of
  457. `cancel-timer' since XEmacs calls it something else.
  458. * erc-track.el (erc-modified-channels-update): Accept any number
  459. of arguments, which are ignored. This allows it to be run from
  460. `erc-disconnected-hook' without extra bother.
  461. (track): Add `erc-modified-channels-update' to
  462. `erc-disconnected-hook' so that the indicators are removed
  463. correctly in some edge cases.
  464. (erc-modified-channels-display): Make sure that we never pass nil
  465. to the function in `erc-track-shorten-function'. This happens
  466. when we have deleted buffers in `erc-modified-channels-alist'.
  467. Also, make sure that the buffer has a non-nil short-name before
  468. adding it to the string list. This should fix some XEmacs
  469. warnings when running /quit with unchecked buffers, as well as get
  470. rid of a stray buffer problem (or so it is hoped).
  471. 2005-05-31 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  472. * erc-replace.el, erc-speak.el: Clean up comment formatting.
  473. * erc-ring.el (ring, erc-input-ring-index, erc-clear-input-ring):
  474. Clean up docstring formatting.
  475. 2005-05-30 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  476. * erc.el (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Delete superfluous
  477. arg to `format'.
  478. (erc-load-irc-script): Use `insert-file-contents' instead of
  479. `insert-file'. Simplify.
  480. 2005-05-29 Michael Olson <mwolson@gnu.org>
  481. * erc.el (erc-version-string): Move this up so that it is
  482. evaluated before the `require' statements. Not a major change.
  483. 2005-04-27 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  484. * erc.el (erc-complete-word): Simplify.
  485. 2005-04-27 Michael Olson <mwolson@gnu.org>
  486. * Makefile (debrelease): Use a slightly different approach when
  487. removing CVS and Arch cruft.
  488. * debian/changelog: Update for 5.0.2-1 package.
  489. 2005-04-25 Michael Olson <mwolson@gnu.org>
  490. * erc-autoaway.el (erc-autoaway-reestablish-idletimer): Move code
  491. block higher in file to fix a load failure when using Emacs21.
  492. Thanks to Daniel Brockman for the report and fix.
  493. 2005-04-24 Adrian Aichner <adrian@xemacs.org>
  494. * erc-backend.el (JOIN): save-excursion so that
  495. `erc-current-logfile' inserts into the correct channel buffers
  496. when using erc-log-insert-log-on-open in combination with autojoin
  497. to multiple channels.
  498. 2005-04-17 Adrian Aichner <adrian@xemacs.org>
  499. * erc-log.el: Remove stray whitespace.
  500. * erc.el: Ditto.
  501. 2005-04-09 Aidan Kehoe <kehoea@parhasard.net>
  502. * erc.el: autoload erc-select-read-args, which, because it parses
  503. erc-select's args, can be called before erc.el is loaded.
  504. 2005-04-07 Edward O'Connor <ted@oconnor.cx>
  505. * erc-viper.el: Remove final newlines from previously-existing ERC
  506. buffers. (Minor bug fix.)
  507. 2005-04-06 Michael Olson <mwolson@gnu.org>
  508. * Makefile (debrelease): Ignore errors from deleting Arch and CVS
  509. metadata.
  510. 2005-04-05 Michael Olson <mwolson@gnu.org>
  511. * ChangeLog, CREDITS, AUTHORS: Correct name and email address of
  512. Marcelo Toledo.
  513. 2005-04-04 Michael Olson <mwolson@gnu.org>
  514. * erc.el (erc-modules): Add entry for spelling module.
  515. * erc-spelling.el: Add autoload line.
  516. * erc-backend.el: Apply latest non-ascii patch from Kai Fan.
  517. (erc-decode-parsed-server-response): Search
  518. erc-response.command-args for channel name. Decode the
  519. erc-response struct using this channel name as key according to
  520. the `erc-encoding-coding-alist'.
  521. * erc-track.el: Apply patch from Henrik Enberg.
  522. (erc-modified-channels-object): Use optimal amount of whitespace
  523. around modified channels indicator.
  524. 2005-04-02 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  525. * erc.el (define-erc-module, erc-with-buffer)
  526. (erc-with-all-buffers-of-server, with-erc-channel-buffer): Add
  527. edebug-form-spec.
  528. * erc-compat.el (erc-define-minor-mode): Ditto.
  529. 2005-03-29 Jorgen Schaefer <forcer@forcix.cx>
  530. * erc-spelling.el: New file.
  531. 2005-03-24 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  532. * erc-backend.el (define-erc-response-handler): Add
  533. `definition-name' property to constructed symbols so that
  534. find-function and find-variable will find them.
  535. 2005-03-21 Michael Olson <mwolson@gnu.org>
  536. * erc-dcc.el, erc-goodies.el, erc-list.el, erc-notify.el,
  537. erc-ring.el, erc.el: Copyright assignment occurred.
  538. * debian/scripts/install: Make a shell wrapper around the original
  539. Makefile and inline the Makefile. The problem is that Debian
  540. passes all the Emacs variants at once, rotating them at every
  541. invocation of the install script, which happens once per variant.
  542. This caused each installation to happen N-1 times more often than
  543. it should have. As a result, we need to only deal with the first
  544. argument.
  545. (ELFILES): Only add format-spec.el if we are compiling for
  546. emacs21. Don't filter out erc-compat.el.
  547. (SITEFLAG): New variable that indicates that the "nosite" option
  548. should look like.
  549. (.DEFAULT): Use $(FLAVOUR) instead of $@ for clarity.
  550. * debian/rules: Install NEWS file and compress it.
  551. * debian/maint/postinst: Be more cautious about configuration
  552. step.
  553. * debian/copyright (Copyright): Another assignment came in.
  554. * debian/control (Standards-Version): Update to a newer version as
  555. recommended by lintian.
  556. * debian/changelog: Changes made for the Debian package.
  557. * debian/README.Debian: Keep only the General Notes section.
  558. * NEWS: Move old history items here from debian/README.Debian.
  559. * Makefile (SNAPSHOTDATE): Deprecate this option since we hope to
  560. release more often.
  561. 2005-03-20 Jorgen Schaefer <forcer@users.sourceforge.net>
  562. * erc.el (erc-define-catalog, `ctcp-request-to'): Fix typo (%: ->
  563. %t:).
  564. 2005-03-01 Michael Olson <mwolson@gnu.org>
  565. * erc-log.el (erc-save-buffer-in-logs): Replace tabs with spaces
  566. in code indentation.
  567. 2005-02-28 Michael Olson <mwolson@gnu.org>
  568. * erc.el (erc-display-message): Apply corrected patch from Henrik
  569. Enberg.
  570. 2005-02-27 Michael Olson <mwolson@gnu.org>
  571. * erc.el (erc-display-message): Apply patch from Henrik Enberg.
  572. Check here to see if a message should be hidden, rather than
  573. relying on code in each individual command.
  574. (erc-version-string): Add "(CVS)" to the version string for
  575. clarity.
  576. * erc-backend.el (JOIN, KICK, MODE, NICK, PART, QUIT, TOPIC):
  577. Don't check `erc-hide-list' here.
  578. * erc-list.el, erc-match.el, erc.el, debian/copyright: Update
  579. copyright information as a few more people have assignments
  580. registered.
  581. 2005-02-06 Michael Olson <mwolson@gnu.org>
  582. * erc-backend.el: Apply patch from Kai Fan for non-ASCII character
  583. support.
  584. (erc-parse-server-response): Add call to
  585. `erc-decode-parsed-server-response'.
  586. (erc-decode-parsed-server-response): New function that decodes a
  587. pre-parsed server response before it can be handled.
  588. (PRIVMSG): Comment out call to `erc-decode-string-from-target'.
  589. (TOPIC): Ditto.
  590. 2005-02-01 Jorgen Schaefer <forcer@users.sourceforge.net>
  591. * erc.el (erc-process-sentinel-1): Don't reconnect on connection
  592. refused. This error is reported differently when using
  593. open-network-stream-nowait.
  594. 2005-01-26 Diane Murray <disumu@x3y2z1.net>
  595. * erc.el (erc-cmd-APPENDTOPIC, erc-set-topic): The control
  596. character in `channel-topic' was changed to \C-o - replaced \C-c
  597. with \C-o so that these functions work as expected again.
  598. (erc-get-channel-mode-from-keypress): Doc fix.
  599. 2005-01-25 Diane Murray <disumu@x3y2z1.net>
  600. * erc.el, erc-button.el, erc-compat.el, erc-goodies.el,
  601. erc-match.el, erc-nets.el, ChangeLog, NEWS: Merged bug fixes made
  602. on release_5_0_branch since 5.0.1 release.
  603. 2005-01-24 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  604. * erc.el (erc-input-action): Quote `erc-action-history-list' so
  605. that input history actually works.
  606. (erc-process-ctcp-query): Fix and simplify logic.
  607. (erc-get-channel-mode-from-keypress): Use `C-' string syntax.
  608. (erc-load-irc-script-lines): Use `erc-command-indicator' instead
  609. of `erc-prompt'.
  610. 2005-01-23 Edward O'Connor <ted@oconnor.cx>
  611. * erc-viper.el: Ensure that `viper-comint-mode-hook' runs in
  612. buffers whose `erc-mode-hook' has already run when this file is
  613. loaded.
  614. Explicitly `require' erc.el.
  615. 2005-01-22 Edward O'Connor <ted@oconnor.cx>
  616. * erc.el (erc-mode): Remove frobbing of `require-final-newline'.
  617. * erc-log.el (erc-save-buffer-in-logs): Remove frobbing of
  618. `require-final-newline'.
  619. * erc-viper.el: New file. This is where all ERC/Viper
  620. compatibility code should live. When and if ERC is bundled with
  621. Emacs, some of the hacks in this file should be merged into Viper
  622. itself.
  623. 2005-01-21 Edward O'Connor <ted@oconnor.cx>
  624. * erc.el (erc-mode): Set `require-final-newline' to nil in ERC
  625. buffers. This prevents a Viper misfeature whereby extraneous
  626. newlines are inserted into the ERC buffer when switching between
  627. viper states.
  628. * erc-log.el (erc-save-buffer-in-logs): Bind `require-final-newline'
  629. to t when calling `write-region' to ensure that further log
  630. entries start on fresh lines.
  631. 2005-01-21 Diane Murray <disumu@x3y2z1.net>
  632. * erc-button.el (erc-button-add-face): Reverted my change to the
  633. order faces since it had the unwanted effect of putting the button
  634. face after all others.
  635. (erc-button-face-has-priority): Removed this variable as it is not
  636. necessary anymore - it was used to compensate for the above
  637. mentioned change.
  638. * NEWS: Added the latest fixes.
  639. 2005-01-20 Diane Murray <disumu@x3y2z1.net>
  640. * erc-button.el, erc-match.el:
  641. (erc-button-syntax-table, erc-match-syntax-table): Added \ as a
  642. legal character for nicknames.
  643. * erc-nets.el (erc-server-select): Fixed so that only networks
  644. with servers found in `erc-server-alist' are available as choices.
  645. * erc.el, erc-compat.el, erc-goodies.el:
  646. (erc-replace-match-subexpression-in-string): New function. Needed
  647. because `replace-match' in XEmacs doesn't replace regular
  648. expression subexpressions in strings, only in buffers.
  649. (erc-seconds-to-string, erc-controls-interpret): Use the new
  650. function.
  651. * erc-button.el (erc-button-add-button): Use the `:button-face'
  652. key combined with an `erc-mode' local `widget-button-face' set to
  653. nil to get the widget overlay face suppressed in XEmacs.
  654. 2005-01-19 Francis Litterio <franl@world.std.com>
  655. * erc-button.el (erc-button-add-face): The face added by this
  656. function is more important than the existing text's face, so we
  657. now prepend erc-button-face to the list of existing faces when
  658. adding a button. To instead append erc-button-face to existing
  659. faces, set variable `erc-button-face-has-priority' to nil.
  660. (erc-button-face-has-priority): New variable to control how
  661. erc-button-add-face adds erc-button-face to existing faces.
  662. (erc-button-press-button): Silenced a byte-compiler warning about
  663. too few arguments in a call to `error'.
  664. 2005-01-19 Diane Murray <disumu@x3y2z1.net>
  665. * NEWS: Added list of 5.0.1 fixes.
  666. 2005-01-19 Michael Olson <mwolson@gnu.org>
  667. * AUTHORS: Move to format that cscvs can understand. As an added
  668. perk, entries line up nicer.
  669. * erc.el, erc-fill.el, erc-pcomplete.el, debian/copyright: Merge a
  670. few more copyright lines thanks to Alex Schroeder's BBDB file.
  671. * Makefile: Change version to correspond with our new scheme.
  672. 2005-01-18 Diane Murray <disumu@x3y2z1.net>
  673. * erc-list.el (erc-chanlist-channel-line-regexp): Now matches
  674. private channels, the channels `#' and `&', and channels with
  675. names including non-ascii characters.
  676. (erc-chanlist-join-channel): Don't attempt to join private
  677. channels since the channel name is unknown.
  678. * erc-goodies.el (erc-make-read-only): Add `rear-nonsticky'
  679. property to avoid `Text is read-only' errors during connection.
  680. `front-nonsticky' does not exist, changed to `front-sticky'.
  681. (erc-controls-interpret, erc-controls-strip): Just work on the
  682. string, don't open a temporary buffer.
  683. (erc-controls-propertize): Now accepts optional argument STR.
  684. 2005-01-17 Michael Olson <mwolson@gnu.org>
  685. * Makefile: Version is 5.01, but only in the Makefile. It has not
  686. been released yet.
  687. * erc-auto.in, erc-autojoin.el, erc-bbdb.el, erc-button.el,
  688. erc-chess.el, erc-complete.el, erc-dcc.el, erc-fill.el,
  689. erc-goodies.el, erc-ibuffer.el, erc-identd.el, erc-imenu.el,
  690. erc-list.el, erc-match.el, erc-menu.el, erc-nets.el,
  691. erc-netsplit.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el,
  692. erc-ring.el, erc-speak.el, erc-speedbar.el, erc-stamp.el,
  693. erc-track.el, erc-xdcc.el, erc.el, debian/copyright: Update
  694. copyright notices. If anyone has signed papers for Emacs in
  695. general, merge them with the FSF's entry.
  696. 2005-01-16 Diane Murray <disumu@x3y2z1.net>
  697. * erc.el (erc): `erc-set-active-buffer' was being called before
  698. `erc-process' was set, so that channels weren't being marked
  699. active correctly upon join; fixed.
  700. 2005-01-15 Johan Bockgård <bojohan+sf@dd.chalmers.se>
  701. * erc-backend.el (def-edebug-spec): This macro caused problems (in
  702. XEmacs). Use its expansion directly.
  703. 2005-01-15 Diane Murray <disumu@x3y2z1.net>
  704. * erc-button.el (erc-button-add-button): Reverted previous change
  705. since `:suppress-face' doesn't seem to be checked for a certain
  706. face.
  707. (erc-button-add-face): FACE is now appended to the `old' face.
  708. This should fix the problem of faces being "covered" by
  709. `erc-button-face'.
  710. 2005-01-14 Diane Murray <disumu@x3y2z1.net>
  711. * erc.el, erc-backend.el (erc-cmd-OPS, erc-cmd-COUNTRY,
  712. erc-cmd-NICK, erc-process-ctcp-query, ERROR, PONG, 311, 312, 313,
  713. 314, 317, 319, 320, 321, 322, 330, 352): Use catalog entries
  714. instead of hard-coded text messages.
  715. (english): Added new catalog entries `country', `country-unknown',
  716. `ctcp-empty', `ctcp-request-to', `ctcp-too-many', `nick-too-long',
  717. `ops', `ops-none', `ERROR', `PONG', `s311', `s312', `s313',
  718. `s314', `s317', `s317-on-since', `s319', `s320', `s321', `s322',
  719. `s330', and `s352'.
  720. (erc-send-current-line): Use `erc-set-active-buffer' (change was
  721. lost in previous bug fix).
  722. 2005-01-14 Francis Litterio <franl@world.std.com>
  723. * erc-button.el (erc-button-add-button): Fixed a bug where the
  724. overlay created by widget-convert-button has a `face' property
  725. that hides the `face' property set on the underlying button text.
  726. * erc-goodies.el: Docstring fix.
  727. * erc-button.el: Improved docstring for variable erc-button-face.
  728. 2005-01-13 Diane Murray <disumu@x3y2z1.net>
  729. * erc-menu.el (erc-menu-definition): "Topic set by channel
  730. operator": Small word change. "Identify to NickServ...": Check
  731. that we're connected to the server. Added "Save buffer in log"
  732. and "Truncate buffer".
  733. 2005-01-13 Lawrence Mitchell <wence@gmx.li>
  734. * erc.el (erc-display-line-1): Widen before we try to insert
  735. anything, this makes sure input isn't broken when the buffer is
  736. narrowed by the user.
  737. (erc-beg-of-input-line): Simplify, just return the position of
  738. `erc-insert-marker' or error if does not exist.
  739. (erc-send-current-line): Widen before trying to send anything.
  740. 2005-01-13 Diane Murray <disumu@x3y2z1.net>
  741. * erc.el, erc-backend.el, erc-list.el:
  742. (erc-update-mode-line-buffer): Strip controls characters from
  743. `channel-topic' since we add our own control character to it.
  744. (TOPIC, 332): Use \C-o instead of \C-c to force an end of IRC
  745. control characters as it also ends bold, underline, and inverse -
  746. \C-c only ends colors.
  747. (erc-chanlist-322): Strip control characters from channel and
  748. topic. No need to interpret controls when we're applying overlays
  749. to the lines.
  750. * erc.el, erc-backend.el, erc-button.el, erc-netsplit.el,
  751. erc-nicklist.el: Fixed so that each server has an active buffer.
  752. (erc-active-buffer): Now a buffer-local variable.
  753. (erc-active-buffer, erc-set-active-buffer): New functions.
  754. (erc-display-line, erc-echo-notice-in-active-non-server-buffer,
  755. erc-process-away, MODE): Call `erc-active-buffer' to get the
  756. active buffer for the current server.
  757. (erc, erc-process-sentinel-1, erc-grab-region, erc-input-action,
  758. erc-send-current-line, erc-invite-only-mode,
  759. erc-toggle-channel-mode, erc-channel-names, MODE, erc-nick-popup,
  760. erc-nicklist-call-erc-command): Use `erc-set-active-buffer' to set
  761. the active buffer for the current server.
  762. (erc-cmd-WHOLEFT): Use 'active as BUFFER in `erc-display-message'.
  763. * erc-track.el (erc-track-modified-channels): Server buffers are
  764. now treated the same as channels and queries. This means that
  765. `erc-track-priority-faces-only', `erc-track-exclude', and
  766. `erc-track-exclude-types' now work with server buffers.
  767. 2005-01-12 Diane Murray <disumu@x3y2z1.net>
  768. * erc-backend.el (475): Prompt for the channel's key if
  769. `erc-prompt-for-channel-key' is non-nil. Send a new JOIN message
  770. with the key if a key is provided.
  771. * erc.el (erc-command-indicator): Fixed customization choices so
  772. that there's no `mismatch' message when nil is the value.
  773. 2005-01-11 Michael Olson <mwolson@gnu.org>
  774. * erc-bbdb.el (bbdb): Lowercase the name of the module. This
  775. fixes a bug which caused an error to occur when trying to enable
  776. the module using the customization interface.
  777. 2005-01-08 Edward O'Connor <ted@oconnor.cx>
  778. * erc-track.el: Support using faces to indicate channel activity
  779. in the modeline under XEmacs.
  780. (erc-modified-channels-object): New function.
  781. (erc-modified-channels-display): Use it.
  782. `erc-modified-channels-string' renamed to
  783. `erc-modified-channels-object' (because it's no longer a string on
  784. XEmacs). The new function `erc-modified-channels-object' is used
  785. to generate updated values for the same-named variable.
  786. 2005-01-08 Diane Murray <disumu@x3y2z1.net>
  787. * ChangeLog.2002: Changed instances of my sourceforge username and
  788. email address to real name and email.
  789. * erc.el (erc-modules): Changed customization tag descriptions, so
  790. that they all start with a verb; added new modules to choices.
  791. 2005-01-08 Mario Lang <mlang@delysid.org>
  792. * debian/rules: Introduce new variable DOCDIR to simplify stuff a
  793. bit.
  794. 2005-01-08 Michael Olson <mwolson@gnu.org>
  795. * AUTHORS, ChangeLog.2004: Change bpalmer's email address as
  796. requested.
  797. * CREDITS: Add everyone who is mentioned in the ChangeLogs.
  798. * debian/copyright (Copyright): Add last few people. This can now
  799. be considered a complete list, as far as CVS entries are
  800. concerned. If people have assigned copyright to the FSF, merge
  801. them with the entry for the FSF.
  802. * debian/README.Debian: Add entry for XEmacs-related change in
  803. `erc-track.el'.
  804. * erc.el (erc-cmd-MODE): New command that changes or displays the
  805. mode for a channel or user. The functionality was present before
  806. this change, but there was no documentation for it.
  807. * erc-auto.in, erc-*.el: Fully investigate copyright headers and
  808. change them appropriately. If a file has been pulled off of
  809. erc.el at one time, keep track of copyright from the time of
  810. separation, but not before. If a file has been derived from a
  811. work outside of erc, keep copyright statements in place.
  812. * Makefile (VERSION): Change to 5.0! :^) Congrats on all the great
  813. work. I'll wait until hober commits his XEmacs compatibility
  814. patch to erc-track.el, and then release.
  815. (distclean): Alias for `realclean' target.
  816. 2005-01-07 Michael Olson <mwolson@gnu.org>
  817. * AUTHORS: Add Marcelo Toledo, who has CVS access to this project.
  818. * ChangeLog.2004: Add my name to my one contribution to erc last
  819. year.
  820. * CREDITS: Add people that were discovered while scouring
  821. ChangeLogs.
  822. * debian/copyright: Add everyone from `AUTHORS' to Upstream
  823. Authors. Anyone who has contributed 15 or more lines of
  824. code (according to ChangeLogs) is listed in Copyright section.
  825. Accurate years are included.
  826. * debian/README.Debian: Paste content of NEWS and reformat
  827. slightly.
  828. * debian/rules: Concatenate the ChangeLogs during the Debian
  829. install process and then gzip them.
  830. * Makefile (MISC): Add ChangeLog.yyyy files to list.
  831. (ChangeLog): Remove rule since we do not dynamically generate the
  832. ChangeLog anymore.
  833. * MkChangeLog: Removed since we do not use it to generate the
  834. ChangeLog anymore. cvs2cl does a much better job anyway.
  835. * NEWS: Use 3rd level heading instead of bullets for lists that
  836. contain descriptions.
  837. 2005-01-07 Diane Murray <disumu@x3y2z1.net>
  838. * erc-list.el: Require 'sort.
  839. (erc-chanlist): Disable undo in the channel list buffer.
  840. * erc.el, erc-menu.el: The `IRC' menu is now automatically added
  841. to the menu-bar. Add the call to `easy-menu-add' to
  842. `erc-mode-hook' when running in XEmacs (without this the menu
  843. doesn't appear).
  844. * NEWS: Added the information from
  845. http://emacswiki.org/cgi-bin/wiki/ErcCvsFeatures and the newer
  846. changes which weren't yet documented on that page.
  847. 2005-01-06 Hoan Ton-That <hoan@ton-that.org>
  848. * erc-log.el (erc-current-logfile): Only downcase the logfile
  849. name, not the whole filename. Also expand relative to
  850. `erc-log-channels-directory'.
  851. (erc-generate-log-file-name-with-date)
  852. (erc-generate-log-file-name-short)
  853. (erc-generate-log-file-name-long): Don't expand filename, done in
  854. `erc-current-logfile'.
  855. 2005-01-06 Lawrence Mitchell <wence@gmx.li>
  856. * NEWS: New file, details user visible changes from version to
  857. version.
  858. * HACKING (NEWS entries): Mention NEWS file, and what its purpose
  859. is.
  860. 2005-01-05 Michael Olson <mwolson@gnu.org>
  861. * FOR-RELEASE: New file containing the list of release-critical
  862. tasks. Feel free to add to it.
  863. * debian/rules (binary-erc): Add ChangeLog files.
  864. 2005-01-04 Michael Olson <mwolson@gnu.org>
  865. * ChangeLog.2001, ChangeLog.2002, ChangeLog.2003, ChangeLog.2004:
  866. ChangeLog entries from previous years.
  867. * ChangeLog: New file containing ChangeLog entries for the current
  868. year. Please update this file manually whenever a change is
  869. committed. This is a new policy.
  870. * AUTHORS: Add myself to list. Some entries were space-delimited
  871. instead of TAB-delimited, and since the latter seemed to be the
  872. default, make the other entries conform.
  873. * HACKING (ChangeLog Entries): Update section to reflect new
  874. policy toward ChangeLog entries, which is that they should be
  875. manually updated whenever a change is committed.
  876. 2005-01-04 Diane Murray <disumu@x3y2z1.net>
  877. * erc.el (erc-connection-established, erc-login): Update the
  878. mode-line.
  879. (erc-update-mode-line-buffer): If `erc-current-nick' returns nil,
  880. use an empty string for ?n character in format spec. Set
  881. `mode-line-process' to ":connecting" while the connection is being
  882. established.
  883. 2005-01-04 Lawrence Mitchell <wence@gmx.li>
  884. * AUTHORS: Update list of authors.
  885. 2005-01-02 Diane Murray <disumu@x3y2z1.net>
  886. * erc-goodies.el (erc-control-characters): New customization
  887. group.
  888. (erc-interpret-controls-p): Small fix, addition to
  889. documentation. Updated customization to allow 'remove as a value.
  890. Use 'erc-control-characters as `:group'.
  891. (erc-interpret-mirc-color): Use 'erc-control-characters as
  892. `:group'.
  893. (erc-beep-p): Updated documentation. Use 'erc-control-characters
  894. as `:group'.
  895. (define-erc-module irccontrols): Add `erc-controls-highlight' to
  896. `erc-insert-modify-hook' and `erc-send-modify-hook' since it
  897. changes the text's appearance.
  898. (erc-controls-remove-regexp, erc-controls-interpret-regexp): New
  899. variables.
  900. (erc-controls-highlight): Fixed so that highlighting works even if
  901. there is no following control character. Fixed mirc color
  902. highlighting; now respecting `erc-interpret-mirc-color'. Fixed a
  903. bug where emacs would get stuck in a loop when \C-g was in a
  904. message and `erc-beep-p' was set to nil (default setting).
  905. See ChangeLog.04 for earlier changes.
  906. Copyright (C) 2005-2012 Free Software Foundation, Inc.
  907. This file is part of GNU Emacs.
  908. GNU Emacs is free software: you can redistribute it and/or modify
  909. it under the terms of the GNU General Public License as published by
  910. the Free Software Foundation, either version 3 of the License, or
  911. (at your option) any later version.
  912. GNU Emacs is distributed in the hope that it will be useful,
  913. but WITHOUT ANY WARRANTY; without even the implied warranty of
  914. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  915. GNU General Public License for more details.
  916. You should have received a copy of the GNU General Public License
  917. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  918. ;; Local Variables:
  919. ;; coding: utf-8
  920. ;; End: