aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2017-05-06 18:34:36 -0700
committerGlenn Morris2017-05-06 18:38:18 -0700
commit55b07d33796a4697b37215c18b4630eeaaa4fb76 (patch)
tree59894603fe941266bb84481b270abcc03f01b4b6 /lisp
parent723b16a87586a7e61e0ee40cd0815b3a7c519032 (diff)
downloademacs-55b07d33796a4697b37215c18b4630eeaaa4fb76.tar.gz
emacs-55b07d33796a4697b37215c18b4630eeaaa4fb76.zip
; Update contributor name
; Ref http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00114.html
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.124
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/ChangeLog.144
-rw-r--r--lisp/ChangeLog.162
-rw-r--r--lisp/erc/ChangeLog.130
-rw-r--r--lisp/json.el2
-rw-r--r--lisp/url/ChangeLog.12
7 files changed, 23 insertions, 23 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 9b1625597a1..46db752e467 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -13538,7 +13538,7 @@
13538 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. 13538 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13539 (mh-autoloads): Don't use comments on otherwise empty lines. 13539 (mh-autoloads): Don't use comments on otherwise empty lines.
13540 13540
135412006-01-29 Edward O'Connor <ted@oconnor.cx> 135412006-01-29 Theresa O'Connor <ted@oconnor.cx>
13542 13542
13543 * emulation/viper.el (viper-major-mode-modifier-list): 13543 * emulation/viper.el (viper-major-mode-modifier-list):
13544 Add insert-state and vi-state entries for erc-mode. 13544 Add insert-state and vi-state entries for erc-mode.
@@ -18772,7 +18772,7 @@
18772 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache 18772 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18773 function. 18773 function.
18774 18774
187752005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) 187752005-11-04 Theresa O'Connor <hober0@gmail.com> (tiny change)
18776 18776
18777 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs 18777 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18778 from goto-address-url-regexp. 18778 from goto-address-url-regexp.
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index f28c452b4be..f86590bf273 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -16523,7 +16523,7 @@
16523 16523
16524 * vc-hooks.el (vc-find-root): Stop searching when the user changes. 16524 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
16525 16525
165262007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change) 165262007-05-09 Theresa O'Connor <hober0@gmail.com> (tiny change)
16527 16527
16528 * progmodes/python.el (python-font-lock-keywords) 16528 * progmodes/python.el (python-font-lock-keywords)
16529 (python-open-block-statement-p, python-mode): Add support for the new 16529 (python-open-block-statement-p, python-mode): Add support for the new
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index 597b1a16bff..a3397b1e470 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -7854,7 +7854,7 @@
7854 * net/xesam.el (xesam-kill-buffer-function): Wrap code by 7854 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7855 `ignore-errors' (the function must succeed always). 7855 `ignore-errors' (the function must succeed always).
7856 7856
78572008-08-28 Edward O'Connor <hober0@gmail.com> 78572008-08-28 Theresa O'Connor <hober0@gmail.com>
7858 7858
7859 * json.el (json-read-number): New arg. Handle explicitly signed 7859 * json.el (json-read-number): New arg. Handle explicitly signed
7860 numbers. 7860 numbers.
@@ -19656,7 +19656,7 @@
19656 19656
19657 * time.el: Fix compiler warning. 19657 * time.el: Fix compiler warning.
19658 19658
196592008-02-21 Edward O'Connor <ted@oconnor.cx> 196592008-02-21 Theresa O'Connor <ted@oconnor.cx>
19660 19660
19661 * json.el: New file (JavaScript Object Notation parser / generator). 19661 * json.el: New file (JavaScript Object Notation parser / generator).
19662 19662
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 00e86aed617..059a07996b1 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -7343,7 +7343,7 @@
7343 (js-paren-indent-offset, js-square-indent-offset) 7343 (js-paren-indent-offset, js-square-indent-offset)
7344 (js-curly-indent-offset): Add :safe (Bug#12257). 7344 (js-curly-indent-offset): Add :safe (Bug#12257).
7345 7345
73462012-08-22 Edward O'Connor <hober0@gmail.com> 73462012-08-22 Theresa O'Connor <hober0@gmail.com>
7347 7347
7348 * json.el (json-key-format): Add error properties. 7348 * json.el (json-key-format): Add error properties.
7349 (json-encode-key): New function. 7349 (json-encode-key): New function.
diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1
index 851abafdb68..373b179b6f0 100644
--- a/lisp/erc/ChangeLog.1
+++ b/lisp/erc/ChangeLog.1
@@ -435,7 +435,7 @@
435 * erc-lang.el (language): 435 * erc-lang.el (language):
436 * erc-backend.el (erc-server-connect): Fix buggy call to `message'. 436 * erc-backend.el (erc-server-connect): Fix buggy call to `message'.
437 437
4382007-12-07 Edward O'Connor <ted@oconnor.cx> 4382007-12-07 Theresa O'Connor <ted@oconnor.cx>
439 439
440 * erc-services.el: Provide a hook that runs when nickserv confirms 440 * erc-services.el: Provide a hook that runs when nickserv confirms
441 that the user has successfully identified. 441 that the user has successfully identified.
@@ -1979,7 +1979,7 @@
1979 * erc.el (erc-buffer-filter): Make sure all buffers returned from 1979 * erc.el (erc-buffer-filter): Make sure all buffers returned from
1980 this are live. 1980 this are live.
1981 1981
19822006-05-01 Edward O'Connor <ted@oconnor.cx> 19822006-05-01 Theresa O'Connor <ted@oconnor.cx>
1983 1983
1984 * erc-goodies.el (erc-handle-irc-url): New function, suitable as 1984 * erc-goodies.el (erc-handle-irc-url): New function, suitable as
1985 a value for `url-irc-function'. 1985 a value for `url-irc-function'.
@@ -2314,7 +2314,7 @@
2314 sections may be skipped if using the version of ERC that comes 2314 sections may be skipped if using the version of ERC that comes
2315 with Emacs. 2315 with Emacs.
2316 2316
23172006-01-29 Edward O'Connor <ted@oconnor.cx> 23172006-01-29 Theresa O'Connor <ted@oconnor.cx>
2318 2318
2319 * erc-viper.el: Remove. Now that ERC is included in Emacs, these 2319 * erc-viper.el: Remove. Now that ERC is included in Emacs, these
2320 work-arounds live in Viper itself. 2320 work-arounds live in Viper itself.
@@ -2370,7 +2370,7 @@
2370 other versions of Emacs. 2370 other versions of Emacs.
2371 (erc-insert-timestamp-right): Use the new function. 2371 (erc-insert-timestamp-right): Use the new function.
2372 2372
23732006-01-25 Edward O'Connor <ted@oconnor.cx> 23732006-01-25 Theresa O'Connor <ted@oconnor.cx>
2374 2374
2375 * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled 2375 * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled
2376 before `erc-match-mode'. 2376 before `erc-match-mode'.
@@ -2721,7 +2721,7 @@
2721 xemacs feature as future versions of XEmacs might accept three 2721 xemacs feature as future versions of XEmacs might accept three
2722 arguments. 2722 arguments.
2723 2723
27242005-10-18 Edward O'Connor <ted@oconnor.cx> 27242005-10-18 Theresa O'Connor <ted@oconnor.cx>
2725 2725
2726 * erc.el: Tell emacs-lisp-mode how to font-lock define-erc-module 2726 * erc.el: Tell emacs-lisp-mode how to font-lock define-erc-module
2727 docstrings. 2727 docstrings.
@@ -2765,7 +2765,7 @@
2765 * erc-match.el (erc-log-matches-make-buffer): Use 2765 * erc-match.el (erc-log-matches-make-buffer): Use
2766 erc-view-mode-enter rather than view-mode-enter. 2766 erc-view-mode-enter rather than view-mode-enter.
2767 2767
27682005-10-05 Edward O'Connor <ted@oconnor.cx> 27682005-10-05 Theresa O'Connor <ted@oconnor.cx>
2769 2769
2770 * erc-backend.el (erc-encode-string-for-target): If str is nil, 2770 * erc-backend.el (erc-encode-string-for-target): If str is nil,
2771 pass the empty string to erc-encode-coding-string instead, which 2771 pass the empty string to erc-encode-coding-string instead, which
@@ -3305,7 +3305,7 @@
3305 * erc.el: autoload erc-select-read-args, which, because it parses 3305 * erc.el: autoload erc-select-read-args, which, because it parses
3306 erc-select's args, can be called before erc.el is loaded. 3306 erc-select's args, can be called before erc.el is loaded.
3307 3307
33082005-04-07 Edward O'Connor <ted@oconnor.cx> 33082005-04-07 Theresa O'Connor <ted@oconnor.cx>
3309 3309
3310 * erc-viper.el: Remove final newlines from previously-existing ERC 3310 * erc-viper.el: Remove final newlines from previously-existing ERC
3311 buffers. (Minor bug fix.) 3311 buffers. (Minor bug fix.)
@@ -3460,14 +3460,14 @@
3460 (erc-load-irc-script-lines): Use `erc-command-indicator' instead 3460 (erc-load-irc-script-lines): Use `erc-command-indicator' instead
3461 of `erc-prompt'. 3461 of `erc-prompt'.
3462 3462
34632005-01-23 Edward O'Connor <ted@oconnor.cx> 34632005-01-23 Theresa O'Connor <ted@oconnor.cx>
3464 3464
3465 * erc-viper.el: Ensure that `viper-comint-mode-hook' runs in 3465 * erc-viper.el: Ensure that `viper-comint-mode-hook' runs in
3466 buffers whose `erc-mode-hook' has already run when this file is 3466 buffers whose `erc-mode-hook' has already run when this file is
3467 loaded. 3467 loaded.
3468 Explicitly `require' erc.el. 3468 Explicitly `require' erc.el.
3469 3469
34702005-01-22 Edward O'Connor <ted@oconnor.cx> 34702005-01-22 Theresa O'Connor <ted@oconnor.cx>
3471 3471
3472 * erc.el (erc-mode): Remove frobbing of `require-final-newline'. 3472 * erc.el (erc-mode): Remove frobbing of `require-final-newline'.
3473 3473
@@ -3479,7 +3479,7 @@
3479 Emacs, some of the hacks in this file should be merged into Viper 3479 Emacs, some of the hacks in this file should be merged into Viper
3480 itself. 3480 itself.
3481 3481
34822005-01-21 Edward O'Connor <ted@oconnor.cx> 34822005-01-21 Theresa O'Connor <ted@oconnor.cx>
3483 3483
3484 * erc.el (erc-mode): Set `require-final-newline' to nil in ERC 3484 * erc.el (erc-mode): Set `require-final-newline' to nil in ERC
3485 buffers. This prevents a Viper misfeature whereby extraneous 3485 buffers. This prevents a Viper misfeature whereby extraneous
@@ -3683,7 +3683,7 @@
3683 fixes a bug which caused an error to occur when trying to enable 3683 fixes a bug which caused an error to occur when trying to enable
3684 the module using the customization interface. 3684 the module using the customization interface.
3685 3685
36862005-01-08 Edward O'Connor <ted@oconnor.cx> 36862005-01-08 Theresa O'Connor <ted@oconnor.cx>
3687 3687
3688 * erc-track.el: Support using faces to indicate channel activity 3688 * erc-track.el: Support using faces to indicate channel activity
3689 in the modeline under XEmacs. 3689 in the modeline under XEmacs.
@@ -3959,7 +3959,7 @@
3959 * erc.el (erc-process-ctcp-query, erc-process-ctcp-reply): Display 3959 * erc.el (erc-process-ctcp-query, erc-process-ctcp-reply): Display
3960 message in the active window, not the server window. 3960 message in the active window, not the server window.
3961 3961
39622004-12-16 Edward O'Connor <ted@oconnor.cx> 39622004-12-16 Theresa O'Connor <ted@oconnor.cx>
3963 3963
3964 * erc-track.el (erc-track-position-in-mode-line): Check for 3964 * erc-track.el (erc-track-position-in-mode-line): Check for
3965 'erc-track-mode variable with boundp. From Adrian Aichner 3965 'erc-track-mode variable with boundp. From Adrian Aichner
@@ -3971,12 +3971,12 @@
3971 in erc-send-ctcp-message would eat consecutive whitespace etc. 3971 in erc-send-ctcp-message would eat consecutive whitespace etc.
3972 (erc-send-ctcp-message, erc-send-ctcp-notice): Use it. 3972 (erc-send-ctcp-message, erc-send-ctcp-notice): Use it.
3973 3973
39742004-12-15 Edward O'Connor <ted@oconnor.cx> 39742004-12-15 Theresa O'Connor <ted@oconnor.cx>
3975 3975
3976 * erc.el (erc-send-ctcp-message): Fix braino with my previous 3976 * erc.el (erc-send-ctcp-message): Fix braino with my previous
3977 patch. It always helps to C-x C-s before `cvs commit'. 3977 patch. It always helps to C-x C-s before `cvs commit'.
3978 3978
39792004-12-15 Edward O'Connor <ted@oconnor.cx> 39792004-12-15 Theresa O'Connor <ted@oconnor.cx>
3980 3980
3981 * erc.el (erc-send-ctcp-message): Only upcase the ctcp command, 3981 * erc.el (erc-send-ctcp-message): Only upcase the ctcp command,
3982 and not the entire message. Brian Palmer's change of 2004-12-12 had broken /me. 3982 and not the entire message. Brian Palmer's change of 2004-12-12 had broken /me.
@@ -5646,7 +5646,7 @@
5646 * erc-log.el (erc-save-buffer-in-logs): bind `inhibit-read-only' 5646 * erc-log.el (erc-save-buffer-in-logs): bind `inhibit-read-only'
5647 to t around call to `erase-buffer'. 5647 to t around call to `erase-buffer'.
5648 5648
56492004-02-23 Edward O'Connor <ted@oconnor.cx> 56492004-02-23 Theresa O'Connor <ted@oconnor.cx>
5650 5650
5651 * erc-chess.el, erc-dcc.el, erc-ezbounce.el, erc-list.el, 5651 * erc-chess.el, erc-dcc.el, erc-ezbounce.el, erc-list.el,
5652 erc-macs.el, erc-ring.el, erc-stamp.el, erc.el: Normalized buffer 5652 erc-macs.el, erc-ring.el, erc-stamp.el, erc.el: Normalized buffer
diff --git a/lisp/json.el b/lisp/json.el
index 049c9b1951a..5f403a411b7 100644
--- a/lisp/json.el
+++ b/lisp/json.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2006-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2006-2017 Free Software Foundation, Inc.
4 4
5;; Author: Edward O'Connor <ted@oconnor.cx> 5;; Author: Theresa O'Connor <ted@oconnor.cx>
6;; Version: 1.4 6;; Version: 1.4
7;; Keywords: convenience 7;; Keywords: convenience
8 8
diff --git a/lisp/url/ChangeLog.1 b/lisp/url/ChangeLog.1
index 516fdf975b9..75be6af62a3 100644
--- a/lisp/url/ChangeLog.1
+++ b/lisp/url/ChangeLog.1
@@ -1237,7 +1237,7 @@
1237 * url-expand.el (url-identity-expander, url-default-expander): 1237 * url-expand.el (url-identity-expander, url-default-expander):
1238 Update all callers. 1238 Update all callers.
1239 1239
12402007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) 12402007-08-09 Theresa O'Connor <hober0@gmail.com> (tiny change)
1241 1241
1242 * url-auth.el (url-basic-auth): When prompting for username 1242 * url-auth.el (url-basic-auth): When prompting for username
1243 and password, default to the username and password in the URL. 1243 and password, default to the username and password in the URL.