aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 2010 to copyright years.Glenn Morris2010-01-1344-44/+44
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-033-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * url-nfs.el (url-nfs-unescape): * url-ldap.el (url-ldap): * url-imap.el (url-imap): * url-cid.el (url-cid-gnus, url-cid): Use with-current-buffer. * erc.el (erc-display-line-1, erc-process-away): * erc-truncate.el (erc-truncate-buffer-to-size): Use with-current-buffer. * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos): * play/mpuz.el (mpuz-create-buffer): * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell) (lm-print-y,s,noise, lm-print-w0, lm-init): * play/gomoku.el (gomoku-prompt-for-move): * play/fortune.el (fortune-in-buffer): * play/dissociate.el (dissociated-press): * play/decipher.el (decipher-adjacency-list, decipher-display-regexp) (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer): * mail/supercite.el (sc-eref-show): * mail/smtpmail.el (smtpmail-send-it): * mail/rmailsum.el (rmail-summary-next-labeled-message) (rmail-summary-previous-labeled-message, rmail-summary-wipe) (rmail-summary-undelete-many, rmail-summary-rmail-update) (rmail-summary-goto-msg, rmail-summary-expunge) (rmail-summary-get-new-mail, rmail-summary-search-backward) (rmail-summary-add-label, rmail-summary-output-menu) (rmail-summary-output-body): * mail/rfc822.el (rfc822-addresses): * mail/reporter.el (reporter-dump-variable, reporter-dump-state): * mail/mailpost.el (post-mail-send-it): * mail/hashcash.el (hashcash-generate-payment): * mail/feedmail.el (feedmail-run-the-queue) (feedmail-queue-send-edit-prompt-help-first) (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater) (feedmail-deduce-address-list): * eshell/esh-ext.el (eshell-remote-command): * eshell/em-unix.el (eshell-occur-mode-mouse-goto): * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting) (viper-wildcard-to-regexp, viper-glob-mswindows-files) (viper-save-string-in-file, viper-valid-marker): * emulation/viper-keym.el (viper-toggle-key): * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file) (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit) (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile): * emulation/viper-cmd.el (viper-exec-form-in-vi) (viper-exec-form-in-emacs, viper-brac-function): * emulation/viper.el (viper-delocalize-var): * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat) (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer) (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark) (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command): * emulation/vi.el (vi-switch-mode, vi-ex-cmd): * emulation/edt.el (edt-electric-helpify): * emulation/cua-rect.el (cua--rectangle-aux-replace): * emulation/cua-gmrk.el (cua--insert-at-global-mark) (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark) (cua-indent-to-global-mark-column): * calendar/diary-lib.el (calendar-mark-1): * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern): Use with-current-buffer. * emulation/viper.el (viper-delocalize-var): Use dolist.
* (pcomplete-erc-all-nicks): Autoload it, to silence compiler.Glenn Morris2009-10-242-0/+11
|
* (pcomplete-erc-all-nicks): Autoload it, to silence compiler.Glenn Morris2009-10-241-2/+4
| | | | | (pcomplete/erc-mode/DCC): Replace cl-function remove-duplicates with erc-delete-dups.
* (erc-button-keymap): Bind `follow-link'.Johan Bockgård2009-09-272-0/+5
|
* (erc-button-add-button): Only call `widget-convert-button' in XEmacs.Johan Bockgård2009-09-262-10/+18
| | | | | For Emacs (at least), it doesn't seem to have any purpose except creating lots of overlays, slowing everything down.
* (line): Define for compiler.Glenn Morris2009-09-192-0/+6
|
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-07-222-1/+5
| | | | (erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
* Fix typos.Juanma Barranquero2009-03-311-3/+1
|
* M-v corrections.Deepak Goel2009-03-133-23/+31
|
* Fix typos.Juanma Barranquero2009-03-021-1/+1
|
* Add arch taglineMiles Bader2009-01-191-0/+2
|
* ERC: Rotate ChangeLog.Michael Olson2009-01-182-408/+432
|
* ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.Michael Olson2009-01-182-1/+5
|
* (erc-input-message): Conditionalize previous change for XEmacs.Glenn Morris2009-01-162-1/+5
|
* (erc-dcc-server): Silence warning about obsolete function behindGlenn Morris2009-01-162-3/+9
| | | | fboundp test.
* (erc-input-message): Replace last-command-char with last-command-event.Glenn Morris2009-01-092-1/+6
|
* (tabbar--local-hlf): Silence compiler.Glenn Morris2009-01-082-0/+6
|
* Add 2009 to copyright years.Glenn Morris2009-01-0543-43/+43
|
* ERC: Do not include text properties when returning user input.Michael Olson2009-01-032-1/+6
|
* ERC: Update ChangeLog.Michael Olson2008-12-231-0/+6
|
* ERC: Sync with upstream.Michael Olson2008-12-231-1/+10
| | | | | | | - Add `erc-header-line-uses-tabbar-p' option for better integration with Tabbar Mode. - Update some TODO items in manual.
* File name fix, for AUTHORS.Glenn Morris2008-12-191-1/+1
|
* Formatting fix, for AUTHORS.Glenn Morris2008-12-191-4/+4
|
* Fix typos and author's names.Juanma Barranquero2008-12-192-6/+6
|
* (help-function-arglist): Autoload it.Glenn Morris2008-11-192-1/+7
|
* ERC: DCC fixes.Michael Olson2008-10-082-43/+142
|
* Fix typos.Juanma Barranquero2008-10-014-13/+13
|
* Fix typos.Juanma Barranquero2008-09-245-56/+56
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-272-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fix typos.Juanma Barranquero2008-07-181-4/+3
|
* American English spelling fix.Glenn Morris2008-06-272-6/+6
|
* American English spelling fix.Glenn Morris2008-06-272-2/+2
|
* ERC: Upstream updates.Michael Olson2008-06-194-9/+31
| | | | | | | | | | | - 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.
* Fix committer names and other typos.Juanma Barranquero2008-06-101-14/+14
|
* Fix typos.Juanma Barranquero2008-06-101-362/+365
|
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-076-15/+19
|
* Spelling fix.Glenn Morris2008-05-231-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0642-252/+168
|
* (erc-noncommands-list, noncommands, erc-control-characters,Juanma Barranquero2008-05-052-8/+14
| | | | | erc-interpret-controls-p, erc-interpret-mirc-color): Fix typos in docstrings. (erc-controls-highlight): Reflow docstring.
* (erc-put-text-properties): Replace use of cl mapcar*.Glenn Morris2008-04-272-3/+7
|
* ERC: (erc-remove-text-properties-region): Disable this command by default.Michael Olson2008-04-172-0/+6
|
* 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
| |