comparison lisp/ChangeLog @ 80437:8faef799d3b8

(comment-enter-backward): Be careful to restore point changed during narrowing.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 04 Apr 2008 00:41:47 +0000
parents 52c3828e9a93
children 40bd8bbf555a 4e76a03232e5
comparison
equal deleted inserted replaced
80436:0a96ecdd8f7a 80437:8faef799d3b8
1 2008-04-04 Stephen Berman <Stephen.Berman@gmx.net>
2
3 * newcomment.el (comment-enter-backward): Be careful to restore
4 position changed during narrowing.
5
1 2008-04-03 Nick Roberts <nickrob@snap.net.nz> 6 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): 8 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4 Fix in disassembly buffer (regression in 22.2). 9 Fix in disassembly buffer (regression in 22.2).
5 10
8 * shell.el (shell-dynamic-complete-filename): New fun. 13 * shell.el (shell-dynamic-complete-filename): New fun.
9 (shell-dynamic-complete-functions): Use it. 14 (shell-dynamic-complete-functions): Use it.
10 15
11 2008-04-02 Alan Mackenzie <acm@muc.de> 16 2008-04-02 Alan Mackenzie <acm@muc.de>
12 17
13 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): New 18 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14 optimised functions to get the name of the current defun/macro. 19 New optimised functions to get the name of the current defun/macro.
15 20
16 * add-log.el (add-log-current-defun): Move the functionality which 21 * add-log.el (add-log-current-defun): Move the functionality which
17 gets the current function name for C like modes to cc-cmds.el, 22 gets the current function name for C like modes to cc-cmds.el,
18 thus optimising for speed. 23 thus optimising for speed.
19 24