Commit graph

90 commits

Author SHA1 Message Date
Stefan Monnier
48d33090d0 * erc-ibuffer.el (erc-channel-modes):
* 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.
2008-01-04 06:29:12 +00:00
Michael Olson
1c36df9774 Sync from ERC upstream
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.
2007-12-09 06:40:47 +00:00
David Kastrup
274f1353e0 * erc-stamp.el (erc-echo-timestamp):
* 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'.
2007-12-08 01:02:29 +00:00
Deepak Goel
2e564b0dc5 Fix buggy call to `error'. 2007-12-06 16:30:37 +00:00
Glenn Morris
c2fd78e06d (erc-controls-strip): Declare for compiler. 2007-12-01 03:44:37 +00:00
Glenn Morris
e3abf9d998 Fix comment typo. 2007-12-01 03:41:16 +00:00
Glenn Morris
5ba3c59a5b (iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.
(erc-iswitchb): Don't require iswitchb when compiling.  Test
iswitchb-mode is bound.
2007-12-01 03:40:41 +00:00
Glenn Morris
afa803d576 (erc-server-send-ping): Move after definition of erc-server-send. 2007-12-01 03:34:03 +00:00
Dan Nicolaescu
f29263b302 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
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.
2007-11-30 08:12:58 +00:00
Michael Olson
d63a593b12 ERC: Add (tiny change) to ChangeLog entry. 2007-11-29 22:42:56 +00:00
Michael Olson
2131c501dd Sync from upstream ERC
- Parse 307 (nick has identified) responses.
 - Only activate some things if the connection has been established.
2007-11-29 22:36:38 +00:00
Juanma Barranquero
da2a6e44b1 (erc-log-matches): Fix typo in docstring. 2007-11-15 16:49:09 +00:00
Juanma Barranquero
38b94e657e (log): Fix typo in docstring. 2007-11-15 16:46:52 +00:00
Juanma Barranquero
8e663c3bac (define-erc-response-handler): Fix typos in docstring. 2007-11-15 16:46:01 +00:00
Juanma Barranquero
2c5a057564 (erc-open): Fix typo in docstring. 2007-11-15 16:45:18 +00:00
Michael Olson
88406d6ee8 Silence some byte-compiler warnings in ERC 2007-11-01 01:12:59 +00:00
Michael Olson
f2168a4cda Revert bad erc-track change; ignore erc-track-minor-mode properly in desktop
* lisp/desktop.el (desktop-minor-mode-table): Add line for ERC.
2007-10-30 00:50:07 +00:00
Michael Olson
b957dc707e Fix typo in lisp/erc/ChangeLog 2007-10-29 01:21:16 +00:00
Michael Olson
b6675b2d62 Sync from upstream ERC 2007-10-29 01:00:33 +00:00
Dan Nicolaescu
0bde6a03c6 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
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.
2007-10-25 23:25:08 +00:00
Glenn Morris
e2cfa9afa6 (erc-modified-channels-update): Use mapc rather than mapcar. 2007-10-13 03:04:55 +00:00
Glenn Morris
bab41d38f0 Changes from author without assignment are tiny. 2007-09-19 07:39:43 +00:00
Michael Olson
d20cf916c0 Sync changes from upstream ERC 2007-09-19 03:29:03 +00:00
Michael Olson
3b55829a41 Check in ChangeLog entries for lisp/erc that were accidentally omitted 2007-09-08 04:00:40 +00:00
Michael Olson
526dc846a1 Sync ERC 5.3 (devel) from upstream 2007-09-08 03:07:09 +00:00
Glenn Morris
645e533aee (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter. 2007-09-07 04:38:47 +00:00
Miles Bader
37cc095b6a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Glenn Morris
81bb49ce46 Replace `iff' in doc-strings and comments. 2007-08-08 07:18:57 +00:00
Glenn Morris
ab2d877d45 Replace `iff' in doc-strings and comments. 2007-08-08 07:17:12 +00:00
Miles Bader
9fb94aba05 Remove lisp/erc/erc-nicklist.el
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>
2007-07-30 05:36:39 +00:00
Miles Bader
f83b90a66f Remove lisp/erc/erc-nicklist.el
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>
2007-07-30 05:33:38 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
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
2007-07-26 05:28:10 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
e0085d62fa Switch license to GPLv3 or later. 2007-07-25 04:14:29 +00:00
Juanma Barranquero
c2e5c9395f (erc-scroll-to-bottom): Remove redundant check. 2007-06-14 00:14:53 +00:00
Juanma Barranquero
680a990518 (erc-startup-file-list): Fix typo in docstring. 2007-06-07 00:38:27 +00:00
Juanma Barranquero
e699d13e08 (erc-startup-file-list): Fix typo in docstring. 2007-06-07 00:13:14 +00:00
Juanma Barranquero
84ae33dfe9 (erc-show-channel-key-p): Fix typo in docstring. 2007-06-06 22:10:42 +00:00
Juanma Barranquero
61eefda8bf (erc-show-channel-key-p): Fix typo in docstring. 2007-06-06 15:32:35 +00:00
Miles Bader
ff59d266c7 Release ERC 5.2.
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>
2007-04-01 13:36:38 +00:00
Glenn Morris
5b87ad5540 Switch to standard GPL text for license. 2007-02-11 01:18:25 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Miles Bader
01d9e862ba Merge from erc--main--0
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>
2007-01-17 18:17:35 +00:00
Miles Bader
6904f7fe8e Merge from erc--main--0
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>
2007-01-17 18:17:25 +00:00
Miles Bader
10dc9f9eba Update from erc--emacs--22
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>
2007-01-05 02:09:07 +00:00
Glenn Morris
dd7bf8ce57 Change from author with no copyright assignment was "tiny". 2006-12-17 06:14:02 +00:00
Miles Bader
16e62ecc3d erc-iswitchb: Temporarily enable iswitchb mode
* 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>
2006-12-13 02:36:31 +00:00
Juanma Barranquero
28e86dc414 *** empty log message *** 2006-12-10 23:52:35 +00:00
Juanma Barranquero
1bcdbb7855 (erc-ezb-init-session-list): Doc fix. 2006-12-10 23:45:53 +00:00
Miles Bader
cb0a26d3c3 Update from erc--emacs--22
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>
2006-12-08 07:13:33 +00:00