* libnautilus/Makefile.am (BUILT_SOURCES): This is way people
should use a highlighting editor so you wouldn't have these broken
BUILT_SOURCES things.
* Makefile.am (SUBDIRS): Moved components and helper-utilies
downwards in the SUBDIRS so it builds again.
* Makefile.am: Added the idl directory.
* libnautilus-extensions/nautilus-gnome-extensions.h:
* libnautilus-extensions/nautilus-gnome-extensions.c:
(nautilus_simple_dialog): Turned on line wrapping for the label
in the simple dialog.
(turn_on_line_wrap_flag), (show_ok_box), (nautilus_error_dialog),
(nautilus_error_dialog_parented): Made alternate versions of
gnome_error_dialog and gnome_error_dialog_parented that turn on
line wrapping for the message label.
* libnautilus-extensions/nautilus-icon-canvas-item.c:
(draw_or_measure_label_text): Made the list of characters to break
lines on localizable.
* libnautilus-extensions/nautilus-icon-dnd.c:
(confirm_switch_to_manual_layout): Took newlines out of messages
since the dialog now does line wrapping.
* src/file-manager/dfos-xfer.c: (handle_xfer_vfs_error),
(handle_xfer_overwrite): Took out some extraneous spaces. I could
have also removed the newlines since the functions call something
that does line wrapping, but I decided not to.
* src/file-manager/fm-properties-window.c:
(name_field_update_to_match_file): Fixed a double delete bug.
This may have been what Ali was running into when he was clicking
quickly on all the emblems in succession.
* src/nautilus-property-browser.c:
Did a cleanup pass on the entire file. Marked things localizable
and marked some bugs with FIXME among other things.
* src/ntl-window-msgs.c: (nautilus_window_update_state): Added
code to check for NULL so that we won't core dump when trying
to "go back" from the first failed view.
(nautilus_window_progress_indicate),
(nautilus_window_end_location_change_callback): Got rid of newlines
from messages and called the function that now does line wrapping.
libnautilus now only contains the view interfaces needed by nautilus
components.
These are the interfaces defined in nautilus-view-component.idl.
libnautilus-extensions containes the remainder of the stuff.
Also used the cvs repository munging opportunity to do some of the
ntl-* renaming outlined in the RENAIMING file.
* data/.cvsignore,
data/Makefile.am:
Add a data directory to the tree. This is the default per-user
data that nautilus installs the first time it runs.
*data/top/.cvsignore,
data/top/Makefile.am,
data/top/Welcome:
Add a top directory to the tree. The top directory is an
alternative home place for novice users.
*configure.in,
Makefile.am:
Grok the above.