diff options
author | Darin Adler <darin@src.gnome.org> | 2001-05-03 19:16:09 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-05-03 19:16:09 +0000 |
commit | 48df591f7cffba4cd283a8b63be82246fbf545a7 (patch) | |
tree | baeeb13eefc6d2453c31749be5611ef740ac9f53 /RENAMING | |
parent | eea486644ba0026ac4d4e42a518ea74c8be1b937 (diff) | |
download | nautilus-48df591f7cffba4cd283a8b63be82246fbf545a7.tar.gz |
Removed some obsolete name changes. Got rid of one last NTL.
* RENAMING: Removed some obsolete name changes.
* src/nautilus-property-browser.h: Got rid of one last NTL.
Diffstat (limited to 'RENAMING')
-rw-r--r-- | RENAMING | 23 |
1 files changed, 2 insertions, 21 deletions
@@ -19,38 +19,19 @@ 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?) +hyperbola -> nautilus-help-system ---------------------------- classes and other data types ---------------------------- -NautilusNavigationInfo -> ? -NautilusList -> NautilusExtendedColumnarList or NautilusExtendedCList +FM* -> ? -------------- 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 -> <kill it> |