diff options
| author | Glenn Morris | 2012-02-20 16:26:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-20 16:26:56 -0800 |
| commit | 41f1e868676096a32b4dc6ae65ddfe134d1ad153 (patch) | |
| tree | 1894c8cf7383c7690028804c6630f2f25b559e89 | |
| parent | 221cd41396800331c4573a4b06671ba779c56f54 (diff) | |
| download | emacs-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-RELEASE | 2 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 100 |
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 | ||
| 125 | abbrevs.texi cyd | 125 | abbrevs.texi cyd |
| 126 | ack.texi | 126 | ack.texi rgm |
| 127 | anti.texi cyd | 127 | anti.texi cyd |
| 128 | arevert-xtra.texi cyd | 128 | arevert-xtra.texi cyd |
| 129 | basic.texi cyd | 129 | basic.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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-02-20 Glenn Morris <rgm@gnu.org> | 6 | 2012-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 | |||
| 33 | from the keyboard; @file{xt-mouse.el}, which allows mouse commands | 33 | from the keyboard; @file{xt-mouse.el}, which allows mouse commands |
| 34 | through Xterm; @file{gnus-cus.el}, which implements customization | 34 | through Xterm; @file{gnus-cus.el}, which implements customization |
| 35 | commands for Gnus; @file{gnus-cite.el}, a citation-parsing facility for | 35 | commands for Gnus; @file{gnus-cite.el}, a citation-parsing facility for |
| 36 | news articles); @file{gnus-score.el}, scoring for Gnus; @file{cpp.el}, | 36 | news articles; @file{gnus-score.el}, scoring for Gnus; @file{cpp.el}, |
| 37 | which hides or highlights parts of C programs according to preprocessor | 37 | which hides or highlights parts of C programs according to preprocessor |
| 38 | conditionals; and the widget library files @file{wid-browse.el}, | 38 | conditionals; 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 | |||
| 68 | implemented support for X11. | 68 | implemented support for X11. |
| 69 | 69 | ||
| 70 | @item | 70 | @item |
| 71 | Emil Åström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el}. | 71 | Emil Åström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el}, |
| 72 | a mode for editing Prolog (and Mercury) code. | ||
| 72 | 73 | ||
| 73 | @item | 74 | @item |
| 74 | Miles Bader wrote @file{image-file.el}, support code for visiting image | 75 | Miles 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 | |||
| 78 | depth; @file{button.el}, the library that implements clickable buttons; | 79 | depth; @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 |
| 80 | individual buffers; and @file{macroexp.el} for macro-expansion. He | 81 | individual buffers; and @file{macroexp.el} for macro-expansion. He |
| 81 | also worked on an early version of the lexical-binding code. | 82 | also worked on an early version of the lexical binding code. |
| 82 | 83 | ||
| 83 | @item | 84 | @item |
| 84 | David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by | 85 | David 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 | |||
| 223 | it is analyzed for spam. | 224 | it is analyzed for spam. |
| 224 | 225 | ||
| 225 | @item | 226 | @item |
| 227 | Edward O'Connor wrote @file{json.el}, a file for parsing and | ||
| 228 | generating JSON files. | ||
| 229 | |||
| 230 | @item | ||
| 226 | Georges Brun-Cottan and Stefan Monnier wrote @file{easy-mmode.el}, a | 231 | Georges Brun-Cottan and Stefan Monnier wrote @file{easy-mmode.el}, a |
| 227 | package for easy definition of major and minor modes. | 232 | package 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 | |||
| 247 | source tree to HTML. | 252 | source tree to HTML. |
| 248 | 253 | ||
| 249 | @item | 254 | @item |
| 250 | Michael DeCorte wrote @file{emacs.csh}, a C-shell script that starts a | ||
| 251 | new Emacs job, or restarts a paused Emacs if one exists. | ||
| 252 | |||
| 253 | @item | ||
| 254 | Gary Delp wrote @file{mailpost.el}, an interface between RMAIL and the | 255 | Gary 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. | |||
| 292 | John Eaton and Kurt Hornik wrote Octave mode. | 293 | John Eaton and Kurt Hornik wrote Octave mode. |
| 293 | 294 | ||
| 294 | @item | 295 | @item |
| 295 | Rolf Ebert co-wrote Ada mode. | 296 | Rolf Ebert, Markus Heritsch, and Emmanuel Briot wrote Ada mode. |
| 296 | 297 | ||
| 297 | @item | 298 | @item |
| 298 | Paul Eggert integrated the Gnulib portability library, and made many | 299 | Paul 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 |
| 429 | Bastien Guerry wrote @file{gnus-bookmark.el}, bookmark support for Gnus; | 430 | Bastien Guerry wrote @file{gnus-bookmark.el}, bookmark support for Gnus; |
| 430 | as well as contributing to Org mode (q.v.@:). | 431 | as well as helping to maintain Org mode (q.v.@:). |
| 431 | 432 | ||
| 432 | @item | 433 | @item |
| 433 | Henry Guillaume wrote @file{find-file.el}, a package to visit files | 434 | Henry 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 | |||
| 471 | format of Unicode. | 472 | format of Unicode. |
| 472 | 473 | ||
| 473 | @item | 474 | @item |
| 474 | Markus Heritsch co-wrote Ada mode. | ||
| 475 | |||
| 476 | @item | ||
| 477 | Karl Heuer wrote the original blessmail script, implemented the | 475 | Karl 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 |
| 504 | Lars Magne Ingebrigtsen did a major redesign of the Gnus news-reader and | 502 | Lars Magne Ingebrigtsen did a major redesign of the Gnus news-reader and |
| 505 | wrote many of its parts. Several of these are now general components of | 503 | wrote many of its parts. Several of these are now general components of |
| 506 | Emacs: @file{dns.el} for Domain Name Service lookups; | 504 | Emacs, 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 |
| 592 | Michael Kifer wrote @code{ediff}, an interactive interface to the | 590 | Michael 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 |
| 594 | Viper, the newest emulation for VI. | 592 | Viper, another emulator of the VI editor. |
| 595 | 593 | ||
| 596 | @item | 594 | @item |
| 597 | Richard King wrote the first version of @file{userlock.el} and | 595 | Richard 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 |
| 613 | Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal | 611 | Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal |
| 614 | strings; support for HMAC (Keyed-Hashing for Message Authentication); | 612 | strings; and support for HMAC (Keyed-Hashing for Message Authentication). |
| 615 | and a Lisp implementation of the SHA1 Secure Hash Algorithm. | ||
| 616 | 613 | ||
| 617 | @item | 614 | @item |
| 618 | Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing | 615 | Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing |
| @@ -633,7 +630,7 @@ menu support. | |||
| 633 | @item | 630 | @item |
| 634 | Sebastian Kremer wrote @code{dired-mode}, with contributions by Lawrence | 631 | Sebastian Kremer wrote @code{dired-mode}, with contributions by Lawrence |
| 635 | R.@: Dodd. He also wrote @file{ls-lisp.el}, a Lisp emulation of the | 632 | R.@: 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 |
| 637 | program. | 634 | program. |
| 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 |
| 665 | chart that can be printed to a PostScript printer; and | 662 | chart 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 |
| 667 | whitespace in a file. The previous version of @file{whitespace.el}, | 664 | whitespace in a file (building on an earlier version by Rajesh Vaidheeswarran). |
| 668 | used prior to Emacs 23, was written by Rajesh Vaidheeswarran. | ||
| 669 | 665 | ||
| 670 | @item | 666 | @item |
| 671 | Frederic Lepied wrote @file{expand.el}, which uses the abbrev | 667 | Frederic Lepied wrote @file{expand.el}, which uses the abbrev |
| @@ -737,10 +733,25 @@ Development Environment Tools) package. Portions were also written by | |||
| 737 | Jan Moringen, David Ponce, and Joakim Verona. | 733 | Jan Moringen, David Ponce, and Joakim Verona. |
| 738 | 734 | ||
| 739 | @item | 735 | @item |
| 736 | Roland McGrath wrote @file{compile.el} (since updated by Daniel | ||
| 737 | Pfeiffer), a package for running compilations in a buffer, and then | ||
| 738 | visiting the locations reported in error messages; @file{etags.el}, a | ||
| 739 | package for jumping to function definitions and searching or replacing | ||
| 740 | in all the files mentioned in a @file{TAGS} file; with Sebastian | ||
| 741 | Kremer @file{find-dired.el}, for using @code{dired} commands on output | ||
| 742 | from the @code{find} program; @file{grep.el} for running the | ||
| 743 | @code{grep} command; @file{map-ynp.el}, a general purpose boolean | ||
| 744 | question-asker; @file{autoload.el}, providing semi-automatic | ||
| 745 | maintenance of autoload files. | ||
| 746 | |||
| 747 | @item | ||
| 740 | Alan Mackenzie wrote the integrated AWK support in CC Mode, and | 748 | Alan Mackenzie wrote the integrated AWK support in CC Mode, and |
| 741 | maintained CC Mode from Emacs 22 onwards. | 749 | maintained CC Mode from Emacs 22 onwards. |
| 742 | 750 | ||
| 743 | @item | 751 | @item |
| 752 | Michael McNamara and Wilson Snyder wrote Verilog mode. | ||
| 753 | |||
| 754 | @item | ||
| 744 | Christopher J.@: Madsen wrote @file{decipher.el}, a package for cracking | 755 | Christopher J.@: Madsen wrote @file{decipher.el}, a package for cracking |
| 745 | simple substitution ciphers. | 756 | simple substitution ciphers. |
| 746 | 757 | ||
| @@ -784,21 +795,6 @@ Thomas May wrote @file{blackbox.el}, a version of the traditional | |||
| 784 | blackbox game. | 795 | blackbox game. |
| 785 | 796 | ||
| 786 | @item | 797 | @item |
| 787 | Roland McGrath wrote @file{compile.el} (since updated by Daniel | ||
| 788 | Pfeiffer), a package for running compilations in a buffer, and then | ||
| 789 | visiting the locations reported in error messages; @file{etags.el}, a | ||
| 790 | package for jumping to function definitions and searching or replacing | ||
| 791 | in all the files mentioned in a @file{TAGS} file; @file{find-dired.el}, | ||
| 792 | for using @code{dired} commands on output from the @code{find} program, | ||
| 793 | with Sebastian Kremer; @file{grep.el} for running the @code{grep} | ||
| 794 | command; @file{map-ynp.el}, a general purpose boolean question-asker; | ||
| 795 | @file{autoload.el}, providing semi-automatic maintenance of autoload | ||
| 796 | files. | ||
| 797 | |||
| 798 | @item | ||
| 799 | Michael McNamara and Wilson Snyder wrote Verilog mode. | ||
| 800 | |||
| 801 | @item | ||
| 802 | David Megginson wrote @file{derived.el}, which allows one to define new | 798 | David Megginson wrote @file{derived.el}, which allows one to define new |
| 803 | major modes by inheriting key bindings and commands from existing major | 799 | major modes by inheriting key bindings and commands from existing major |
| 804 | modes. | 800 | modes. |
| @@ -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 |
| 840 | client for the ``Music Player Daemon''; and @file{pcase.el}, | 836 | client for the ``Music Player Daemon''; and @file{pcase.el}, |
| 841 | implementing ML-style pattern matching. He integrated the | 837 | implementing ML-style pattern matching. He integrated the |
| 842 | lexical-binding code in Emacs 24. | 838 | lexical binding code in Emacs 24. |
| 843 | 839 | ||
| 844 | @item | 840 | @item |
| 845 | Morioka Tomohiko wrote several packages for MIME support in Gnus and | 841 | Morioka Tomohiko wrote several packages for MIME support in Gnus and |
| 846 | elsewhere. | 842 | elsewhere. |
| 847 | 843 | ||
| 848 | @item | 844 | @item |
| 849 | Takahashi Naoto co-wrote @file{quail.el} (q.v.@:), and wrote | ||
| 850 | @file{robin.el}, another input method. | ||
| 851 | |||
| 852 | @item | ||
| 853 | Sen Nagata wrote @file{crm.el}, a package for reading multiple strings | 845 | Sen Nagata wrote @file{crm.el}, a package for reading multiple strings |
| 854 | with completion, and @file{rfc2368.el}, support for @code{mailto:} | 846 | with completion, and @file{rfc2368.el}, support for @code{mailto:} |
| 855 | URLs. | 847 | URLs. |
| 856 | 848 | ||
| 857 | @item | 849 | @item |
| 858 | Erik Naggum wrote the time-conversion functions. He also wrote | 850 | Erik 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 | ||
| 856 | Takahashi Naoto co-wrote @file{quail.el} (q.v.@:), and wrote | ||
| 857 | @file{robin.el}, another input method. | ||
| 862 | 858 | ||
| 863 | @item | 859 | @item |
| 864 | Thomas Neumann and Eric Raymond wrote @file{make-mode.el}, | 860 | Thomas 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 | |||
| 869 | mode for selectively displaying blocks of text. | 865 | mode for selectively displaying blocks of text. |
| 870 | 866 | ||
| 871 | @item | 867 | @item |
| 868 | Jurgen Nickelsen wrote @file{ws-mode.el}, providing WordStar emulation. | ||
| 869 | |||
| 870 | @item | ||
| 872 | Dan Nicolaescu added support for running Emacs as a daemon. He also | 871 | Dan Nicolaescu added support for running Emacs as a daemon. He also |
| 873 | wrote @file{romanian.el}, support for editing Romanian text; | 872 | wrote @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 | |||
| 876 | the status of version-controlled directories. | 875 | the status of version-controlled directories. |
| 877 | 876 | ||
| 878 | @item | 877 | @item |
| 879 | Jurgen Nickelsen wrote @file{ws-mode.el}, providing WordStar emulation. | ||
| 880 | |||
| 881 | @item | ||
| 882 | Hrvoje Niksic wrote @file{savehist.el}, for saving the minibuffer | 878 | Hrvoje Niksic wrote @file{savehist.el}, for saving the minibuffer |
| 883 | history between Emacs sessions. | 879 | history between Emacs sessions. |
| 884 | 880 | ||
| @@ -891,10 +887,6 @@ Andrew Norman wrote @file{ange-ftp.el}, providing transparent FTP | |||
| 891 | support. | 887 | support. |
| 892 | 888 | ||
| 893 | @item | 889 | @item |
| 894 | Edward O'Connor wrote @file{json.el}, a file for parsing and | ||
| 895 | generating JSON files. | ||
| 896 | |||
| 897 | @item | ||
| 898 | Kentaro Ohkouchi created the Emacs icons used beginning with Emacs 23. | 890 | Kentaro 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 | |||
| 1007 | which each lisp function loaded into Emacs came. | 999 | which each lisp function loaded into Emacs came. |
| 1008 | 1000 | ||
| 1009 | @item | 1001 | @item |
| 1010 | Edward M.@: Reingold wrote the extensive calendar and diary support, | 1002 | Edward M.@: Reingold wrote the calendar and diary support, |
| 1011 | with contributions from Stewart Clamen (@file{cal-mayan.el}), Nachum | 1003 | with contributions from Stewart Clamen (@file{cal-mayan.el}), Nachum |
| 1012 | Dershowitz (@file{cal-hebrew.el}), Paul Eggert (@file{cal-dst.el}), | 1004 | Dershowitz (@file{cal-hebrew.el}), Paul Eggert (@file{cal-dst.el}), |
| 1013 | Steve Fisk (@file{cal-tex.el}), Michael Kifer (@file{cal-x.el}), Lara | 1005 | Steve 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 |
| 1255 | Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a mode for editing | 1247 | Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a mode for editing |
| 1256 | Tcl/Tk source files and running a Tcl interpreter as an Emacs | 1248 | Tcl/Tk source files and running a Tcl interpreter as an Emacs |
| 1257 | subprocess. | 1249 | subprocess. Tom Tromey also wrote @file{bug-reference.el}, providing |
| 1258 | 1250 | clickable links to bug reports; and the first version of the Emacs | |
| 1259 | @item | 1251 | package system. |
| 1260 | Tom Tromey wrote @file{bug-reference.el}, providing clickable links to | ||
| 1261 | bug reports; and the first version of the Emacs package system. | ||
| 1262 | 1252 | ||
| 1263 | @item | 1253 | @item |
| 1264 | Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL. | 1254 | Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL. |