comparison lisp/ChangeLog @ 81097:b4da44959c38

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 29-32) - Update from CVS 2007-05-29 Martin Rudalics <rudalics@gmx.at> * lisp/textmodes/table.el (table--point-entered-cell-function) (table--point-left-cell-function): Bind `inhibit-point-motion-hooks' to t. 2007-05-28 Chong Yidong <cyd@stupidchicken.com> * lisp/textmodes/sgml-mode.el (sgml-point-entered): Use condition-case. 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change) * lisp/log-edit.el (log-edit-changelog-paragraph): Return point-max as the end of the ChangeLog paragraph when it ends without a line termination. 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t around current_column call. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-778
author Miles Bader <miles@gnu.org>
date Tue, 29 May 2007 23:19:43 +0000
parents 74defab53a8c d72a09075aae
children f4d5f1a40875
comparison
equal deleted inserted replaced
81096:ea2eb6e6874e 81097:b4da44959c38
1 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2
3 * textmodes/table.el (table--point-entered-cell-function)
4 (table--point-left-cell-function): Bind
5 `inhibit-point-motion-hooks' to t.
6
1 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) 7 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2 8
3 * emacs-lisp/rx.el (rx): Doc fix. 9 * emacs-lisp/rx.el (rx): Doc fix.
4 10
5 2007-05-28 Juanma Barranquero <lekktu@gmail.com> 11 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
35 `tramp-temporary-file-directory' for compatibility reasons. 41 `tramp-temporary-file-directory' for compatibility reasons.
36 (tramp-completion-mode): Use `natnump' instead of `wholenump' 42 (tramp-completion-mode): Use `natnump' instead of `wholenump'
37 because of XEmacs. 43 because of XEmacs.
38 (tramp-completion-mode): `last-input-event' is nil when XEmacs is 44 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
39 started. 45 started.
46
47 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
48
49 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
50
51 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
52
53 * log-edit.el (log-edit-changelog-paragraph): Return point-max
54 as the end of the ChangeLog paragraph when it ends without a line
55 termination.
40 56
41 2007-05-27 Ryan Yeske <rcyeske@gmail.com> 57 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
42 58
43 * net/webjump.el (webjump-sample-sites): 59 * net/webjump.el (webjump-sample-sites):
44 Add simple Wikipedia query. 60 Add simple Wikipedia query.