Mercurial > emacs
comparison lisp/ChangeLog @ 83320:ebfb2856c8e6
Merged from miles@gnu.org--gnu-2005 (patch 447-448)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-447
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-448
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-360
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 26 Jun 2005 21:12:57 +0000 |
parents | d07fdd5d7d4e 73496cbd3e25 |
children | efa9e4606e7e |
comparison
equal
deleted
inserted
replaced
83319:8f5787c83345 | 83320:ebfb2856c8e6 |
---|---|
1 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * faces.el (facep): Doc fix. | |
4 | |
5 2005-06-25 Richard M. Stallman <rms@gnu.org> | |
6 | |
7 * facemenu.el (facemenu-enable-faces-p): New function. | |
8 (facemenu-background-menu, facemenu-foreground-menu) | |
9 (facemenu-face-menu): Add menu-enable property. | |
10 | |
11 * jka-compr.el (jka-compr-insert-file-contents): | |
12 Special handling if cannot find the uncompression program. | |
13 | |
14 * cus-face.el (custom-face-attributes): Add autoload. | |
15 | |
16 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
17 Bind comment-indent-function locally. | |
18 | |
19 * window.el (save-selected-window): Use save-current-buffer. | |
20 | |
21 * subr.el (with-selected-window): Use save-current-buffer. | |
22 | |
23 * progmodes/gud.el (gud-filter): Simplify using with-selected-window | |
24 and with-current-buffer. | |
25 | |
26 2005-06-24 Richard M. Stallman <rms@gnu.org> | |
27 | |
28 * simple.el (line-move-1): Fix previous change. | |
29 | |
30 2005-06-24 Juanma Barranquero <lekktu@gmail.com> | |
31 | |
32 * replace.el (occur-1): Set `buffer-read-only' and the | |
33 buffer-modified flag before running `occur-hook' to protect | |
34 against unintentional buffer switches that can lead to data loss. | |
35 | |
1 2005-06-24 Nick Roberts <nickrob@snap.net.nz> | 36 2005-06-24 Nick Roberts <nickrob@snap.net.nz> |
2 | 37 |
3 * progmodes/gud.el (gud-tooltip-print-command): Indent properly. | 38 * progmodes/gud.el (gud-tooltip-print-command): Indent properly. |
4 (gud-gdb-marker-filter): Use font-lock-warning-face for any | 39 (gud-gdb-marker-filter): Use font-lock-warning-face for any |
5 initial error. | 40 initial error. |
6 | 41 |
7 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors | 42 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors |
8 after fresh input. | 43 after fresh input. |
9 (gdb-var-create-handler): Put name of expression in quotes. | 44 (gdb-var-create-handler): Put name of expression in quotes. |
10 | 45 |
11 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | 46 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> |
12 | 47 |
13 * emacs-lisp/ring.el (ring-elements): Make it return a list of the | 48 * emacs-lisp/ring.el (ring-elements): Make it return a list of the |
14 elements of RING in order, and without bogus nil elements. | 49 elements of RING in order, and without bogus nil elements. |
15 | 50 |
530 | 565 |
531 2005-06-15 Nick Roberts <nickrob@snap.net.nz> | 566 2005-06-15 Nick Roberts <nickrob@snap.net.nz> |
532 | 567 |
533 * progmodes/gdb-ui.el (menu): Re-order menu items. | 568 * progmodes/gdb-ui.el (menu): Re-order menu items. |
534 (gdb-tooltip-print): Respect tooltip-use-echo-area. | 569 (gdb-tooltip-print): Respect tooltip-use-echo-area. |
535 | 570 |
536 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. | 571 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. |
537 Define in tooltip.el. | 572 Define in tooltip.el. |
538 (gud-tooltip-process-output): Respect tooltip-use-echo-area. | 573 (gud-tooltip-process-output): Respect tooltip-use-echo-area. |
539 (gud-tooltip-tips): Respect tooltip-use-echo-area and | 574 (gud-tooltip-tips): Respect tooltip-use-echo-area and |
540 gud-tooltip-echo-area. | 575 gud-tooltip-echo-area. |