Changes between Version 246 and Version 247 of Grass7/NewFeatures


Ignore:
Timestamp:
Sep 19, 2014, 2:06:07 PM (10 years ago)
Author:
hcho
Comment:

g.mlist/g.mremove => g.list/g.remove

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v246 v247  
    315315 * d.histogram: integrated in G7:wxGUI
    316316 * g.ask: use G7:g.findfile
     317 * g.list: replaced by g.mlist
     318 * g.remove: replaced by g.mremove
    317319 * g.setproj: use Location Wizard  in G7:wxGUI or 'G7:g.proj -c' ('''state plane by county selection needs to be ported''')
    318320 * image processing:
     
    332334== Renamed modules ==
    333335
     336 * '''g.mlist''' --> ''G7:g.list''
     337 * '''g.mremove''' --> ''G7:g.remove''
    334338 * '''g.transform''' --> ''G7:m.transform''
    335339 * '''d.nviz''' --> ''G7:m.nviz.script''
     
    380384=== General map management module changes ===
    381385
     386 * G7:g.list (renamed from g.mlist)
     387  * option region= added: find maps whose region overlaps with the input region
    382388 * G7:g.mapsets
    383389  * addmapset,removemapset -> operation
    384390  * measure -> method
    385  * G7:g.mlist
    386   * option region= added: find maps whose region overlaps with the input region
    387  * G7:g.mremove
    388   * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, pattern
    389   * option exclude= added: exclude pattern
    390391 * G7:g.pnmcomp
    391392  * background -> bgcolor
     
    397398  * t -> top
    398399  * b -> bottom
     400 * G7:g.remove (renamed from g.mremove)
     401  * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, pattern
     402  * option exclude= added: exclude pattern
    399403
    400404=== Image processing module changes ===