aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-02-19 00:06:48 +0000
committerKaroly Lorentey2005-02-19 00:06:48 +0000
commit60c73d2ed638e5d51643c65a0fc6dea618fc72c8 (patch)
tree3d9e0adc703f9cfd5df162c66ac15999c4106738 /lisp/ChangeLog
parentc20213c90736fc9c2a6eca2ca44d6e200dbf5efe (diff)
parent8a59305430c68ee23d3cc7ab7487ab3acebdbe7f (diff)
downloademacs-60c73d2ed638e5d51643c65a0fc6dea618fc72c8.tar.gz
emacs-60c73d2ed638e5d51643c65a0fc6dea618fc72c8.zip
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
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog124
1 files changed, 124 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4e50061105..39b29326077 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,127 @@
12005-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
72005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8
9 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10
112005-02-16 Kim F. Storm <storm@cua.dk>
12
13 * ido.el (ido-fallback-command): Pass user input to fallback command.
14
152005-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
202005-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
422005-02-15 David Casperson <casper@unbc.ca> (tiny change)
43
44 * menu-bar.el (menu-bar-select-frame): Handle current frame.
45
462005-02-15 Luc Teirlinck <teirllm@auburn.edu>
47
48 * autorevert.el (auto-revert-stop-on-user-input)
49 (auto-revert-verbose): Doc fixes.
50
512005-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
562005-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
892005-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
972005-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
1052005-02-14 Luc Teirlinck <teirllm@auburn.edu>
106
107 * cus-start.el (all): Comment change.
108
1092005-02-14 Lute Kamstra <lute@gnu.org>
110
111 * cus-start.el (all): Check if symbol is void.
112
1132005-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
1182005-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
12005-02-12 Luc Teirlinck <teirllm@auburn.edu> 1252005-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.