]> code.delx.au - gnu-emacs/log
gnu-emacs
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: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 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).

16 years agoAdd items to TODO list.
Eric S. Raymond [Thu, 1 May 2008 16:05:04 +0000 (16:05 +0000)]
Add items to TODO list.

16 years agoRevert incorrect fix for claimed bootstrap breakage.
Stefan Monnier [Thu, 1 May 2008 15:18:52 +0000 (15:18 +0000)]
Revert incorrect fix for claimed bootstrap breakage.

16 years ago(make_window): Initialize resize_proportionally.
Martin Rudalics [Thu, 1 May 2008 10:17:47 +0000 (10:17 +0000)]
(make_window): Initialize resize_proportionally.
(enlarge_window): Temporarily set resize_proportionally to make
sure that shrink_windows does scale the window proportionally.
(shrink_windows): When window has resize_proportionally set try
to shrink it proportionally by stealing from other windows.
(struct saved_window, Fset_window_configuration)
(compare_window_configurations): Handle resize_proportionally.
(WINDOW_TOTAL_SIZE): New macro.
(window_min_size, shrink_windows, size_window): Use it.
(check_min_window_sizes): Removed.  Invalid values of
window-min-height|width are handled by window_min_size_2 now.
(size_window, Fsplit_window, enlarge_window)
(adjust_window_trailing_edge, grow_mini_window): Don't call
check_min_window_sizes.
(window_min_size_2, window_min_size_1, window_min_size): New
argument safe_p for retrieving "safe" minimum sizes.
(Fdisplay_buffer, Fsplit_window, enlarge_window):
(adjust_window_trailing_edge, grow_mini_window): Adjust
arguments of window_min_size... functions.
(shrink_windows): Argument min_size removed.  New argument
safe_p allows shrinking windows to their safe minimum sizes.
Calculate minimum size and decide whether a window shall be
deleted for each window individually.
(size_window): When nodelete_p equals 2, tell shrink_windows to
delete windows only if their new minimum size is no more safe.
(shrink_window_lowest_first): Call window_min_size_1 to make
sure to preserve modeline of bottom-most window when resizing
the minibuffer.
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations): Do not handle
window-min-height|width any more.
(syms_of_window): Clarify window-min-height|width doc-strings.

16 years ago(struct window): Replace field too_small_ok by field
Martin Rudalics [Thu, 1 May 2008 10:14:44 +0000 (10:14 +0000)]
(struct window): Replace field too_small_ok by field
resize_proportionally.

16 years ago(change_frame_size_1): Preserve small windows when shrinking
Martin Rudalics [Thu, 1 May 2008 10:12:50 +0000 (10:12 +0000)]
(change_frame_size_1): Preserve small windows when shrinking
frames by calling set_window_height|width with third arg 2.

16 years ago(gdb-info-breakpoints-custom): Don't throw error if no file is found.
Nick Roberts [Thu, 1 May 2008 08:43:56 +0000 (08:43 +0000)]
(gdb-info-breakpoints-custom): Don't throw error if no file is found.

16 years ago*** empty log message ***
Nick Roberts [Thu, 1 May 2008 08:39:23 +0000 (08:39 +0000)]
*** empty log message ***

16 years ago* epa-file-hook.el: New file split from epa-file.el.
Daiki Ueno [Thu, 1 May 2008 07:17:08 +0000 (07:17 +0000)]
* epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.

16 years ago(vc-hg-extra-fileinfo): New defstruct.
Dan Nicolaescu [Thu, 1 May 2008 06:35:09 +0000 (06:35 +0000)]
(vc-hg-extra-fileinfo): New defstruct.
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.

16 years ago(vc-dir-mode-map): Don't bind "r".
Dan Nicolaescu [Thu, 1 May 2008 06:33:24 +0000 (06:33 +0000)]
(vc-dir-mode-map): Don't bind "r".

16 years ago*** empty log message ***
John Paul Wallington [Thu, 1 May 2008 01:25:24 +0000 (01:25 +0000)]
*** empty log message ***

16 years ago(define-ibuffer-sorter): Define the sorter to reverse sorting order if
John Paul Wallington [Thu, 1 May 2008 01:19:26 +0000 (01:19 +0000)]
(define-ibuffer-sorter): Define the sorter to reverse sorting order if
last sorting mode was the sorter's.

16 years ago(ibuffer-last-sorting-mode): New variable.
John Paul Wallington [Thu, 1 May 2008 01:17:35 +0000 (01:17 +0000)]
(ibuffer-last-sorting-mode): New variable.
(ibuffer-do-sort-by-recency): Reverse sorting order if last sorting
mode was recency.

16 years ago(w32-charset-info-alist): Map vietnamese to windows-1258.
Jason Rumney [Thu, 1 May 2008 00:53:35 +0000 (00:53 +0000)]
(w32-charset-info-alist): Map vietnamese to windows-1258.

16 years ago(define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
John Paul Wallington [Thu, 1 May 2008 00:08:38 +0000 (00:08 +0000)]
(define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
use the buffer's default directory as filename.

16 years ago(define-ibuffer-column filename): When the major mode is `vc-dir-mode'
John Paul Wallington [Wed, 30 Apr 2008 23:55:05 +0000 (23:55 +0000)]
(define-ibuffer-column filename): When the major mode is `vc-dir-mode'
show the buffer's default directory.

16 years ago(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
Sam Steingold [Wed, 30 Apr 2008 19:03:54 +0000 (19:03 +0000)]
(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.

16 years ago(vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
Sam Steingold [Wed, 30 Apr 2008 16:58:15 +0000 (16:58 +0000)]
(vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
(vc-dir-delete-file): Add.
(vc-delete-file): Do not barf when the file has been already deleted.