summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Collapse)AuthorAgeFilesLines
* Nuke arch-tags.Glenn Morris2011-01-1543-43/+0
|
* Merge from emacs-23Stefan Monnier2011-01-1441-42/+41
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0244-44/+44
| |
* | Use run-mode-hooks for major mode hooks.Stefan Monnier2011-01-133-33/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/textmodes/reftex-toc.el (reftex-toc-mode-map): Rename from reftex-toc-map. (reftex-toc-mode): Use define-derived-mode. * lisp/textmodes/reftex-sel.el (reftex-select-shared-map): New map. (reftex-select-label-mode-map, reftex-select-bib-mode-map): Rename from reftex-select-(label|bib)-map. Move init into declaration. (reftex-select-label-mode, reftex-select-bib-mode): Use define-derived-mode. * lisp/textmodes/reftex-index.el (reftex-index-phrases-mode-map) (reftex-index-mode-map): Rename from reftex-index(-phrases)-map. Move init into delcaration. (reftex-index-mode, reftex-index-phrases-mode): Use define-derived-mode. * lisp/speedbar.el (speedbar-mode-syntax-table): Renaqme from speedbar-syntax-table. Move init into declaration. (speedbar-mode-map): Rename from speedbar-key-map. Move init into declaration. (speedbar-file-key-map): Move init into declaration. (speedbar-mode): Use define-derived-mode. * lisp/recentf.el (recentf-mode): Don't run hook (or message) redundantly. * lisp/net/rcirc.el (rcirc-mode): Use run-mode-hooks. * lisp/emacs-lisp/chart.el (chart-mode-map): Rename from chart-map. (chart-face-list): Move initialization into declaration. (chart-mode): Use define-derived-mode. * lisp/calculator.el (calculator-mode-map): Move init into declaration. (calculator-mode): Use define-derived-mode. * lisp/cedet/srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode. * lisp/cedet/semantic/symref/list.el (semantic-symref-results-mode): Use run-mode-hooks. * lisp/erc/erc.el (erc-mode): * lisp/erc/erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode. * lisp/org/org-remember.el (org-remember-mode): * lisp/org/org-capture.el (org-capture-mode): Don't run hook redundantly. Fixes: debbugs:513
* | Remove "tiny change"s for Eric HanchrowStefan Monnier2010-11-171-1/+1
| |
* | * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.Glenn Morris2010-11-102-5/+7
| |
* | Decode utf-8 strings in mixed environments by default.Lars Magne Ingebrigtsen2010-11-052-1/+23
| | | | | | | | Done via the new `erc-coding-system-precedence' variable.
* | Fix some ChangeLog entries.Juanma Barranquero2010-10-251-1/+1
| |
* | Merge changes from emacs-23Chong Yidong2010-10-242-25/+33
|\|
| * * erc-backend.el (erc-server-JOIN): Set the correct target list on join.Julien Danjou2010-10-232-1/+3
| |
| * * lisp/erc/erc-backend.el (erc-process-sentinel): Check that buffer is aliveJulien Danjou2010-10-232-24/+30
| | | | | | | | before setting it as current buffer.
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-142-1/+5
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-132-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* | * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.Dan Nicolaescu2010-10-101-0/+4
| |
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-101-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/shell.el (shell-mode-map): * lisp/progmodes/modula2.el (m2-mode-map): * lisp/progmodes/inf-lisp.el (inferior-lisp-mode-map): * lisp/play/mpuz.el (mpuz-mode-map): * lisp/play/landmark.el (lm-mode-map): * lisp/play/decipher.el (decipher-mode-map): * lisp/play/5x5.el (5x5-mode-map): * lisp/net/telnet.el (telnet-mode-map): * lisp/net/quickurl.el (quickurl-list-mode-map): * lisp/net/mairix.el (mairix-searches-mode-map): * lisp/net/eudc-hotlist.el (eudc-hotlist-mode-map): * lisp/net/dig.el (dig-mode-map): * lisp/mail/mspools.el (mspools-mode-map): * lisp/hexl.el (hexl-mode-map): * lisp/emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map) (wordstar-C-o-map, wordstar-C-q-map): * lisp/emacs-lisp/edebug.el (edebug-eval-mode-map): * lisp/emacs-lisp/chart.el (chart-map): * lisp/edmacro.el (edmacro-mode-map): * lisp/array.el (array-mode-map): Declare and define in one step. * lisp/erc/erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
* | Add "Version:" and "Package:" Lisp file headers.Chong Yidong2010-08-291-0/+1
| |
* | Allow delayed autojoin in ERC (Bug#5521).Vivek Dasmohapatra2010-08-142-4/+79
| | | | | | | | | | | | | | * erc/erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars. (erc-autojoin-channels-delayed, erc-autojoin-after-ident): New functions. (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
* | Ensure that erc-toggle-debug-irc-protocol logs protocol data.Fran Litterio2010-08-083-2/+11
| | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01000.html * erc-backend.el (erc-server-filter-function): Call erc-log-irc-protocol. * erc.el (erc-toggle-debug-irc-protocol): Bind erc-toggle-debug-irc-protocol to t.
* | Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-112-3/+3
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-2/+6
|\|
| * Bump version to 23.2.Chong Yidong2010-05-071-0/+4
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).Chong Yidong2010-02-072-1/+9
|
* Fix erc reconnection via non-default connectors (Bug#4958).Chong Yidong2010-01-253-3/+20
| | | | | | | * erc-backend.el (erc-session-connector): New var. (erc-server-reconnect): Use it to reconnect via old connector (Bug#4958). * erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
* 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
|