X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/59ce725a3b68cbc324f01bc8dc5f9e07286431d1..ae0d461554a9351a0d897ce0e60b47fc9670431e:/lisp/erc/ChangeLog.01 diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 83837becf3..16ccd68043 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 @@ -26,8 +26,8 @@ 2001-12-10 Mario Lang * erc.el: * erc-message-english: New QUIT and s004 entries. - * erc-save-buffer-on-part: New variable. - * erc-kill-buffer-on-part: New variable. + * (erc-save-buffer-on-part): New variable. + * (erc-kill-buffer-on-part): New variable. * (erc-server-PART): Use above variables. * (erc-join-channel): Use DEF argument instead of initial input for completing-read. @@ -93,7 +93,7 @@ * erc.el: * erc-insert-hook: Changed strategy completely, no start end parameters any more. - We narrow-to-region now, thats much cleaner. + We narrow-to-region now, that's much cleaner. * rename erc-fill-region to erc-fill and change the autoload ** You'll probably need to restart Emacs @@ -121,7 +121,7 @@ * Fixage related to erc-track-modified-channels-minor-mode rewrite * erc.el: - * erc-track-modified-channels-minor-mode: Use buffer objects instead of erc-default-target return value for internal state keeping. + * (erc-track-modified-channels-minor-mode): Use buffer objects instead of erc-default-target return value for internal state keeping. * erc.el: * Made reconnect behave nicer (erc-process-sentinel) * Rewrote erc-modified-channels-tracking completely. @@ -129,7 +129,7 @@ It uses a list as internal representation now, so all silly string-parsing related bugs should be gone. Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality. - Dont set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function + Don't set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function 2001-11-29 Gergely Nagy @@ -160,9 +160,9 @@ * debian/control: integrated erc-speak back into erc - * debian/maint/conffiles, debian/maint/conffiles.in, debian/maint/postinst, - debian/maint/postinst.in, debian/maint/prerm, debian/maint/prerm.in, - debian/scripts/install, debian/scripts/install.in, debian/scripts/remove, + * debian/maint/conffiles, debian/maint/conffiles.in, debian/maint/postinst, + debian/maint/postinst.in, debian/maint/prerm, debian/maint/prerm.in, + debian/scripts/install, debian/scripts/install.in, debian/scripts/remove, debian/scripts/remove.in, debian/scripts/startup.erc-speak: since erc-speak is gone, resurrect the static files, and update them to support the latest erc @@ -189,7 +189,7 @@ Doc fix. * (erc-generate-log-file-name-old): Renamed to -long Doc fix. - * erc-generate-log-file-name-function: Set default to ...-long + * (erc-generate-log-file-name-function): Set default to ...-long Doc fixes * erc-speedbar.el: *** empty log message *** @@ -220,13 +220,13 @@ * erc.el: * Applied antifuchs/mhp patches, the latest on erc-help, unmodified * New variable: erc-reuse-buffers default to t. - * Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same, - then one can assume thats the same channel/query target again. + * Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same, + then one can assume that's the same channel/query target again. 2001-11-23 Mario Lang * erc-bbdb.el: - * new function erc-BBDB-NICK to handle nickname anotation on a nick-change event of a known record + * new function erc-BBDB-NICK to handle nickname annotation on a nick-change event of a known record * erc.el: * Remove erc-rename-buffer, its no longer necessary * Remove erc-autoop-*. it was broken, and needed rewrite anyway @@ -238,7 +238,7 @@ * erc.el: * New local variable, erc-announced-server-name * erc-mode-line-format supports a new symbol, target-and/or-server - * The mode-line displays the announced server name now (for autojoin later..., + * The mode-line displays the announced server name now (for autojoin later..., greets Adam) * New macro, erc-server-hook-list for a nice way to define the defcustoms of the erc-server-*-hook's Thanks go to the guy from #emacs who helped with that @@ -337,7 +337,7 @@ * erc.el: fixed it * erc.el: - *** We switched over. New server message parsing/handling is running now. Thansk 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 + *** 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 * erc.el: *** empty log message *** @@ -367,7 +367,7 @@ Now, all the server word replies are finished. Going to numreplies now * erc.el: - * debugging fascilities 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 + * 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 * erc.el: * erc-server-KICK and erc-server-TOPIC. new functions * erc-server-305-or-306 and erc-server-311-or-314 @@ -399,7 +399,7 @@ * erc.el: * Tijs van Bakel's work from 10th Nov. merged in * My additions to that idea merged in too - Basicly, this is a major rewrite, if you are scared and want avoid problems, + Basically, this is a major rewrite, if you are scared and want avoid problems, stay at your current version. It seems fairly stable though. That changed? erc-buffer-name handling was completely rewritten, and erc-buffer-list local variable handling removed. @@ -415,7 +415,7 @@ * erc.el: only some code beautification * erc-imenu.el: - remove add-hook call, thats done in erc.el now for autoloadability + remove add-hook call, that's done in erc.el now for autoloadability * erc.el: * Make erc-imenu autoloadable @@ -431,10 +431,10 @@ * erc.el: * added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away - * erc-complete.el: fixed silly deffun + * erc-complete.el: fixed silly defun * erc.el: * Rewrote erc-load-irc-script (simplified) - * Removed depricated code + * Removed deprecated code * erc-speak.el: * reflect changes in erc.el @@ -457,14 +457,14 @@ * erc.el: * Reduction patch 2 This time, we move the input ring handling into erc-ring.el Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature - And remeber, that you dont need it if you dont use input ring :-) + And remember, that you don't need it if you don't use input ring :-) * erc-ring.el: * Initial checkin * erc.el: * The great reduction patch :-) moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el - * erc-imenu.el: nitial version + * erc-imenu.el: Initial version * erc-menu.el: * Initial version @@ -495,7 +495,7 @@ * erc.el: * Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it.. - * minor cleanup, s/(if (not /(unless/ and thelike + * minor cleanup, s/(if (not /(unless/ and the like 2001-11-06 Tijs van Bakel @@ -521,7 +521,7 @@ Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality * erc.el: Added support for channel names starting with & + and !. - Also, many changes partially discussed on the mailinglist: + Also, many changes partially discussed on the mailing list: * erc.el (cl): Add requirement for cl package. (erc-buffer-list): Make this variable global again. @@ -584,9 +584,9 @@ * debian/maint/conffiles.in: new file - * debian/maint/conffiles: superceded by conffiles.in + * debian/maint/conffiles: superseded by conffiles.in - * debian/scripts/startup: superceded by startup.erc + * debian/scripts/startup: superseded by startup.erc 2001-10-25 Mario Lang @@ -603,13 +603,13 @@ * debian/control: added the new erc-speak package - * debian/README.erc-speak, debian/maint/postinst.in, debian/maint/prerm.in, + * debian/README.erc-speak, debian/maint/postinst.in, debian/maint/prerm.in, debian/scripts/install.in, debian/scripts/remove.in: new file - * debian/maint/postinst, debian/maint/prerm, debian/scripts/install, + * debian/maint/postinst, debian/maint/prerm, debian/scripts/install, debian/scripts/remove: - removed, superceded by it's .in counterpart + removed, superseded by its .in counterpart 2001-10-25 Mario Lang @@ -625,8 +625,8 @@ 2001-10-23 Mario Lang * erc-speak.el: - * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, - especially if you are on more than one channel simultaniously. + * Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, + especially if you are on more than one channel simultaneously. * erc.el: * Made the completion postfix customizable through erc-nick-completion-postfix @@ -643,7 +643,7 @@ * Removed now really obsolete code. Package size reduced by 50% * erc-speak.el: - * Very important fix! Now erc-speak is really complete. Messages dont get cut anymore. Be sure to use auditory icons, + * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons, it's reallllly cool now!!! * erc-speak.el: *** empty log message *** @@ -655,9 +655,9 @@ * debian/changelog: oops, silly typo - * debian/changelog, debian/control, debian/copyright, - debian/maint/conffiles, debian/maint/postinst, debian/maint/prerm, - debian/rules, debian/scripts/install, debian/scripts/remove, + * debian/changelog, debian/control, debian/copyright, + debian/maint/conffiles, debian/maint/postinst, debian/maint/prerm, + debian/rules, debian/scripts/install, debian/scripts/remove, debian/scripts/startup: initial check-in @@ -666,7 +666,7 @@ * erc.el: * Changed erc-insert-hook to get two arguments, START and END of the region which got inserted. CAREFUL! This could break stuff, but it makes the hook - much more useable. + much more usable. * erc.el: * Made erc-smiley a new option, currently set to t to showoff this feature. :) @@ -679,7 +679,7 @@ 2001-10-20 Alex Schroeder * erc.el: - Replaced all occurences of put-text-property with a call to + Replaced all occurrences of put-text-property with a call to erc-put-text-property. (erc-put-text-property): New function. (erc-tracking-modified-channels): Moved to the front of the file such @@ -780,7 +780,7 @@ * Changed some (if ...) without else part to (when ...) * Some (while ...) to use (dolist ...) * Fix for completion popup generating tracebacks. - * New function erc-arrange-session-in-mulptiple-windows + * New function erc-arrange-session-in-multiple-windows * Lots of other stuff, read the diff 2001-10-02 Mario Lang @@ -795,7 +795,7 @@ 2001-09-26 Mario Lang * erc.el: * Fixed completion (alex) - * Now popup buffer doesnt destroy your window configuration. + * Now popup buffer doesn't destroy your window configuration. * Fixed away handling (incomplete) 2001-09-24 Mario Lang @@ -816,7 +816,7 @@ 2001-09-20 Mario Lang * erc.el: - * Fix (erc-cmd-names): This should fix C-c C-n too, hoepfully it was the right fix and doesnt break anything else. + * Fix (erc-cmd-names): This should fix C-c C-n too, hopefully it was the right fix and doesn't break anything else. * erc.el: * Fixes XEmacs easymenu usage (2nd time). @@ -826,11 +826,11 @@ * (erc-complete-nick): Add ": " only if one completes directly after the erc-prompt, otherwise, add just one space * erc.el: - * Changed menu-definition to use easymenu (hopefully this now works under Xemacs) + * Changed menu-definition to use easymenu (hopefully this now works under XEmacs) * Fix for custom problem with :must-match on XEmacs (thanks shapr) * Added /COUNTRY command using (what-domain) from package mail-extr (shapr) * Fix for case-sensitivity problem with pals (they are now all downcased) - * Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer, + * Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer, instead of just displaying it in the minibuffer. 2001-09-10 Mario Lang @@ -859,7 +859,7 @@ 2001-08-07 Mario Lang * erc.el: - Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesnt seem to work. + Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesn't seem to work. Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate 2001-08-06 Mario Lang @@ -909,10 +909,10 @@ 2001-07-26 Mario Lang * erc.el: - fixed one occurence of a setq with only one argument (XEmacs didnt like that) + fixed one occurrence of a setq with only one argument (XEmacs didn't like that) * erc.el: - Added erc-next-line-add-newlines customisation possibility. + Added erc-next-line-add-newlines customization possibility. * erc.el: added erc-fill-prefix for defining your own way of filling and fixed filling somehow @@ -940,8 +940,7 @@ * erc.el: typo - * erc.el: ommit - :wq + * erc.el: omit 2001-07-06 Alex Schroeder @@ -1001,7 +1000,7 @@ Insert (erc-current-nick) instead of (erc-display-prompt). good night :) * erc.el: - small, but it was anoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer) + small, but it was annoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer) 2001-06-29 Alex Schroeder @@ -1035,14 +1034,14 @@ * erc-speak.el, erc.el: New file. - Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2006-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -1050,12 +1049,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;; Local Variables: ;; coding: utf-8 ;; End: - -;; arch-tag: 306c4b58-f9ae-4f3d-9fd9-db2d743f05a6