Mercurial > emacs
comparison lisp/ChangeLog @ 83401:03335deca80b
Merged from miles@gnu.org--gnu-2005 (patch 655)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-655
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-441
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 18 Nov 2005 14:53:14 +0000 |
parents | 03934708f1e9 243cef8d7946 |
children | 69e184bbba16 |
comparison
equal
deleted
inserted
replaced
83400:03934708f1e9 | 83401:03335deca80b |
---|---|
1 2005-11-18 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp | |
4 to "p". | |
5 (gdb): Move definition of gud-pp to... | |
6 | |
7 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the | |
8 speedbar. | |
9 (gdb-find-watch-expression): New function. | |
10 | |
11 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | |
12 | |
13 * faces.el (face-attribute, set-face-attribute): Mention existence | |
14 of `:ignore-defface' setting in docstring. | |
15 | |
16 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
17 | |
18 * simple.el (completion-setup-function): Fix last change. | |
19 | |
20 2005-11-17 John Paul Wallington <jpw@pobox.com> | |
21 | |
22 * ibuf-ext.el (ibuffer-interactive-filter-by-mode): | |
23 Use `posn-set-point' instead of `mouse-set-point' because the | |
24 latter is not fbound when configured without X. | |
25 | |
26 * comint.el (comint-insert-input): Likewise. | |
27 | |
28 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | |
29 | |
30 * simple.el (hard-newline): New variable. | |
31 (sendmail-user-agent-compose, next-line): Use it. | |
32 | |
33 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field) | |
34 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc) | |
35 (mail-mail-reply-to, mail-mail-followup-to) | |
36 (mail-position-on-field, mail-signature, mail-yank-original) | |
37 (mail-attach-file): Likewise. | |
38 | |
39 * mail/mailheader.el (mail-header-format) | |
40 (mail-header-format-function): Likewise. | |
41 | |
42 * add-log.el (add-change-log-entry, change-log-merge): Likewise. | |
43 | |
44 2005-11-17 Juri Linkov <juri@jurta.org> | |
45 | |
46 * font-lock.el (font-lock-faces): Rename this defgroup from | |
47 `font-lock-highlighting-faces'. | |
48 (font-lock-comment-face, font-lock-comment-delimiter-face) | |
49 (font-lock-string-face, font-lock-doc-face) | |
50 (font-lock-keyword-face, font-lock-builtin-face) | |
51 (font-lock-function-name-face, font-lock-variable-name-face) | |
52 (font-lock-type-face, font-lock-constant-face) | |
53 (font-lock-warning-face, font-lock-negation-char-face) | |
54 (font-lock-preprocessor-face) | |
55 (font-lock-regexp-grouping-backslash) | |
56 (font-lock-regexp-grouping-construct): Rename :group from | |
57 `font-lock-highlighting-faces' to `font-lock-faces'. | |
58 | |
59 * cus-edit.el (lisp, c, tex): | |
60 * progmodes/ada-mode.el (ada): | |
61 * progmodes/asm-mode.el (asm): | |
62 * progmodes/cperl-mode.el (cperl-faces): | |
63 * progmodes/cpp.el (cpp): | |
64 * progmodes/dcl-mode.el (dcl): | |
65 * progmodes/f90.el (f90): | |
66 * progmodes/fortran.el (fortran): | |
67 * progmodes/icon.el (icon): | |
68 * progmodes/idlwave.el (idlwave-misc): | |
69 * progmodes/m4-mode.el (m4): | |
70 * progmodes/make-mode.el (makefile): | |
71 * progmodes/meta-mode.el (meta-font): | |
72 * progmodes/modula2.el (modula2): | |
73 * progmodes/octave-mod.el (octave): | |
74 * progmodes/pascal.el (pascal): | |
75 * progmodes/perl-mode.el (perl): | |
76 * progmodes/prolog.el (prolog): | |
77 * progmodes/ps-mode.el (PostScript-edit): | |
78 * progmodes/scheme.el (scheme): | |
79 * progmodes/sh-script.el (sh-script): | |
80 * progmodes/simula.el (simula): | |
81 * progmodes/tcl.el (tcl): | |
82 * textmodes/nroff-mode.el (nroff): | |
83 * textmodes/reftex-vars.el (reftex-fontification-configurations): | |
84 * textmodes/sgml-mode.el (sgml): | |
85 * textmodes/texinfo.el (texinfo): | |
86 Add :link (custom-group-link font-lock-faces) to defgroup. | |
87 | |
88 * hi-lock.el (hi-lock): Rename this defgroup from | |
89 `hi-lock-interactive-text-highlighting'. Change parent group from | |
90 `faces' to `font-lock'. Add link to the manual. | |
91 (hi-lock-mode, hi-lock-file-patterns-range) | |
92 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from | |
93 `hi-lock-interactive-text-highlighting' to `hi-lock'. | |
94 (hi-lock-faces): Add :group `faces'. | |
95 | |
96 * cus-edit.el (custom-variable-prompt): Clarify the code. | |
97 | |
98 * faces.el (face-read-string): Set the default value arg of | |
99 completing-read. | |
100 | |
1 2005-11-16 Luc Teirlinck <teirllm@auburn.edu> | 101 2005-11-16 Luc Teirlinck <teirllm@auburn.edu> |
2 | 102 |
3 * rfn-eshadow.el (file-name-shadow-properties) | 103 * rfn-eshadow.el (file-name-shadow-properties) |
4 (file-name-shadow-tty-properties, file-name-shadow-mode): Remove | 104 (file-name-shadow-tty-properties, file-name-shadow-mode): |
5 autoloads, because the file is now preloaded. | 105 Remove autoloads, because the file is now preloaded. |
6 | 106 |
7 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | 107 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> |
8 | 108 |
9 * printing.el (easy-menu-intern): Don't define. | 109 * printing.el (easy-menu-intern): Don't define. |
10 (pr-get-symbol): Use easy-menu-intern only if defined. | 110 (pr-get-symbol): Use easy-menu-intern only if defined. |
80 window-system, to allow fonts on tty. | 180 window-system, to allow fonts on tty. |
81 | 181 |
82 2005-11-17 Nick Roberts <nickrob@snap.net.nz> | 182 2005-11-17 Nick Roberts <nickrob@snap.net.nz> |
83 | 183 |
84 * progmodes/gud.el (gud-speedbar-item-info): New function. | 184 * progmodes/gud.el (gud-speedbar-item-info): New function. |
85 (gud-install-speedbar-variables): Use it to display data types | 185 (gud-install-speedbar-variables): Use it to display data type |
86 of watch expression as tooltips in speedbar. | 186 of watch expression as a tooltip in speedbar. |
87 | 187 |
88 2005-11-15 Luc Teirlinck <teirllm@auburn.edu> | 188 2005-11-15 Luc Teirlinck <teirllm@auburn.edu> |
89 | 189 |
90 * font-core.el (global-font-lock-mode): Add :version keyword, | 190 * font-core.el (global-font-lock-mode): Add :version keyword, |
91 because default was changed. | 191 because default was changed. |
252 | 352 |
253 2005-11-13 Richard M. Stallman <rms@gnu.org> | 353 2005-11-13 Richard M. Stallman <rms@gnu.org> |
254 | 354 |
255 * help.el (help-for-help-internal): Improve doc of C-h a. | 355 * help.el (help-for-help-internal): Improve doc of C-h a. |
256 (describe-key): Improve prompt; doc fix. | 356 (describe-key): Improve prompt; doc fix. |
257 | 357 |
258 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 358 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
259 | 359 |
260 * vc-svn.el (vc-svn-registered): Catch all errors. | 360 * vc-svn.el (vc-svn-registered): Catch all errors. |
261 | 361 |
262 * cus-dep.el (custom-make-dependencies): Typo. | 362 * cus-dep.el (custom-make-dependencies): Typo. |
269 | 369 |
270 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry. | 370 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry. |
271 | 371 |
272 2005-11-13 Nick Roberts <nickrob@snap.net.nz> | 372 2005-11-13 Nick Roberts <nickrob@snap.net.nz> |
273 | 373 |
274 * progmodes/gud.el (gud-menu-map): Move parentheses (again). | 374 * progmodes/gud.el (gud-menu-map): Move parentheses (again). |
275 (gud-speedbar-buttons): Match on "const char *" too. | 375 (gud-speedbar-buttons): Match on "const char *" too. |
276 | 376 |
277 * progmodes/gdb-ui.el (gdb-var-create-handler) | 377 * progmodes/gdb-ui.el (gdb-var-create-handler) |
278 (gdb-var-list-children-handler): Match on "const char *" too. | 378 (gdb-var-list-children-handler): Match on "const char *" too. |
279 (gdb-var-evaluate-expression-handler): Match on empty string. | 379 (gdb-var-evaluate-expression-handler): Match on empty string. |
487 Only reveal text that's ellipsised. | 587 Only reveal text that's ellipsised. |
488 | 588 |
489 2005-11-07 Carsten Dominik <dominik@science.uva.nl> | 589 2005-11-07 Carsten Dominik <dominik@science.uva.nl> |
490 | 590 |
491 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form. | 591 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form. |
592 | |
593 2005-11-07 John Paul Wallington <jpw@gnu.org> | |
594 | |
595 * ibuffer.el (ibuffer): Search iconified frames too when | |
596 getting Ibuffer buffer's window. | |
492 | 597 |
493 2005-11-06 Richard M. Stallman <rms@gnu.org> | 598 2005-11-06 Richard M. Stallman <rms@gnu.org> |
494 | 599 |
495 * progmodes/compile.el (compilation-internal-error-properties): | 600 * progmodes/compile.el (compilation-internal-error-properties): |
496 save-excursion around the computation of MARKER. | 601 save-excursion around the computation of MARKER. |