diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 23 |
2 files changed, 19 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f9346f51de4..4d3d982730a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-02-20 Glenn Morris <rgm@gnu.org> | 1 | 2012-02-20 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * ack.texi (Acknowledgments): More updates. | ||
| 4 | |||
| 3 | * emacs.texi (Acknowledgments): Add several names from ack.texi. | 5 | * emacs.texi (Acknowledgments): Add several names from ack.texi. |
| 4 | 6 | ||
| 5 | 2012-02-18 Glenn Morris <rgm@gnu.org> | 7 | 2012-02-18 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index d6fc7823da7..c6ef74e6f3f 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -74,7 +74,8 @@ default value when appropriate; @file{rfn-eshadow.el}, shadowing of | |||
| 74 | @code{read-file-name} input; @file{mb-depth.el}, display of minibuffer | 74 | @code{read-file-name} input; @file{mb-depth.el}, display of minibuffer |
| 75 | depth; @file{button.el}, the library that implements clickable buttons; | 75 | depth; @file{button.el}, the library that implements clickable buttons; |
| 76 | @file{face-remap.el}, a package for changing the default face in | 76 | @file{face-remap.el}, a package for changing the default face in |
| 77 | individual buffers; and @file{macroexp.el} for macro-expansion. | 77 | individual buffers; and @file{macroexp.el} for macro-expansion. He |
| 78 | also worked on an early version of the lexical-binding code. | ||
| 78 | 79 | ||
| 79 | @item | 80 | @item |
| 80 | David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by | 81 | David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by |
| @@ -185,7 +186,8 @@ for editing IDL and WAVE CL. | |||
| 185 | @item | 186 | @item |
| 186 | Bob Chassell wrote @file{texnfo-upd.el}, @file{texinfo.el}, and | 187 | Bob Chassell wrote @file{texnfo-upd.el}, @file{texinfo.el}, and |
| 187 | @file{makeinfo.el}, modes and utilities for working with Texinfo files; | 188 | @file{makeinfo.el}, modes and utilities for working with Texinfo files; |
| 188 | and @file{page-ext.el}, commands for extended page handling. | 189 | and @file{page-ext.el}, commands for extended page handling. He also |
| 190 | wrote the ``Introduction to programming in Emacs Lisp'' manual. | ||
| 189 | 191 | ||
| 190 | @item | 192 | @item |
| 191 | Jihyun Cho wrote @file{hanja-util.el} and @file{hangul.el}, utilities | 193 | Jihyun Cho wrote @file{hanja-util.el} and @file{hangul.el}, utilities |
| @@ -198,7 +200,8 @@ prior to Emacs 23 for Mac OS. | |||
| 198 | @item | 200 | @item |
| 199 | Chong Yidong was the Emacs co-maintainer from Emacs 23 onwards. He made many | 201 | Chong Yidong was the Emacs co-maintainer from Emacs 23 onwards. He made many |
| 200 | improvements to the Emacs display engine. He also wrote | 202 | improvements to the Emacs display engine. He also wrote |
| 201 | @file{tabulated-list.el}, a generic major mode for lists of data. | 203 | @file{tabulated-list.el}, a generic major mode for lists of data; |
| 204 | and improved support for themes and packages. | ||
| 202 | 205 | ||
| 203 | @item | 206 | @item |
| 204 | James Clark wrote SGML mode, a mode for editing SGML documents; and | 207 | James Clark wrote SGML mode, a mode for editing SGML documents; and |
| @@ -502,7 +505,8 @@ Emacs: @file{dns.el} for Domain Name Service lookups; | |||
| 502 | @file{netrc.el} for parsing of @file{.netrc} files; and | 505 | @file{netrc.el} for parsing of @file{.netrc} files; and |
| 503 | @file{time-date.el} for general date and time handling. | 506 | @file{time-date.el} for general date and time handling. |
| 504 | He also wrote @file{network-stream.el}, for opening network processes; | 507 | He also wrote @file{network-stream.el}, for opening network processes; |
| 505 | and @file{url-queue.el}, for controlling parallel downloads of URLs. | 508 | @file{url-queue.el}, for controlling parallel downloads of URLs; |
| 509 | and implemented libxml2 support. | ||
| 506 | Components of Gnus have also been written by: Nagy Andras, David | 510 | Components of Gnus have also been written by: Nagy Andras, David |
| 507 | Blacka, Scott Byer, Ludovic Courtès, Julien Danjou, Kevin Greiner, Kai | 511 | Blacka, Scott Byer, Ludovic Courtès, Julien Danjou, Kevin Greiner, Kai |
| 508 | Großjohann, Joe Hildebrand, Paul Jarc, Simon Josefsson, Sascha | 512 | Großjohann, Joe Hildebrand, Paul Jarc, Simon Josefsson, Sascha |
| @@ -831,7 +835,8 @@ conflicts; @file{diff-mode.el}, a mode for viewing and editing context | |||
| 831 | diffs; @file{css-mode.el} for Cascading Style Sheets; | 835 | diffs; @file{css-mode.el} for Cascading Style Sheets; |
| 832 | @file{bibtex-style.el} for BibTeX Style files; @file{mpc.el}, a | 836 | @file{bibtex-style.el} for BibTeX Style files; @file{mpc.el}, a |
| 833 | client for the ``Music Player Daemon''; and @file{pcase.el}, | 837 | client for the ``Music Player Daemon''; and @file{pcase.el}, |
| 834 | implementing ML-style pattern matching. | 838 | implementing ML-style pattern matching. He integrated the |
| 839 | lexical-binding code in Emacs 24. | ||
| 835 | 840 | ||
| 836 | @item | 841 | @item |
| 837 | Morioka Tomohiko wrote several packages for MIME support in Gnus and | 842 | Morioka Tomohiko wrote several packages for MIME support in Gnus and |
| @@ -1041,6 +1046,9 @@ Guillermo J.@: Rozas wrote @file{scheme.el}, a mode for editing Scheme and | |||
| 1041 | DSSSL code. | 1046 | DSSSL code. |
| 1042 | 1047 | ||
| 1043 | @item | 1048 | @item |
| 1049 | Martin Rudalics implemented improved display-buffer handling in Emacs 24. | ||
| 1050 | |||
| 1051 | @item | ||
| 1044 | Ivar Rummelhoff wrote @file{winner.el}, which records recent window | 1052 | Ivar Rummelhoff wrote @file{winner.el}, which records recent window |
| 1045 | configurations so you can move back to them. | 1053 | configurations so you can move back to them. |
| 1046 | 1054 | ||
| @@ -1279,6 +1287,9 @@ operations on rectangle regions of text. He also contributed to Gnus | |||
| 1279 | (q.v.@:). | 1287 | (q.v.@:). |
| 1280 | 1288 | ||
| 1281 | @item | 1289 | @item |
| 1290 | Joakim Verona implemented ImageMagick support. | ||
| 1291 | |||
| 1292 | @item | ||
| 1282 | Ulrik Vieth implemented @file{meta-mode.el}, for editing MetaFont code. | 1293 | Ulrik Vieth implemented @file{meta-mode.el}, for editing MetaFont code. |
| 1283 | 1294 | ||
| 1284 | @item | 1295 | @item |
| @@ -1399,7 +1410,7 @@ zone out in front of Emacs. | |||
| 1399 | Eli Zaretskii made many standard Emacs features work on MS-DOS and | 1410 | Eli Zaretskii made many standard Emacs features work on MS-DOS and |
| 1400 | Microsoft Windows. He also wrote @file{tty-colors.el}, which | 1411 | Microsoft Windows. He also wrote @file{tty-colors.el}, which |
| 1401 | implements transparent mapping of X colors to tty colors; and | 1412 | implements transparent mapping of X colors to tty colors; and |
| 1402 | @file{rxvt.el}. | 1413 | @file{rxvt.el}. He implemented support for bidirectional text. |
| 1403 | 1414 | ||
| 1404 | @item | 1415 | @item |
| 1405 | Jamie Zawinski wrote much of the support for faces and X selections. | 1416 | Jamie Zawinski wrote much of the support for faces and X selections. |