Mercurial > emacs
comparison lisp/ChangeLog @ 83314:d07fdd5d7d4e
Merged from miles@gnu.org--gnu-2005 (patch 441-446)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441
Update reference to renamed Buffer-menu-buffer face
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-442
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-443
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-444
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-445
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-446
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-354
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 25 Jun 2005 15:00:08 +0000 |
parents | bdcbdec78dd3 1ca0765c7c7b |
children | ebfb2856c8e6 |
comparison
equal
deleted
inserted
replaced
83313:bdcbdec78dd3 | 83314:d07fdd5d7d4e |
---|---|
1 2005-06-24 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-tooltip-print-command): Indent properly. | |
4 (gud-gdb-marker-filter): Use font-lock-warning-face for any | |
5 initial error. | |
6 | |
7 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors | |
8 after fresh input. | |
9 (gdb-var-create-handler): Put name of expression in quotes. | |
10 | |
11 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
12 | |
13 * emacs-lisp/ring.el (ring-elements): Make it return a list of the | |
14 elements of RING in order, and without bogus nil elements. | |
15 | |
16 2005-06-23 Richard M. Stallman <rms@gnu.org> | |
17 | |
18 * simple.el (set-variable): Args renamed; doc fix. | |
19 (line-move-1): When there are overlays around, use vertical-motion. | |
20 | |
21 * faces.el (escape-glyph): Use brown against light background. | |
22 (nobreak-space): Renamed from no-break-space. | |
23 Fix previous change. | |
24 | |
25 * dired-aux.el (dired-do-copy): Fix arg prompt. | |
26 | |
27 * mail/sendmail.el (mail-setup-with-from): Fix custom type. | |
28 | |
29 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> | |
30 | |
31 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor" | |
32 rather than "Distributor". | |
33 | |
34 2005-06-23 Lute Kamstra <lute@gnu.org> | |
35 | |
36 * emacs-lisp/debug.el (debugger-special-form-p): New defun. | |
37 (debug-on-entry): Use it. New interactive declaration that uses | |
38 function-called-at-point. | |
39 | |
40 2005-06-23 Kim F. Storm <storm@cua.dk> | |
41 | |
42 * subr.el (save-match-data): Add comment about using evaporate arg | |
43 to set-match-data. | |
44 | |
45 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | |
46 | |
47 * cus-edit.el (customize-face) | |
48 (customize-face-other-window): Handle face aliases. | |
49 | |
50 * faces.el (face-documentation, set-face-attribute) | |
51 (face-spec-set): Handle face aliases. | |
52 | |
53 2005-06-22 Juanma Barranquero <lekktu@gmail.com> | |
54 | |
55 * help-mode.el (help-make-xrefs): If a symbol representing a face | |
56 name is not followed by the word "face", it could still be a | |
57 function or variable name, so don't bypass other checks. | |
58 | |
59 2005-06-22 Juri Linkov <juri@jurta.org> | |
60 | |
61 * ps-print.el (ps-face-foreground-name, ps-face-background-name): | |
62 Replace aliased functions with calls where second arg `inherit' is t. | |
63 | |
64 2005-06-22 Nick Roberts <nickrob@snap.net.nz> | |
65 | |
66 * progmodes/gdb-ui.el (gdb-error): New variable. | |
67 (gdb-error): New function. | |
68 (gdb-annotation-rules): Act on error-begin and error annotations. | |
69 (gdb-concat-output): Use font-lock-warning-face for errors. | |
70 | |
1 2005-06-22 Miles Bader <miles@gnu.org> | 71 2005-06-22 Miles Bader <miles@gnu.org> |
72 | |
73 * bindings.el (propertized-buffer-identification): Use renamed | |
74 `Buffer-menu-buffer' face. | |
2 | 75 |
3 * faces.el (vertical-border): Renamed from `vertical-divider'. | 76 * faces.el (vertical-border): Renamed from `vertical-divider'. |
4 (escape-glyph): Change dark-background color back to `cyan'. | 77 (escape-glyph): Change dark-background color back to `cyan'. |
5 | 78 |
6 2005-06-21 Juri Linkov <juri@jurta.org> | 79 2005-06-21 Juri Linkov <juri@jurta.org> |
455 | 528 |
456 * files.el (auto-mode-alist): Put Makefile in gmake mode. | 529 * files.el (auto-mode-alist): Put Makefile in gmake mode. |
457 | 530 |
458 2005-06-15 Nick Roberts <nickrob@snap.net.nz> | 531 2005-06-15 Nick Roberts <nickrob@snap.net.nz> |
459 | 532 |
460 * progmodes/gdb-ui.el (gdb-tooltip-print): | 533 * progmodes/gdb-ui.el (menu): Re-order menu items. |
461 Respect tooltip-use-echo-area. | 534 (gdb-tooltip-print): Respect tooltip-use-echo-area. |
462 (menu): Re-order menu items. | 535 |
463 | |
464 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. | 536 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. |
465 Define in tooltip.el. | 537 Define in tooltip.el. |
466 (gud-tooltip-process-output): Respect tooltip-use-echo-area. | 538 (gud-tooltip-process-output): Respect tooltip-use-echo-area. |
467 (gud-tooltip-tips): Respect tooltip-use-echo-area and | 539 (gud-tooltip-tips): Respect tooltip-use-echo-area and |
468 gud-tooltip-echo-area. | 540 gud-tooltip-echo-area. |
578 | 650 |
579 * cus-start.el (all): Don't complain about missing GTK-related | 651 * cus-start.el (all): Don't complain about missing GTK-related |
580 variables, unless either `gtk' is boundp or this isn't a | 652 variables, unless either `gtk' is boundp or this isn't a |
581 `windows-nt' build. | 653 `windows-nt' build. |
582 | 654 |
583 >>>>>>> 1.7817 | |
584 2005-06-13 Lute Kamstra <lute@gnu.org> | 655 2005-06-13 Lute Kamstra <lute@gnu.org> |
585 | 656 |
586 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and | 657 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and |
587 run-mode-hooks. | 658 run-mode-hooks. |
588 | 659 |
1486 * faces.el (list-faces-display): Signal error if passed a regexp | 1557 * faces.el (list-faces-display): Signal error if passed a regexp |
1487 that matches no face name. | 1558 that matches no face name. |
1488 | 1559 |
1489 * simple.el (filter-buffer-substring): Fix typo in docstring. | 1560 * simple.el (filter-buffer-substring): Fix typo in docstring. |
1490 | 1561 |
1491 >>>>>>> 1.7768 | |
1492 2005-05-31 Richard M. Stallman <rms@gnu.org> | 1562 2005-05-31 Richard M. Stallman <rms@gnu.org> |
1493 | 1563 |
1494 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. | 1564 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. |
1495 (vhdl-emacs-21): Doc fix. | 1565 (vhdl-emacs-21): Doc fix. |
1496 (vhdl-mode): Unconditionally set comment-padding. | 1566 (vhdl-mode): Unconditionally set comment-padding. |
1523 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1593 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
1524 | 1594 |
1525 * textmodes/tex-mode.el (tex-compile-commands, tex-compile) | 1595 * textmodes/tex-mode.el (tex-compile-commands, tex-compile) |
1526 (tex-start-tex): Undo all but the last part of the 2005-05-28 change. | 1596 (tex-start-tex): Undo all but the last part of the 2005-05-28 change. |
1527 | 1597 |
1528 >>>>>>> 1.7646 | |
1529 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> | 1598 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> |
1530 | 1599 |
1531 * calendar/diary-lib.el (mark-included-diary-files): Only kill | 1600 * calendar/diary-lib.el (mark-included-diary-files): Only kill |
1532 included diary buffer if it was not already being visited. | 1601 included diary buffer if it was not already being visited. |
1533 Reported by Stephen Berman <Stephen.Berman@gmx.net>. | 1602 Reported by Stephen Berman <Stephen.Berman@gmx.net>. |