comparison lisp/ChangeLog @ 72564:976ef29e497e

* woman.el (woman-follow): New function, based on `man-follow'. (woman-mode-map): Use it. * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update since ibuffer-do-sort-by-recency does not define a sorter.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 28 Aug 2006 15:40:21 +0000
parents 28a8ed4ad552
children 186382a0d1cc
comparison
equal deleted inserted replaced
72563:b35915fd7ce7 72564:976ef29e497e
1 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * woman.el (woman-follow): New function, based on `man-follow'.
4 (woman-mode-map): Use it.
5
6 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7 since ibuffer-do-sort-by-recency does not define a sorter.
8
1 2006-08-28 Kim F. Storm <storm@cua.dk> 9 2006-08-28 Kim F. Storm <storm@cua.dk>
2 10
3 * find-dired.el (find-dired): Use shell-quote-argument to properly 11 * find-dired.el (find-dired): Use shell-quote-argument to properly
4 escape ( and ) args. Also use it on {} and ; args in default 12 escape ( and ) args. Also use it on {} and ; args in default
5 value of find-ls-option string. 13 value of find-ls-option string.