Commit graph

105 commits

Author SHA1 Message Date
Dan Nicolaescu
9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Michael Olson
40ef824252 ERC: Upstream updates.
- New response handler for '328'.

 - Update nickserv regexps for freenode.

 - Back out changes to erc-put-text-properties in favor of upstream
   changes to that same effect.

 - Fix arguments to erc-put-text-properties in erc-display-line-1.
2008-06-19 04:59:11 +00:00
Glenn Morris
07da87e9ab Remove unnecessary eval-when-compiles. 2008-06-07 02:35:02 +00:00
Glenn Morris
4ee57b2a2d Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:36:21 +00:00
Glenn Morris
eb89b1a26f (erc-put-text-properties): Replace use of cl mapcar*. 2008-04-27 18:23:50 +00:00
Michael Olson
b5fa335a00 ERC: (erc-remove-text-properties-region): Disable this command by default. 2008-04-17 05:02:14 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Michael Olson
2a927019fa ERC: Sync from upstream. 2008-02-23 18:58:56 +00:00
Juanma Barranquero
4f9c00e2dc (erc-valid-nick-regexp): Replace legal' with valid'. 2008-02-05 13:00:43 +00:00
Michael Olson
15db4a13e5 Sync ERC 5.3 release. 2008-01-26 21:49:41 +00:00
Michael Olson
5e56b3fb5a ERC: Sync version 5.3, release candidate 1. 2008-01-25 03:28:10 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +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
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
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
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
ec77ae0a9e (erc-open): Fix typo in docstring. 2007-11-15 18:35:11 +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
b6675b2d62 Sync from upstream ERC 2007-10-29 01:00:33 +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
Glenn Morris
81bb49ce46 Replace `iff' in doc-strings and comments. 2007-08-08 07:18:57 +00:00
Glenn Morris
e0085d62fa Switch license to GPLv3 or later. 2007-07-25 04:14:29 +00:00
Juanma Barranquero
680a990518 (erc-startup-file-list): Fix typo in docstring. 2007-06-07 00:38:27 +00:00
Juanma Barranquero
84ae33dfe9 (erc-show-channel-key-p): Fix typo in docstring. 2007-06-06 22:10:42 +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
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
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
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
Juanma Barranquero
a3d2f0a3b8 (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify.
(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.
2006-11-28 01:39:08 +00:00
Juanma Barranquero
8c08b57a10 (erc-after-connect, erc-open-ssl-stream, erc-display-line-1, erc-display-line):
Fix space/tab mixup in docstrings.
2006-11-24 10:52:01 +00:00
Miles Bader
83dc699514 Merge from erc--emacs--22
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>
2006-11-20 06:50:29 +00:00
Chong Yidong
16ce5c2c1c (erc-header-line): Fix typo. 2006-11-09 01:50:35 +00:00
Juanma Barranquero
09322f2631 (read-passwd): Fix typo in docstring. 2006-11-06 02:06:29 +00:00
Miles Bader
f2c0569849 Update from erc--emacs--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-388
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:48 +00:00
Miles Bader
26cced449a Fix ERC bug introduced in last patch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:37 +00:00
Miles Bader
b5bc193f30 Update from erc--emacs--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-386
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:25 +00:00
Miles Bader
2e3ef421a9 Merge from erc--emacs--21
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-03 05:10:38 +00:00
Miles Bader
0b6bb13008 Update for ERC 5.1.3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348
Creator:  Michael Olson <mwolson@gnu.org>
2006-07-14 02:29:50 +00:00
Miles Bader
21bc768b9b Revision: emacs@sv.gnu.org/emacs--devo--0--patch-208
Creator:  Michael Olson <mwolson@gnu.org>

Sync from erc--emacs--0
2006-04-11 22:09:49 +00:00
Miles Bader
c89e5cd70a Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Creator:  Michael Olson <mwolson@gnu.org>

Update from erc--emacs--0
2006-03-27 11:27:46 +00:00
Miles Bader
d8bd1ad494 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-102
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-20 09:40:28 +00:00
Miles Bader
e7559e307d Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-16 01:41:30 +00:00
Miles Bader
9cc8d0b62e Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-12 12:02:53 +00:00