comparison lisp/ChangeLog @ 83311:c016d82bf02b

Merged from miles@gnu.org--gnu-2005 (patch 423-434) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-423 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-424 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-425 Remove "-face" suffix from gnus faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-426 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-427 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-428 Remove "-face" suffix from MH-E faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-429 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430 Remove "-face" suffix from cc-mode faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431 Remove "-face" suffix from eshell faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-432 Remove "-face" suffix from ediff faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-433 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-434 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-351
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 21 Jun 2005 15:42:45 +0000
parents e58cb448e07c 130ffd61d28f
children 5b54039912f4
comparison
equal deleted inserted replaced
83310:e58cb448e07c 83311:c016d82bf02b
1 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-ftp.el (top):
4 * net/tramp-smb.el (top):
5 * net/tramp-util.el (top):
6 * net/tramp-uu.el (top):
7 * net/tramp-vc.el (top):
8 * net/tramp.el (top): Revert copyright years back to original
9 ones. Tramp has a life outside GNU Emacs.
10
11 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
12
13 * tooltip.el: (tooltip-use-echo-area): Don't make it obsolete.
14
15 2005-06-18 Juri Linkov <juri@jurta.org>
16
17 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18 end of first regexp to limit the match to the position between
19 line number and source line with same separator character as used
20 between file name and line number. In the second regexp limit
21 mouse-face area to file name and line number by adding new group
22 for them and referring it in HYPERLINK arg.
23 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25 previous line where grep markers may be already removed.
26
27 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28
29 * progmodes/ps-mode.el: Update version and maintainer's email
30 address.
31
32 2005-06-18 Steve Youngs <steve@xemacs.org>
33
34 * net/browse-url.el (browse-url-browser-function)
35 (browse-url-default-browser): Add firefox.
36 (browse-url-firefox-program, browse-url-firefox-arguments)
37 (browse-url-firefox-startup-arguments)
38 (browse-url-firefox-new-window-is-tab): New defcustoms.
39 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
40
41 2005-06-17 Richard M. Stallman <rms@gnu.org>
42
43 * startup.el (command-line): Warn if specified user name has
44 no home directory.
45
46 * term.el (term-get-old-input, term-input-filter, term-input-sender)
47 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
48
49 * longlines.el (longlines-mode, longlines-show-hard-newlines):
50 Doc fixes.
51
52 * faces.el (underline): Try bold if terminal doesn't support underline.
53
54 * mail/sendmail.el (mail-setup-with-from): New variable.
55 (mail-insert-from-field): New function.
56 (sendmail-send-it): Call it.
57 (mail-setup): Optionally call it here.
58
59 * term/linux.el: Call tty-no-underline.
60
61 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
62
63 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
64
65 2005-06-17 Miles Bader <miles@gnu.org>
66
67 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
68 (ediff-current-diff-C, ediff-current-diff-Ancestor)
69 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
70 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
71 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
72 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
73 Remove "-face" suffix from face names.
74 (ediff-current-diff-face-A, ediff-current-diff-face-B)
75 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
76 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
77 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
78 (ediff-even-diff-face-A, ediff-even-diff-face-B)
79 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
80 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
81 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
82 New backward-compatibility aliases for renamed faces.
83 (ediff-current-diff-face-A, ediff-current-diff-face-B)
84 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
85 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
86 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
87 (ediff-even-diff-face-A, ediff-even-diff-face-B)
88 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
89 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
90 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
91 Use renamed ediff faces.
92
93 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
94 Remove "-face" suffix from face names.
95 (eshell-test-ok-face, eshell-test-failed-face):
96 New backward-compatibility aliases for renamed faces.
97 (eshell-run-test): Use renamed eshell-test faces.
98
99 * eshell/em-prompt.el (eshell-prompt):
100 Remove "-face" suffix from face name.
101 (eshell-prompt-face): New backward-compatibility alias for renamed face.
102 (eshell-emit-prompt): Use renamed eshell-prompt face.
103
104 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
105 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
106 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
107 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
108 Remove "-face" suffix from face names.
109 (eshell-ls-directory-face, eshell-ls-symlink-face)
110 (eshell-ls-executable-face, eshell-ls-readonly-face)
111 (eshell-ls-unreadable-face, eshell-ls-special-face)
112 (eshell-ls-missing-face, eshell-ls-archive-face)
113 (eshell-ls-backup-face, eshell-ls-product-face)
114 (eshell-ls-clutter-face):
115 New backward-compatibility aliases for renamed faces.
116 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
117
118 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
119 "-face" suffix from face name.
120 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
121 instead of literal face.
122
123 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
124
125 * emacs-lisp/warnings.el (display-warning, lwarn)
126 (warning-minimum-log-level): Doc fixes.
127 (warning-minimum-level, warning-minimum-log-level):
128 Add :debug to :type choices.
129
130 * progmodes/ada-mode.el (ada-format-paramlist)
131 (ada-get-indent-case, ada-check-matching-start)
132 (ada-check-defun-name, ada-goto-matching-decl-start)
133 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
134 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
135 (ada-make-subprogram-body): Follow error conventions.
136 (ada-case-exception-file, ada-indent-comment-as-code)
137 (ada-indent-handle-comment-special, ada-indent-renames)
138 (ada-indent-return, ada-search-directories-internal)
139 (ada-tab-policy, ada-case-exception-substring)
140 (ada-other-file-alist, ada-matching-start-re)
141 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
142 (ada-imenu-generic-expression, ada-compile-goto-error)
143 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
144 (ada-popup-menu, ada-add-extensions, ada-mode)
145 (ada-region-selected, ada-create-case-exception)
146 (ada-create-case-exception-substring, ada-after-keyword-p)
147 (ada-activate-keys-for-case, ada-adjust-case-region)
148 (ada-adjust-case-buffer, ada-format-paramlist)
149 (ada-scan-paramlist, ada-insert-paramlist)
150 (ada-indent-newline-indent)
151 (ada-indent-newline-indent-conditional)
152 (ada-justified-indent-current, ada-goto-previous-word)
153 (ada-indent-current, ada-get-indent-open-paren)
154 (ada-get-indent-paramlist, ada-get-indent-end)
155 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
156 (ada-get-indent-block-start, ada-get-indent-subprog)
157 (ada-get-indent-noindent, ada-get-indent-label)
158 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
159 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
160 (ada-goto-stmt-end, ada-goto-next-word)
161 (ada-check-matching-start, ada-check-defun-name)
162 (ada-goto-matching-decl-start, ada-goto-matching-start)
163 (ada-goto-matching-end, ada-search-ignore-string-comment)
164 (ada-in-decl-p, ada-looking-at-semi-or)
165 (ada-looking-at-semi-private, ada-in-paramlist-p)
166 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
167 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
168 (ada-next-procedure, ada-previous-procedure, ada-next-package)
169 (ada-previous-package, ada-create-menu)
170 (ada-fill-comment-paragraph-justify)
171 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
172 (ada-other-file-name, ada-last-which-function-line)
173 (ada-last-which-function-subprog, ada-which-function)
174 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
175 (ada-gen-treat-proc, ada-check-emacs-version)
176 (ada-continuation-indent, ada-align-region-separate):
177 Fix typos in docstrings.
178 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
179
180 2005-06-16 Lute Kamstra <lute@gnu.org>
181
182 * simple.el (fundamental-mode): Run after-change-major-mode-hook
183 conditionally.
184
185 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
186
187 * comint.el (comint-replace-by-expanded-filename)
188 (comint-prompt-regexp, comint-delimiter-argument-list)
189 (comint-preinput-scroll-to-bottom):
190 * info.el (Info-hide-cookies-node):
191 * ls-lisp.el (ls-lisp-classify):
192 * find-file.el (ff-search-directories, ff-special-constructs)
193 (ff-find-other-file):
194 * font-lock.el (font-lock-keywords):
195 * shell.el (shell-prompt-pattern)
196 (shell-dynamic-complete-functions, shell-mode)
197 (shell-delimiter-argument-list):
198 * term.el (term-replace-by-expanded-filename)
199 (term-prompt-regexp, term-delimiter-argument-list):
200 * woman.el (woman-ignore, woman0-if):
201 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
202 * emacs-lisp/elint.el (elint-init-env):
203 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
204 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
205 * language/ethio-util.el (ethio-tilde-escape)
206 (ethio-use-three-dot-question):
207 * net/zone-mode.el (zone-mode-load-time-setup):
208 * progmodes/cc-align.el (c-lineup-argcont):
209 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
210 * progmodes/cperl-mode.el (cperl-set-style-back):
211 * progmodes/inf-lisp.el (inferior-lisp-prompt):
212 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
213 Fix spellings in docstrings.
214
215 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
216 * progmodes/modula2.el (m2-for): Fix spellings.
217
218 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
219
220 * simple.el (undo-more): Don't use `format' on `error' arguments.
221 Improve argument/docstring consistency.
222 (pending-undo-list): Doc fix.
223
224 * smerge-mode.el (smerge-ensure-match):
225 * emulation/vip.el (vip-ex):
226 * net/zone-mode.el (zone-mode-update-serial):
227 * progmodes/idlwave.el (idlwave-complete):
228 * progmodes/vhdl-mode.el (vhdl-visit-file)
229 (vhdl-compose-wire-components):
230 Don't use `format' on `error' arguments.
231
232 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
233 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
234 (tooltip-help-tips): Fix typos in docstrings.
235
236 2005-06-16 David Ponce <david@dponce.com>
237
238 * tree-widget.el (tree-widget-value-create): Simplify last change.
239
240 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
241
242 * ido.el (ido-incomplete-regexp): New variable.
243 (ido-set-matches-1): Handle invalid-regexp error and set
244 ido-incomplete-regexp.
245 (ido-incomplete-regexp): New face.
246 (ido-completions): Use it.
247 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
248 incomplete regexps.
249 (ido-completions): Add check for complete match when entering a regexp.
250
251 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
254
255 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
256
257 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
258 by field delimiters.
259
260 2005-06-15 David Ponce <david@dponce.com>
261
262 * tree-widget.el: eval-and-compile inlined functions so they will
263 be available at run-time too.
264 (tree-widget-super-format-handler)
265 (tree-widget-format-handler): Remove.
266 (tree-widget-value-create): Handle the :indent property.
267
1 2005-06-15 Miles Bader <miles@gnu.org> 268 2005-06-15 Miles Bader <miles@gnu.org>
2 269
3 * progmodes/which-func.el (which-func): Only inherit 270 * progmodes/which-func.el (which-func): Only inherit
4 `font-lock-function-name-face' when that makes sense against the 271 `font-lock-function-name-face' when that makes sense against the
5 default mode-line face, otherwise set the face color explicitly. 272 default mode-line face, otherwise set the face color explicitly.
9 276
10 2005-06-14 Miles Bader <miles@gnu.org> 277 2005-06-14 Miles Bader <miles@gnu.org>
11 278
12 * progmodes/ld-script.el (ld-script-location-counter): 279 * progmodes/ld-script.el (ld-script-location-counter):
13 Remove "-face" suffix from face name. 280 Remove "-face" suffix from face name.
14 (ld-script-location-counter-face): 281 (ld-script-location-counter-face):
15 New backward-compatibility alias for renamed face. 282 New backward-compatibility alias for renamed face.
16 (ld-script-location-counter-face): Use renamed face. 283 (ld-script-location-counter-face): Use renamed face.
17 284
18 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array) 285 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19 (cperl-hash): Remove "-face" suffix from face names. 286 (cperl-hash): Remove "-face" suffix from face names.
71 (idlwave-shell-bp-face, idlwave-shell-disabled-bp): 338 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
72 New backward-compatibility aliases for renamed faces. 339 New backward-compatibility aliases for renamed faces.
73 (idlwave-shell-disabled-breakpoint-face) 340 (idlwave-shell-disabled-breakpoint-face)
74 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces. 341 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
75 342
76 * progmodes/flymake.el (flymake-errline, flymake-warnline): 343 * progmodes/flymake.el (flymake-errline, flymake-warnline):
77 Remove "-face" suffix from face names. 344 Remove "-face" suffix from face names.
78 (flymake-errline-face, flymake-warnline-face): 345 (flymake-errline-face, flymake-warnline-face):
79 New backward-compatibility aliases for renamed faces. 346 New backward-compatibility aliases for renamed faces.
80 (flymake-highlight-line): Use renamed flymake faces. 347 (flymake-highlight-line): Use renamed flymake faces.
81 348
84 (ebrowse-member-class, ebrowse-progress): 351 (ebrowse-member-class, ebrowse-progress):
85 Remove "-face" suffix from face names. 352 Remove "-face" suffix from face names.
86 (ebrowse-tree-mark-face, ebrowse-root-class-face) 353 (ebrowse-tree-mark-face, ebrowse-root-class-face)
87 (ebrowse-file-name-face, ebrowse-default-face) 354 (ebrowse-file-name-face, ebrowse-default-face)
88 (ebrowse-member-attribute-face, ebrowse-member-class-face) 355 (ebrowse-member-attribute-face, ebrowse-member-class-face)
89 (ebrowse-progress-face): 356 (ebrowse-progress-face):
90 New backward-compatibility aliases for renamed faces. 357 New backward-compatibility aliases for renamed faces.
91 (ebrowse-show-progress, ebrowse-show-file-name-at-point) 358 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
92 (ebrowse-set-mark-props, ebrowse-draw-tree-fn) 359 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
93 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) 360 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
94 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. 361 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
95 362
96 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax) 363 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
97 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) 364 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
98 (antlr-literal): Remove "-face" suffix and "font-lock-" from face 365 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
99 names.
100 (antlr-font-lock-default-face, antlr-font-lock-keyword-face) 366 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
101 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) 367 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
102 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face) 368 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
103 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): 369 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
104 New backward-compatibility aliases for renamed faces. 370 New backward-compatibility aliases for renamed faces.
117 383
118 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org> 384 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
119 385
120 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl): 386 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
121 Eliminate "-face" suffix. 387 Eliminate "-face" suffix.
122 (makefile-targets): Inherit font-lock-variable-name-face and 388 (makefile-targets): Inherit from font-lock-function-name-face and
123 eliminate "-face" suffix. 389 eliminate "-face" suffix.
124 (makefile-shell): Remove attributes and eliminate "-face" suffix. 390 (makefile-shell): Remove attributes and eliminate "-face" suffix.
125 (makefile-*-font-lock-keywords): Append makefile-targets in rule 391 (makefile-*-font-lock-keywords): Append makefile-targets in rule
126 actions, instead of prepending, to make it less visible. 392 actions, instead of prepending, to make it less visible.
127 (makefile-previous-dependency, makefile-match-dependency): Don't 393 (makefile-previous-dependency, makefile-match-dependency):
128 match a target on a continuation line. 394 Don't match a target on a continuation line.
129 395
130 * files.el (auto-mode-alist): Put Makefile in gmake mode. 396 * files.el (auto-mode-alist): Put Makefile in gmake mode.
131 397
132 2005-06-15 Nick Roberts <nickrob@snap.net.nz> 398 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
133 399
134 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect 400 * progmodes/gdb-ui.el (gdb-tooltip-print):
135 tooltip-use-echo-area. 401 Respect tooltip-use-echo-area.
136 (menu): Re-order menu items. 402 (menu): Re-order menu items.
137 403
138 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. 404 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
139 Define in tooltip.el. 405 Define in tooltip.el.
140 (gud-tooltip-process-output): Respect tooltip-use-echo-area. 406 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
179 2005-06-14 Juanma Barranquero <lekktu@gmail.com> 445 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
180 446
181 * emacs-lisp/byte-run.el (make-obsolete) 447 * emacs-lisp/byte-run.el (make-obsolete)
182 (define-obsolete-function-alias): Rename arguments FUNCTION and 448 (define-obsolete-function-alias): Rename arguments FUNCTION and
183 NEW to OBSOLETE-NAME and CURRENT-NAME respectively. 449 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
184 (make-obsolete-variable, define-obsolete-variable-alias): Rename 450 (make-obsolete-variable, define-obsolete-variable-alias):
185 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME 451 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
186 respectively. 452 respectively.
187 453
188 * isearchb.el (isearchb-activate): 454 * isearchb.el (isearchb-activate):
189 * pcvs.el (cvs-mode): 455 * pcvs.el (cvs-mode):
190 * ses.el (ses-load): 456 * ses.el (ses-load):