We put plans for renaming in here so we can think about them for a while. Note that when we rename a class, it usually involves renaming some functions and files too. When we rename files in the repository, we do it by this process: 1) copy the file in the repository by logging in and using cp (to retain history) 2) check out to get the new file 3) cvs rm to remove the old file on commit 4) fix all build problems 5) commit This retains the history in both the old and new locations. ------ macros ------ --------------- directory names --------------- components/rpmview -> components/rpm ---------- file names ---------- components/html/ntl-web-browser.c -> ? components/websearch/ntl-web-search.c -> components/websearch/nautilus-web-search.c? src/file-manager/fm-* -> ? src/file-manager/dfos* -> ? src/file-manager/dfos-xfer* -> src/file-manager/copy_engine* -------------------------- Random vestiges of "ntl" -------------------------- libntl-file-manager.* -> libnautilus-file-manager.* *ntl* -> *nautilus* header file guard #defines, *NTL* -> *NAUTILUS* (change to match header file instead with perl script to check?) ---------------------------- classes and other data types ---------------------------- NautilusNavigationInfo -> ? NautilusList -> NautilusExtendedColumnarList or NautilusExtendedCList -------------- function names -------------- zoom_level_changed -> report_zoom_level_change nautilus_strlen -> nautilus_null_tolerant_strlen nautilus_strchr -> nautilus_null_tolerant_strchr nautilus_strcmp -> nautilus_null_tolerant_strcmp nautilus_strcasecmp -> nautilus_null_tolerant_strcasecmp nautilus_str_compare -> nautilus_str_compare_null_tolerant nautilus_eat_strcmp ->