]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago(erc-noncommands-list, noncommands, erc-control-characters,
Juanma Barranquero [Mon, 5 May 2008 22:50:58 +0000 (22:50 +0000)]
(erc-noncommands-list, noncommands, erc-control-characters,
erc-interpret-controls-p, erc-interpret-mirc-color): Fix typos in docstrings.
(erc-controls-highlight): Reflow docstring.

16 years agoMore policy-mechanism separation.
Eric S. Raymond [Mon, 5 May 2008 22:33:44 +0000 (22:33 +0000)]
More policy-mechanism separation.

16 years agoFix typo in comment.
Juanma Barranquero [Mon, 5 May 2008 22:11:15 +0000 (22:11 +0000)]
Fix typo in comment.

16 years agoFix typo.
Juanma Barranquero [Mon, 5 May 2008 22:10:51 +0000 (22:10 +0000)]
Fix typo.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 5 May 2008 20:40:20 +0000 (20:40 +0000)]
*** empty log message ***

16 years ago(delete-other-windows-vertically): New function.
Sam Steingold [Mon, 5 May 2008 20:12:24 +0000 (20:12 +0000)]
(delete-other-windows-vertically): New function.

16 years ago(dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case.
Stefan Monnier [Mon, 5 May 2008 19:27:54 +0000 (19:27 +0000)]
(dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case.

16 years agoxref to standalone info manual
Karl Berry [Mon, 5 May 2008 18:23:49 +0000 (18:23 +0000)]
xref to standalone info manual

16 years agoActually supply needed arguments.
Eric S. Raymond [Mon, 5 May 2008 18:21:27 +0000 (18:21 +0000)]
Actually supply needed arguments.

16 years agoAvoid passing default nil argument.
Eric S. Raymond [Mon, 5 May 2008 18:17:09 +0000 (18:17 +0000)]
Avoid passing default nil argument.

16 years agoDocument the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond [Mon, 5 May 2008 18:13:39 +0000 (18:13 +0000)]
Document the fact that (current-local-map) and (urrent-global-map)
return references, not copies.

16 years agoFix a compilation warning.
Eric S. Raymond [Mon, 5 May 2008 15:08:59 +0000 (15:08 +0000)]
Fix a compilation warning.

16 years agoAdd regexp for Open Watcom compiler output.
Nick Roberts [Mon, 5 May 2008 12:00:41 +0000 (12:00 +0000)]
Add regexp for Open Watcom compiler output.

16 years ago(compilation-error-regexp-alist-alist):
Nick Roberts [Mon, 5 May 2008 11:59:04 +0000 (11:59 +0000)]
(compilation-error-regexp-alist-alist):
Add regexp for Open Watcom compiler output.

16 years ago*** empty log message ***
Nick Roberts [Mon, 5 May 2008 11:55:44 +0000 (11:55 +0000)]
*** empty log message ***

16 years ago(ispell-get-decoded-string): Remove no-op
Agustín Martín [Mon, 5 May 2008 10:42:39 +0000 (10:42 +0000)]
(ispell-get-decoded-string): Remove no-op

16 years ago(Ftry_completion): Remove code left over from when we used
Stefan Monnier [Mon, 5 May 2008 09:51:29 +0000 (09:51 +0000)]
(Ftry_completion): Remove code left over from when we used
scmp instead of Fcompare_strings.

16 years ago(python-block-pairs): Align finally with except.
Stefan Monnier [Mon, 5 May 2008 07:10:25 +0000 (07:10 +0000)]
(python-block-pairs): Align finally with except.

16 years ago(vc-rcs-fetch-master-state): Fix inf-loop.
Stefan Monnier [Mon, 5 May 2008 06:38:04 +0000 (06:38 +0000)]
(vc-rcs-fetch-master-state): Fix inf-loop.

16 years ago(smerge-start-session): Don't call smerge-next if
Stefan Monnier [Mon, 5 May 2008 06:16:20 +0000 (06:16 +0000)]
(smerge-start-session): Don't call smerge-next if
looking at conflict marker.

16 years ago(vc-dir-mark-buffer-changed): Fix typo
Stefan Monnier [Mon, 5 May 2008 06:12:33 +0000 (06:12 +0000)]
(vc-dir-mark-buffer-changed): Fix typo
client-mode -> vc-client-object, and guess `funcall' was meant.
(vc-dir-mode): Rename client-mode -> vc-client.mode.

16 years ago(dbus-call-method, dbus-register-signal)
Dan Nicolaescu [Mon, 5 May 2008 02:43:39 +0000 (02:43 +0000)]
(dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.

16 years agoTypo fix.
Eric S. Raymond [Mon, 5 May 2008 02:43:34 +0000 (02:43 +0000)]
Typo fix.

16 years ago* proced.el (proced-command-alist): Fix system-type values. Fix defcustom.
Roland Winkler [Mon, 5 May 2008 02:39:55 +0000 (02:39 +0000)]
* proced.el (proced-command-alist): Fix system-type values.  Fix defcustom.
(proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort, proced-sort-time): New commands.
(proced-update): Use proced-sorting-scheme.  Update modeline.
(proced-send-signal): Use nreverse.
(proced-sorting-scheme-p): New function.

16 years ago(proced-command-alist): Fix system-type values. Fix defcustom.
Roland Winkler [Mon, 5 May 2008 02:38:20 +0000 (02:38 +0000)]
(proced-command-alist): Fix system-type values.  Fix defcustom.
(proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort, proced-sort-time): New commands.
(proced-update): Use proced-sorting-scheme.  Update modeline.
(proced-send-signal): Use nreverse.
(proced-sorting-scheme-p): New function.

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.