emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp wdired.el


From: Chong Yidong
Subject: [Emacs-commit] emacs/lisp wdired.el
Date: Sat, 09 Dec 2006 16:06:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/12/09 16:06:53

Modified files:
        lisp           : wdired.el 

Log message:
        (wdired-change-to-wdired-mode, wdired-finish-edit)
        (wdired-search-and-rename): Simplify code.
        (wdired-preprocess-files, wdired-preprocess-perms): Make
        read-only property of preceding character rear-nonsticky to
        avoid that it can be modified.  Put old-name and old-link
        properties on character preceding name and replace
        put-text-property by add-text-properties.
        (wdired-get-filename, wdired-get-previous-link): Get old-name
        and old-link properties from character preceding name and
        simplify code.
        (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
        (wdired-perms-to-number): Make local-map property
        rear-nonsticky to avoid that text following permissions may be
        modified.  Use add-text-properties instead of put-text-property
        when changing a permission bit.
        (wdired-change-to-dired-mode): Remove stickiness properties.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/wdired.el?cvsroot=emacs&r1=1.20&r2=1.21




reply via email to

[Prev in Thread] Current Thread [Next in Thread]