1 We put plans for renaming in here so we can think about them for a
2 while. Note that when we rename a class, it usually involves renaming
3 some functions and files too.
5 When we rename files in the repository, we do it by this process:
7 1) copy the file in the repository by logging in and using cp (to retain history)
8 2) check out to get the new file
9 3) cvs rm to remove the old file on commit
10 4) fix all build problems
13 This retains the history in both the old and new locations.
15 Remove a lot of nautilus prefixes since nothing outside libnautilus is
16 intended for use with other programs, so it doesn't need namespacing.
30 src/file-manager/fm-* -> ?
31 nautilus-authn-manager.c -> nautilus-authentication-manager.c
33 ----------------------------
34 classes and other data types
35 ----------------------------