Mercurial > emacs
comparison lisp/ChangeLog @ 90364:494bf720eaf0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-42
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 144-147)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 56)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 10 Mar 2006 23:46:54 +0000 |
parents | a7364c1a561e b15334da7435 |
children | a802c5505156 |
comparison
equal
deleted
inserted
replaced
90363:ec0a46fadd7e | 90364:494bf720eaf0 |
---|---|
1 2006-03-10 Bill Wohler <wohler@newt.com> | |
2 | |
3 * image.el (image-load-path-for-library): Merge at least three | |
4 functions from Gnus and MH-E into this one function that can now | |
5 be shared. | |
6 | |
7 2006-03-11 Nick Roberts <nickrob@snap.net.nz> | |
8 | |
9 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from | |
10 gdb-remove-mouse-face and remove help-echo too. | |
11 (gdb-enqueue-input): Correct conditional clause. | |
12 | |
13 2006-03-10 Glenn Morris <rgm@gnu.org> | |
14 | |
15 * calendar/calendar.el (calendar-holidays): Doc fix. | |
16 * calendar/holidays.el (list-holidays): Doc fix. | |
17 | |
18 2006-03-10 Nick Roberts <nickrob@snap.net.nz> | |
19 | |
20 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as | |
21 it gets called in gdb-prompt anyway. | |
22 (gdb-use-separate-io-buffer): Only restore window arrangement for | |
23 gdb-many-windows. | |
24 (gdb-enqueue-input): Make it harder to send GDB input when program | |
25 is running. | |
26 (gdb-buffer-list): New variable. | |
27 (gdb-remove-mouse-face): New function. | |
28 (gdb-starting): Use it when GDB input won't get sent. | |
29 | |
1 2006-03-08 Juanma Barranquero <lekktu@gmail.com> | 30 2006-03-08 Juanma Barranquero <lekktu@gmail.com> |
2 | 31 |
3 * help.el (view-lossage): Remove trailing whitespace before | 32 * help.el (view-lossage): Remove trailing whitespace before |
4 inserting "\n". | 33 inserting "\n". |
5 | 34 |