* faq.texi (Filling paragraphs with a single space): No need to
[bpt/emacs.git] / man / ChangeLog
index a4040eb..97aaea2 100644 (file)
@@ -1,6 +1,578 @@
+2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faq.texi (Filling paragraphs with a single space): No need to
+       change sentence-end now.
+
+2005-12-13  Romain Francoise  <romain@orebokech.com>
+
+       * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
+
+2005-12-12  Jay Belanger  <belanger@truman.edu>
+
+       * faq.texi (Calc): Updated version number.
+
+2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi: (Progress Logging): New section.
+
+2005-12-12  Richard M. Stallman  <rms@gnu.org>
+
+       * custom.texi (Easy Customization): Change menu comment.
+       (Prefix Keymaps): Fix spelling of Control-X-prefix.
+
+       * help.texi (Apropos): Rewrite.  Talk about "apropos patterns".
+       (Help): Among the Apropos commands, describe only C-h a here.
+
+2005-12-11  Richard M. Stallman  <rms@gnu.org>
+
+       * programs.texi (Options for Comments): Comment-end starts with space.
+
+       * glossary.texi (Glossary): Minor cleanup.
+
+       * files.texi (Old Versions): Use @table.
+
+2005-12-10  Romain Francoise  <romain@orebokech.com>
+
+       Update the Emacs FAQ for the 22.1 release.
+
+       * faq.texi: Set VER to `22.1'.
+       (Basic editing): Explain how to use localized versions of the
+       Tutorial.  Mention that `C-h r' displays the manual.  Delete
+       obsolete WWW link to an Emacs 18 tutorial.
+       (Getting a printed manual): Point to the new locations of the
+       manuals on the GNU Web site.
+       (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
+       available via Info (it was previously distributed separately).
+       (Installing Texinfo documentation): The latest version of Texinfo
+       is 4.8, not 4.0.
+       (Informational files for Emacs): COPYING is the GNU General Public
+       License, not the Emacs General Public License.
+       (Informational files for Emacs): Delete obsolete link to the
+       GNUinfo pages as they have been removed from the GNU Web site.
+       (New in Emacs 22): New node.
+       (Setting up a customization file): Say that most packages support
+       Customize nowadays.
+       (Colors on a TTY): Delete reference to instructions on how to
+       enable syntax highlighting, it is now enabled by default.
+       (Turning on abbrevs by default): Emacs now reads the abbrevs file
+       at startup automatically.
+       (Controlling case sensitivity): Mention `M-c' in isearch.
+       (Using an already running Emacs process): Emacs now creates the
+       socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
+       gnuserv.  As emacsclient can now run Lisp code as well, delete a
+       sentence praising gnuserv for that.  Simplify description of how
+       the client/server operation works.
+       (Compiler error messages): Delete obsolete text (compile.el has
+       been rewritten).
+       (Indenting switch statements): Fix typo.
+       (Matching parentheses): Simplify setup instructions, mention the
+       menu bar item in the Options menu.
+       (Repeating a command as many times as possible): Mention `C-x e'.
+       (Going to a line by number): Mention new keymap and bindings
+       `M-g M-g', `M-g M-p' and `M-g M-n'.
+       (Turning on syntax highlighting): Now on by default.  Simplify.
+       (Replacing highlighted text): Use `1', not `t'.
+       (Problems with very large files): The maximum size is now 256MB on
+       32-bit machines.
+       (^M in the shell buffer): Mention `comint-process-echoes'.
+       (Emacs for Apple computers): Emacs 22 has native support for Mac
+       OS X.
+       (Translating names to IP addresses): Delete node.
+       (Binding keys to commands): Fix typo.
+       (SPC no longer completes file names): New node.
+       (MIME with Emacs mail packages): Delete section about the Emacs
+       MIME FAQ (it's not reachable anymore).
+
+2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
+
+       * display.texi (Highlight Interactively): Include
+       global-hi-lock-mode.  Add miscellaneous details and elaborations.
+
+2005-12-09  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Font Lock): Delete the Global FL menu item.
+
+2005-12-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * custom.texi (Minibuffer Maps): Mention the maps for file name
+       completion.
+
+2005-12-09  Kim F. Storm  <storm@cua.dk>
+
+       * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
+       prefix keys even when mark is active.  Decribe that RET moves
+       cursor to next corner in rectangle; clarify insert around rectangle.
+
+2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pgg.texi (User Commands): Fix description of pgg-verify-region.
+       (Selecting an implementation): Fix descriptions.
+
+2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi (Various Message Variables): Addition.
+
+2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi: Fix default values.
+
+2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi (Header Commands): Clarify descriptions of
+       message-cross-post-followup-to, message-reduce-to-to-cc, and
+       message-insert-wide-reply.
+       (Various Commands): Fix kindex for message-kill-to-signature;
+       clarify description of message-tab.
+
+2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi (Mailing Lists): Fix description about MFT.
+
+       * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
+
+2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Slow Terminal Connection): Replace old description
+       with new one.
+
+2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
+       replace X-Draft-Headers with X-Draft-From.
+
+2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Various Various): Fix the default value of
+       nnheader-max-head-length.
+       (Gnus Versions): Fix typo.
+
+2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * custom.texi (Customization): Use xref to elisp manual for
+       non-TeX output.
+       (Minor Modes): Update.
+       (Customization Groups, Changing a Variable, Face Customization):
+       Update for new appearance of Custom buffers.
+       (Changing a Variable): `custom-buffer-done-function' has been
+       replaced by `custom-buffer-done-kill'.
+       (Specific Customization): In the `customize-group' buffer, a
+       subgroup's contents are not "hidden".  They are not included at
+       all.  They have no [Show] button.
+       (Mouse Buttons): Add pxref to description of mouse event lists in
+       Elisp manual.  Add `menu-bar' and `header-line' dummy prefix keys.
+       (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
+       ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
+
+2005-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * mini.texi (Completion Commands, Completion):
+       In file name input, SPC does not do completion.
+
+2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Structure editing): Document new functionality of
+       M-RET.
+
+2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB Graphical Interface): Explain screen size
+       setting.
+       (Other GDB User Interface Buffers): Describe features specific to
+       GDB 6.4.
+
+2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * org.texi (Internal Links): Fix Texinfo usage.
+
+2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (TODO basics): Document the global todo list.
+       (TODO items): Documents sparse tree for specific TODO
+       keywords.
+
+2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB User Interface Layout): Describe how to
+       kill associated buffers.
+       (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
+       (Watch Expressions): Be more precise.
+       (Other GDB User Interface Buffers): Describe how to change a
+       register value.
+
+2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Plain Lists): Typos fixed.
+
+2005-11-28  Jay Belanger  <belanger@truman.edu>
+
+       * calc.texi: Change references of `M-#' to `C-x *' prefix.
+
+2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Structure editing): New item moving commands added.
+       (Plain Lists): New section.
+
+2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macos.texi (Mac Input): Remove description of
+       mac-command-key-is-meta.  Add descriptions of
+       mac-control-modifier, mac-command-modifier, and
+       mac-option-modifier.
+       (Mac International): Fix description of conversion of clipboard data.
+       (Mac Font Specs): Add example of font customization by face attributes.
+
+2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (Watch Expressions): Expand description.
+       (Other GDB User Interface Buffers): Describe local map for
+       gud-watch.
+
+2005-11-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Font Lock): Font lock is enabled by default now.
+
+2005-11-20  Juri Linkov  <juri@jurta.org>
+
+       * basic.texi (Position Info): Update examples of the output.
+       Remove the fact that examples are produced in the TeXinfo buffer,
+       because in the Info reader users will get a different output from
+       `C-x ='.
+
+       * building.texi (Compilation Mode): Remove paragraph duplicated
+       from the node `Compilation'.  Add `compilation-skip-threshold'.
+
+       * display.texi (Font Lock): Suggest more user-friendly method of
+       finding all Font Lock faces (M-x customize-group RET font-lock-faces).
+
+2005-11-18  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Registering): Mention @@ in mode line.
+
+       * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
+
+2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
+
+       * files.texi (Renaming and VC): Some back-ends don't
+       handle renaming.
+
+2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
+       (Agenda): Document commands `org-cycle-agenda-files' and
+       `org-agenda-file-to-front'
+       (Built-in table editor): Document `org-table-sort-lines'.
+       (HTML formatting): Export of hand-formatted lists.
+
+2005-11-17  Juri Linkov  <juri@jurta.org>
+
+       * emacs.texi (Top):
+       * display.texi (Highlight Interactively): Put this font-lock based
+       mode near Font Lock node.
+
+2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
+       icons.
+
+2005-11-12  Kim F. Storm  <storm@cua.dk>
+
+       * help.texi (Help): Fix C-h a entry.  Add C-h d entry.
+       (Help Summary): Add C-h d and C-h e.
+       (Apropos): Clarify that all apropos commands may search for either
+       list of words or a regexp.  Add C-h d for apropos-documentation.
+       Describe apropos-documentation-sort-by-scores user option.
+
+2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
+       new variable gnus-toolbar-thickness.
+
+2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
+
+2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (X-Face): Fix description.
+       (XVarious): Remove gnus-xmas-logo-color-alist and
+       gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
+
+2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Group Parameters): Mention new varable
+       gnus-parameters-case-fold-search.
+       (Home Score File): Addition.
+
+2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * killing.texi (CUA Bindings): Add @section.
+
+2005-11-10  Kim F. Storm  <storm@cua.dk>
+
+       * emacs.texi (Top): Add CUA Bindings entry to menu.
+
+       * killing.texi (CUA Bindings): New node.  Moved here from
+       misc.texi and extended with info on rectangle commands and
+       rectangle highlighting, interface to registers, and the global
+       mark feature.
+
+       * misc.texi (Emulation): Move CUA bindings item to killing.texi.
+
+       * regs.texi: Prev link points to CUA Bindings node.
+
+2005-11-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * help.texi (Help Echo): By default, help echos are only shown on
+       mouse-over, not on point-over.
+
+2005-11-04  J\e,bi\e(Br\e,bt\e(Bme Marant  <jerome@marant.org>
+
+       * misc.texi (Shell Mode): Describe how to activate password echoing.
+
+2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
+
+       * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
+       (Overview): List supported feed types.
+       (Installation): No installation necessary when using autoload.
+       (Configuration): Rename "RSS" to "news".
+
+2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * pgg.texi (User Commands): Document additional passphrase
+       argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
+       (Backend methods): Likewise for corresponding pgg-scheme-* functions.
+
+2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi: Version number changed to 3.19
+
+2005-11-04  Romain Francoise  <romain@orebokech.com>
+
+       * mark.texi (Mark Ring): Fix typo.
+
+2005-11-03  Richard M. Stallman  <rms@gnu.org>
+
+       * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
+
+2005-11-01  Bill Wohler  <wohler@newt.com>
+
+       * help.texi (Help Mode): Fix typo.
+
+2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (Other GDB User Interface Buffers): Describe
+       the command gdb-use-inferior-io-buffer.
+
+2005-10-31  Romain Francoise  <romain@orebokech.com>
+
+       * files.texi (Compressed Files): Fix typo.
+
+       * buffers.texi (Misc Buffer): Downcase `*shell*'.
+
+       * windows.texi (Force Same Window): Likewise.
+
+2005-10-30  Bill Wohler  <wohler@newt.com>
+
+       * help.texi (Help Mode): URLs viewed with browse-url.
+
+2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB Graphical Interface): Don't reference
+       gdb-mouse-set-clear-breakpoint.  Explain gdb-mouse-until
+       must stay in same frame.
+
+2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.texi (Init File): Document ~/.emacs.d/init.el.
+
+       * anti.texi (Antinews): Likewise.
+
+2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
+
+       * pgg.texi (How to use): Update the example to add autoload of
+       pgg-encrypt-symmetric-region.
+       (User Commands): Document pgg-encrypt-symmetric-region.
+       (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
+
+2005-10-28  Bill Wohler  <wohler@newt.com>
+
+       * help.texi (Help): Help mode now creates hyperlinks for URLs.
+
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Visiting): Explain how to enter ? in a file name.
+
+       * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
+
+2005-10-27  Jay Belanger  <belanger@truman.edu>
+
+       * calc.texi (Predefined Units): Fix the symbol for a TeX points,
+       mention other TeX-related units.
+
+2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB Graphical Interface): Describe
+       gdb-mouse-until.
+
+2005-10-23  Richard M. Stallman  <rms@gnu.org>
+
+       * custom.texi (Init File): Recommend when to use site-start.el.
+
+2005-10-23  Lars Hansen  <larsh@soem.dk>
+
+       * dired-x.texi (Miscellaneous Commands): Replace
+       dired-do-relative-symlink by dired-do-relsymlink and
+       dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
+
+2005-10-23  Jay Belanger  <belanger@truman.edu>
+
+       * calc.texi (Predefined Units): Use `alpha' for the fine structure
+       constant.
+
+2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * faq.texi (Bugs and problems): Replace
+       `dired-move-to-filename-regexp' by
+       `directory-listing-before-filename-regexp'.
+
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * newsticker.texi (UPDATED): Set value.
+
+2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Document Groups): Remove duplicate item.
+
+2005-10-21  Juri Linkov  <juri@jurta.org>
+
+       * custom.texi (Examining): Mention accessing the old variable
+       value via M-n in set-variable.
+
+2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Summary): Mention iCalendar support.
+       (Exporting): Document iCalendar support.
+
+2005-10-18  Romain Francoise  <romain@orebokech.com>
+
+       * files.texi (Version Systems): Capitalize GNU.
+
+       * viper.texi (Viper Specials): Likewise.
+
+2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (Compilation Mode): Remove redundant paragraph.
+       (Watch Expressions): Remove paragraph to reflect code change.
+
+2005-10-17  Juri Linkov  <juri@jurta.org>
+
+       * info.texi (Getting Started, Search Index, Expert Info):
+       Fix wording.
+       (Search Text): Replace `echo area' with `mode line'.
+       (Search Index): Both `i' and `,' find all index entries.
+       Replace example `C-f' with `C-l' (which exists in index of Info
+       manual) and delete spaces in its keyboard input sequence.
+       Delete unnecessary explanations about literal characters.
+
+2005-10-16  Richard M. Stallman  <rms@gnu.org>
+
+       * building.texi (Compilation Mode, Compilation): Clarified.
+
+2005-10-15  Richard M. Stallman  <rms@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Mention savehist library.
+
+2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Document Server Internals): Addition.
+
+2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (A note on namespaces): Fix RFC reference.
+
+2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (RSS): Fix key description.
+
+2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi: Emacs/w3 -> Emacs/W3.
+       (Browsing the Web): Fix description.
+       (Web Searches): Ditto.
+       (Customizing W3): Ditto.
+
+2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Maildir): Clarify expire-age and expire-group.
+
+2005-10-13  Kenichi Handa  <handa@m17n.org>
+
+       * basic.texi (Position Info): Fix previous change.
+
+2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * cmdargs.texi (Icons X): Fix typo.
+
+2005-10-12  Kenichi Handa  <handa@m17n.org>
+
+       * basic.texi (Position Info): Describe the case that Emacs shows
+       "part of display ...".
+
+2005-10-11  Jay Belanger  <belanger@truman.edu>
+
+       * calc.texi (Integration): Mention using `a i' to compute definite
+       integrals.
+
+2005-10-11  Juri Linkov  <juri@jurta.org>
+
+       * info.texi: Rearrange nodes.
+       (Top): Update menu.  Change ref `Info for Experts' to
+       `Advanced Info Commands'.
+       (Getting Started): Fix description of manual's parts.
+       (Help-Int): Change xref `Info Search' to `Search Index', and
+       `Expert Info' to `Advanced'.
+       (Advanced): Move node one level up.
+       (Search Text, Search Index): New nodes split out from `Info Search'.
+       (Go to node, Choose menu subtopic, Create Info buffer): New nodes
+       split out from `Advanced'.
+       (Advanced, Emacs Info Variables): De-document editing an Info file
+       in Info.
+       (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
+       (Creating an Info File): Delete node and move its text to
+       `Expert Info'.
+
+2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * cmdargs.texi (Icons X): -nb => -nbi
+
+2005-10-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Speedbar): A couple more clarifications.
+
+2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB User Interface Layout): Improve diagram.
+       (Watch Expressions): Explain how to make speedbar global.
+       (Other GDB User Interface Buffers): Make references more precise.
+
+2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Workflow states): Documented that change in keywords
+       becomes active only after restart of Emacs.
+
+2005-10-09  Richard M. Stallman  <rms@gnu.org>
+
+       * frames.texi (Speedbar): Clarify the text.
+
+2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Speedbar): Add information on keybindings,
+       dismissing the speedbar, and buffer display mode.  Link to
+       speedbar manual.
+
 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type, 
+       * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
        added -nb, --no-bitmap-icon.
 
 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
 
        * frames.texi (Tooltips): Tooltip mode is enabled by default.
-       Delete redundant reference to tooltip Custom group.   It is
+       Delete redundant reference to tooltip Custom group.  It is
        referred too again in the next paragraph.
 
 2005-04-24  Richard M. Stallman  <rms@gnu.org>