Mercurial > emacs
comparison lisp/ChangeLog @ 90600:84dd84b43e1b
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 423-426)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 131-133)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-109
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 06 Sep 2006 07:30:39 +0000 |
parents | c358d0861b16 9ccb9c2fe66e |
children | a1a25ac6c88a |
comparison
equal
deleted
inserted
replaced
90599:c358d0861b16 | 90600:84dd84b43e1b |
---|---|
1 2006-09-06 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-var-list-children-regexp) | |
4 (gdb-var-list-children-regexp-1): Tweak regexps to catch full | |
5 string values. | |
6 | |
7 2006-09-06 Kim F. Storm <storm@cua.dk> | |
8 | |
9 * simple.el (line-move-partial): New function to do vscrolling for | |
10 partially visible images / tall lines. Rewrite based on code | |
11 previously in line-move. Simplify backwards vscrolling. | |
12 (line-move): Use it. Simplify. | |
13 | |
14 2006-09-05 Kim F. Storm <storm@cua.dk> | |
15 | |
16 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite. | |
17 | |
18 2006-09-05 Chong Yidong <cyd@stupidchicken.com> | |
19 | |
20 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
21 Process the `gcc-include' after the `gnu' rule. | |
22 | |
23 2006-09-05 Kim F. Storm <storm@cua.dk> | |
24 | |
25 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer. | |
26 | |
27 2006-09-05 Daiki Ueno <ueno@unixuser.org> | |
28 | |
29 * pgg.el (pgg-clear-string): Alias to clear-string for backward | |
30 compatibility. | |
31 | |
32 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with | |
33 inhibit-redisplay; encode passphrase with locale-coding-system. | |
34 | |
35 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu> | |
36 | |
37 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings. | |
38 | |
39 2006-09-05 Nick Roberts <nickrob@snap.net.nz> | |
40 | |
41 * progmodes/gdb-ui.el (gdb-var-list-children-regexp) | |
42 (gdb-var-list-children-regexp): Make type field optional. | |
43 | |
44 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type | |
45 e.g public, protected in C++. | |
46 | |
1 2006-09-04 John Paul Wallington <jpw@pobox.com> | 47 2006-09-04 John Paul Wallington <jpw@pobox.com> |
2 | 48 |
3 * simple.el (completion-show-help): New defcustom. | 49 * simple.el (completion-show-help): New defcustom. |
4 (completion-setup-function): Heed it. | 50 (completion-setup-function): Heed it. |
5 | 51 |