comparison lisp/ChangeLog @ 83255:9684495d72bc

Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96 Move Gnus images into etc/images * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-98 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-99 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-100 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-101 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-102 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-103 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-104 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15 Update from CVS: lisp/imap.el (imap-log): Doc fix. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16 Merge from emacs--cvs-trunk--0 git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-295
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 19 Feb 2005 00:06:48 +0000
parents c0215e820840 dd402e5d42cb
children 389421e988c2
comparison
equal deleted inserted replaced
83254:e9810bf10871 83255:9684495d72bc
1 2005-02-18 Kenichi Handa <handa@m17n.org>
2
3 * ps-print.el (ps-font-info-database): New entry
4 ZapfChancery-MediumItalic with correct font name. Fix font name
5 of the entry Zapf-Chancery-MediumItalic.
6
7 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8
9 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10
11 2005-02-16 Kim F. Storm <storm@cua.dk>
12
13 * ido.el (ido-fallback-command): Pass user input to fallback command.
14
15 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16
17 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18 (gdb-find-file-hook): Add server prefix.
19
20 2005-02-16 Richard M. Stallman <rms@gnu.org>
21
22 * replace.el (perform-replace): Pass new args to replace-highlight.
23 (replace-highlight): Take region args,
24 and pass them to isearch-lazy-highlight-new-loop.
25
26 * novice.el (disabled-command-hook): Autoload the defalias
27 and the make-obsolete-variable call.
28
29 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30
31 * isearch.el (isearch-lazy-highlight-start-limit)
32 (isearch-lazy-highlight-end-limit): New variables limit
33 the region for highlighting.
34 (isearch-lazy-highlight-new-loop): New args BEG and END.
35 (isearch-lazy-highlight-search): Use the new vars.
36 (isearch-lazy-highlight-update): Likewise.
37
38 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
39
40 * cus-start.el (all): Use default-boundp.
41
42 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
43
44 * menu-bar.el (menu-bar-select-frame): Handle current frame.
45
46 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
47
48 * autorevert.el (auto-revert-stop-on-user-input)
49 (auto-revert-verbose): Doc fixes.
50
51 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
52
53 * international/mule-cmds.el (set-locale-environment): Remove call
54 to set-selection-coding-system on Windows.
55
56 2005-02-15 Jay Belanger <belanger@truman.edu>
57
58 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
59 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch and
60 calcFunc-coth.
61 (math-simplify-sqrt): Add simplifications.
62
63 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
64 to list.
65
66 * calc/calc-ext.el: Add functions to autoloads.
67
68 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
69 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
70 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
71 (math-csc-raw, math-cot-raw): New functions.
72
73 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
74
75 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
76 the variable name in a message.
77
78 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
79 calcFunc-csc, calcFunc-cot.
80
81 * calc/calcalg2.el: Add derivative and integration rules for
82 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
83 calcFunc-csch, calcFunc-coth.
84 (math-do-integral-methods): Add to checks for when to use
85 substitutions.
86
87 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
88
89 2005-02-15 Lute Kamstra <lute@gnu.org>
90
91 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add
92 ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
93 <monnier@iro.umontreal.ca>
94 (lisp-outline-level): Improve efficiency. Suggested by David
95 Kastrup <dak@gnu.org>.
96
97 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
98
99 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
100 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
101 (gdb-set-gud-minor-mode-existing-buffers): New functions.
102 (gdb-find-file-hook): New hook. Add it to find-file-hook.
103 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
104
105 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
106
107 * cus-start.el (all): Comment change.
108
109 2005-02-14 Lute Kamstra <lute@gnu.org>
110
111 * cus-start.el (all): Check if symbol is void.
112
113 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
114
115 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
116 optional argument to \cite.
117
118 2005-02-14 Richard M. Stallman <rms@gnu.org>
119
120 * cus-edit.el (custom-buffer-create-internal): Update help message.
121 (custom-magic-alist): Update help messages.
122
123 * cus-start.el (all): Allow a var to specify a standard value.
124
1 2005-02-12 Luc Teirlinck <teirllm@auburn.edu> 125 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
2 126
3 * custom.el (custom-theme-set-variables): Handle variable aliases. 127 * custom.el (custom-theme-set-variables): Handle variable aliases.
4 128
5 * frame.el (blink-cursor-timer): Doc fix. 129 * frame.el (blink-cursor-timer): Doc fix.