[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107254: Updates for acknowledgments
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107254: Updates for acknowledgments section in the manual |
Date: |
Sat, 11 Feb 2012 18:27:34 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107254
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-11 18:27:34 -0800
message:
Updates for acknowledgments section in the manual
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/emacs.texi (Acknowledgments): Updates for new files in 24.1.
modified:
doc/emacs/ChangeLog
doc/emacs/ack.texi
doc/emacs/emacs.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-02-10 07:44:39 +0000
+++ b/doc/emacs/ChangeLog 2012-02-12 02:27:34 +0000
@@ -1,3 +1,8 @@
+2012-02-12 Glenn Morris <address@hidden>
+
+ * ack.texi (Acknowledgments):
+ * emacs.texi (Acknowledgments): Updates for new files in 24.1.
+
2012-02-10 Glenn Morris <address@hidden>
* mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi 2012-02-09 02:46:44 +0000
+++ b/doc/emacs/ack.texi 2012-02-12 02:27:34 +0000
@@ -51,8 +51,9 @@
@item
Michael Albinus wrote @file{dbus.el}, a package that implements the
D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing
-Avahi services; and @file{xesam.el}, a Xesam-based search engine
-interface. He and Kai Gro?johann wrote the Tramp package, which
+Avahi services; @file{xesam.el}, a Xesam-based search engine
+interface; and @file{secrets.el}, an interface to keyring daemons for
+storing confidential data. He and Kai Gro?johann wrote the Tramp package,
which
provides transparent remote file editing using rcp, ssh, ftp, and
other network protocols. He and Daniel Pittman wrote
@file{tramp-cache.el}.
@@ -196,7 +197,8 @@
@item
Chong Yidong was the Emacs co-maintainer for Emacs 23. He made many
-improvements to the Emacs display engine.
+improvements to the Emacs display engine. He also wrote
address@hidden, a generic major mode for lists of data.
@item
James Clark wrote SGML mode, a mode for editing SGML documents; and
@@ -231,7 +233,8 @@
@item
Julien Danjou wrote an implementation of ``Desktop Notifications''
-(@file{notifications.el}).
+(@file{notifications.el}); and @file{color.el}, a library for general
+color manipulation. He also made various contributions to Gnus.
@item
Vivek Dasmohapatra wrote @file{htmlfontify.el}, to convert a buffer or
@@ -254,6 +257,7 @@
@item
Jan Dj?rv added support for the GTK+ toolkit and X drag-and-drop.
+He also wrote @file{dynamic-setting.el}.
@item
Carsten Dominik wrote address@hidden, a package for setting up labels and
@@ -434,7 +438,10 @@
Jesper Harder wrote @file{yenc.el}, for decoding yenc encoded messages.
@item
-K. Shane Hartman wrote @file{chistory.el} and @file{echistory.el},
+Alexandru Harsanyi wrote a library for accessing SOAP web services.
+
address@hidden
+K.@: Shane Hartman wrote @file{chistory.el} and @file{echistory.el},
packages for browsing command history lists; @file{electric.el} and
@file{helper.el}, which provide an alternative command loop and
appropriate help facilities; @file{emacsbug.el}, a package for
@@ -486,12 +493,16 @@
Emacs: @file{dns.el} for Domain Name Service lookups;
@file{format-spec.el} for formatting arbitrary format strings;
@file{netrc.el} for parsing of @file{.netrc} files; and
address@hidden for general date and time handling. Components of
-Gnus have also been written by: Nagy Andras, David Blacka, Scott Byer,
-Kevin Greiner, Kai Gro?johann, Joe Hildebrand, Paul Jarc, Sascha
address@hidden for general date and time handling.
+He also wrote @file{network-stream.el}, for opening network processes;
+and @file{url-queue.el}, for controlling parallel downloads of URLs.
+Components of Gnus have also been written by: Nagy Andras, David
+Blacka, Scott Byer, Ludovic Court?s, Julien Danjou, Kevin Greiner, Kai
+Gro?johann, Joe Hildebrand, Paul Jarc, Simon Josefsson, Sascha
L?decke, David Moore, Jim Radford, Benjamin Rutt, Raymond Scholz,
-Thomas Steffen, Reiner Steib, Didier Verna, Ilja Weis, Katsumi Yamaoka,
-Teodor Zlatanov, and others (@pxref{Contributors,,,gnus, the Gnus Manual}).
+Thomas Steffen, Reiner Steib, Didier Verna, Ilja Weis, Katsumi
+Yamaoka, Teodor Zlatanov, and others (@pxref{Contributors,,,gnus, the
+Gnus Manual}).
@item
Andrew Innes contributed extensively to the MS-Windows support.
@@ -612,13 +623,14 @@
program.
@item
-Ken Stevens wrote @file{ispell.el}, a spell-checker interface.
-
address@hidden
David address@hidden wrote @file{tempo.el}, providing support for
easy insertion of boilerplate text and other common constructions.
@item
+Igor Kuzmin wrote @file{cconv.el}, providing closure conversion for
+statically scoped Emacs lisp.
+
address@hidden
Daniel LaLiberte wrote @file{edebug.el}, a source-level debugger for
Emacs Lisp; @file{cl-specs.el}, specifications to help @code{edebug}
debug code written using David Gillespie's Common Lisp support;
@@ -810,8 +822,9 @@
text; @file{smerge-mode.el}, a minor mode for resolving @code{diff3}
conflicts; @file{diff-mode.el}, a mode for viewing and editing context
diffs; @file{css-mode.el} for Cascading Style Sheets;
address@hidden for BibTeX Style files; and @file{mpc.el}, a
-client for the ``Music Player Daemon''.
address@hidden for BibTeX Style files; @file{mpc.el}, a
+client for the ``Music Player Daemon''; and @file{pcase.el},
+implementing ML-style pattern matching.
@item
Morioka Tomohiko wrote several packages for MIME support in Gnus and
@@ -1172,8 +1185,7 @@
cursor'' that you can move with the keyboard and use for copying text.
@item
-Ken Stevens wrote the initial version of @file{ispell.el} and maintains
-that package since Ispell 3.1 release.
+Ken Stevens wrote @file{ispell.el}, a spell-checker interface.
@item
Kim F.@: Storm made many improvements to the Emacs display engine,
@@ -1228,7 +1240,7 @@
@item
Tom Tromey wrote @file{bug-reference.el}, providing clickable links to
-bug reports.
+bug reports; and the first version of the Emacs package system.
@item
Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL.
@@ -1237,7 +1249,8 @@
Daiki Ueno wrote @file{starttls.el}, support for Transport Layer
Security protocol; @file{sasl-cram.el} and @file{sasl-digest.el} (with
Kenichi Okada), and @file{sasl.el}, support for Simple Authentication
-and Security Layer (SASL); and the EasyPG (and its predecessor PGG)
+and Security Layer (SASL); @file{plstore.el} for secure storage of
+propery lists; and the EasyPG (and its predecessor PGG)
package, for GnuPG and PGP support.
@item
@@ -1348,7 +1361,8 @@
@item
Masatake Yamato wrote @file{ld-script.el}, an editing mode for GNU
-linker scripts, and contributed subword handling in CC mode.
+linker scripts, and contributed subword handling and style
+``guessing'' in CC mode.
@item
Jonathan Yavner wrote @file{testcover.el}, a package for keeping track
@@ -1410,6 +1424,11 @@
VI text editor.
@item
+Ted Zlatanov (as well as his contributions to the Gnus newsreader)
+wrote an interface to the GnuTLS library, for secure network
+connections; and a futures facility for the URL library.
+
address@hidden
Detlev Zundel wrote @file{re-builder.el}, a package for building regexps
with visual feedback.
=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi 2012-02-09 07:48:22 +0000
+++ b/doc/emacs/emacs.texi 2012-02-12 02:27:34 +0000
@@ -1309,7 +1309,8 @@
Broadey, Vincent Broman, David M.@: Brown, Georges Brun-Cottan, Joe
Buehler, address@hidden Bzyl, Bill Carpenter, Per Cederqvist, Hans Chalupsky,
Chong Yidong, Chris Chase, Bob Chassell, Andrew Choi, Sacha Chua, James
-Clark, Mike Clarkson, Glynn Clements, Daniel Colascione, Andrew Csillag,
+Clark, Mike Clarkson, Glynn Clements, Daniel Colascione, Ludovic
+Court?s, Andrew Csillag,
Baoqiu Cui, Doug Cutting, Mathias Dahl, Julien Danjou, Satyaki Das,
Vivek Dasmohapatra, Michael DeCorte, Gary Delp, Matthieu Devin, Eri
Ding, Jan Dj?rv, Carsten Dominik, Scott Draves, Benjamin Drieu,
@@ -1323,26 +1324,27 @@
Julien Gilles, David Gillespie, Bob Glickstein, Deepak Goel, Boris
Goldowsky, Michelangelo Grigni, Odd Gripenstam, Kai Gro?johann,
Michael Gschwind, Bastien Guerry, Henry Guillaume, Doug Gwyn, Ken'ichi
-Handa, Lars Hansen, Chris Hanson, K. Shane Hartman, John Heidemann, Jon
-K.@: Hellan, Jesper Harder, Magnus Henoch, Markus Heritsch, Karl Heuer,
+Handa, Lars Hansen, Chris Hanson, Jesper Harder, Alexandru Harsanyi,
+K.@: Shane Hartman, John Heidemann, Jon
+K.@: Hellan, Magnus Henoch, Markus Heritsch, Karl Heuer,
Manabu Higashida, Anders Holst, Jeffrey C.@: Honig, Tassilo Horn, Kurt
Hornik, Tom Houlder, Joakim Hove, Denis Howe, Lars Ingebrigtsen, Andrew
Innes, Seiichiro Inoue, Philip Jackson, Pavel Janik, Paul Jarc, Ulf
-Jasper, Michael K. Johnson, Kyle Jones, Terry Jones, Simon Josefsson,
+Jasper, Michael K.@: Johnson, Kyle Jones, Terry Jones, Simon Josefsson,
Arne J?rgensen, Tomoji Kagatani, Brewster Kahle, Tokuya Kameshima,
Lute Kamstra, David Kastrup, David Kaufman, Henry Kautz, Taichi
Kawabata, Howard Kaye, Michael Kifer, Richard King, Peter Kleiweg, Karel
address@hidden, Shuhei Kobayashi, Pavel Kobiakov, Larry K.@:
Kolodney, David M.@: Koppelman, Koseki Yoshinori, Robert Krawitz,
-Sebastian Kremer, Ryszard Kubiak, David K?gedal, Daniel LaLiberte,
+Sebastian Kremer, Ryszard Kubiak, Igor Kuzmin, David K?gedal, Daniel LaLiberte,
Karl Landstrom, Mario Lang, Aaron Larson, James R.@: Larus, Vinicius
Jose Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Lars
Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, Juri Linkov,
-Francis Litterio, Emilio C. Lopes, K?roly address@hidden, Dave Love,
+Francis Litterio, Emilio C.@: Lopes, K?roly address@hidden, Dave Love,
Sascha L?decke, Eric Ludlam, Alan Mackenzie, Christopher J.@:
Madsen, Neil M.@: Mager, Ken Manheimer, Bill Mann, Brian Marick, Simon
Marshall, Bengt Martensson, Charlie Martin, Thomas May, Roland McGrath,
-Will Mengarini, David Megginson, Ben A. Mesander, Wayne Mesard, Brad
+Will Mengarini, David Megginson, Ben A.@: Mesander, Wayne Mesard, Brad
Miller, Lawrence Mitchell, Richard Mlynarik, Gerd Moellmann, Stefan
Monnier, Morioka Tomohiko, Keith Moore, Jan Moringen, Glenn Morris,
Diane Murray, Sen Nagata, Erik Naggum, Thomas Neumann, Thien-Thi Nguyen,
@@ -1352,14 +1354,14 @@
David Pearson, Jeff Peck, Damon Anton Permezel, Tom Perrine, William
M.@: Perry, Per Persson, Jens Petersen, Daniel Pfeiffer, Richard L.@:
Pieri, Fred Pierresteguy, Christian Plaunt, David Ponce, Francesco A.@:
-Potorti, Michael D. Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa,
-Ashwin Ram, Eric S. Raymond, Paul Reilly, Edward M. Reingold, Alex
+Potorti, Michael D.@: Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa,
+Ashwin Ram, Eric S.@: Raymond, Paul Reilly, Edward M.@: Reingold, Alex
Rezinsky, Rob Riepel, David Reitter, Adrian Robert, Nick Roberts, Roland
B.@: Roberts, John Robinson, Danny Roozendaal, Sebastian Rose, William
Rosenblatt, Guillermo J.@: Rozas, Martin Rudalics, Ivar Rummelhoff,
-Jason Rumney, Wolfgang Rupprecht, Kevin Ryde, James B. Salem, Masahiko
+Jason Rumney, Wolfgang Rupprecht, Kevin Ryde, James B.@: Salem, Masahiko
Sato, Jorgen Schaefer, Holger Schauer, William Schelter, Ralph
-Schleicher, Gregor Schmid, Michael Schmidt, Ronald S. Schnell, Philippe
+Schleicher, Gregor Schmid, Michael Schmidt, Ronald S.@: Schnell, Philippe
Schnoebelen, Jan Schormann, Alex Schroeder, Stephen Schoef, Raymond
Scholz, Eric Schulte, Andreas Schwab, Randal Schwartz, Oliver Seidel,
Manuel Serrano, Paul Sexton, Hovav Shacham, Stanislav Shalunov, Marc
@@ -1375,8 +1377,8 @@
Didier Verna, Joakim Verona, Ulrik Vieth, Geoffrey Voelker, Johan
Vromans, Inge Wallin, John Paul Wallington, Colin Walters, Barry Warsaw,
Morten Welinder, Joseph Brian Wells, Rodney Whitby, John Wiegley, Ed
-Wilkinson, Mike Williams, Bill Wohler, Steven A. Wood, Dale R.@: Worley,
-Francis J.@: Wright, Felix S. T. Wu, Tom Wurgler, Katsumi Yamaoka,
+Wilkinson, Mike Williams, Bill Wohler, Steven A.@: Wood, Dale R.@: Worley,
+Francis J.@: Wright, Felix S.@: T.@: Wu, Tom Wurgler, Katsumi Yamaoka,
Yamamoto Mitsuharu, Masatake Yamato, Jonathan Yavner, Ryan Yeske, Ilya
Zakharevich, Milan Zamazal, Victor Zandy, Eli Zaretskii, Jamie Zawinski,
Shenghuo Zhu, Piotr Zielinski, Ian T.@: Zimmermann, Reto Zimmermann,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107254: Updates for acknowledgments section in the manual,
Glenn Morris <=