aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2010-09-02 13:47:15 +0200
committerStefan Monnier2010-09-02 13:47:15 +0200
commit1e05f3876fda95397c37c56d52141256dcba29ca (patch)
treea3cdc577d638e10908eba0f5fc4086cf30305185 /lisp
parente4a0188a23385fe57a804b4636674f4842429ad2 (diff)
downloademacs-1e05f3876fda95397c37c56d52141256dcba29ca.tar.gz
emacs-1e05f3876fda95397c37c56d52141256dcba29ca.zip
Update email of Roland Winkler <winkler@gnu.org>
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog68
-rw-r--r--lisp/proced.el2
-rw-r--r--lisp/textmodes/bibtex.el2
3 files changed, 38 insertions, 34 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b0c2e77465..ea973172b3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/bibtex.el:
4 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5
12010-09-02 Glenn Morris <rgm@gnu.org> 62010-09-02 Glenn Morris <rgm@gnu.org>
2 7
3 * desktop.el (desktop-path): Bump :version after 2009-09-15 change. 8 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
@@ -8,8 +13,8 @@
8 Setup standard-display-table for 8-bit characters by storing 8-bit 13 Setup standard-display-table for 8-bit characters by storing 8-bit
9 characters in the element vector. 14 characters in the element vector.
10 15
11 * disp-table.el (standard-display-8bit): Setup 16 * disp-table.el (standard-display-8bit):
12 standard-display-table for 8-bit characters by storing 8-bit 17 Setup standard-display-table for 8-bit characters by storing 8-bit
13 characters in the element vector. 18 characters in the element vector.
14 (standard-display-european): Likewise. 19 (standard-display-european): Likewise.
15 20
@@ -46,8 +51,8 @@
46 (tramp-compat-file-attributes): Handle only 51 (tramp-compat-file-attributes): Handle only
47 `wrong-number-of-arguments' error. 52 `wrong-number-of-arguments' error.
48 53
49 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add 54 * net/tramp-fish.el (tramp-fish-handle-copy-file):
50 PRESERVE_SELINUX_CONTEXT. 55 Add PRESERVE_SELINUX_CONTEXT.
51 (tramp-fish-handle-delete-file): Add TRASH arg. 56 (tramp-fish-handle-delete-file): Add TRASH arg.
52 (tramp-fish-handle-directory-files-and-attributes): 57 (tramp-fish-handle-directory-files-and-attributes):
53 Do not use `tramp-fish-handle-file-attributes. 58 Do not use `tramp-fish-handle-file-attributes.
@@ -65,10 +70,10 @@
65 (with-tramp-dbus-call-method): Format trace message. 70 (with-tramp-dbus-call-method): Format trace message.
66 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT. 71 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
67 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): 72 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
68 Implement backup call, when operation on local files fails. Use 73 Implement backup call, when operation on local files fails.
69 progress reporter. Flush properties of changed files. 74 Use progress reporter. Flush properties of changed files.
70 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use 75 (tramp-gvfs-handle-delete-file): Add TRASH arg.
71 `tramp-compat-delete-file'. 76 Use `tramp-compat-delete-file'.
72 (tramp-gvfs-handle-expand-file-name): Expand "~/". 77 (tramp-gvfs-handle-expand-file-name): Expand "~/".
73 (tramp-gvfs-handle-make-directory): Make more traces. 78 (tramp-gvfs-handle-make-directory): Make more traces.
74 (tramp-gvfs-handle-write-region): Protect deleting tmpfile. 79 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
@@ -77,17 +82,17 @@
77 into account for the resulting file name. 82 into account for the resulting file name.
78 (tramp-gvfs-handler-askquestion): Preserve current message, in 83 (tramp-gvfs-handler-askquestion): Preserve current message, in
79 order to let progress reporter continue afterwards. (Bug#6257) 84 order to let progress reporter continue afterwards. (Bug#6257)
80 Return dummy mountpoint, when the answer is "no". See 85 Return dummy mountpoint, when the answer is "no".
81 `tramp-gvfs-maybe-open-connection'. 86 See `tramp-gvfs-maybe-open-connection'.
82 (tramp-gvfs-handler-mounted-unmounted) 87 (tramp-gvfs-handler-mounted-unmounted)
83 (tramp-gvfs-connection-mounted-p): Test also for new mountspec 88 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
84 attribute "default_location". Set "prefix" property. Handle 89 attribute "default_location". Set "prefix" property.
85 default-location. 90 Handle default-location.
86 (tramp-gvfs-mount-spec): Return both prefix and mountspec. 91 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
87 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint 92 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
88 exists. Raise an error, if not (due to a corresponding answer 93 exists. Raise an error, if not (due to a corresponding answer
89 "no" in interactive questions, for example). Use 94 "no" in interactive questions, for example).
90 `tramp-compat-funcall'. 95 Use `tramp-compat-funcall'.
91 96
92 * net/tramp-imap.el (top): Autoload `epg-make-context'. 97 * net/tramp-imap.el (top): Autoload `epg-make-context'.
93 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT. 98 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
@@ -96,8 +101,8 @@
96 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'. 101 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
97 (tramp-imap-handle-delete-file): Add TRASH arg. 102 (tramp-imap-handle-delete-file): Add TRASH arg.
98 103
99 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add 104 * net/tramp-smb.el (tramp-smb-handle-copy-file):
100 PRESERVE-SELINUX-CONTEXT. 105 Add PRESERVE-SELINUX-CONTEXT.
101 (tramp-smb-handle-copy-file) 106 (tramp-smb-handle-copy-file)
102 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file) 107 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
103 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection): 108 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
@@ -164,8 +169,8 @@
164 (tramp-get-remote-path): Use `copy-tree'. 169 (tramp-get-remote-path): Use `copy-tree'.
165 (tramp-completion-handle-file-name-all-completions): Ensure, that 170 (tramp-completion-handle-file-name-all-completions): Ensure, that
166 non remote files are still checked. Oops. 171 non remote files are still checked. Oops.
167 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle 172 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
168 PRESERVE-SELINUX-CONTEXT. 173 Handle PRESERVE-SELINUX-CONTEXT.
169 (tramp-do-copy-or-rename-file): Add progress reporter. 174 (tramp-do-copy-or-rename-file): Add progress reporter.
170 (tramp-do-copy-or-rename-file-directly): Do not use 175 (tramp-do-copy-or-rename-file-directly): Do not use
171 `tramp-handle-file-remote-p'. 176 `tramp-handle-file-remote-p'.
@@ -179,8 +184,8 @@
179 cache. 184 cache.
180 (tramp-handle-expand-file-name) 185 (tramp-handle-expand-file-name)
181 (tramp-completion-handle-file-name-all-completions) 186 (tramp-completion-handle-file-name-all-completions)
182 (tramp-completion-handle-file-name-completion): Use 187 (tramp-completion-handle-file-name-completion):
183 `tramp-connectable-p'. 188 Use `tramp-connectable-p'.
184 (tramp-handle-start-file-process): Set connection property "vec". 189 (tramp-handle-start-file-process): Set connection property "vec".
185 Use it, in order to invalidate file caches. Check only for 190 Use it, in order to invalidate file caches. Check only for
186 `remote-tty' process property. 191 `remote-tty' process property.
@@ -542,8 +547,7 @@
5422010-07-03 Michael Albinus <michael.albinus@gmx.de> 5472010-07-03 Michael Albinus <michael.albinus@gmx.de>
543 548
544 * net/zeroconf.el (zeroconf-resolve-service) 549 * net/zeroconf.el (zeroconf-resolve-service)
545 (zeroconf-service-resolver-handler): Use 550 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
546 `dbus-byte-array-to-string'.
547 (zeroconf-publish-service): Use `dbus-string-to-byte-array'. 551 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
548 552
5492010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de> 5532010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
@@ -647,8 +651,8 @@
6472010-06-21 Dan Nicolaescu <dann@ics.uci.edu> 6512010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
648 652
649 Fix reading file names in Git annotate buffers. 653 Fix reading file names in Git annotate buffers.
650 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove 654 * vc-git.el (vc-git-annotate-extract-revision-at-line):
651 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481) 655 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
652 656
6532010-06-20 Alan Mackenzie <acm@muc.de> 6572010-06-20 Alan Mackenzie <acm@muc.de>
654 658
@@ -891,15 +895,15 @@
8912010-04-20 Kenichi Handa <handa@m17n.org> 8952010-04-20 Kenichi Handa <handa@m17n.org>
892 896
893 * language/indian.el (oriya-composable-pattern) 897 * language/indian.el (oriya-composable-pattern)
894 (tamil-composable-pattern, malayalam-composable-pattern): Add 898 (tamil-composable-pattern, malayalam-composable-pattern):
895 two-part vowels to "v" (vowel sign). 899 Add two-part vowels to "v" (vowel sign).
896 900
8972010-04-20 Chong Yidong <cyd@stupidchicken.com> 9012010-04-20 Chong Yidong <cyd@stupidchicken.com>
898 902
899 * files.el (copy-directory): Handle symlinks (Bug#5982). 903 * files.el (copy-directory): Handle symlinks (Bug#5982).
900 904
901 * progmodes/compile.el (compilation-next-error-function): Revert 905 * progmodes/compile.el (compilation-next-error-function):
902 2009-10-12 change (Bug#5983). 906 Revert 2009-10-12 change (Bug#5983).
903 907
9042010-04-20 Dan Nicolaescu <dann@ics.uci.edu> 9082010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
905 909
@@ -915,8 +919,8 @@
915 919
9162010-04-18 Chong Yidong <cyd@stupidchicken.com> 9202010-04-18 Chong Yidong <cyd@stupidchicken.com>
917 921
918 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't 922 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
919 destroy list before using it. 923 Don't destroy list before using it.
920 924
9212010-04-17 Dan Nicolaescu <dann@ics.uci.edu> 9252010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
922 926
@@ -1179,8 +1183,8 @@
1179 1183
11802010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) 11842010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1181 1185
1182 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use 1186 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1183 vc-git-root as default directory for revision path (Bug#5657). 1187 Use vc-git-root as default directory for revision path (Bug#5657).
1184 1188
11852010-03-06 Chong Yidong <cyd@stupidchicken.com> 11892010-03-06 Chong Yidong <cyd@stupidchicken.com>
1186 1190
diff --git a/lisp/proced.el b/lisp/proced.el
index 06056ed2683..ee4e7b26ca1 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 5;; Author: Roland Winkler <winkler@gnu.org>
6;; Keywords: Processes, Unix 6;; Keywords: Processes, Unix
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index ac7a2e48a15..c002426daca 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -9,7 +9,7 @@
9;; Mike Newton <newton@gumby.cs.caltech.edu> 9;; Mike Newton <newton@gumby.cs.caltech.edu>
10;; Aaron Larson <alarson@src.honeywell.com> 10;; Aaron Larson <alarson@src.honeywell.com>
11;; Dirk Herrmann <D.Herrmann@tu-bs.de> 11;; Dirk Herrmann <D.Herrmann@tu-bs.de>
12;; Maintainer: Roland Winkler <roland.winkler@physik.uni-erlangen.de> 12;; Maintainer: Roland Winkler <winkler@gnu.org>
13;; Keywords: BibTeX, LaTeX, TeX 13;; Keywords: BibTeX, LaTeX, TeX
14 14
15;; This file is part of GNU Emacs. 15;; This file is part of GNU Emacs.