]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
How about if we write a script to do some of this and stop doing it
[lyx.git] / src / BufferList.h
index 1928e6a26ee1f084a0594d56b4b82232194a091f..61803ced2095a39ab3a193c816c3aa4fb3c7c8a7 100644 (file)
@@ -69,12 +69,6 @@ public:
        /// emergency save for all buffers
        void emergencyWriteAll();
 
-       /// save emergency file for the given buffer
-       /**
-         * \return a status message towards the user.
-         */
-       docstring emergencyWrite(Buffer * buf);
-
        /// return true if no buffers loaded
        bool empty() const;
 
@@ -114,6 +108,9 @@ public:
        /// reset current author for all buffers
        void setCurrentAuthor(docstring const & name, docstring const & email);
 
+       /// Call changed() on all buffers, internal or not
+       void changed() const;
+
 private:
        /// noncopiable
        BufferList(BufferList const &);