bpt/emacs.git
16 years agoCorrect buggy dispatch logic.
Eric S. Raymond [Sun, 4 May 2008 23:24:49 +0000 (23:24 +0000)]
Correct buggy dispatch logic.

16 years ago(Fw32_battery_status): Fix computation of %t (h:min) format.
Juanma Barranquero [Sun, 4 May 2008 23:20:35 +0000 (23:20 +0000)]
(Fw32_battery_status): Fix computation of %t (h:min) format.

16 years ago(mailcap-replace-in-string): New compatibility alias.
Juri Linkov [Sun, 4 May 2008 23:12:26 +0000 (23:12 +0000)]
(mailcap-replace-in-string): New compatibility alias.
(mailcap-file-default-commands): Use mailcap-replace-in-string
instead of replace-regexp-in-string, and mailcap-delete-duplicates
instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 4 May 2008 19:46:16 +0000 (19:46 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 4 May 2008 19:46:02 +0000 (19:46 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1141

16 years agoAdd arch tagline
Miles Bader [Sun, 4 May 2008 19:27:58 +0000 (19:27 +0000)]
Add arch tagline

16 years agoTypo fix.
Eric S. Raymond [Sun, 4 May 2008 13:20:50 +0000 (13:20 +0000)]
Typo fix.

16 years agoBug fix for vc-dispatcher split.
Eric S. Raymond [Sun, 4 May 2008 13:17:33 +0000 (13:17 +0000)]
Bug fix for vc-dispatcher split.

16 years ago*** empty log message ***
Michael Albinus [Sun, 4 May 2008 11:45:43 +0000 (11:45 +0000)]
*** empty log message ***

16 years ago* NEWS: Reword previous commit.
Reiner Steib [Sun, 4 May 2008 10:23:41 +0000 (10:23 +0000)]
* NEWS: Reword previous commit.
* NEWS.22: Document removal of duplicated "alt-" input methods.

16 years agoDocument removal of duplicated "alt-" input methods.
Reiner Steib [Sun, 4 May 2008 10:22:59 +0000 (10:22 +0000)]
Document removal of duplicated "alt-" input methods.

16 years agoRequire dired when compiling.
Andreas Schwab [Sun, 4 May 2008 09:32:39 +0000 (09:32 +0000)]
Require dired when compiling.

16 years ago(completion--insert-strings): Don't delete past
Andreas Schwab [Sun, 4 May 2008 09:30:57 +0000 (09:30 +0000)]
(completion--insert-strings): Don't delete past
bol.

16 years ago(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Sun, 4 May 2008 00:32:24 +0000 (00:32 +0000)]
(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
Create bitmap context in native byte order.

16 years ago[USE_MAC_IMAGE_IO] (image_load_image_io):
YAMAMOTO Mitsuharu [Sun, 4 May 2008 00:31:59 +0000 (00:31 +0000)]
[USE_MAC_IMAGE_IO] (image_load_image_io):
Create bitmap context in native byte order.

16 years agoDerek Upham <sand at blarg.net> (tiny change)
Glenn Morris [Sat, 3 May 2008 21:07:14 +0000 (21:07 +0000)]
Derek Upham <sand at blarg.net> (tiny change)

xfonts-jmk has correct UNDERLINE_POSITION from 3.0.17 onwards.

16 years agoSimplify compilation requirements.
Glenn Morris [Sat, 3 May 2008 20:53:53 +0000 (20:53 +0000)]
Simplify compilation requirements.

16 years agoRemove unnecessary variable declarations.
Glenn Morris [Sat, 3 May 2008 20:50:51 +0000 (20:50 +0000)]
Remove unnecessary variable declarations.

16 years agoFix typo.
Glenn Morris [Sat, 3 May 2008 20:24:45 +0000 (20:24 +0000)]
Fix typo.

16 years agoRegenerate.
Glenn Morris [Sat, 3 May 2008 20:17:10 +0000 (20:17 +0000)]
Regenerate.

16 years ago(MAKEINFO): New, set by configure.
Glenn Morris [Sat, 3 May 2008 20:16:45 +0000 (20:16 +0000)]
(MAKEINFO): New, set by configure.
(install-arch-indep): Without makeinfo, ignore any missing manuals.
(info-real): New target.
(info): Without makeinfo, do nothing, else call `info-real'.

16 years ago(--without-makeinfo): New option. If set, absence of suitable
Glenn Morris [Sat, 3 May 2008 20:16:15 +0000 (20:16 +0000)]
(--without-makeinfo): New option.  If set, absence of suitable
makeinfo is not a fatal error.

16 years agoCorrect authorship of patch from Red Hat.
Glenn Morris [Sat, 3 May 2008 19:04:09 +0000 (19:04 +0000)]
Correct authorship of patch from Red Hat.

16 years agoCorrect authorship of patch from Red Hat.
Glenn Morris [Sat, 3 May 2008 19:03:37 +0000 (19:03 +0000)]
Correct authorship of patch from Red Hat.

16 years agoRegenerate.
Glenn Morris [Sat, 3 May 2008 19:01:26 +0000 (19:01 +0000)]
Regenerate.

16 years ago(x_libraries): Remove standard 64-bit directories - experimental
Glenn Morris [Sat, 3 May 2008 18:59:40 +0000 (18:59 +0000)]
(x_libraries): Remove standard 64-bit directories - experimental
workaround for minor autoconf bug.

16 years agoThe following input methods were removed in Emacs 22.2...
Glenn Morris [Sat, 3 May 2008 18:57:42 +0000 (18:57 +0000)]
The following input methods were removed in Emacs 22.2...

16 years agoDave Love <fx at gnu.org>
Glenn Morris [Sat, 3 May 2008 18:51:41 +0000 (18:51 +0000)]
Dave Love  <fx at gnu.org>

(python-beginning-of-statement): Loop at least once (fixes 2008-02-21 change).

16 years ago(Fset_char_table_range): If range is t, really set all chars to that value.
Stefan Monnier [Sat, 3 May 2008 14:31:55 +0000 (14:31 +0000)]
(Fset_char_table_range): If range is t, really set all chars to that value.

16 years agoAnother refactoring step.
Eric S. Raymond [Sat, 3 May 2008 13:16:19 +0000 (13:16 +0000)]
Another refactoring step.

16 years agoRefactoring step.
Eric S. Raymond [Sat, 3 May 2008 13:07:18 +0000 (13:07 +0000)]
Refactoring step.

16 years agoSmall refactoring step.
Eric S. Raymond [Sat, 3 May 2008 12:42:54 +0000 (12:42 +0000)]
Small refactoring step.

16 years agoReorganze VC todo list.
Eric S. Raymond [Sat, 3 May 2008 12:06:42 +0000 (12:06 +0000)]
Reorganze VC todo list.

16 years agoMoved most of vc-dir from vc.el to vc-dispatcher.el.
Eric S. Raymond [Sat, 3 May 2008 11:46:05 +0000 (11:46 +0000)]
Moved most of vc-dir from vc.el to vc-dispatcher.el.

16 years agoUnbreak bootstrap.
Andreas Schwab [Sat, 3 May 2008 11:15:08 +0000 (11:15 +0000)]
Unbreak bootstrap.

16 years agoMove VC-Dired code from vc.el to vc-dispatcher.el.
Eric S. Raymond [Sat, 3 May 2008 10:47:28 +0000 (10:47 +0000)]
Move VC-Dired code from vc.el to vc-dispatcher.el.

16 years ago(ls-lisp-insert-directory): Use `string-width' instead of `length'
Eli Zaretskii [Sat, 3 May 2008 10:28:39 +0000 (10:28 +0000)]
(ls-lisp-insert-directory): Use `string-width' instead of `length'
for comparing length of user and group names.

16 years agoMove context-preservation machinery.
Eric S. Raymond [Sat, 3 May 2008 10:18:08 +0000 (10:18 +0000)]
Move context-preservation machinery.

16 years ago(Ffile_attributes): Don't allow the device number become negative.
Eli Zaretskii [Sat, 3 May 2008 10:17:22 +0000 (10:17 +0000)]
(Ffile_attributes): Don't allow the device number become negative.

16 years ago(Ffile_attributes): Don't allow the device number become negative.
Eli Zaretskii [Sat, 3 May 2008 10:11:22 +0000 (10:11 +0000)]
(Ffile_attributes): Don't allow the device number become negative.

16 years agoMove the command-closure machinery to vc-dispatcher.el.
Eric S. Raymond [Sat, 3 May 2008 09:45:20 +0000 (09:45 +0000)]
Move the command-closure machinery to vc-dispatcher.el.

16 years ago(lisp2): Add epa-file-hook.elc, to track the corresponding change
Eli Zaretskii [Sat, 3 May 2008 09:33:21 +0000 (09:33 +0000)]
(lisp2): Add epa-file-hook.elc, to track the corresponding change
in src/Makefile.in.

16 years agoPartially undo the dispatcher split, it needs to happen more gradually
Eric S. Raymond [Sat, 3 May 2008 09:28:04 +0000 (09:28 +0000)]
Partially undo the dispatcher split, it needs to happen more gradually
to avoid breaking things.

16 years agoRemove logentry primitive from backend API.
Eric S. Raymond [Sat, 3 May 2008 07:39:17 +0000 (07:39 +0000)]
Remove logentry primitive from backend API.

16 years agovc-dispatcher layer separation.
Eric S. Raymond [Sat, 3 May 2008 07:06:34 +0000 (07:06 +0000)]
vc-dispatcher layer separation.

16 years agoAppend to another to-do comment.
Eric S. Raymond [Sat, 3 May 2008 06:10:56 +0000 (06:10 +0000)]
Append to another to-do comment.

16 years agoAdded to-do items.
Eric S. Raymond [Sat, 3 May 2008 06:01:19 +0000 (06:01 +0000)]
Added to-do items.

16 years agoAdd epa-file-hook.elc to shortlisp as well.
Daiki Ueno [Fri, 2 May 2008 22:22:03 +0000 (22:22 +0000)]
Add epa-file-hook.elc to shortlisp as well.

16 years ago(lisp): Add epa-file-hook.elc.
Daiki Ueno [Fri, 2 May 2008 21:53:02 +0000 (21:53 +0000)]
(lisp): Add epa-file-hook.elc.

16 years ago* progmodes/compile.el (compilation-start): Move setting of
Sam Steingold [Fri, 2 May 2008 18:37:07 +0000 (18:37 +0000)]
* progmodes/compile.el (compilation-start): Move setting of
compilation-directory after (funcall mode) as that resets local
variables, this fixes recompile in grep buffers.
* grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).

16 years ago(octave-abbrev-table): Move defvar and
Stefan Monnier [Fri, 2 May 2008 18:32:18 +0000 (18:32 +0000)]
(octave-abbrev-table): Move defvar and
initialization into define-abbrev-table.  Use :regexp.
(octave-mode-syntax-table): Don't set word syntax for `.

16 years agoShould have gone in with previous commit.
Eric S. Raymond [Fri, 2 May 2008 17:53:14 +0000 (17:53 +0000)]
Should have gone in with previous commit.

16 years agoClean up vc*-revision-granularity and vc*-checkout-model.
Eric S. Raymond [Fri, 2 May 2008 17:47:25 +0000 (17:47 +0000)]
Clean up vc*-revision-granularity and vc*-checkout-model.

16 years ago(dired-format-columns-of-files): Use completion--insert-strings.
Stefan Monnier [Fri, 2 May 2008 17:39:02 +0000 (17:39 +0000)]
(dired-format-columns-of-files): Use completion--insert-strings.

16 years ago(completion--insert-strings): Use string-width rather than length.
Stefan Monnier [Fri, 2 May 2008 17:32:51 +0000 (17:32 +0000)]
(completion--insert-strings): Use string-width rather than length.

16 years ago(minibuffer-with-setup-hook): Allow `fun' expressions rather than only value.
Stefan Monnier [Fri, 2 May 2008 17:22:04 +0000 (17:22 +0000)]
(minibuffer-with-setup-hook): Allow `fun' expressions rather than only value.

16 years ago(dired-read-dir-and-switches):
Stefan Monnier [Fri, 2 May 2008 17:20:07 +0000 (17:20 +0000)]
(dired-read-dir-and-switches):
Set minibuffer-completing-file-name and call substitute-in-file-name.

16 years ago(completion-hilit-commonality): Revert last change:
Stefan Monnier [Fri, 2 May 2008 17:02:52 +0000 (17:02 +0000)]
(completion-hilit-commonality): Revert last change:
the leftover code was actually useful.

16 years agoCorrect a comment.
Chong Yidong [Fri, 2 May 2008 15:58:16 +0000 (15:58 +0000)]
Correct a comment.

16 years ago* vc.el (vc-dir-mode-map): Enable mouse bindings.
Sam Steingold [Fri, 2 May 2008 14:37:39 +0000 (14:37 +0000)]
* vc.el (vc-dir-mode-map): Enable mouse bindings.
(vc-at-event): New macro: run the body at the even location.
(vc-dir-menu, vc-dir-toggle-mark): Use it.
(vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
* subr.d (mouse-event-p): Check if the even is mouse-related.

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 2 May 2008 12:43:30 +0000 (12:43 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1139

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 2 May 2008 12:12:44 +0000 (12:12 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1137

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 09:54:25 +0000 (09:54 +0000)]
*** empty log message ***

16 years ago(gmm, gmm-verbose, gmm-lazy, gmm-customize-mode,
Juanma Barranquero [Fri, 2 May 2008 09:48:29 +0000 (09:48 +0000)]
(gmm, gmm-verbose, gmm-lazy, gmm-customize-mode,
gmm-image-load-path-for-library): Fix typos in docstrings.
(gmm-message): Reflow docstring.

16 years ago[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:40:19 +0000 (09:40 +0000)]
[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
Include AvailabilityMacros.h.
(USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
(LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.

16 years ago(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:31 +0000 (09:39 +0000)]
(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
(RED_FROM_ULONG): Mask off higher bits.
(mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.

16 years ago(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:23 +0000 (09:39 +0000)]
(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
Make variable non-static.
(XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.

16 years ago(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:12 +0000 (09:39 +0000)]
(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.

16 years ago(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:01 +0000 (09:39 +0000)]
(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
New definitions for Image I/O support.
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
(mac_data_provider_release_data, image_load_image_io)
[USE_MAC_IMAGE_IO]: New functions.
(CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
(MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
(init_image_func_pointer) [MAC_OSX]: Remove function.
(image_load_quartz2d) [MAC_OSX]: Check availability of
CGImageCreateWithPNGDataProvider at compile time.
Use lowercase `false' for boolean constant.
(png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
Use image_load_image_io.
(png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
Don't check MyCGImageCreateWithPNGDataProvider.
(init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
Don't call init_image_func_pointer.

16 years agoRegenerate.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:52 +0000 (09:38 +0000)]
Regenerate.

16 years agoCheck availability of AvailabilityMacros.h
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:39 +0000 (09:38 +0000)]
Check availability of AvailabilityMacros.h
if HAVE_CARBON.

16 years ago* configure: Regenerate.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:18 +0000 (09:38 +0000)]
* configure: Regenerate.

16 years ago(Moving subtrees): Fix typo.
Juanma Barranquero [Fri, 2 May 2008 09:37:50 +0000 (09:37 +0000)]
(Moving subtrees): Fix typo.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 09:33:08 +0000 (09:33 +0000)]
*** empty log message ***

16 years ago(vc-call, vc-state): Fix typos in docstrings.
Juanma Barranquero [Fri, 2 May 2008 09:19:29 +0000 (09:19 +0000)]
(vc-call, vc-state): Fix typos in docstrings.
(vc-default-state-heuristic): Doc fix.

16 years ago(highlight-changes-mode): Removed references to hooks that no longer exist.
Juanma Barranquero [Fri, 2 May 2008 08:51:17 +0000 (08:51 +0000)]
(highlight-changes-mode): Removed references to hooks that no longer exist.
Because define-minor-mode is used the hook highlight-changes-mode-hook exists
and can do what both the old hooks used to do.  The documentation at the top
of the file was updated to demonstrate this.
(highlight-changes-mode): Remove commented out call to a hook function that
is no longer there.
(hilit-chg-set): Remove running of highlight-changes-enable-hook.

16 years agoAdd arch tagline
Miles Bader [Fri, 2 May 2008 08:38:57 +0000 (08:38 +0000)]
Add arch tagline

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 08:12:59 +0000 (08:12 +0000)]
*** empty log message ***

16 years agoMore preparation for removing dired.
Eric S. Raymond [Fri, 2 May 2008 07:47:18 +0000 (07:47 +0000)]
More preparation for removing dired.

16 years agoFix some comments to remove references to vc-dired.
Eric S. Raymond [Fri, 2 May 2008 07:38:11 +0000 (07:38 +0000)]
Fix some comments to remove references to vc-dired.

16 years agovc-toggle-read-only is no longer a good idea.
Eric S. Raymond [Fri, 2 May 2008 07:20:33 +0000 (07:20 +0000)]
vc-toggle-read-only is no longer a good idea.

16 years agoThe day wehen vc-toggle-ready-only was a good idea is long gone.
Eric S. Raymond [Fri, 2 May 2008 07:12:59 +0000 (07:12 +0000)]
The day wehen vc-toggle-ready-only was a good idea is long gone.

16 years agoName change in preparation for ripping out vc-dired.
Eric S. Raymond [Fri, 2 May 2008 06:56:59 +0000 (06:56 +0000)]
Name change in preparation for ripping out vc-dired.

16 years agoBetter error message on missing files.
Eric S. Raymond [Fri, 2 May 2008 03:52:08 +0000 (03:52 +0000)]
Better error message on missing files.

16 years ago(vc-rcs-state): Fix typos.
Dan Nicolaescu [Fri, 2 May 2008 03:48:17 +0000 (03:48 +0000)]
(vc-rcs-state): Fix typos.

16 years ago(vc-register): Change argument order so that the prefix
Dan Nicolaescu [Fri, 2 May 2008 03:47:14 +0000 (03:47 +0000)]
(vc-register): Change argument order so that the prefix
argument is assigned correctly.
(vc-next-action, vc-dir-register): Update for the above change.

16 years agoMore informative message when a fileset is in a mixed state.
Eric S. Raymond [Fri, 2 May 2008 03:38:16 +0000 (03:38 +0000)]
More informative message when a fileset is in a mixed state.

16 years agoDon't commit right after deletion.
Eric S. Raymond [Fri, 2 May 2008 03:30:10 +0000 (03:30 +0000)]
Don't commit right after deletion.

16 years agoRemove unneeded TODO item in comment.
Eric S. Raymond [Fri, 2 May 2008 03:23:53 +0000 (03:23 +0000)]
Remove unneeded TODO item in comment.

16 years agoAdd the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
Juri Linkov [Fri, 2 May 2008 01:04:16 +0000 (01:04 +0000)]
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.

16 years ago(Text from Minibuffer): Document a list of default values for `read-from-minibuffer'.
Juri Linkov [Fri, 2 May 2008 01:03:38 +0000 (01:03 +0000)]
(Text from Minibuffer): Document a list of default values for `read-from-minibuffer'.

16 years ago(Fread_from_minibuffer, Fread_string, Fread_command)
Juri Linkov [Fri, 2 May 2008 01:02:46 +0000 (01:02 +0000)]
(Fread_from_minibuffer, Fread_string, Fread_command)
(Fread_variable, Fread_buffer, Fcompleting_read): Document
the DEFAULT argument as a list of default values in docstrings.

16 years ago(compilation-auto-jump): Set window point to `pos' explicitly.
Juri Linkov [Thu, 1 May 2008 23:56:52 +0000 (23:56 +0000)]
(compilation-auto-jump): Set window point to `pos' explicitly.

16 years ago(occur-read-primary-args): Set default to the car of
Juri Linkov [Thu, 1 May 2008 23:55:44 +0000 (23:55 +0000)]
(occur-read-primary-args): Set default to the car of
regexp-history and display it in the prompt, but don't add to the
list of minibuffer defaults.  Bind history-add-new-input to nil to
not add automatically `default'.  For empty input return `default'.
Otherwise, add `input' to regexp-history and return it.
(occur-1): Signal an error for the empty regexp.

16 years ago(BASE_PURESIZE): Increase to 1210000.
Chong Yidong [Thu, 1 May 2008 22:53:09 +0000 (22:53 +0000)]
(BASE_PURESIZE): Increase to 1210000.

16 years ago* puresize.h (BASE_PURESIZE): Increase to 1210000.
Chong Yidong [Thu, 1 May 2008 22:53:02 +0000 (22:53 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1210000.

16 years agoRemove some XXX comments no longer needed.
Eric S. Raymond [Thu, 1 May 2008 19:28:56 +0000 (19:28 +0000)]
Remove some XXX comments no longer needed.

16 years agoChange 'needs-patch to 'needs-update.
Eric S. Raymond [Thu, 1 May 2008 19:13:16 +0000 (19:13 +0000)]
Change 'needs-patch to 'needs-update.

16 years ago(vc-delete-file): Check if the file has uncommitted changed.
Sam Steingold [Thu, 1 May 2008 17:46:27 +0000 (17:46 +0000)]
(vc-delete-file): Check if the file has uncommitted changed.

16 years agoComment cleanup (no code change).
Eric S. Raymond [Thu, 1 May 2008 16:40:14 +0000 (16:40 +0000)]
Comment cleanup (no code change).