comparison lisp/ChangeLog @ 87960:4693d30bd9c1

* ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by file name. (ibuffer-mode-map): Add binding to sort by file name. (ibuffer-filename/process-header-map): New variable. (filename-and-process): Add a header that sorts by file name. (ibuffer-mode): Mention sorting by file name. * ibuf-ext.el (filename/process): New sorter.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 25 Jan 2008 05:38:31 +0000
parents 7b78a7a848ef
children 10a88d763b88
comparison
equal deleted inserted replaced
87959:e5108169bd0c 87960:4693d30bd9c1
1 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
4 file name.
5 (ibuffer-mode-map): Add binding to sort by file name.
6 (ibuffer-filename/process-header-map): New variable.
7 (filename-and-process): Add a header that sorts by file name.
8 (ibuffer-mode): Mention sorting by file name.
9
10 * ibuf-ext.el (filename/process): New sorter.
11
1 2008-01-25 Sven Joachim <svenjoac@gmx.de> 12 2008-01-25 Sven Joachim <svenjoac@gmx.de>
2 13
3 * view.el (kill-buffer-if-not-modified): Don't pass t to 14 * view.el (kill-buffer-if-not-modified): Don't pass t to
4 buffer-modified-p. 15 buffer-modified-p.
5 16