diff lisp/ChangeLog @ 33786:9f63b158eb6b

* simple.el (delete-trailing-whitespace): New interactive function. * progmodes/ada-mode.el (ada-mode): Use it instead of `ada-remove-trailing-spaces' (ada-remove-trailing-spaces): Removed. * textmodes/two-column.el (2C-merge): Recommend it in the doc. * textmodes/picture.el (picture-mode-exit): Call it instead of `picture-clean'. (picture-clean): Removed.
author Sam Steingold <sds@gnu.org>
date Wed, 22 Nov 2000 20:59:39 +0000
parents 78bc77a659c8
children 7cb7e5a3030c
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 22 19:54:36 2000 +0000
+++ b/lisp/ChangeLog	Wed Nov 22 20:59:39 2000 +0000
@@ -1,3 +1,14 @@
+2000-11-22  Sam Steingold  <sds@gnu.org>
+
+	* simple.el (delete-trailing-whitespace): New interactive function.
+	* progmodes/ada-mode.el (ada-mode): Use it instead of
+	`ada-remove-trailing-spaces'
+	(ada-remove-trailing-spaces): Removed.
+	* textmodes/two-column.el (2C-merge): Recommend it in the doc.
+	* textmodes/picture.el (picture-mode-exit): Call it instead of
+	`picture-clean'.
+	(picture-clean): Removed.
+
 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
 
 	* frame.el (show-cursor-in-non-selected-windows): Doc fix.
@@ -36,12 +47,12 @@
 	* recentf.el (recentf-menu-items-for-commands)
 	(recentf-make-menu-items, recentf-make-menu-item)
 	(recentf-filter-changer): Added :help and :active menu-item properties.
-	
+
 	(recentf-build-dir-rules, recentf-dump-variable)
 	(recentf-edit-list, recentf-open-files-item)
 	(recentf-open-files): Replaced unnecessary `mapcar' with new
 	built-in `mapc'.
-	
+
 2000-11-23  Miles Bader  <miles@gnu.org>
 
 	* faces.el (menu): Make inverse-video on ttys too.
@@ -66,7 +77,7 @@
 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
 
 	* ediff-util.el (ediff-file-checked-out-p)
-	(ediff-file-checked-in-p): Call vc-state instead of 
+	(ediff-file-checked-in-p): Call vc-state instead of
 	vc-locking-user, which no longer exists.
 
 	* emulation/viper-util.el (viper-file-checked-in-p): Same as above.
@@ -78,7 +89,7 @@
 
 2000-11-22  Miles Bader  <miles@gnu.org>
 
-	* textmodes/refill.el (refill-adjust-ignorable-overlay) 
+	* textmodes/refill.el (refill-adjust-ignorable-overlay)
 	(refill-fill-paragraph-at): Remove debugging code.
 
 	* calendar/calendar.el (generate-calendar-window): When we don't
@@ -176,18 +187,18 @@
 
 	* font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
 	javadoc tags.
-	
+
 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
 
 	* vc.el, vc-hooks.el: Undo prev change (moved functions back to
 	vc.el).
 
-	* vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p, 
+	* vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
 	require vc.
-	
-	* vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style 
+
+	* vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
 	checkouts.
-	
+
 2000-11-20  Dave Love  <fx@gnu.org>
 
 	* Makefile.in (DONTCOMPILE): Omit bindings.el.
@@ -204,15 +215,15 @@
 
 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
 
-	* vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here, 
+	* vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
 	and differentiate according to checkout model.
 	(vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
 	since this function is only concerned with master state.
 
-	* vc-hooks.el (vc-workfile-unchanged-p, 
+	* vc-hooks.el (vc-workfile-unchanged-p,
 	vc-default-workfile-unchanged-p): Moved here from vc.el.
 
-	* vc.el (vc-workfile-unchanged-p, 
+	* vc.el (vc-workfile-unchanged-p,
 	vc-default-workfile-unchanged-p): See above.
 
 2000-11-19  Miles Bader  <miles@gnu.org>
@@ -223,12 +234,12 @@
 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
 
 	* ps-print.el: Update copyright notice.
-	
+
 	* tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
 	(tooltip-show): Use the offsets.
 
 	* bindings.el (mode-line-modified): Fix a typo.
-	(mode-line-toggle-modified, mode-line-widen) 
+	(mode-line-toggle-modified, mode-line-widen)
 	(mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
 
 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
@@ -255,24 +266,24 @@
 	(vc-default-check-headers): New function.
 
 	* vc-{cvs,rcs,sccs}.el: Functions reordered.
-	
-	* vc.el (vc-revert-buffer): Ask for confirmation if file seems 
+
+	* vc.el (vc-revert-buffer): Ask for confirmation if file seems
 	up-to-date.
-	(vc-do-command): In the asynchronous case, output messages only if 
+	(vc-do-command): In the asynchronous case, output messages only if
 	the minibuffer is not active.
 
-	* vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if 
+	* vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
 	`vc-cvs-use-edit' is on.
-	(vc-cvs-checkout): When this is used for reverting the workfile, 
-	make a backup of the original contents and revert to that in case 
+	(vc-cvs-checkout): When this is used for reverting the workfile,
+	make a backup of the original contents and revert to that in case
 	of error.
-	(vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for 
+	(vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
 	remote repositories.
-	
+
 	* vc.el (vc-annotate): Changed handling of prefix arg; now asks
 	for both version and ratio in the minibuffer.
 
-	* vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.  
+	* vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
 	Use vc-do-command to perform the annotation, not call-process.
 
 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
@@ -291,7 +302,7 @@
 
 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
 
-	* net/ange-ftp.el (ange-ftp-file-writable-p) 
+	* net/ange-ftp.el (ange-ftp-file-writable-p)
 	(ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
 	ange-ftp-process-verbose to nil.
 
@@ -445,7 +456,7 @@
 	available, using :enable to (de)activate them.
 	(gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
 	(gud-mode-map): New map.
-	(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file) 
+	(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
 	(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
 	Don't set up gud's menu (it's done by the minor-mode).
 	(gud-minibuffer-local-map): New.
@@ -651,7 +662,7 @@
 	(texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
 	(texinfo-update-the-node, texinfo-sequentially-update-the-node)
 	(texinfo-update-menu-same-level-regexps): Update.
-	(texinfo-update-node, texinfo-every-node-update) 
+	(texinfo-update-node, texinfo-every-node-update)
 	(texinfo-sequential-node-update): Remove autoload cookie.
 
 	* textmodes/texinfo.el (texinfo-section-list): Change majorheading.
@@ -680,7 +691,7 @@
 	(make-mode-line-mouse2-map): Rewritten.
 	(mode-line-modified, mode-line-format, minor-mode-alist): Use new
 	functions so that C-h k can show something with a doc string.
-	
+
 	* startup.el (fancy-splash-delay): Set to 10 seconds.
 	(fancy-splash-max-time): New user-option.
 	(fancy-splash-stop-time): New variable.
@@ -785,20 +796,20 @@
 	* frame.el (after-setting-font-hook): Rename hooks -> hook.
 	(set-frame-font): Use the new name (and the old for compatibility).
 
-	* toolbar/tool-bar.el (tool-bar-mode): 
-	* time.el (display-time-mode): 
-	* recentf.el (recentf-mode): 
-	* paren.el (show-paren-mode): 
-	* mwheel.el (mouse-wheel-mode): 
-	* msb.el (msb-mode): 
-	* jka-compr.el (auto-compression-mode): 
-	* image-file.el (auto-image-file-mode): 
-	* hl-line.el (hl-line-mode): 
-	* delsel.el (delete-selection-mode): 
-	* autoinsert.el (auto-insert-mode): 
+	* toolbar/tool-bar.el (tool-bar-mode):
+	* time.el (display-time-mode):
+	* recentf.el (recentf-mode):
+	* paren.el (show-paren-mode):
+	* mwheel.el (mouse-wheel-mode):
+	* msb.el (msb-mode):
+	* jka-compr.el (auto-compression-mode):
+	* image-file.el (auto-image-file-mode):
+	* hl-line.el (hl-line-mode):
+	* delsel.el (delete-selection-mode):
+	* autoinsert.el (auto-insert-mode):
 	* complete.el (partial-completion-mode): Drop unneeded positional args.
 
-	* info.el (Info-mode): 
+	* info.el (Info-mode):
 	* comint.el (comint-mode): Don't both with make-local-hook.
 
 	* log-edit.el (log-edit-menu): New menu.
@@ -839,7 +850,7 @@
 
 2000-11-02  Miles Bader  <miles@gnu.org>
 
-	* calendar/calendar.el (diary-face, calendar-today-face) 
+	* calendar/calendar.el (diary-face, calendar-today-face)
 	(holiday-face): Remove dependency on `window-system'.
 
 2000-11-02  Ken Raeburn  <raeburn@gnu.org>