summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-02-244-3/+9
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (erc-valid-nick-regexp): Replace `legal' with `valid'.Juanma Barranquero2008-02-052-1/+7
| |
| * (erc-match-syntax-table): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
| |
| * (erc-button-syntax-table): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
| |
* | ERC: Sync from upstream.Michael Olson2008-02-234-12/+57
| |
* | Sync ERC 5.3 release.Michael Olson2008-01-262-1/+18
| |
* | Add arch taglineMiles Bader2008-01-252-0/+4
| |
* | ERC: Sync version 5.3, release candidate 1.Michael Olson2008-01-2515-1034/+1791
| |
* | ERC: Sync changes from upstream.Michael Olson2008-01-103-45/+56
| |
* | Merge from emacs--rel--22Miles Bader2008-01-0840-40/+40
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-0741-41/+41
| |
| * (erc-log-matches): Fix typos in docstring.Juanma Barranquero2007-11-152-5/+12
| |
| * (log): Fix typo in docstring.Juanma Barranquero2007-11-151-2/+2
| |
| * (define-erc-response-handler): Fix typos in docstring.Juanma Barranquero2007-11-151-2/+2
| |
| * (erc-open): Fix typo in docstring.Juanma Barranquero2007-11-151-1/+1
| |
* | *** empty log message ***Juanma Barranquero2008-01-071-7/+4
| |
* | * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-042-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
* | Sync from ERC upstreamMichael Olson2007-12-094-19/+99
| | | | | | | | | | | | | | | | | | Changes include: - Add nickserv support for GRnet. - Parse 275 (secure connection) response. - Provide new hook `erc-nickserv-identified-hook' that runs when nickserv confirms that the user has successfully identified.
* | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-084-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-062-1/+5
| |
* | (erc-controls-strip): Declare for compiler.Glenn Morris2007-12-012-2/+5
| |
* | Fix comment typo.Glenn Morris2007-12-012-1/+6
| |
* | (iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.Glenn Morris2007-12-011-3/+6
| | | | | | | | | | (erc-iswitchb): Don't require iswitchb when compiling. Test iswitchb-mode is bound.
* | (erc-server-send-ping): Move after definition of erc-server-send.Glenn Morris2007-12-012-21/+26
| |
* | * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):Dan Nicolaescu2007-11-302-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-297-11/+42
| | | | | | | | | | - 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-152-5/+12
| |
* | (log): Fix typo in docstring.Juanma Barranquero2007-11-151-2/+2
| |
* | (define-erc-response-handler): Fix typos in docstring.Juanma Barranquero2007-11-151-2/+2
| |
* | (erc-open): Fix typo in docstring.Juanma Barranquero2007-11-151-1/+1
| |
* | Silence some byte-compiler warnings in ERCMichael Olson2007-11-015-15/+32
| |
* | Revert bad erc-track change; ignore erc-track-minor-mode properly in desktopMichael Olson2007-10-302-6/+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-295-5/+44
| |
* | * emulation/edt-mapper.el (edt-emacs-variant): Replace the onlyDan Nicolaescu2007-10-252-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-11/+16
| |
* | Changes from author without assignment are tiny.Glenn Morris2007-09-191-2/+2
| |
* | Sync changes from upstream ERCMichael Olson2007-09-194-7/+57
| |
* | Check in ChangeLog entries for lisp/erc that were accidentally omittedMichael Olson2007-09-081-0/+291
| |
* | Sync ERC 5.3 (devel) from upstreamMichael Olson2007-09-0810-179/+470
| |
* | (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.Glenn Morris2007-09-072-1/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-08-133-7/+11
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-082-7/+7
| |
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-0/+4
| |
| * Remove lisp/erc/erc-nicklist.elMiles Bader2007-07-302-414/+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-302-414/+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-2642-42/+46
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2542-42/+42
| |