comparison lisp/ChangeLog @ 83162:dbcd0af66869

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410 Make sure image types are initialized for lookup too * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-412 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-413 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-414 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-415 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-418 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-202
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 24 Jun 2004 07:44:13 +0000
parents c5bae78b527c fb1bd8c58401
children 8e4ea1e2c254
comparison
equal deleted inserted replaced
83161:8d62eda26760 83162:dbcd0af66869
1 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * progmodes/grep.el (grep-error-screen-columns): New variable.
4 (grep-regexp-alist): Give it the full functionality of gnu style
5 compilation messages with line and column ranges. Ask me for the
6 perl script I'm working on, that uses these.
7
8 2004-06-23 Nick Roberts <nickrob@gnu.org>
9
10 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11 Remove.
12 (comint-insert-input, comint-mouse-insert-input): New functions
13 based on comint-insert-clicked-input for two bindings but just
14 one functionality.
15
16 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
17
18 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
19
20 2004-06-23 Lars Hansen <larsh@math.ku.dk>
21
22 * files.el (write-contents-functions): Doc fix.
23
24 2004-06-21 Juanma Barranquero <lektu@terra.es>
25
26 * image.el (image-library-alist): Rewrite docstring in active
27 voice.
28
29 2004-06-20 Richard M. Stallman <rms@gnu.org>
30
31 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
32
33 * isearch.el (isearch-repeat): Avoid testing old match data.
34 (isearch-message): Display trailing space in special font
35 when search is failing.
36 (isearch-search-fun-function): Doc fix.
37
38 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
39
40 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
41
42 * frame.el (show-trailing-whitespace): Doc fix.
43
44 * cus-edit.el (custom-variable-documentation): New function.
45 (custom-variable): Use it.
46
47 2004-06-19 Nick Roberts <nickrob@gnu.org>
48
49 * man.el (Man-getpage-in-background): Revert previous change but
50 make cygwin a special case.
51
52 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
53
54 * autorevert.el (global-auto-revert-non-file-buffers): Update
55 docstring.
56
57 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
58
59 * progmodes/compile.el (compilation-error-properties): Store one
60 more than end-col, if present, so that transient-mark-mode will
61 highlight last char too.
62 * progmodes/grep.el (grep-regexp-alist): Match columns and column
63 ranges, if present.
64
65 2004-06-18 Jason Rumney <jasonr@gnu.org>
66
67 * makefile.w32-in: Double percent signs in for loops.
68
69 2004-06-17 David Kastrup <dak@gnu.org>
70
71 * replace.el (query-replace-read-args): Only warn about use of \n
72 and \t when we are doing a regexp replacement and the actual
73 escaped character is n or t.
74 (query-replace-regexp): Add \, and \# interpretation to
75 interactive call and document it.
76 (query-replace-regexp-eval, replace-match-string-symbols): add \#
77 as shortkey for replace-count.
78 (replace-quote): New function for doubling backslashes.
79
80 2004-06-17 Juanma Barranquero <lektu@terra.es>
81
82 * files.el (parse-colon-path, cd): Mention in docstring that the
83 path separator is colon in GNU-like systems.
84
85 * newcomment.el (comment-region-internal): Fix docstring.
86
87 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
88 (ewoc-invalidate, ewoc-collect): Doc fixes.
89 (ewoc--create-node, ewoc--delete-node-internal):
90 Fix typos in docstring.
91
92 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
93
94 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
95 manual to docstring.
96
97 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
98
99 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
100
101 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
102
103 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
104 Add hyperlink to emacs-xtra manual to docstring.
105
106 * autorevert.el (global-auto-revert-non-file-buffers): Add
107 hyperlink to emacs-xtra manual to docstring, as well as an
108 info-link.
109
1 2004-06-14 Juanma Barranquero <lektu@terra.es> 110 2004-06-14 Juanma Barranquero <lektu@terra.es>
2 111
3 * image.el (image-library-alist): New variable to map image types 112 * image.el (image-library-alist): New variable to map image types
4 to external libraries. Initialized to nil, unless system-specific 113 to external libraries. Initialized to nil, unless system-specific
5 configs change it. 114 configs change it.