From: Glenn Morris Date: Sun, 7 May 2017 01:34:36 +0000 (-0700) Subject: ; Update contributor name X-Git-Tag: emacs-26.0.90~521^2~438 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55b07d33796a4697b37215c18b4630eeaaa4fb76;p=emacs.git ; Update contributor name ; Ref http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00114.html --- diff --git a/admin/authors.el b/admin/authors.el index d8f56fd9258..a361bf9ee2f 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -209,7 +209,7 @@ If REALNAME is nil, ignore that author.") "David O'Toole" "Devon Sean McCullough" "Dominique de Waleffe" - "Edward O'Connor" + "Theresa O'Connor" "Exal de Jesus Garcia Carrillo" "George McNinch" "Greg McGary" diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 1ebe852a3c6..8f592ec87a5 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi @@ -236,7 +236,7 @@ Andrew Cohen wrote @file{spam-wash.el}, to decode and clean email before it is analyzed for spam. @item -Edward O'Connor wrote @file{json.el}, a file for parsing and +Theresa O'Connor wrote @file{json.el}, a file for parsing and generating JSON files. @item diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 599b373fd4c..5c8977c6b09 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -1451,7 +1451,7 @@ Monnier, Keith Moore, Jan Moringen, Morioka Tomohiko, Glenn Morris, Don Morrison, Diane Murray, Riccardo Murri, Sen Nagata, Erik Naggum, Gergely Nagy, Nobuyoshi Nakada, Thomas Neumann, Mike Newton, Thien-Thi Nguyen, Jurgen Nickelsen, Dan Nicolaescu, Hrvoje Nikšić, Jeff Norden, -Andrew Norman, Edward O'Connor, Kentaro Ohkouchi, Christian Ohler, +Andrew Norman, Theresa O'Connor, Kentaro Ohkouchi, Christian Ohler, Kenichi Okada, Alexandre Oliva, Bob Olson, Michael Olson, Takaaki Ota, Pieter E. J. Pareit, Ross Patterson, David Pearson, Juan Pechiar, Jeff Peck, Damon Anton Permezel, Tom Perrine, William M. Perry, Per diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1 index 6ce0065b93d..c5b168b8a2e 100644 --- a/doc/lispref/ChangeLog.1 +++ b/doc/lispref/ChangeLog.1 @@ -4495,7 +4495,7 @@ 2011-09-17 Chong Yidong * tips.texi (Key Binding Conventions): Don't bind a key sequence - ending in C-g. Suggested by Edward O'Connor. + ending in C-g. Suggested by Theresa O'Connor. 2011-09-17 Eli Zaretskii diff --git a/etc/AUTHORS b/etc/AUTHORS index 9f951dfc1be..05a6d101dce 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS @@ -1211,7 +1211,7 @@ and changed diary.el tex-mode.el holiday.el cal-chinese.el diary-ins.el diary-insert.el cal-persian.el cal-islamic.el calendar.texi list-holidays.el -Edward O'Connor: wrote json.el +Theresa O'Connor: wrote json.el and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el erc-backend.el erc-chess.el erc-dcc.el erc-ezbounce.el erc-goodies.el erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el diff --git a/leim/ChangeLog.1 b/leim/ChangeLog.1 index ec9f051860e..e7f8a46a865 100644 --- a/leim/ChangeLog.1 +++ b/leim/ChangeLog.1 @@ -871,7 +871,7 @@ * Makefile.in (install): Change ownership of installed files. -2007-10-20 Edward O'Connor (tiny change) +2007-10-20 Theresa O'Connor (tiny change) * quail/latin-ltx.el ("\\qed"): Add this rule. 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 @@ mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. (mh-autoloads): Don't use comments on otherwise empty lines. -2006-01-29 Edward O'Connor +2006-01-29 Theresa O'Connor * emulation/viper.el (viper-major-mode-modifier-list): Add insert-state and vi-state entries for erc-mode. @@ -18772,7 +18772,7 @@ (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache function. -2005-11-04 Edward O'Connor (tiny change) +2005-11-04 Theresa O'Connor (tiny change) * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs 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 @@ * vc-hooks.el (vc-find-root): Stop searching when the user changes. -2007-05-09 Edward O'Connor (tiny change) +2007-05-09 Theresa O'Connor (tiny change) * progmodes/python.el (python-font-lock-keywords) (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 @@ * net/xesam.el (xesam-kill-buffer-function): Wrap code by `ignore-errors' (the function must succeed always). -2008-08-28 Edward O'Connor +2008-08-28 Theresa O'Connor * json.el (json-read-number): New arg. Handle explicitly signed numbers. @@ -19656,7 +19656,7 @@ * time.el: Fix compiler warning. -2008-02-21 Edward O'Connor +2008-02-21 Theresa O'Connor * json.el: New file (JavaScript Object Notation parser / generator). 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 @@ (js-paren-indent-offset, js-square-indent-offset) (js-curly-indent-offset): Add :safe (Bug#12257). -2012-08-22 Edward O'Connor +2012-08-22 Theresa O'Connor * json.el (json-key-format): Add error properties. (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 @@ * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. -2007-12-07 Edward O'Connor +2007-12-07 Theresa O'Connor * erc-services.el: Provide a hook that runs when nickserv confirms that the user has successfully identified. @@ -1979,7 +1979,7 @@ * erc.el (erc-buffer-filter): Make sure all buffers returned from this are live. -2006-05-01 Edward O'Connor +2006-05-01 Theresa O'Connor * erc-goodies.el (erc-handle-irc-url): New function, suitable as a value for `url-irc-function'. @@ -2314,7 +2314,7 @@ sections may be skipped if using the version of ERC that comes with Emacs. -2006-01-29 Edward O'Connor +2006-01-29 Theresa O'Connor * erc-viper.el: Remove. Now that ERC is included in Emacs, these work-arounds live in Viper itself. @@ -2370,7 +2370,7 @@ other versions of Emacs. (erc-insert-timestamp-right): Use the new function. -2006-01-25 Edward O'Connor +2006-01-25 Theresa O'Connor * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled before `erc-match-mode'. @@ -2721,7 +2721,7 @@ xemacs feature as future versions of XEmacs might accept three arguments. -2005-10-18 Edward O'Connor +2005-10-18 Theresa O'Connor * erc.el: Tell emacs-lisp-mode how to font-lock define-erc-module docstrings. @@ -2765,7 +2765,7 @@ * erc-match.el (erc-log-matches-make-buffer): Use erc-view-mode-enter rather than view-mode-enter. -2005-10-05 Edward O'Connor +2005-10-05 Theresa O'Connor * erc-backend.el (erc-encode-string-for-target): If str is nil, pass the empty string to erc-encode-coding-string instead, which @@ -3305,7 +3305,7 @@ * erc.el: autoload erc-select-read-args, which, because it parses erc-select's args, can be called before erc.el is loaded. -2005-04-07 Edward O'Connor +2005-04-07 Theresa O'Connor * erc-viper.el: Remove final newlines from previously-existing ERC buffers. (Minor bug fix.) @@ -3460,14 +3460,14 @@ (erc-load-irc-script-lines): Use `erc-command-indicator' instead of `erc-prompt'. -2005-01-23 Edward O'Connor +2005-01-23 Theresa O'Connor * erc-viper.el: Ensure that `viper-comint-mode-hook' runs in buffers whose `erc-mode-hook' has already run when this file is loaded. Explicitly `require' erc.el. -2005-01-22 Edward O'Connor +2005-01-22 Theresa O'Connor * erc.el (erc-mode): Remove frobbing of `require-final-newline'. @@ -3479,7 +3479,7 @@ Emacs, some of the hacks in this file should be merged into Viper itself. -2005-01-21 Edward O'Connor +2005-01-21 Theresa O'Connor * erc.el (erc-mode): Set `require-final-newline' to nil in ERC buffers. This prevents a Viper misfeature whereby extraneous @@ -3683,7 +3683,7 @@ fixes a bug which caused an error to occur when trying to enable the module using the customization interface. -2005-01-08 Edward O'Connor +2005-01-08 Theresa O'Connor * erc-track.el: Support using faces to indicate channel activity in the modeline under XEmacs. @@ -3959,7 +3959,7 @@ * erc.el (erc-process-ctcp-query, erc-process-ctcp-reply): Display message in the active window, not the server window. -2004-12-16 Edward O'Connor +2004-12-16 Theresa O'Connor * erc-track.el (erc-track-position-in-mode-line): Check for 'erc-track-mode variable with boundp. From Adrian Aichner @@ -3971,12 +3971,12 @@ in erc-send-ctcp-message would eat consecutive whitespace etc. (erc-send-ctcp-message, erc-send-ctcp-notice): Use it. -2004-12-15 Edward O'Connor +2004-12-15 Theresa O'Connor * erc.el (erc-send-ctcp-message): Fix braino with my previous patch. It always helps to C-x C-s before `cvs commit'. -2004-12-15 Edward O'Connor +2004-12-15 Theresa O'Connor * erc.el (erc-send-ctcp-message): Only upcase the ctcp command, and not the entire message. Brian Palmer's change of 2004-12-12 had broken /me. @@ -5646,7 +5646,7 @@ * erc-log.el (erc-save-buffer-in-logs): bind `inhibit-read-only' to t around call to `erase-buffer'. -2004-02-23 Edward O'Connor +2004-02-23 Theresa O'Connor * erc-chess.el, erc-dcc.el, erc-ezbounce.el, erc-list.el, 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 @@ ;; Copyright (C) 2006-2017 Free Software Foundation, Inc. -;; Author: Edward O'Connor +;; Author: Theresa O'Connor ;; Version: 1.4 ;; Keywords: convenience 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 @@ * url-expand.el (url-identity-expander, url-default-expander): Update all callers. -2007-08-09 Edward O'Connor (tiny change) +2007-08-09 Theresa O'Connor (tiny change) * url-auth.el (url-basic-auth): When prompting for username and password, default to the username and password in the URL.