emacs-devel
[Top][All Lists]
Advanced

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

[PATCHv5 0/4] Add remember-notes function, take four


From: Michal Nazarewicz
Subject: [PATCHv5 0/4] Add remember-notes function, take four
Date: Fri, 28 Jun 2013 16:40:51 +0200

From: Michal Nazarewicz <address@hidden>

Compared to v5, just a small change in the first patch suggested by
Martin Rudalics (early returnd and documentation fix).

Michal Nazarewicz (4):
  `kill-buffer' runs query functions before checking buffer
    modification.
  Add `remember-notes' function to store notes across Emacs restarts.
  `remember-append-to-file' appending to buffer bug fix
  Simplify conditional expression in `find-file-noselect'.

 doc/lispref/buffers.texi   |   2 +-
 etc/NEWS                   |   8 +++
 lisp/ChangeLog             |  31 +++++++++++
 lisp/files.el              |  13 +++--
 lisp/startup.el            |   3 +-
 lisp/textmodes/remember.el | 129 ++++++++++++++++++++++++++++++++++++++++-----
 lisp/window.el             |   8 +++
 src/ChangeLog              |   8 +++
 src/buffer.c               |  28 +++++-----
 9 files changed, 197 insertions(+), 33 deletions(-)

-- 
1.8.3.1




reply via email to

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