comparison lisp/ChangeLog @ 89956:b9eee0a7bef5

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464 Update from CVS: lisp/progmodes/make-mode.el: Fix comments. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 23 Jul 2004 04:30:44 +0000
parents 97905c4f1a42 8d030ffc0866
children c08afac24467
comparison
equal deleted inserted replaced
89955:7f8b53f94713 89956:b9eee0a7bef5
1 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * ps-print.el: Doc fix. Improve the DSC compliance of the generated
4 PostScript. Suggested by Michael Piotrowski <mxp@dynalabs.de>.
5 (ps-print-version): New version 6.6.5.
6 (ps-printing-region): Doc fix.
7 (ps-generate-string-list): Comment fix.
8 (ps-message-log-max, ps-begin-file): Code fix.
9
10 2004-07-22 Kim F. Storm <storm@cua.dk>
11
12 * progmodes/make-mode.el: Fix comments.
13
14 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15
16 * printing.el: Doc fix.
17
18 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
19
20 * frame.el (modify-all-frames-parameters): Minor doc fix.
21
22 2004-07-20 Richard M. Stallman <rms@gnu.org>
23
24 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
25 (fill-delete-newlines): Call sentence-end as function.
26 (fill-nobreak-p, canonically-space-region): Likewise.
27 (fill-nobreak-p): If this break point is at the end of the line,
28 don't consider the newline which follows as a reason to return t.
29
30 2004-07-19 John Paul Wallington <jpw@gnu.org>
31
32 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
33
34 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
35
36 * dired-aux.el (dired-do-kill-lines): Expand docstring.
37 Delete irrelevant code.
38
39 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
40
41 * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
42 docstring. From Luc Teirlinck.
43
44 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
45
46 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
47 section.
48 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
49 non-file buffers. We know it is nil.
50
51 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
52
53 Sync with Tramp 2.0.43.
54
55 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
56 outdated comment.
57 (tramp-locked, tramp-locker): New variables for implementing a
58 global lock.
59 (tramp-sh-file-name-handler): Use them to implement the global
60 lock.
61
62 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
63
64 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
65 calls to respective `xxx` calls.
66 (tramp-process-alive-regexp): Precise doc string.
67 (tramp-multi-action-process-alive): New defun.
68 (tramp-multi-actions): Use it.
69 (tramp-handle-find-backup-file-name): `copy-tree' is available
70 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
71 in order to avoid this function.
72 (tramp-handle-write-region): Set current buffer. If connection
73 wasn't open, `file-modes' has changed it accidently. Reported by
74 David Kastrup <dak@gnu.org>.
75 (tramp-enter-password, tramp-read-passwd): New arguments USER and
76 HOST.
77 (tramp-action-password, tramp-multi-action-password): Apply it.
78 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
79 name must still contain the port number. Otherwise, we have two
80 Tramp buffers, with all the confusion. Reported by Myron Selby
81 <myron@xytech.com> and Rolf Dubitzky
82 <Dubitzky@physi.uni-heidelberg.de>.
83
84 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
85 HOST to `tramp-enter-passwd'.
86
87 * net/tramp-vc.el (all): Code cleanup. Change all
88 `tramp-handle-xxx' calls to respective `xxx` calls.
89
90 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
91
92 * emacs-lisp/testcover.el: New category "potentially-1valued" for
93 functions that are not erroneous if either 1-valued or
94 multi-valued. Detect functions in this class.
95 (testcover-1value-functions, testcover-compose-functions,
96 testcover-progn-functions) Added some additional functions to lists.
97 (testcover-mark): Bugfix when marking up the definition for an
98 empty function.
99
100 2004-07-17 Richard M. Stallman <rms@gnu.org>
101
102 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
103
104 * mail/footnote.el (footnote-section-tag): Use defcustom.
105
106 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
107 Compile font-lock-keywords, not KEYWORDS.
108 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
109 Add warn, check-type. Handle cerror like error.
110
111 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
112
113 * progmodes/which-func.el (which-func-keymap): New var.
114 (which-func-face): New face.
115 (which-func-format): Use them.
116
1 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change) 117 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2 118
3 * buff-menu.el (list-buffers-noselect): Append the buffer's 119 * buff-menu.el (list-buffers-noselect): Append the buffer's
4 process status to its mode name. 120 process status to its mode name.
5 121