comparison lisp/ChangeLog @ 83209:c06211125947

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-560 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-562 Update from CVS: lisp/subr.el (after-change-major-mode-hook): Doc fix. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-563 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-564 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-565 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-249
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 23 Sep 2004 10:32:54 +0000
parents 4df500c93e1d 95030a5c1bb1
children b85b19b8eb65
comparison
equal deleted inserted replaced
83208:e318dfc2edc6 83209:c06211125947
1 2004-09-23 H,Ae(Bkon Malmedal <hmalmedal@yahoo.no>
2
3 * calendar/holidays.el (holiday-advent): Report on a specified day
4 offset from advent, not just advent.
5 (holiday-easter-etc): Report on one specified day offset from
6 easter, not all easter holidays. Various Easter holidays moved to
7 `christian-holidays' variable in calendar.el.
8 * calendar/calendar.el (christian-holidays): Adapt for new
9 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10
11 2004-09-23 Kim F. Storm <storm@cua.dk>
12
13 * image.el (insert-sliced-image): Add doc string.
14
15 * ido.el (ido-choice-list): New dynamic var for `list' context.
16 (ido-context-switch-command): New dynamic var.
17 (ido-define-mode-map): Generalize switch between file/buffer contexts.
18 (ido-read-internal): Handle new `list' context.
19 Handle insert-buffer and insert-file ido-exit values.
20 (ido-buffer-internal): New arg switch-cmd. Use it to setup
21 ido-context-switch-command. Handle insert-file ido-exit value.
22 (ido-read-buffer): Set ido-context-switch-command to 'ignore
23 unless it is already bound by caller.
24 (ido-file-internal): New arg switch-cmd. Use it to setup
25 ido-context-switch-command. Handle insert-buffer ido-exit value.
26 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
27 used for context switching.
28 (ido-all-completions): Handle new `list' context.
29 (ido-make-choice-list): Return choices for `list' context.
30 (ido-find-file-in-dir, ido-display-file, ido-write-file)
31 (ido-display-buffer, ido-kill-buffer): Disable context switching.
32 (ido-insert-buffer, ido-insert-file): Setup context switching.
33 (ido-exhibit): Handle `list' context.
34 (ido-read-file-name): Disable context switching. Handle fallback.
35 (ido-read-directory-name): Disable context switching.
36 (ido-completing-read): New defun like completing-read. Setup and
37 use new `list' context.
38
39 2004-09-20 Jesper Harder <harder@ifa.au.dk>
40
41 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
42
43 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
44
45 * subr.el (after-change-major-mode-hook): Doc fix.
46
47 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
48
49 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
50 of ghostscript for monochrome PostScript file in Windows.
51
52 2004-09-21 Kenichi Handa <handa@m17n.org>
53
54 * descr-text.el (describe-char): Checking of quail activation
55 fixed.
56
57 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
58
59 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
60 after the mode hooks instead of before. Doc fix.
61
62 2004-09-20 Jason Rumney <jasonr@gnu.org>
63
64 * startup.el (command-line) [windows-nt]: Try .emacs first, then
65 _emacs, but revert to .emacs if neither exists in home directory.
66
67 2004-09-20 John Paul Wallington <jpw@gnu.org>
68
69 * bindings.el (completion-ignored-extensions): Add .dfsl.
70
71 2004-09-20 Richard M. Stallman <rms@gnu.org>
72
73 * bindings.el (scroll-left): Make it disabled.
74
75 * files.el (enable-local-eval): Doc fix.
76
77 * indent.el (move-to-left-margin): Special case for minibuffer.
78
79 * term.el (term-emulate-terminal): Turn off undo for output.
80 Use with-current-buffer and save-selected-window.
81
82 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
83
84 * progmodes/make-mode.el (makefile-fill-paragraph):
85 Don't insist on spaces when looking for comments. # is enough.
86
87 * files.el (hack-local-variables): Copy the variables list
88 to another buffer, strip prefixes and suffixes there, then read.
89 (enable-local-eval): Doc fix.
90 (ignored-local-variables): Initialize to nil.
91 (risky-local-variable-p): Don't check ignored-local-variables here.
92 (hack-one-local-variable): Ignore var if in ignored-local-variables.
93
94 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
95
96 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
97 of = to "." (punctuation).
98
1 2004-09-19 Stefan <monnier@iro.umontreal.ca> 99 2004-09-19 Stefan <monnier@iro.umontreal.ca>
2 100
3 * subr.el (event-basic-type): Fix mask (extend to 22bits). 101 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4 102
5 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> 103 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
224 322
225 2004-09-09 Lars Hansen <larsh@math.ku.dk> 323 2004-09-09 Lars Hansen <larsh@math.ku.dk>
226 324
227 * desktop.el (desktop-clear-preserve-buffers): 325 * desktop.el (desktop-clear-preserve-buffers):
228 Remove make-obsolete-variable. 326 Remove make-obsolete-variable.
327
328 2004-09-08 Richard M. Stallman <rms@gnu.org>
329
330 * buff-menu.el (list-buffers-noselect): Call format-mode-line
331 with the buffer as argument.
229 332
230 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca> 333 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
231 334
232 * vc-arch.el (vc-arch-state): Fix parsing for `names' method. 335 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
233 336