aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-20 16:26:56 -0800
committerGlenn Morris2012-02-20 16:26:56 -0800
commit41f1e868676096a32b4dc6ae65ddfe134d1ad153 (patch)
tree1894c8cf7383c7690028804c6630f2f25b559e89
parent221cd41396800331c4573a4b06671ba779c56f54 (diff)
downloademacs-41f1e868676096a32b4dc6ae65ddfe134d1ad153.tar.gz
emacs-41f1e868676096a32b4dc6ae65ddfe134d1ad153.zip
Checked ack.texi
* doc/emacs/ack.texi (Acknowledgments): Small changes, including resorting, and removal of things no longer distributed. * admin/FOR-RELEASE: Related markup.
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/ack.texi100
3 files changed, 51 insertions, 56 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 31409212625..6db804b6a1f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -123,7 +123,7 @@ TUTORIAL.zh
123** Check the manual. 123** Check the manual.
124 124
125abbrevs.texi cyd 125abbrevs.texi cyd
126ack.texi 126ack.texi rgm
127anti.texi cyd 127anti.texi cyd
128arevert-xtra.texi cyd 128arevert-xtra.texi cyd
129basic.texi cyd 129basic.texi cyd
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 30b33cbb1ad..747db511782 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12012-02-21 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): Small changes, including resorting,
4 and removal of things no longer distributed.
5
12012-02-20 Glenn Morris <rgm@gnu.org> 62012-02-20 Glenn Morris <rgm@gnu.org>
2 7
3 * emacs.texi (Top, Preface): Small rephrasings. 8 * emacs.texi (Top, Preface): Small rephrasings.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 7aaf4f5cc4d..7bccc898d06 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -33,7 +33,7 @@ Per Abrahamsen wrote the customization facilities, as well as
33from the keyboard; @file{xt-mouse.el}, which allows mouse commands 33from the keyboard; @file{xt-mouse.el}, which allows mouse commands
34through Xterm; @file{gnus-cus.el}, which implements customization 34through Xterm; @file{gnus-cus.el}, which implements customization
35commands for Gnus; @file{gnus-cite.el}, a citation-parsing facility for 35commands for Gnus; @file{gnus-cite.el}, a citation-parsing facility for
36news articles); @file{gnus-score.el}, scoring for Gnus; @file{cpp.el}, 36news articles; @file{gnus-score.el}, scoring for Gnus; @file{cpp.el},
37which hides or highlights parts of C programs according to preprocessor 37which hides or highlights parts of C programs according to preprocessor
38conditionals; and the widget library files @file{wid-browse.el}, 38conditionals; and the widget library files @file{wid-browse.el},
39@file{wid-edit.el}, @file{widget.el}. He also co-wrote 39@file{wid-edit.el}, @file{widget.el}. He also co-wrote
@@ -68,7 +68,8 @@ Joe Arceneaux wrote the original text property implementation, and
68implemented support for X11. 68implemented support for X11.
69 69
70@item 70@item
71Emil Åström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el}. 71Emil Åström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el},
72a mode for editing Prolog (and Mercury) code.
72 73
73@item 74@item
74Miles Bader wrote @file{image-file.el}, support code for visiting image 75Miles Bader wrote @file{image-file.el}, support code for visiting image
@@ -78,7 +79,7 @@ default value when appropriate; @file{rfn-eshadow.el}, shadowing of
78depth; @file{button.el}, the library that implements clickable buttons; 79depth; @file{button.el}, the library that implements clickable buttons;
79@file{face-remap.el}, a package for changing the default face in 80@file{face-remap.el}, a package for changing the default face in
80individual buffers; and @file{macroexp.el} for macro-expansion. He 81individual buffers; and @file{macroexp.el} for macro-expansion. He
81also worked on an early version of the lexical-binding code. 82also worked on an early version of the lexical binding code.
82 83
83@item 84@item
84David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by 85David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by
@@ -223,6 +224,10 @@ Andrew Cohen wrote @file{spam-wash.el}, to decode and clean email before
223it is analyzed for spam. 224it is analyzed for spam.
224 225
225@item 226@item
227Edward O'Connor wrote @file{json.el}, a file for parsing and
228generating JSON files.
229
230@item
226Georges Brun-Cottan and Stefan Monnier wrote @file{easy-mmode.el}, a 231Georges Brun-Cottan and Stefan Monnier wrote @file{easy-mmode.el}, a
227package for easy definition of major and minor modes. 232package for easy definition of major and minor modes.
228 233
@@ -247,10 +252,6 @@ Vivek Dasmohapatra wrote @file{htmlfontify.el}, to convert a buffer or
247source tree to HTML. 252source tree to HTML.
248 253
249@item 254@item
250Michael DeCorte wrote @file{emacs.csh}, a C-shell script that starts a
251new Emacs job, or restarts a paused Emacs if one exists.
252
253@item
254Gary Delp wrote @file{mailpost.el}, an interface between RMAIL and the 255Gary Delp wrote @file{mailpost.el}, an interface between RMAIL and the
255@file{/usr/uci/post} mailer. 256@file{/usr/uci/post} mailer.
256 257
@@ -292,7 +293,7 @@ Viktor Dukhovni wrote support for dumping under SunOS version 4.
292John Eaton and Kurt Hornik wrote Octave mode. 293John Eaton and Kurt Hornik wrote Octave mode.
293 294
294@item 295@item
295Rolf Ebert co-wrote Ada mode. 296Rolf Ebert, Markus Heritsch, and Emmanuel Briot wrote Ada mode.
296 297
297@item 298@item
298Paul Eggert integrated the Gnulib portability library, and made many 299Paul Eggert integrated the Gnulib portability library, and made many
@@ -427,7 +428,7 @@ characters used by @TeX{} and net tradition.
427 428
428@item 429@item
429Bastien Guerry wrote @file{gnus-bookmark.el}, bookmark support for Gnus; 430Bastien Guerry wrote @file{gnus-bookmark.el}, bookmark support for Gnus;
430as well as contributing to Org mode (q.v.@:). 431as well as helping to maintain Org mode (q.v.@:).
431 432
432@item 433@item
433Henry Guillaume wrote @file{find-file.el}, a package to visit files 434Henry Guillaume wrote @file{find-file.el}, a package to visit files
@@ -471,9 +472,6 @@ Jon K Hellan wrote @file{utf7.el}, support for mail-safe transformation
471format of Unicode. 472format of Unicode.
472 473
473@item 474@item
474Markus Heritsch co-wrote Ada mode.
475
476@item
477Karl Heuer wrote the original blessmail script, implemented the 475Karl Heuer wrote the original blessmail script, implemented the
478@code{intangible} text property, and rearranged the structure of the 476@code{intangible} text property, and rearranged the structure of the
479@code{Lisp_Object} type to allow for more data bits. 477@code{Lisp_Object} type to allow for more data bits.
@@ -503,7 +501,7 @@ browser to display a URL.
503@item 501@item
504Lars Magne Ingebrigtsen did a major redesign of the Gnus news-reader and 502Lars Magne Ingebrigtsen did a major redesign of the Gnus news-reader and
505wrote many of its parts. Several of these are now general components of 503wrote many of its parts. Several of these are now general components of
506Emacs: @file{dns.el} for Domain Name Service lookups; 504Emacs, including: @file{dns.el} for Domain Name Service lookups;
507@file{format-spec.el} for formatting arbitrary format strings; 505@file{format-spec.el} for formatting arbitrary format strings;
508@file{netrc.el} for parsing of @file{.netrc} files; and 506@file{netrc.el} for parsing of @file{.netrc} files; and
509@file{time-date.el} for general date and time handling. 507@file{time-date.el} for general date and time handling.
@@ -591,7 +589,7 @@ buffers.
591@item 589@item
592Michael Kifer wrote @code{ediff}, an interactive interface to the 590Michael Kifer wrote @code{ediff}, an interactive interface to the
593@command{diff}, @command{patch}, and @command{merge} programs; and 591@command{diff}, @command{patch}, and @command{merge} programs; and
594Viper, the newest emulation for VI. 592Viper, another emulator of the VI editor.
595 593
596@item 594@item
597Richard King wrote the first version of @file{userlock.el} and 595Richard King wrote the first version of @file{userlock.el} and
@@ -611,8 +609,7 @@ Security-Enhanced Linux context of files on backup and copy.
611 609
612@item 610@item
613Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal 611Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal
614strings; support for HMAC (Keyed-Hashing for Message Authentication); 612strings; and support for HMAC (Keyed-Hashing for Message Authentication).
615and a Lisp implementation of the SHA1 Secure Hash Algorithm.
616 613
617@item 614@item
618Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing 615Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing
@@ -633,7 +630,7 @@ menu support.
633@item 630@item
634Sebastian Kremer wrote @code{dired-mode}, with contributions by Lawrence 631Sebastian Kremer wrote @code{dired-mode}, with contributions by Lawrence
635R.@: Dodd. He also wrote @file{ls-lisp.el}, a Lisp emulation of the 632R.@: Dodd. He also wrote @file{ls-lisp.el}, a Lisp emulation of the
636@code{ls} command for platforms which don't have @code{ls} as a standard 633@code{ls} command for platforms that don't have @code{ls} as a standard
637program. 634program.
638 635
639@item 636@item
@@ -664,8 +661,7 @@ a package for pretty-printing Emacs buffers to PostScript printers;
664@file{ebnf2ps.el}, a package that translates EBNF grammar to a syntactic 661@file{ebnf2ps.el}, a package that translates EBNF grammar to a syntactic
665chart that can be printed to a PostScript printer; and 662chart that can be printed to a PostScript printer; and
666@file{whitespace.el}, a package that detects and cleans up excess 663@file{whitespace.el}, a package that detects and cleans up excess
667whitespace in a file. The previous version of @file{whitespace.el}, 664whitespace in a file (building on an earlier version by Rajesh Vaidheeswarran).
668used prior to Emacs 23, was written by Rajesh Vaidheeswarran.
669 665
670@item 666@item
671Frederic Lepied wrote @file{expand.el}, which uses the abbrev 667Frederic Lepied wrote @file{expand.el}, which uses the abbrev
@@ -737,10 +733,25 @@ Development Environment Tools) package. Portions were also written by
737Jan Moringen, David Ponce, and Joakim Verona. 733Jan Moringen, David Ponce, and Joakim Verona.
738 734
739@item 735@item
736Roland McGrath wrote @file{compile.el} (since updated by Daniel
737Pfeiffer), a package for running compilations in a buffer, and then
738visiting the locations reported in error messages; @file{etags.el}, a
739package for jumping to function definitions and searching or replacing
740in all the files mentioned in a @file{TAGS} file; with Sebastian
741Kremer @file{find-dired.el}, for using @code{dired} commands on output
742from the @code{find} program; @file{grep.el} for running the
743@code{grep} command; @file{map-ynp.el}, a general purpose boolean
744question-asker; @file{autoload.el}, providing semi-automatic
745maintenance of autoload files.
746
747@item
740Alan Mackenzie wrote the integrated AWK support in CC Mode, and 748Alan Mackenzie wrote the integrated AWK support in CC Mode, and
741maintained CC Mode from Emacs 22 onwards. 749maintained CC Mode from Emacs 22 onwards.
742 750
743@item 751@item
752Michael McNamara and Wilson Snyder wrote Verilog mode.
753
754@item
744Christopher J.@: Madsen wrote @file{decipher.el}, a package for cracking 755Christopher J.@: Madsen wrote @file{decipher.el}, a package for cracking
745simple substitution ciphers. 756simple substitution ciphers.
746 757
@@ -784,21 +795,6 @@ Thomas May wrote @file{blackbox.el}, a version of the traditional
784blackbox game. 795blackbox game.
785 796
786@item 797@item
787Roland McGrath wrote @file{compile.el} (since updated by Daniel
788Pfeiffer), a package for running compilations in a buffer, and then
789visiting the locations reported in error messages; @file{etags.el}, a
790package for jumping to function definitions and searching or replacing
791in all the files mentioned in a @file{TAGS} file; @file{find-dired.el},
792for using @code{dired} commands on output from the @code{find} program,
793with Sebastian Kremer; @file{grep.el} for running the @code{grep}
794command; @file{map-ynp.el}, a general purpose boolean question-asker;
795@file{autoload.el}, providing semi-automatic maintenance of autoload
796files.
797
798@item
799Michael McNamara and Wilson Snyder wrote Verilog mode.
800
801@item
802David Megginson wrote @file{derived.el}, which allows one to define new 798David Megginson wrote @file{derived.el}, which allows one to define new
803major modes by inheriting key bindings and commands from existing major 799major modes by inheriting key bindings and commands from existing major
804modes. 800modes.
@@ -839,26 +835,26 @@ diffs; @file{css-mode.el} for Cascading Style Sheets;
839@file{bibtex-style.el} for BibTeX Style files; @file{mpc.el}, a 835@file{bibtex-style.el} for BibTeX Style files; @file{mpc.el}, a
840client for the ``Music Player Daemon''; and @file{pcase.el}, 836client for the ``Music Player Daemon''; and @file{pcase.el},
841implementing ML-style pattern matching. He integrated the 837implementing ML-style pattern matching. He integrated the
842lexical-binding code in Emacs 24. 838lexical binding code in Emacs 24.
843 839
844@item 840@item
845Morioka Tomohiko wrote several packages for MIME support in Gnus and 841Morioka Tomohiko wrote several packages for MIME support in Gnus and
846elsewhere. 842elsewhere.
847 843
848@item 844@item
849Takahashi Naoto co-wrote @file{quail.el} (q.v.@:), and wrote
850@file{robin.el}, another input method.
851
852@item
853Sen Nagata wrote @file{crm.el}, a package for reading multiple strings 845Sen Nagata wrote @file{crm.el}, a package for reading multiple strings
854with completion, and @file{rfc2368.el}, support for @code{mailto:} 846with completion, and @file{rfc2368.el}, support for @code{mailto:}
855URLs. 847URLs.
856 848
857@item 849@item
858Erik Naggum wrote the time-conversion functions. He also wrote 850Erik Naggum wrote the time-conversion functions. He also wrote
859@file{disp-table.el}, a package for dealing with display tables; 851@file{disp-table.el}, for dealing with display tables;
860@file{mailheader.el}, a package for parsing email headers; and 852@file{mailheader.el}, for parsing email headers; and
861@file{parse-time.el}, a package for parsing time strings. 853@file{parse-time.el}, for parsing time strings.
854
855@item
856Takahashi Naoto co-wrote @file{quail.el} (q.v.@:), and wrote
857@file{robin.el}, another input method.
862 858
863@item 859@item
864Thomas Neumann and Eric Raymond wrote @file{make-mode.el}, 860Thomas Neumann and Eric Raymond wrote @file{make-mode.el},
@@ -869,6 +865,9 @@ Thien-Thi Nguyen and Dan Nicolaescu wrote @file{hideshow.el}, a minor
869mode for selectively displaying blocks of text. 865mode for selectively displaying blocks of text.
870 866
871@item 867@item
868Jurgen Nickelsen wrote @file{ws-mode.el}, providing WordStar emulation.
869
870@item
872Dan Nicolaescu added support for running Emacs as a daemon. He also 871Dan Nicolaescu added support for running Emacs as a daemon. He also
873wrote @file{romanian.el}, support for editing Romanian text; 872wrote @file{romanian.el}, support for editing Romanian text;
874@file{iris-ansi.el}, support for running Emacs on SGI's @code{xwsh} 873@file{iris-ansi.el}, support for running Emacs on SGI's @code{xwsh}
@@ -876,9 +875,6 @@ and @code{winterm} terminal emulators; and @file{vc-dir.el}, displaying
876the status of version-controlled directories. 875the status of version-controlled directories.
877 876
878@item 877@item
879Jurgen Nickelsen wrote @file{ws-mode.el}, providing WordStar emulation.
880
881@item
882Hrvoje Niksic wrote @file{savehist.el}, for saving the minibuffer 878Hrvoje Niksic wrote @file{savehist.el}, for saving the minibuffer
883history between Emacs sessions. 879history between Emacs sessions.
884 880
@@ -891,10 +887,6 @@ Andrew Norman wrote @file{ange-ftp.el}, providing transparent FTP
891support. 887support.
892 888
893@item 889@item
894Edward O'Connor wrote @file{json.el}, a file for parsing and
895generating JSON files.
896
897@item
898Kentaro Ohkouchi created the Emacs icons used beginning with Emacs 23. 890Kentaro Ohkouchi created the Emacs icons used beginning with Emacs 23.
899 891
900@item 892@item
@@ -1007,7 +999,7 @@ used in Emacs Lisp library files; and code to set and make use of the
1007which each lisp function loaded into Emacs came. 999which each lisp function loaded into Emacs came.
1008 1000
1009@item 1001@item
1010Edward M.@: Reingold wrote the extensive calendar and diary support, 1002Edward M.@: Reingold wrote the calendar and diary support,
1011with contributions from Stewart Clamen (@file{cal-mayan.el}), Nachum 1003with contributions from Stewart Clamen (@file{cal-mayan.el}), Nachum
1012Dershowitz (@file{cal-hebrew.el}), Paul Eggert (@file{cal-dst.el}), 1004Dershowitz (@file{cal-hebrew.el}), Paul Eggert (@file{cal-dst.el}),
1013Steve Fisk (@file{cal-tex.el}), Michael Kifer (@file{cal-x.el}), Lara 1005Steve Fisk (@file{cal-tex.el}), Michael Kifer (@file{cal-x.el}), Lara
@@ -1254,11 +1246,9 @@ numbers in the left margin.
1254@item 1246@item
1255Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a mode for editing 1247Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a mode for editing
1256Tcl/Tk source files and running a Tcl interpreter as an Emacs 1248Tcl/Tk source files and running a Tcl interpreter as an Emacs
1257subprocess. 1249subprocess. Tom Tromey also wrote @file{bug-reference.el}, providing
1258 1250clickable links to bug reports; and the first version of the Emacs
1259@item 1251package system.
1260Tom Tromey wrote @file{bug-reference.el}, providing clickable links to
1261bug reports; and the first version of the Emacs package system.
1262 1252
1263@item 1253@item
1264Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL. 1254Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL.