aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-11-13 18:21:48 +0000
committerKaroly Lorentey2004-11-13 18:21:48 +0000
commitf590a2a442d19f3a74d7bbd02bbcb4e3239f2327 (patch)
tree0ea1998c7a87cdc3faa9d00d3ea71b981cc1153a /lisp/ChangeLog
parent050ddd28da8d0bb44f06575e93c6bd7feb758829 (diff)
parentc37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (diff)
downloademacs-f590a2a442d19f3a74d7bbd02bbcb4e3239f2327.tar.gz
emacs-f590a2a442d19f3a74d7bbd02bbcb4e3239f2327.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-672 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-266
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e55dcd6270..6fc7796f339 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,54 @@
12004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2
3 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
4 -o /dev/stdout" before trying "uudecode -o -". Suggested by Han
5 Boetes.
6 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
7
82004-11-06 David Ponce <david@dponce.com>
9
10 * recentf.el (recentf-menu-path): Use menu item name.
11
122004-11-06 Eli Zaretskii <eliz@gnu.org>
13
14 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
15 display doesn't support images.
16
172004-11-06 Andreas Schwab <schwab@suse.de>
18
19 * tempo.el (tempo-match-finder): Doc fix.
20
21 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
22
232004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
26 (easy-menu-lookup-name): New fun to replace it.
27 (easy-menu-get-map): Use it to obey menu item names (rather than just
28 keys) when looking up `path'.
29 (easy-menu-always-true-p): Rename from easy-menu-always-true.
30 (easy-menu-convert-item-1): Adjust to new name.
31
322004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
33
34 * outline.el (hide-body): Don't hide lines at the top of the file
35 that precede the first header line.
36
372004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
38
39 * align.el (align-areas): Delete whitespace before reindenting, so
40 that tabs are never placed after spaces.
41
422004-11-06 Alan Shutko <ats@acm.org>
43
44 * macros.el (insert-kbd-macro): Do completions based on macros,
45 rather than all commands.
46
472004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
48
49 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
50 to solve a bug whereby tags with 'b' don't match.
51
12004-11-05 Juri Linkov <juri@jurta.org> 522004-11-05 Juri Linkov <juri@jurta.org>
2 53
3 * info.el (Info-search): Don't search in node header lines 54 * info.el (Info-search): Don't search in node header lines