ChangeLog.01 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. 2001-12-18 Mario Lang <mlang@delysid.org>
  2. * erc.el 1.176: * Added missing 747 numreply (banned)
  3. 2001-12-15 Gergely Nagy <algernon@debian.org>
  4. * debian/scripts/install 1.4, debian/rules 1.6:
  5. updated to 2.1.cvs.20011215-1
  6. * debian/changelog 1.12: Debian version 2.1.cvs.20011215-1
  7. 2001-12-11 Andreas Fuchs <asf@void.at>
  8. * erc.el 1.175:
  9. * applied a nicer version of mhp's patch to remove the last prompt from
  10. saved logs
  11. * erc-replace.el 1.1: * Initial checkin
  12. 2001-12-11 Mario Lang <mlang@delysid.org>
  13. * erc.el 1.174:
  14. * fixed bug triggered when reuse-buffer was enabled (the default).
  15. Another silly port type problem. Maybe we should unify that once and for all sometimes...
  16. 2001-12-10 Mario Lang <mlang@delysid.org>
  17. * erc.el 1.173: * erc-message-english: New QUIT and s004 entries.
  18. * (erc-save-buffer-on-part): New variable.
  19. * (erc-kill-buffer-on-part): New variable.
  20. * (erc-server-PART): Use above variables.
  21. * (erc-join-channel): Use DEF argument instead of initial input for completing-read.
  22. 2001-12-08 Tijs van Bakel <smoke@wanadoo.nl>
  23. * erc.el 1.172: added defcustom erc-nick-uniquifier ^ (i prefer _)
  24. 2001-12-07 Gergely Nagy <algernon@debian.org>
  25. * debian/changelog 1.11: changelog for version 2.1.cvs.20011208-1
  26. 2001-12-07 Tijs van Bakel <smoke@wanadoo.nl>
  27. * erc.el 1.171:
  28. Added erc-scroll-to-bottom as an erc-insert-hook function. It still bugs a bit, so please test it, thanks
  29. 2001-12-07 Mario Lang <mlang@delysid.org>
  30. * erc.el 1.170: * Fixed silly bug in erc-server-TOPIC (thanks mhp)
  31. * erc-speak.el 1.17:
  32. * Fix non-greedy matching bug. That one somehow swallowed text
  33. * erc.el 1.169:
  34. Fix Emacs20 problem. For now, we disable erc-track-modified-channels-minor-mode in emacs20
  35. 2001-12-07 Andreas Fuchs <asf@void.at>
  36. * erc-fill.el 1.5:
  37. * Fix another stupid one-off error. This time it really works!
  38. (Until I find the next bug. I guess you can hold your breath) (-:
  39. 2001-12-06 Andreas Fuchs <asf@void.at>
  40. * erc-fill.el 1.4: * Fixed static filling:
  41. ** No more \ed (continued on next line) lines anymore
  42. ** Fixed bug with previous version where longer lines wouldn't get
  43. filled correctly (i.e. at all)
  44. 2001-12-06 Gergely Nagy <algernon@debian.org>
  45. * debian/changelog 1.10: changelog for 2.1.cvs.20011206-1 added
  46. 2001-12-06 Andreas Fuchs <asf@void.at>
  47. * erc.el 1.168:
  48. * Don't discard away status when identifying to NickServ
  49. * Modify `erc-already-logged-in': check for port, too.
  50. * erc-fill.el 1.3:
  51. * Fix stupid loop non-termination error in erc-fill-static when filling
  52. one-line regions.
  53. * Make erc-count-lines return meaningful values
  54. 2001-12-05 Mario Lang <mlang@delysid.org>
  55. * erc.el 1.167:
  56. * (erc-process-input): Make ' /command' work for quoting /commands
  57. * erc-speak.el 1.16: see changelog
  58. * erc-fill.el 1.2: see erc.el changelog
  59. * erc.el 1.166:
  60. * erc-insert-hook: Changed strategy completely, no start end parameters any more.
  61. We narrow-to-region now, that's much cleaner.
  62. * rename erc-fill-region to erc-fill and change the autoload
  63. ** You'll probably need to restart Emacs
  64. 2001-12-04 Mario Lang <mlang@delysid.org>
  65. * erc.el 1.165:
  66. * (erc-send-current-line): Fixed long outstanding bug. XEmacs users with erc-fill-region on erc-insert-hook knew that one a long time.
  67. * erc.el 1.164: fix order of attack
  68. * erc.el 1.163: * macroexpanded define-minor-mode for XEmacs
  69. * erc.el 1.162: First try to make channel tracking mouse sensitive
  70. * erc.el 1.161: * More erc-message-format conversion.
  71. erc-format-message-english-PART as an example on how to use functions to format message
  72. * (erc-format-message): Fallback mechanism to use english catalog if variable is not bound
  73. 2001-12-03 Mario Lang <mlang@delysid.org>
  74. * erc.el 1.160: * (erc-iswitchb): Rewrite, docfix.
  75. Make it use erc-modified-channels as default if available.
  76. * erc-menu.el 1.2:
  77. * Fixage related to erc-track-modified-channels-minor-mode rewrite
  78. * erc.el 1.159:
  79. * (erc-track-modified-channels-minor-mode): Use buffer objects instead of erc-default-target return value for internal state keeping.
  80. * erc.el 1.158: * Made reconnect behave nicer (erc-process-sentinel)
  81. * Rewrote erc-modified-channels-tracking completely.
  82. Its now a minor mode (erc-track-modified-channels-minor-mode)
  83. It uses a list as internal representation now, so all silly string-parsing
  84. related bugs should be gone.
  85. Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality.
  86. Don't set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function
  87. 2001-11-29 Gergely Nagy <algernon@debian.org>
  88. * debian/changelog 1.9: final version
  89. 2001-11-29 Mario Lang <mlang@delysid.org>
  90. * erc.el 1.157:
  91. * (erc-channel-p): Make it work with string and buffer as parameter. buffer.
  92. * (erc-format-message): Add a check for functionp. This allows a format-specifier also to be a function name, which gets called with args applied and needs to return the actual format string.
  93. * Converted some formats, JOIN, JOIN-you, MODE, ...
  94. 2001-11-28 Mario Lang <mlang@delysid.org>
  95. * erc.el 1.156:
  96. * (erc-prepare-mode-line-format): Added sanity checks to prevent it from having problems with server buffers where the connection failed
  97. * erc-bbdb.el 1.7:
  98. * (erc-bbdb-JOIN): regexp-quote the fingerhost before searching, some people have really strange characters as their user names
  99. * erc.el 1.155: Remove a stupid debug like (message ...) call
  100. 2001-11-28 Gergely Nagy <algernon@debian.org>
  101. * debian/changelog 1.8: draft of 2.1.cvs.20011128-1
  102. * debian/rules 1.5: simplify for the all-in-one erc package
  103. * debian/control 1.3: integrated erc-speak back into erc
  104. * debian/maint/conffiles 1.3, debian/maint/conffiles.in 1.2, debian/maint/postinst 1.3,
  105. debian/maint/postinst.in 1.2, debian/maint/prerm 1.3, debian/maint/prerm.in 1.2,
  106. debian/scripts/install 1.3, debian/scripts/install.in 1.3, debian/scripts/remove 1.3,
  107. debian/scripts/remove.in 1.2, debian/scripts/startup.erc-speak 1.2:
  108. since erc-speak is gone, resurrect the static files, and update them to support the latest erc
  109. 2001-11-28 Mario Lang <mlang@delysid.org>
  110. * erc.el 1.154: * (erc-mode): Shouldn't be interactive.
  111. * (erc-info-mode): Ditto.
  112. * erc.el 1.153: * (erc-server-352): Added hopcount parsing.
  113. Added call to erc-update-channel-member to fill in channel-members information
  114. on /WHO if the channel is joined.
  115. 2001-11-27 Mario Lang <mlang@delysid.org>
  116. * erc-speedbar.el 1.6: *** empty log message ***
  117. * erc-speedbar.el 1.5: * (erc-speedbar-expand-user): New function.
  118. Used when more information than just the nick name is available about a dude.
  119. * erc.el 1.152: * Fixed stupid edit,checkin,save cycle error :)
  120. * erc.el 1.151:
  121. * (erc-generate-log-file-name-default): Renamed to -long
  122. Doc fix.
  123. * (erc-generate-log-file-name-old): Renamed to -long
  124. Doc fix.
  125. * (erc-generate-log-file-name-function): Set default to ...-long
  126. Doc fixes
  127. * erc-speedbar.el 1.4: *** empty log message ***
  128. 2001-11-26 Mario Lang <mlang@delysid.org>
  129. * erc-speedbar.el 1.3: * Integrated channel names list
  130. what else do we need to replace info buffers???
  131. please test that code and comment on erc-ehlp, thanks
  132. * erc-speedbar.el 1.2:
  133. * Added erc-speedbar-goto-buffer and therefore enable switching to the buffers from speedbar
  134. * erc-speedbar.el 1.1:
  135. I had to check this in, it works !! sort of,, megaalphagammaversion, first version. test, play, submit ideas/patches
  136. 2001-11-26 Gergely Nagy <algernon@debian.org>
  137. * erc.el 1.150 (erc-mode): moved erc-last-saved-position here
  138. moved buffer naming code from here..
  139. (erc): ...to here
  140. (erc-generate-log-file-name-old): only prepend target if it exists
  141. made erc-log-insert-log-on-open a defcustom
  142. 2001-11-26 Mario Lang <mlang@delysid.org>
  143. * erc.el 1.149:
  144. * Applied antifuchs/mhp patches, the latest on erc-help, unmodified
  145. * New variable: erc-reuse-buffers default to t.
  146. * Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same,
  147. then one can assume that's the same channel/query target again.
  148. 2001-11-23 Mario Lang <mlang@delysid.org>
  149. * erc-bbdb.el 1.6:
  150. * new function erc-BBDB-NICK to handle nickname annotation on a nick-change event of a known record
  151. * erc.el 1.148: * Remove erc-rename-buffer, its no longer necessary
  152. * Remove erc-autoop-*. it was broken, and needed rewrite anyway
  153. * write erc-already-logged-in in terms of erc-buffer-list and make the duplicate login check work again
  154. * erc.el 1.147: * Fixed stupid typo
  155. 2001-11-22 Mario Lang <mlang@delysid.org>
  156. * erc.el 1.146: * New local variable, erc-announced-server-name
  157. * erc-mode-line-format supports a new symbol, target-and/or-server
  158. * The mode-line displays the announced server name now (for autojoin later...,
  159. greets Adam)
  160. * New macro, erc-server-hook-list for a nice way to define the defcustoms of the erc-server-*-hook's
  161. Thanks go to the guy from #emacs who helped with that
  162. * erc-fill-region is now autoloaded from erc-fill.el
  163. * erc-fill.el implements a new fill method, erc-fill-static
  164. (setq erc-fill-function 'erc-fill-static)
  165. * Some other things I forgot right now
  166. * erc-bbdb.el 1.5: *** empty log message ***
  167. * erc-fill.el 1.1: Initial version.
  168. * erc-complete.el 1.4:
  169. Applied antifuchs patch to make completion work with (string= erc-prompt "")
  170. * erc-complete.el 1.3:
  171. added function erc-nick-completion-exclude-myself
  172. you can set erc-nick-completion to 'erc-nick-completion-exclude-myself to use it
  173. 2001-11-21 Mario Lang <mlang@delysid.org>
  174. * erc-bbdb.el 1.4:
  175. * Changed usage of 'finger-host to bbdb-finger-host-field
  176. * erc-bbdb.el 1.3:
  177. * Changed WHOIS to use finger-host instead of net field.
  178. * Added 'visible as option to erc-bbdb-popup-p to only pop-up the bbdb buffer if a join happened in a visible buffer on any visible frame.
  179. * Added (regexp-quote ...) for nickname search in erc-bbdb-JOIN
  180. 2001-11-20 Mario Lang <mlang@delysid.org>
  181. * erc-bbdb.el 1.2: * Added JOIN support
  182. 2001-11-19 Mario Lang <mlang@delysid.org>
  183. * erc.el 1.145:
  184. Initial message catalog code. converted erc-action-format usage to use it
  185. * erc.el 1.144: * erc-play-sound: Added XEmacs related check
  186. * erc-bbdb.el 1.1: * Initial version, many thanks to Andreas Fuchs
  187. * erc.el 1.143: * Fixed silly problem with whois/was handling
  188. * erc.el 1.142: * Renamed prev-rd to erc-previous-read
  189. * Removed erc-next-line-add-newlines and s next-line-add-newlines to nil in defun erc by default
  190. * erc.el 1.141:
  191. fixed xemacs compatibility prob with delete, thanks Adam
  192. 2001-11-18 Mario Lang <mlang@delysid.org>
  193. * erc.el 1.140: numreplies 301 & 461
  194. 2001-11-13 Tijs van Bakel <smoke@wanadoo.nl>
  195. * erc.el 1.139:
  196. Added code for error reply 421 "Unknown command", to test the new server parsing system.
  197. This was really easy! Thanks ZenIRC guys & delysid :-)
  198. 2001-11-13 Mario Lang <mlang@delysid.org>
  199. * erc.el 1.138: * Allow connecting to SSL enabled irc servers.
  200. Ugly hack, but it works for now. Be sure to use the numeric irc port 994 so that erc can recognize what you want
  201. good example is
  202. irc server: ircs.segfault.net
  203. port: 994
  204. meet me there, I am still delYsid :)
  205. * erc.el 1.137: * some more numreply handlers
  206. * cleanup in erc-process-away-p
  207. * new function erc-display-error-notice
  208. * erc.el 1.136: * numreply 501 and 221
  209. * erc.el 1.135:
  210. removed obsolete old hook variables. Your functions may break, but it is easy to hook them up to the new hooks.
  211. erc-part-hook: use erc-server-PART-hook instead
  212. erc-kick-hook: use erc-server-KICK-hook instead
  213. and so on
  214. * erc.el 1.134:
  215. fixed serious bug which cause privmsgs vanishing when erc-auto-query was set to nil
  216. * erc.el 1.133: cleaned up erc-process-filter
  217. * erc.el 1.132: * 401 and 320 numreplies implemented
  218. * erc.el 1.131: * Removed old/now obsolete code
  219. * erc.el 1.130: * Fixed bug in erc-server-MODE
  220. 2001-11-12 Mario Lang <mlang@delysid.org>
  221. * erc.el 1.129: fixed it
  222. * erc.el 1.128:
  223. *** We switched over. New server message parsing/handling is running now. Thanks to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems
  224. * erc.el 1.127: *** empty log message ***
  225. 2001-11-12 Tijs van Bakel <smoke@wanadoo.nl>
  226. * erc.el 1.125:
  227. Fixed bug in erc-get-buffer, now channel names are compared in
  228. a case-insensitive way.
  229. 2001-11-12 Mario Lang <mlang@delysid.org>
  230. * erc.el 1.124: erc-server-353
  231. 2001-11-12 Tijs van Bakel <smoke@wanadoo.nl>
  232. * erc.el 1.123: Fixed docstring for erc-get-buffer.
  233. Added erc-process to a lot of calls to erc-get-buffer, so
  234. that only the local process is searched.
  235. 2001-11-12 Mario Lang <mlang@delysid.org>
  236. * erc.el 1.122: * erc-buffer-filter: do it differently
  237. * erc.el 1.121: ugly but working fix for mhp's query problem
  238. * erc.el 1.120: * erc-server-PRIVMSG-or-NOTICE
  239. Now, all the server word replies are finished. Going to numreplies now
  240. * erc.el 1.119:
  241. * debugging facilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it
  242. * erc.el 1.118: * erc-server-KICK and erc-server-TOPIC. new functions
  243. * erc-server-305-or-306 and erc-server-311-or-314
  244. * erc.el 1.117:
  245. * ported PART and QUIT msgs to the new scheme, many to go. but it is a easy task. does someone wanna try and start with numreplies?
  246. * erc.el 1.116: * erc-server-JOIN
  247. * erc.el 1.115: * Ported erc-server-INVITE code
  248. * erc.el 1.114: * erc-server-ERROR and erc-server-MODE
  249. 2001-11-11 Mario Lang <mlang@delysid.org>
  250. * erc.el 1.113: * zen
  251. * erc.el 1.112: * New variable erc-connect-function.
  252. * erc.el 1.111:
  253. * New function erc-channel-p and use it where appropriate
  254. * erc.el 1.110: * Removed the variable erc-buffer-list completely now
  255. * Moved erc-dbuf around a bit
  256. * erc.el 1.109: * Fix silly change in quit/rename msg handling
  257. * erc.el 1.108: thanks mhp, fixed
  258. * erc.el 1.107: * Tijs van Bakel's work from 10th Nov. merged in
  259. * My additions to that idea merged in too
  260. Basically, this is a major rewrite, if you are scared and want avoid problems,
  261. stay at your current version. It seems fairly stable though.
  262. That changed? erc-buffer-name handling was completely rewritten,
  263. and erc-buffer-list local variable handling removed.
  264. Simplifies alot of code. Poke at it. read the diff. report bug/send patches!
  265. * erc.el 1.106: * Added variable listing when /set is used without args
  266. 2001-11-10 Mario Lang <mlang@delysid.org>
  267. * erc.el 1.105:
  268. * Comment/structure cleanup, removal of unnecessary code
  269. * erc.el 1.104: only some code beautification
  270. * erc-imenu.el 1.2:
  271. remove add-hook call, that's done in erc.el now for autoloadability
  272. * erc.el 1.103: * Make erc-imenu autoloadable
  273. * erc.el 1.102:
  274. * The long promised erc-mode-line-format handling rewrite
  275. Poke at it, try it, play with it, report bugs
  276. * erc.el 1.101:
  277. some regex-quote fixes, new function erc-cmd-set, and minor things
  278. 2001-11-08 Mario Lang <mlang@delysid.org>
  279. * erc.el 1.100:
  280. * added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away
  281. * erc-complete.el 1.2: fixed silly defun
  282. * erc.el 1.99: * Rewrote erc-load-irc-script (simplified)
  283. * Removed deprecated code
  284. * erc-speak.el 1.15: * reflect changes in erc.el
  285. * erc.el 1.98:
  286. * Moved completion related functions into erc-complete.el
  287. placed an autoload instead into erc.el. That quite cool,
  288. because erc-complete.el only gets loaded when you use
  289. TAB first time in erc.
  290. * erc-complete.el 1.1: _ Initial checkin
  291. * erc.el 1.97: * New function: erc-chain-hook-with-args
  292. * Changed calls to erc-insert-hook to use it
  293. 2001-11-07 Mario Lang <mlang@delysid.org>
  294. * erc.el 1.96: * Patch from Fabien Penso
  295. Make completion case insensitive. try it! its cool
  296. * erc.el 1.95: * Reduction patch 2
  297. This time, we move the input ring handling into erc-ring.el
  298. Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature
  299. And remember, that you don't need it if you don't use input ring :-)
  300. * erc-ring.el 1.1: * Initial checkin
  301. * erc.el 1.94: * The great reduction patch :-)
  302. moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el
  303. * erc-imenu.el 1.1: Initial version
  304. * erc-menu.el 1.1: * Initial version
  305. * erc.el 1.93: * wording change suggested by Benjamin Drieu
  306. 2001-11-07 Tijs van Bakel <smoke@wanadoo.nl>
  307. * erc.el 1.92: Added Emacs version to /SV
  308. 2001-11-07 Mario Lang <mlang@delysid.org>
  309. * erc.el 1.91: * Hookification patch, read the diff
  310. * erc.el 1.90: too tired for a changelog :)
  311. 2001-11-06 Mario Lang <mlang@delysid.org>
  312. * erc.el 1.89:
  313. * make erc-cmd-op and erc-cmd-deop take multiple nicknames as argument
  314. 2001-11-06 Gergely Nagy <algernon@debian.org>
  315. * debian/changelog 1.7: sync
  316. * debian/rules 1.4: fixed a typo: PKGDIR, not PKIDR
  317. 2001-11-06 Mario Lang <mlang@delysid.org>
  318. * erc.el 1.88:
  319. * Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it..
  320. * minor cleanup, s/(if (not /(unless/ and the like
  321. 2001-11-06 Tijs van Bakel <smoke@wanadoo.nl>
  322. * erc.el 1.87: Fixed OP and DEOP commands to return T.
  323. Added SV say-version command.
  324. Added erc-send-message utility function, but it's not used everywhere yet.
  325. 2001-11-05 Mario Lang <mlang@delysid.org>
  326. * erc.el 1.86: stupid delYsid, forgot require 'format-spec. good nite
  327. * erc.el 1.85:
  328. * new variable erc-action-format. Some erc-notice-prefix fixes again
  329. * erc.el 1.84: * erc-minibuffer-privmsg defaults to t
  330. * erc.el 1.83:
  331. * Small fix in relation to the transition to erc-make-notice
  332. 2001-11-05 Tijs van Bakel <smoke@wanadoo.nl>
  333. * erc.el 1.82:
  334. Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality
  335. * erc.el 1.81: Added support for channel names starting with & + and !.
  336. Also, many changes partially discussed on the mailing list:
  337. * erc.el (cl): Add requirement for cl package.
  338. (erc-buffer-list): Make this variable global again.
  339. (erc-default-face): Fix typo.
  340. (erc-timestamp-face): Add face for timestamps.
  341. (erc-join-buffer, erc): Add a 'bury option.
  342. (erc-send-action): Add timestamp.
  343. (erc-command-table): Add /CLEAR, /DEOP, /OP, /Q.
  344. (erc-send-current-line): Add timestamp.
  345. (erc-send-current-line): Add call to erc-insert-hook.
  346. (erc-cmd-clear): New command to clear buffer contents.
  347. (erc-cmd-whois): Fix cut'n'paste-o.
  348. (erc-cmd-deop): New command to deop a user.
  349. (erc-cmd-op): New command to op a user.
  350. (erc-make-notice): Moved a lot of duplicate code here. Perhaps
  351. this should also be done for erc-highlight-error.
  352. (erc-parse-line-from-server): Now NOTICE will also open a new
  353. query, just as PRIVMSG.
  354. (erc-parse-line-from-server): Call erc-put-text-property on a
  355. channel message/notice first, before concatenating nick and
  356. timestamp &c.
  357. (erc-message-notices): Add option to display notices in
  358. minibuffer.
  359. (erc-fill-region): No longer strip spaces in front of incoming
  360. messages.
  361. (erc-parse-current-line): No longer strip spaces in front of text
  362. input by user.
  363. Hopefully I didn't break too much :(
  364. 2001-11-05 Mario Lang <mlang@delysid.org>
  365. * erc.el 1.80:
  366. * New function erc-nickserv-identify-autodetect for erc-insert-hook. Added by default currently.
  367. * erc.el 1.79:
  368. * Mini-fix in erc-process-num-reply (= n 353): Added @ as prefix character to make certain channels on opn work again nicely
  369. 2001-10-31 Gergely Nagy <algernon@debian.org>
  370. * debian/changelog 1.6: updated to reflect changes
  371. * debian/scripts/install.in 1.2:
  372. moved #PKGFLAG# before -f batch-byte-compile
  373. 2001-10-29 Mario Lang <mlang@delysid.org>
  374. * erc.el 1.78:
  375. Imenu fixed somehow, added IRC services interactive function for indentify to NickServ. Read the diff
  376. 2001-10-26 Gergely Nagy <algernon@debian.org>
  377. * debian/changelog 1.5: sigh. -2
  378. 2001-10-25 Gergely Nagy <algernon@debian.org>
  379. * debian/changelog 1.4: updated to reflect changes
  380. * debian/rules 1.3: handle conffiles.in too
  381. * debian/maint/conffiles.in 1.1: new file
  382. * debian/maint/conffiles 1.2: superseded by conffiles.in
  383. * debian/scripts/startup 1.2: superseded by startup.erc
  384. 2001-10-25 Mario Lang <mlang@delysid.org>
  385. * debian/scripts/startup.erc-speak 1.1: * Initial version
  386. * debian/scripts/startup.erc 1.1: * Added and fixes minimal typo
  387. 2001-10-25 Gergely Nagy <algernon@debian.org>
  388. * debian/changelog 1.3: updated to reflect changes
  389. * debian/rules 1.2:
  390. modified to be able to build the erc-speak package too
  391. * debian/control 1.2: added the new erc-speak package
  392. * debian/README.erc-speak 1.1, debian/maint/postinst.in 1.1, debian/maint/prerm.in 1.1,
  393. debian/scripts/install.in 1.1, debian/scripts/remove.in 1.1:
  394. new file
  395. * debian/maint/postinst 1.2, debian/maint/prerm 1.2, debian/scripts/install 1.2,
  396. debian/scripts/remove 1.2:
  397. removed, superseded by its .in counterpart
  398. 2001-10-25 Mario Lang <mlang@delysid.org>
  399. * erc.el 1.77: * Fixed some defcustom :type 's
  400. * Added erc-before-connect hook which gets called with server port and nick.
  401. Use this hook to e.g. setup a tunnel before actually connecting.
  402. something like (when (string= server "localhost") ...)
  403. 2001-10-24 Mario Lang <mlang@delysid.org>
  404. * erc.el 1.76: * Patch by smoke: fix erc-cmd-* commands and add aliases
  405. 2001-10-23 Mario Lang <mlang@delysid.org>
  406. * erc-speak.el 1.14:
  407. * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to,
  408. especially if you are on more than one channel simultaneously.
  409. * erc.el 1.75:
  410. * Made the completion postfix customizable through erc-nick-completion-postfix
  411. * erc-speak.el 1.13, erc.el 1.74:
  412. * Added erc-prevent-minibuffer-privmsg
  413. * erc-speak.el 1.12:
  414. * Quickish hack to allow exclusion of timestamps from speaking. see erc-speak-filter-timestamps
  415. 2001-10-21 Mario Lang <mlang@delysid.org>
  416. * erc-speak.el 1.11:
  417. * Removed now really obsolete code. Package size reduced by 50%
  418. * erc-speak.el 1.10:
  419. * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons,
  420. it's reallllly cool now!!!
  421. * erc-speak.el 1.9: *** empty log message ***
  422. * erc-speak.el 1.5: * Major simplification. depends on erc.el,v 1.73
  423. * Things removed, read diff
  424. 2001-10-21 Gergely Nagy <algernon@debian.org>
  425. * debian/changelog 1.2: oops, silly typo
  426. * debian/changelog 1.1, debian/control 1.1, debian/copyright 1.1,
  427. debian/maint/conffiles 1.1, debian/maint/postinst 1.1, debian/maint/prerm 1.1,
  428. debian/rules 1.1, debian/scripts/install 1.1, debian/scripts/remove 1.1,
  429. debian/scripts/startup 1.1:
  430. initial check-in
  431. 2001-10-21 Mario Lang <mlang@delysid.org>
  432. * erc.el 1.73:
  433. * Changed erc-insert-hook to get two arguments, START and END of the region
  434. which got inserted. CAREFUL! This could break stuff, but it makes the hook
  435. much more usable.
  436. * erc.el 1.72:
  437. * Made erc-smiley a new option, currently set to t to showoff this feature. :)
  438. 2001-10-20 Mario Lang <mlang@delysid.org>
  439. * erc.el 1.71: * Add missing erc-mode-hook variable
  440. * Add smiley-support (preliminary test)
  441. 2001-10-20 Alex Schroeder <alex@gnu.org>
  442. * erc.el 1.70:
  443. Replaced all occurrences of put-text-property with a call to
  444. erc-put-text-property.
  445. (erc-put-text-property): New function.
  446. (erc-tracking-modified-channels): Moved to the front of the file such
  447. that it is already defined when the menu is being defined.
  448. (erc-modified-channel-string): Ditto.
  449. 2001-10-18 Alex Schroeder <alex@gnu.org>
  450. * erc.el 1.69: Removed some commentary. The wiki page is the place to
  451. put such information.
  452. (erc-fill-prefix): Doc change.
  453. (erc-notice-highlight-type): Doc change, now a user option.
  454. (erc-pal-highlight-type): Doc change, now a user option.
  455. (erc-fool-highlight-type): New option.
  456. (erc-keyword-highlight-type): New option.
  457. (erc-dangerous-host-highlight-type): New option.
  458. (erc-uncontrol-input-line): Doc change.
  459. (erc-interpret-controls-p): Doc change, now a user option.
  460. (erc-multiline-input): Doc change.
  461. (erc-auto-discard-away): Doc change.
  462. (erc-pals): Changed from string to regexp.
  463. (erc-fools): New option.
  464. (erc-keywords): Renamed from erc-highlight-strings. WATCH OUT:
  465. Not backwards compatible change!
  466. (erc-dangerous-hosts): Renamed from erc-host-danger-highlight.
  467. WATCH OUT: Not backwards compatible change!
  468. (erc-menu-definition): Added menu entries for fools, keywords and
  469. dangerous hosts.
  470. (erc-mode-map): Changed keybindings from C-c <plain ascii> to
  471. various C-c <C-ascii> combinations.
  472. (erc-dangerous-host-face): Renamed from erc-host-danger-face.
  473. WATCH OUT: Not backwards compatible change!
  474. (erc-fool-face): New face.
  475. (erc-keyword-face): Renamed from erc-highlight-face. WATCH OUT:
  476. Not backwards compatible change!
  477. (erc-parse-line-from-server): Fixed highlighting in the cases
  478. where (equal erc-pal-highlight-type 'all), added code to handle
  479. erc-fool-highlight-type, erc-dangerous-host-highlight-type
  480. (erc-update-modes): Replaced erc-delete-string with delete.
  481. (erc-keywords): Renamed from erc-highlight-strings, handle
  482. erc-keyword-highlight-type.
  483. (erc-delete-string): Removed.
  484. (erc-list-match): New function.
  485. (erc-pal-p): Use erc-list-match.
  486. (erc-fool-p): New function.
  487. (erc-keyword-p): New function.
  488. (erc-dangerous-host-p): Renamed from erc-host-danger-p, use
  489. erc-list-match.
  490. (erc-directed-at-fool-p): New function.
  491. (erc-add-entry-to-list): New function.
  492. (erc-remove-entry-from-list): New function.
  493. (erc-add-pal): Use erc-add-entry-to-list.
  494. (erc-delete-pal): Use erc-remove-entry-from-list.
  495. (erc-add-fool): New function.
  496. (erc-delete-fool): New function.
  497. (erc-add-keyword): New function.
  498. (erc-delete-keyword): New function.
  499. (erc-add-dangerous-host): New function.
  500. (erc-delete-dangerous-host): New function.
  501. 2001-10-07 Mario Lang <mlang@delysid.org>
  502. * erc.el 1.68: * irc vs ircd default port fixed
  503. * erc.el 1.67: * Added topic-change to imenu
  504. * erc.el 1.66: * More imenu spiffyness
  505. * erc.el 1.65: * Added imenu support
  506. * erc.el 1.64:
  507. * Fix to /topic to show topic instead of setting it to null :)
  508. 2001-10-05 Mario Lang <mlang@delysid.org>
  509. * erc.el 1.63: * First version of erc-rename-buffer
  510. * erc.el 1.62: * more header-line tricks.
  511. * erc.el 1.61:
  512. * Small fix to do erc-update-mode-line-buffer in erc-update-channel-topic
  513. * erc.el 1.60: * Added erc-header-line-format
  514. 2001-10-04 Mario Lang <mlang@delysid.org>
  515. * erc.el 1.59: * mini-fix, add msgp to auto-query code
  516. * erc.el 1.58: * Added command-names to completion (erc-command-table)
  517. * New variable erc-auto-query. When set, every arriving message to you
  518. will open a query buffer for that sender if not already open.
  519. * Compatibility function fo non-existing line-beginning|end-position functions in XEmacs.
  520. 2001-10-03 Mario Lang <mlang@delysid.org>
  521. * erc.el 1.57:
  522. * Removed alot of (progn ...) where they were not necessary
  523. * Changed some (if ...) without else part to (when ...)
  524. * Some (while ...) to use (dolist ...)
  525. * Fix for completion popup generating tracebacks.
  526. * New function erc-arrange-session-in-multiple-windows
  527. * Lots of other stuff, read the diff
  528. 2001-10-02 Mario Lang <mlang@delysid.org>
  529. * erc.el 1.56: * Added erc-kill-input and keybinding C-c C-u for it
  530. 2001-10-01 Mario Lang <mlang@delysid.org>
  531. * erc.el 1.55: * Another fix to nick-completion
  532. * Additional checks in erc-track-modified-channels
  533. 2001-09-26 Mario Lang <mlang@delysid.org>
  534. * erc.el 1.54: * Fixed completion (alex)
  535. * Now popup buffer doesn't destroy your window configuration.
  536. * Fixed away handling (incomplete)
  537. 2001-09-24 Mario Lang <mlang@delysid.org>
  538. * erc.el 1.53: Fixed silly quoting-escape error
  539. 2001-09-23 Mario Lang <mlang@delysid.org>
  540. * erc.el 1.52: * Added auto-op support (unfinished)
  541. * Added erc-latest-version.
  542. * Added erc-ediff-latest-version.
  543. 2001-09-21 Mario Lang <mlang@delysid.org>
  544. * erc.el 1.51:
  545. * Minor menu additions (invite only mode is now a checkbox)
  546. 2001-09-20 Mario Lang <mlang@delysid.org>
  547. * erc.el 1.50:
  548. * Fix (erc-cmd-names): This should fix C-c C-n too, hopefully it was the right fix and doesn't break anything else.
  549. * erc.el 1.49: * Fixes XEmacs easymenu usage (2nd time).
  550. 2001-09-19 Mario Lang <mlang@delysid.org>
  551. * erc.el 1.48:
  552. * (erc-complete-nick): Add ": " only if one completes directly after the erc-prompt, otherwise, add just one space
  553. * erc.el 1.47:
  554. * Changed menu-definition to use easymenu (hopefully this now works under XEmacs)
  555. * Fix for custom problem with :must-match on XEmacs (thanks shapr)
  556. * Added /COUNTRY command using (what-domain) from package mail-extr (shapr)
  557. * Fix for case-sensitivity problem with pals (they are now all downcased)
  558. * Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer,
  559. instead of just displaying it in the minibuffer.
  560. 2001-09-10 Mario Lang <mlang@delysid.org>
  561. * erc.el 1.46: Updated erc-version-string
  562. * erc.el 1.45: Version number change and last read-through...
  563. 2001-09-04 Mario Lang <mlang@delysid.org>
  564. * erc.el 1.44: Added some asterisks
  565. 2001-08-24 Mario Lang <mlang@delysid.org>
  566. * erc.el 1.43:
  567. Fixed hidden channel buffer tracking (sort of), now using switch-to-buffer for advice.
  568. This version is unofficially named 2.1prebeta1. Please test it and send
  569. fixes to various problems you may encounter so that we can eventually
  570. release 2.1 soon.
  571. 2001-08-14 Mario Lang <mlang@delysid.org>
  572. * erc.el 1.42:
  573. Added function erc-bol and keybinding C-c C-a for it (contributed by Benjamin Rutt <brutt@bloomington.in.us)
  574. 2001-08-07 Mario Lang <mlang@delysid.org>
  575. * erc.el 1.41:
  576. Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesn't seem to work.
  577. Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate
  578. 2001-08-06 Mario Lang <mlang@delysid.org>
  579. * erc.el 1.40:
  580. added local-variable channel-list in session-buffers and make /LIST use it.
  581. erc-join-channel can now do completion after /LIST was executed
  582. 2001-08-05 Mario Lang <mlang@delysid.org>
  583. * erc.el 1.39: Tweaked erc-join-channel and erc-part-from-channel
  584. 2001-07-27 Mario Lang <mlang@delysid.org>
  585. * erc.el 1.38: some more defcustom stuff
  586. * erc.el 1.37: Patch from Henrik Enberg <henrik@enberg.org>:
  587. Adds variables erc-frame-alist and erc-frame-dedicated-p.
  588. * erc.el 1.36: fixed erc-part-from-channel
  589. * erc.el 1.35:
  590. fixed match-string problem and added interactive topic setting function.
  591. * erc.el 1.34: fixed silly string-match bug
  592. * erc.el 1.33:
  593. Added erc-join-channel and erc-part-from-channel (interactive prompts), as well as keybindings. C-c C-j #emacs RET is now enough :)
  594. 2001-07-27 Alex Schroeder <alex@gnu.org>
  595. * erc.el 1.32 (erc-display-line-buffer): Simplified filling.
  596. (erc-fill-region): New function.
  597. 2001-07-27 Mario Lang <mlang@delysid.org>
  598. * erc.el 1.31: Added redundancy check in output
  599. 2001-07-26 Alex Schroeder <alex@gnu.org>
  600. * erc.el 1.30 (erc-send-action): Add text-property stuff.
  601. (erc-input-action): Removed text-property stuff.
  602. (erc-command-table): Corrected command for DESCRIBE. Still
  603. doesn't work though. No idea what it should do. Looks like a no op.
  604. (erc-cmd-me): Doc change.
  605. 2001-07-26 Mario Lang <mlang@delysid.org>
  606. * erc.el 1.29:
  607. fixed one occurrence of a setq with only one argument (XEmacs didn't like that)
  608. * erc.el 1.28:
  609. Added erc-next-line-add-newlines customization possibility.
  610. * erc.el 1.27:
  611. added erc-fill-prefix for defining your own way of filling and fixed filling somehow
  612. * erc.el 1.26:
  613. fixed small incompatibility in erc-parse-line-from-server at (and (= n 353) regexp
  614. 2001-07-25 Mario Lang <mlang@delysid.org>
  615. * erc.el 1.25:
  616. Added erc-filling and filling code to erc-display-line-buffer.
  617. 2001-07-08 Alex Schroeder <alex@gnu.org>
  618. * erc.el 1.24 (try-complete-erc-nick): Make the ": " part of the
  619. expansion
  620. * erc.el 1.23: require ring
  621. 2001-07-08 Mario Lang <mlang@delysid.org>
  622. * erc.el 1.22: *** empty log message ***
  623. 2001-07-07 Mario Lang <mlang@delysid.org>
  624. * erc.el 1.21: typo
  625. * erc.el 1.20: omit
  626. 2001-07-06 Alex Schroeder <alex@gnu.org>
  627. * erc.el 1.19 (erc-mode): Call erc-input-ring-setup.
  628. (erc-send-current-line): Call erc-add-to-input-ring.
  629. (erc-input-ring): New variable. Currently not buffer local.
  630. (erc-input-ring-index): New variable. Currently not buffer local.
  631. (erc-input-ring-setup): New function.
  632. (erc-add-to-input-ring): New function.
  633. (erc-previous-command): New function.
  634. (erc-next-command): New function.
  635. (erc-mode-map): Uncommented keybindings for erc-next-command and
  636. erc-previous-command.
  637. 2001-07-05 Alex Schroeder <alex@gnu.org>
  638. * erc.el 1.18 (erc-highlight-strings): Removed debug message.
  639. * erc.el 1.17 (erc-join-buffer): Changed default to 'buffer.
  640. (erc-join-info-buffer): Changed default to 'disable.
  641. (erc-nick-completion): Changed default to 'all.
  642. 2001-07-04 uid31117 <uid31117@confusibombus>
  643. * erc.el 1.16: Resolved...
  644. 2001-07-03 Alex Schroeder <alex@gnu.org>
  645. * erc.el 1.15 (erc-highlight-strings): New option and new function.
  646. (erc-parse-line-from-server): Use it.
  647. Various empty lines removed. Various doc strings fixed.
  648. * erc.el 1.14: Removed more empty lines.
  649. * erc.el 1.13 (erc-member-string): replaced by plain member
  650. Otherwise, lots of deleting of empty lines... I'm not too happy with that
  651. but I feel better when the code is "cleaned up".
  652. 2001-07-03 Mario Lang <mlang@delysid.org>
  653. * erc.el 1.12: Ugly hack, but looks nicer when giving commands
  654. * erc-speak.el 1.4: ugly hack, but looks nicer now
  655. 2001-07-03 Alex Schroeder <alex@gnu.org>
  656. * erc.el 1.11 (try-complete-erc-nick): New function.
  657. (erc-try-complete-nick): New function.
  658. (erc-nick-completion): New option.
  659. (erc-complete): Call hippie-expand such that erc-try-complete-nick
  660. will be called eventually. Based on erc-nick-completion
  661. try-complete-erc-nick will then complete on the nick at point.
  662. 2001-07-02 Mario Lang <mlang@delysid.org>
  663. * erc.el 1.10:
  664. Insert (erc-current-nick) instead of (erc-display-prompt). good night :)
  665. * erc.el 1.9:
  666. small, but it was annoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer)
  667. 2001-06-29 Alex Schroeder <alex@gnu.org>
  668. * erc.el 1.8: Use defface to define all faces.
  669. Removed some history from the commentary, as well as some other
  670. commentary editing.
  671. 2001-06-28 Mario Lang <mlang@delysid.org>
  672. * erc.el 1.7: hmm, defcustom for erc-user-full-name
  673. * erc-speak.el 1.3, erc.el 1.6: *** empty log message ***
  674. 2001-06-27 Mario Lang <mlang@delysid.org>
  675. * erc.el 1.5: typo
  676. * erc.el 1.4: Some more defcustom
  677. * erc-speak.el 1.2: nothing, really
  678. 2001-06-26 Mario Lang <mlang@delysid.org>
  679. * erc.el 1.3: Some defcustom stuff. Still no defgroup though :)
  680. * erc.el 1.2:
  681. Initial change to erc.el (2.0). Mainly list of ideas and features
  682. and syntax-table entries.
  683. * erc-speak.el 1.1.1.1, erc.el 1.1.1.1: Initial Import
  684. * erc-speak.el 1.1, erc.el 1.1: New file.
  685. Copyright (C) 2001, 2006-2012 Free Software Foundation, Inc.
  686. This file is part of GNU Emacs.
  687. GNU Emacs is free software: you can redistribute it and/or modify
  688. it under the terms of the GNU General Public License as published by
  689. the Free Software Foundation, either version 3 of the License, or
  690. (at your option) any later version.
  691. GNU Emacs is distributed in the hope that it will be useful,
  692. but WITHOUT ANY WARRANTY; without even the implied warranty of
  693. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  694. GNU General Public License for more details.
  695. You should have received a copy of the GNU General Public License
  696. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  697. ;; Local Variables:
  698. ;; coding: utf-8
  699. ;; End: