Juanma Barranquero
4e2af7825f
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
Stefan Monnier
0235128c15
Merge from emacs-23
2010-05-08 14:47:07 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Chong Yidong
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -05:00
Chong Yidong
5cb9f67486
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
2010-02-07 01:36:17 -05:00
Chong Yidong
361bbf574b
Fix erc reconnection via non-default connectors (Bug#4958).
...
* 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.
2010-01-25 13:49:23 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Juanma Barranquero
5ce6e4f452
Fix typos in ChangeLogs.
2009-12-29 02:57:40 +01:00
Stefan Monnier
937e6a5612
* url-util.el (url-insert-entities-in-string):
...
* 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.
2009-11-03 02:04:29 +00:00
Glenn Morris
1dee7c238b
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
2009-10-24 03:54:58 +00:00
Glenn Morris
595521d74c
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
...
(pcomplete/erc-mode/DCC): Replace cl-function remove-duplicates with
erc-delete-dups.
2009-10-24 03:54:50 +00:00
Johan Bockgård
081bd373ba
(erc-button-keymap): Bind `follow-link'.
2009-09-27 13:08:27 +00:00
Johan Bockgård
9c7b2dd3bd
(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
...
For Emacs (at least), it doesn't seem to have any purpose except
creating lots of overlays, slowing everything down.
2009-09-26 14:16:33 +00:00
Glenn Morris
a9c83b2f0c
(line): Define for compiler.
2009-09-19 20:58:19 +00:00
Glenn Morris
fbf370dc7e
Kevin Ryde <user42 at zip.com.au>
...
(erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:03:51 +00:00
Juanma Barranquero
5a5edff788
Fix typos.
2009-03-31 20:55:59 +00:00
Deepak Goel
7db26af03b
M-v corrections.
2009-03-13 20:45:14 +00:00
Juanma Barranquero
a8ce3d17d8
Fix typos.
2009-03-02 08:55:47 +00:00
Miles Bader
b4be61217a
Add arch tagline
2009-01-19 00:49:01 +00:00
Michael Olson
ae4c27d26f
ERC: Rotate ChangeLog.
2009-01-18 21:02:59 +00:00
Michael Olson
624509d2d9
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
2009-01-18 21:01:14 +00:00
Glenn Morris
64bd06a818
(erc-input-message): Conditionalize previous change for XEmacs.
2009-01-16 03:32:10 +00:00
Glenn Morris
7d8345daad
(erc-dcc-server): Silence warning about obsolete function behind
...
fboundp test.
2009-01-16 03:29:41 +00:00
Glenn Morris
51bc9aff5e
(erc-input-message): Replace last-command-char with last-command-event.
2009-01-09 04:27:03 +00:00
Glenn Morris
c5a345cb87
(tabbar--local-hlf): Silence compiler.
2009-01-08 04:10:35 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Michael Olson
bd71014979
ERC: Do not include text properties when returning user input.
2009-01-03 23:11:06 +00:00
Michael Olson
e230cd7a8f
ERC: Update ChangeLog.
2008-12-23 07:02:32 +00:00
Michael Olson
a83df153b1
ERC: Sync with upstream.
...
- Add `erc-header-line-uses-tabbar-p' option for better integration with
Tabbar Mode.
- Update some TODO items in manual.
2008-12-23 06:58:19 +00:00
Glenn Morris
4c88e56d44
File name fix, for AUTHORS.
2008-12-19 03:09:10 +00:00
Glenn Morris
db87226092
Formatting fix, for AUTHORS.
2008-12-19 03:09:01 +00:00
Juanma Barranquero
f013149203
Fix typos and author's names.
2008-12-19 01:50:43 +00:00
Glenn Morris
688d074450
(help-function-arglist): Autoload it.
2008-11-19 04:38:16 +00:00
Michael Olson
1c86baa408
ERC: DCC fixes.
2008-10-08 04:05:10 +00:00
Juanma Barranquero
183080b610
Fix typos.
2008-10-01 09:12:37 +00:00
Juanma Barranquero
10d1d0af5f
Fix typos.
2008-09-24 01:16:16 +00:00
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
Juanma Barranquero
ba60bd44c7
Fix typos.
2008-07-18 15:42:14 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
6772c8e169
American English spelling fix.
2008-06-27 02:41:14 +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
Juanma Barranquero
ce0584934b
Fix committer names and other typos.
2008-06-10 16:50:18 +00:00
Juanma Barranquero
57860c1c4b
Fix typos.
2008-06-10 16:16:18 +00:00
Glenn Morris
07da87e9ab
Remove unnecessary eval-when-compiles.
2008-06-07 02:35:02 +00:00
Glenn Morris
cc4a96c680
Spelling fix.
2008-05-23 04:41:33 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Glenn Morris
4ee57b2a2d
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:36:21 +00:00
Juanma Barranquero
f44407aa4b
(erc-noncommands-list, noncommands, erc-control-characters,
...
erc-interpret-controls-p, erc-interpret-mirc-color): Fix typos in docstrings.
(erc-controls-highlight): Reflow docstring.
2008-05-05 22:50:58 +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