comparison lisp/ChangeLog @ 110120:3d32b7120396

play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 26 Aug 2010 17:33:52 +0200
parents b2115e1dafc0
children 5a6b4fafaa52
comparison
equal deleted inserted replaced
110119:58afda80af8c 110120:3d32b7120396
1 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2
3 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4
1 2010-08-26 Chong Yidong <cyd@stupidchicken.com> 5 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix 7 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4 (Bug#6907). 8 (Bug#6907).
5 9
34 (whitespace-looking-back, whitespace-buffer-changed): New funs. 38 (whitespace-looking-back, whitespace-buffer-changed): New funs.
35 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs. 39 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
36 40
37 2010-08-21 Leo <sdl.web@gmail.com> 41 2010-08-21 Leo <sdl.web@gmail.com>
38 42
39 Fix buffer-list rename&refresh after after killing a buffer in ido. 43 Fix buffer-list rename&refresh after killing a buffer in ido.
40 * lisp/ido.el: Revert Óscar's. 44 * lisp/ido.el: Revert Óscar's.
41 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh. 45 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
42 Remember the buffers at head, rather than their name. 46 Remember the buffers at head, rather than their name.
43 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list. 47 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
44 48