*** empty log message ***
[bpt/emacs.git] / man / ChangeLog
index 73c842d..73248c6 100644 (file)
@@ -1,3 +1,585 @@
+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,
+       added -nb, --no-bitmap-icon.
+
+2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.0.51.
+
+2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.texi (Introduction): Describe new location of speedbar
+       on menubar.
+       (Basic Key Bindings): Remove descriptions of bindings that have
+       been removed.
+
+2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (GDB Graphical Interface): Add variables and
+       functions to indices.  Be more precise.
+
+2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.texi (GDB): Describe use of watch expressions.
+
+2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Drag and Drop): Remove the x- from
+       x-dnd-open-file-other-window and xdnd-protocol-alist.
+
+2005-09-30  Romain Francoise  <romain@orebokech.com>
+
+       * mini.texi (Minibuffer): The default value now appears before the
+       colon in minibuffer prompts.
+
+2005-09-28  Simon Josefsson  <jas@extundo.com>
+
+       * message.texi (IDNA): Fix.
+
+2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
+       nntp-server-hook, and nntp-warn-about-losing-connection; fix
+       description of nntp-open-connection-function.
+       (Common Variables): Fix descriptions.
+
+2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Server Buffer Format): Document the %a format spec.
+
+2005-09-25  Richard M. Stallman  <rms@gnu.org>
+
+       * search.texi (Regexp Search): Doc search-whitespace-regexp.
+
+2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
+
+2005-09-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
+
+       * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
+
+2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi Version 3.16
+
+2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * emacs.texi (Top): Update submenus from macos.texi.
+
+       * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
+       (Mac OS): Update feature support status.
+       (Mac Input): List supported input scripts.  Remove description
+       about `mac-keyboard-text-encoding'.  Mention mouse button
+       emulation and related variables.
+       (Mac International): Mention Central European and Cyrillic
+       support.  Now `keyboard-coding-system' is dynamically changed.
+       Add description about coding system for selection.  Add
+       description about language environment.
+       (Mac Environment Variables): Mention
+       `~/.MacOSX/environment.plist'.  Give example of command line
+       arguments.  Add Preferences support.
+       (Mac Directories): Explicitly state that this node is for Mac OS
+       Classic only.
+       (Mac Font Specs): Mention specification for scalable fonts.  List
+       supported charsets.  Add preferred way of creating fontsets.  Add
+       description about `mac-allow-anti-aliasing'.
+       (Mac Functions): Add descriptions about `mac-set-file-creator',
+       `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
+       and `mac-get-preference'.
+
+2005-09-19  Miles Bader  <miles@gnu.org>
+
+       * newsticker.texi: Get rid of CVS keywords.
+
 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Finding the Parent): Fix description of how Gnus
 
 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
 
-       * gnus.texi (Advanced Scoring Examples): New exmples to teach how
+       * gnus.texi (Advanced Scoring Examples): New examples to teach how
        to drop off non-answered articles.
 
 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
 
-       * makefile.w32-in (newsticker.dvi): Fix erroneous use of curly
-       brackets on macro `srcdir'.
+       * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
+       braces (which are unsupported by NMAKE) for macro `srcdir'.
 
 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
 
 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>
 
 2004-02-29  Juanma Barranquero  <lektu@terra.es>
 
-       * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
-       $(DEL) instead of rm, and ignore exit code.
+       * makefile.w32-in (mostlyclean, clean, maintainer-clean):
+       Use $(DEL) instead of rm, and ignore exit code.
 
 2004-02-29  Kai Grossjohann  <kgrossjo@eu.uu.net>