changeset 63044:c0b03fb8ef01

Formatting fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Jun 2005 06:19:52 +0000
parents 0d80c265ab40
children 872de430453e
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 06 06:16:05 2005 +0000
+++ b/lisp/ChangeLog	Mon Jun 06 06:19:52 2005 +0000
@@ -10,16 +10,16 @@
 	(gdb-find-file-hook): Add doc string.
 
 	* progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
-	 C dereferenced pointer expression.
+	C dereferenced pointer expression.
 	(gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
 
 	* toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
 
-	* toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm,
-	toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm,
-	toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm,
-	toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm,
-	toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
+	* toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
+	* toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
+	* toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
+	* toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
+	* toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
 	Make background transparent.
 
 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>