aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. * gnus-sum.el (gnus-summary-simplify-subject-query): * ecomplete.el (ecomplete-display-matches): Fix buggy call to `message'. * textmodes/reftex.el (reftex-select-with-char): * textmodes/reftex-toc.el (reftex-toc-do-promote) (reftex-toc-visit-location, reftex-toc-find-section): * textmodes/reftex-index.el (reftex-index-show-entry): * textmodes/org.el (org-cycle-hide-archived-subtrees) (org-table-rotate-recalc-marks, org-mark-ring-push) (org-follow-info-link, org-mhe-get-message-folder-from-index) (org-auto-repeat-maybe, org-store-log-note, org-delete-property) (org-evaluate-time-range, org-edit-agenda-file-list): * textmodes/artist.el (artist-select-next-op-in-list) (artist-select-prev-op-in-list): * term/mac-win.el (mac-service-insert-text): * startup.el (fancy-about-screen): * progmodes/vhdl-mode.el (vhdl-decision-query): * progmodes/idlwave.el (idlwave-template) (idlwave-scroll-completions, idlwave-display-completion-list): * progmodes/ebrowse.el (ebrowse-show-progress): * progmodes/cperl-mode.el (cperl-find-pods-heres): * progmodes/antlr-mode.el (antlr-insert-option-do): * play/mpuz.el (mpuz-close-game): * net/rcirc.el (rcirc-next-active-buffer): * mail/reporter.el (reporter-update-status): * kmacro.el (kmacro-display): * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): * emulation/viper-util.el (viper-save-setting): * emacs-lisp/lisp-mnt.el (lm-verify): * emacs-lisp/edebug.el (edebug-set-mode): * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun): * calendar/calendar.el (calendar-print-day-of-year): * calc/calcalg3.el (calc-curve-fit): * calc/calcalg2.el (math-integral): * calc/calc.el (calc-read-key-sequence, calc-version): * calc/calc-mode.el (calc-set-simplify-mode): * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
* | Fix buggy call to `error'.Deepak Goel2007-12-061-0/+4
| |
* | (erc-controls-strip): Declare for compiler.Glenn Morris2007-12-011-2/+2
| |
* | Fix comment typo.Glenn Morris2007-12-011-0/+5
| |
* | (erc-server-send-ping): Move after definition of erc-server-send.Glenn Morris2007-12-011-0/+5
| |
* | * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):Dan Nicolaescu2007-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare as functions. * textmodes/reftex-index.el (texmathp): * textmodes/reftex-auc.el (TeX-argument-insert) (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries) (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list) (LaTeX-label-list): * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays) (rng-clear-conditional-region, rng-do-some-validation): Declare as functions. (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
* | ERC: Add (tiny change) to ChangeLog entry.Michael Olson2007-11-291-1/+1
| |
* | Sync from upstream ERCMichael Olson2007-11-291-0/+16
| | | | | | | | | | - Parse 307 (nick has identified) responses. - Only activate some things if the connection has been established.
* | (erc-log-matches): Fix typo in docstring.Juanma Barranquero2007-11-151-0/+7
| |
* | Silence some byte-compiler warnings in ERCMichael Olson2007-11-011-0/+14
| |
* | Revert bad erc-track change; ignore erc-track-minor-mode properly in desktopMichael Olson2007-10-301-4/+0
| | | | | | | | * lisp/desktop.el (desktop-minor-mode-table): Add line for ERC.
* | Fix typo in lisp/erc/ChangeLogMichael Olson2007-10-291-1/+1
| |
* | Sync from upstream ERCMichael Olson2007-10-291-1/+30
| |
* | * emulation/edt-mapper.el (edt-emacs-variant): Replace the onlyDan Nicolaescu2007-10-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | use with the definition. Remove. * add-log.el (change-log-start-entry-re): New defconst. (change-log-sortable-date-at): Use it. (change-log-beginning-of-defun, change-log-end-of-defun): New functions. (change-log-mode): Use them for beginning-of-defun-function and end-of-defun-function. * erc-ibuffer.el (erc-modified-channels-alist): Pacify byte-compiler.
* | (erc-modified-channels-update): Use mapc rather than mapcar.Glenn Morris2007-10-131-0/+5
| |
* | Changes from author without assignment are tiny.Glenn Morris2007-09-191-2/+2
| |
* | Sync changes from upstream ERCMichael Olson2007-09-191-0/+28
| |
* | Check in ChangeLog entries for lisp/erc that were accidentally omittedMichael Olson2007-09-081-0/+291
| |
* | (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.Glenn Morris2007-09-071-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-08-131-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-0/+4
| |
| * Remove lisp/erc/erc-nicklist.elMiles Bader2007-07-301-0/+6
| | | | | | | | | | | | | | | | | | | | Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-832 Remove lisp/erc/erc-nicklist.el Revision: emacs@sv.gnu.org/emacs--rel--22--patch-76 Creator: Michael Olson <mwolson@gnu.org>
* | Remove lisp/erc/erc-nicklist.elMiles Bader2007-07-301-0/+6
| | | | | | | | | | | | | | | | This file has been removed because it is not release-quality, and relies heavily on a module which we cannot distribute with Emacs. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-832 Creator: Michael Olson <mwolson@gnu.org>
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+4
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (erc-startup-file-list): Fix typo in docstring.Juanma Barranquero2007-06-071-0/+4
| |
| * (erc-show-channel-key-p): Fix typo in docstring.Juanma Barranquero2007-06-061-0/+4
| |
* | (erc-scroll-to-bottom): Remove redundant check.Juanma Barranquero2007-06-141-0/+4
| |
* | (erc-startup-file-list): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+2
| |
* | (erc-show-channel-key-p): Fix typo in docstring.Juanma Barranquero2007-06-061-0/+4
|/
* Release ERC 5.2.Miles Bader2007-04-011-1253/+263
| | | | | | | | | I have updated the version of ERC to 5.2, since it fixes a bug with C-c C-SPC being bound globally by default. For the full list of changes in this version, see etc/ERC-NEWS. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687 Creator: Michael Olson <mwolson@gnu.org>
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Merge from erc--main--0Miles Bader2007-01-171-0/+10
| | | | | | | Backport additional functions and macros that erc-capab.el needs. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-600 Creator: Michael Olson <mwolson@gnu.org>
* Merge from erc--main--0Miles Bader2007-01-171-4/+154
| | | | | | | | | | | | | | | Highlights: - Display messages starting with "/" but are not commands correctly. - Add erc-capab.el file, with capab-identify module. - Fix various ERC menu bugs and add "Current channel" submenu. - Make header-line display look nicer. - Fix warning when auto-authenticating to bitlbee. - New option erc-system-name allows the hostname next to your nick to be customized. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599 Creator: Michael Olson <mwolson@gnu.org>
* Update from erc--emacs--22Miles Bader2007-01-051-3/+75
| | | | | | | | | | | | Highlights: - New /RECONNECT command. - Improve default method for auto-identify to nickserv. - Fix another erc-iswitchb bug. - Fix reconnect lockup (defaulting to twice before giving up). - Fix reconnect on ban. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-587 Creator: Michael Olson <mwolson@gnu.org>
* Change from author with no copyright assignment was "tiny".Glenn Morris2006-12-171-1/+1
|
* erc-iswitchb: Temporarily enable iswitchb modeMiles Bader2006-12-131-0/+5
| | | | | | | | * erc.el: (erc-iswitchb): Temporarily enable iswitchb mode if it isn't active already, instead of leaving it on. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-555 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Juanma Barranquero2006-12-101-0/+4
|
* Update from erc--emacs--22Miles Bader2006-12-081-0/+21
| | | | | | | | | Highlights: - Remove contributions from someone who has not assigned changes yet. - Merge in a couple of bug-fixes from the main branch. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-546 Creator: Michael Olson <mwolson@gnu.org>
* (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify.Juanma Barranquero2006-11-281-0/+20
| | | | | | | | | | | | | | | | | | (erc-prompt-for-channel-key, erc-ignore-reply-list, erc-send-post-hook, erc-active-buffer, erc-join-buffer, erc-frame-alist, erc-with-buffer, erc-modules, erc-display-message-highlight, erc-process-input-line, erc-cmd-HELP, erc-server-hooks, erc-echo-notice-in-user-buffers, erc-format-my-nick, erc-echo-notice-in-user-and-target-buffers, erc-echo-notice-in-first-user-buffer, erc-connection-established, erc-update-user-nick, erc-update-channel-member, erc-highlight-notice, erc-command-symbol, erc-add-query, erc-process-script-line, erc-determine-parameters, erc-client-info, erc-popup-input-buffer, erc-script-echo): Fix typos in docstrings. (erc-channel-user-op-p, erc-channel-user-voice-p, erc-startup-file-list, define-erc-module, erc-once-with-server-event, erc-once-with-server-event-global, erc-debug-irc-protocol, erc-log-irc-protocol, erc-cmd-LOAD, erc-update-user, erc-update-current-channel-member, erc-load-script, erc-mode-line-away-status-format): Doc fixes.
* *** empty log message ***Juanma Barranquero2006-11-241-0/+6
|
* Merge from erc--emacs--22Miles Bader2006-11-201-0/+185
| | | | | | | | | | | | | | Merge from my ERC Emacs 22 integration branch. The version is now "5.2 stable pre-release". This will probably be the last change to the version of ERC in Emacs 22 before the release, pending any bugfixes. For details on the changes, see the lisp/erc/ChangeLog file. Note that ERC is now invoked with M-x erc, not M-x erc-select. If you were using the old `erc' function programmatically, use `erc-open' instead. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Juanma Barranquero2006-11-201-1/+1
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* * erc.el (erc-header-line): Fix typo.Chong Yidong2006-11-091-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-061-13/+21
|
* Fix last entry.Romain Francoise2006-08-131-1/+2
|
* (erc-log-matches-make-buffer): Add missing space.Romain Francoise2006-08-131-0/+4
|