r3747: Allow renaming multiple files at once. This opens the Bulk Rename window,
commita7cc76f52d5ab26365f917bacbbb3468ce754051
authorThomas Leonard <talex5@gmail.com>
Sun, 9 Jan 2005 13:08:37 +0000 (9 13:08 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 9 Jan 2005 13:08:37 +0000 (9 13:08 +0000)
tree9e0b09b32e401711cf17c2218e448ef6748890be
parentb69a0d50206506ce11777458cbf9c3ecc8a1c83a
r3747: Allow renaming multiple files at once. This opens the Bulk Rename window,
which allows manual editing of the names, as well as regular-expression
based transformations (Thomas Leonard).

Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
reported by Jonatan Liljedahl).

Bugfix: Filer would crash when the screen was resized if there was no
pinboard (Thomas Leonard).
Bugfix: Xinerama support had broken panel repositioning in response to
XRANDR screen resizing events (Thomas Leonard).
ROX-Filer/Help/Changes
ROX-Filer/src/Docs/Manual.xml
ROX-Filer/src/Makefile.in
ROX-Filer/src/bulk_rename.c [new file with mode: 0644]
ROX-Filer/src/bulk_rename.h [new file with mode: 0644]
ROX-Filer/src/filer.h
ROX-Filer/src/gui_support.c
ROX-Filer/src/menu.c
ROX-Filer/src/panel.c
ROX-Filer/src/pinboard.c
ROX-Filer/src/type.c