comparison lisp/ChangeLog @ 81911:2d5f4f5607c1

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 16 Jul 2007 16:59:58 +0000
parents bf55b9b62e57
children 82e8a862c00b
comparison
equal deleted inserted replaced
81910:fbf992fc2463 81911:2d5f4f5607c1
4 whole $( rather than just the $. Rename from sh-quoted-subshell. 4 whole $( rather than just the $. Rename from sh-quoted-subshell.
5 (sh-font-lock-syntactic-keywords): Adjust call accordingly. 5 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6 6
7 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org> 7 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8 8
9 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10 bookmark-alist. Instead, if not sorting, simply return it.
11 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
12 for its return value, not for its side effect.
13
9 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the 14 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10 case of alignment under a constant symbol, find and consider 15 case of alignment under a constant symbol, find and consider
11 the sexp actually at indentation to be the "last sexp". 16 the sexp actually at indentation to be the "last sexp".
12 17
13 2007-07-13 Drew Adams <drew.adams@oracle.com> 18 2007-07-16 Drew Adams <drew.adams@oracle.com>
14 19
15 * mouse.el (mouse-yank-secondary): Better error message if no 20 * mouse.el (mouse-yank-secondary): Better error message if no
16 secondary selection. 21 secondary selection.
17 22
18 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu> 23 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>