comparison lisp/ChangeLog @ 83381:d84f940244dc

Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-544 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-547 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-548 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-549 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-550 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-116 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-117 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-421
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 17 Sep 2005 19:10:55 +0000
parents 94f174e5569d 78d74ef1436b
children 2a679c81f552
comparison
equal deleted inserted replaced
83380:94f174e5569d 83381:d84f940244dc
1 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * image.el (image-load-path): New variable.
4 (image-search-load-path): New function.
5 (find-image): Search for images in `image-load-path'.
6
7 2005-09-15 David Ponce <david@dponce.com>
8
9 * recentf.el (recentf-save-file-modes): New option.
10 (recentf-save-list): Use it.
11
12 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13
14 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15 (mode-line-mule-info, mode-line-modified): Move bindings from
16 mouse-3 to mouse-1.
17
18 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19
20 * simple.el (sendmail-user-agent-compose): Revert last change.
21
22 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25 Use with-current-buffer.
26 (ange-ftp-gwp-start): Remove unused var `gw-user'.
27 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
28 (ange-ftp-insert-directory): Remove unused var `short'.
29 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
30
31 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
32 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
33
34 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
35 (check-calendar-holidays, diary-list-entries): Autoload.
36 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
37 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
38
39 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
40 which mistakenly removed a call to display-buffer.
41
42 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
43
44 * obsolete/iso-insert.el: Move to obsolete/ from international/.
45
46 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
47
48 * progmodes/hideshow.el
49 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
50 (hs-allow-nesting): New user var.
51 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
52 (hs-hide-block-at-point): When nesting allowed,
53 if there is already an overlay in place, delete it.
54 (hs-safety-is-job-n): Delete func; remove call sites.
55 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
56 (hs-overlay-at): New func.
57 (hs-already-hidden-p, hs-show-block): Use it.
58 (hs-hide-all): Don't pre-clean if nesting allowed.
59 (hs-show-all): Temporarily disallow
60 nesting around call to `hs-discard-overlays'.
61
62 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
63
64 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
65 Delete unused local var.
66
67 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
68
69 * help-fns.el (describe-categories): "?\ " -> "?\s".
70 (help-do-arg-highlight): Recognize also ARG-n, as in
71 `move-to-left-margin' (ARG+n is already recognized). Simplify.
72
73 * international/codepage.el (dos-unsupported-char-glyph):
74 * net/newsticker.el (tool-bar-map, w3-mode-map)
75 (w3m-minor-mode-map):
76 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
77 (ent-alist):
78 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
79
1 2005-09-13 Chong Yidong <cyd@stupidchicken.com> 80 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
2 81
3 * custom.el (custom-push-theme): Handle the case where a symbol is 82 * custom.el (custom-push-theme): Handle the case where a symbol is
4 bound but face properties have not yet been assigned. 83 bound but face properties have not yet been assigned.
5 84
6 * mail/sendmail.el (mail): Use new buffer if `noerase' argument is 85 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7 `new'. 86 Fix behavior if noerase is `t' and there is no mail buffer.
87
88 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
89 if `continue' is nil, rather than signal an error.
8 90
9 2005-09-12 Richard M. Stallman <rms@gnu.org> 91 2005-09-12 Richard M. Stallman <rms@gnu.org>
10 92
11 * font-lock.el (font-lock-keywords): Add autoload. 93 * font-lock.el (font-lock-keywords): Add autoload.
12 94
63 145
64 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org> 146 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
65 147
66 * time-stamp.el: Mention variable `time-stamp-pattern' in doc 148 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
67 strings of the variables it can override. 149 strings of the variables it can override.
68
69 (time-stamp): New (as yet undocumented) time-stamp-format escapes 150 (time-stamp): New (as yet undocumented) time-stamp-format escapes
70 %Q and %q, for fully-qualified domain name and unqualified host name. 151 %Q and %q, for fully-qualified domain name and unqualified host name.
71 152
72 2005-09-11 Kim F. Storm <storm@cua.dk> 153 2005-09-11 Kim F. Storm <storm@cua.dk>
73 154
229 310
230 * calc/calc-poly.el (math-expand-term): Multiply out any powers 311 * calc/calc-poly.el (math-expand-term): Multiply out any powers
231 when in matrix mode. 312 when in matrix mode.
232 313
233 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 314 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
236 Use with-current-buffer.
237 (ange-ftp-gwp-start): Remove unused var `gw-user'.
238 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
239 (ange-ftp-insert-directory): Remove unused var `short'.
240 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
241 315
242 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use 316 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
243 non-anonymous functions. 317 non-anonymous functions.
244 318
245 2005-09-06 Chong Yidong <cyd@stupidchicken.com> 319 2005-09-06 Chong Yidong <cyd@stupidchicken.com>