annotate CHANGES-beta @ 9:6f2bbbbbe05a

Added tag r19-15b5 for changeset 4b173ad71786
author cvs
date Mon, 13 Aug 2007 08:47:36 +0200
parents 4b173ad71786
children 49a24b4fd526
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
1 -*- indented-text -*-
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
2 to 19.15 beta5
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
3 -- tm-7.97
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
4 -- InfoDock man.el
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
5 -- Fix long-standing race condition in timeout handling (courtesy of David
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
6 Moore).
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
7 -- next-line-add-newlines now defaults to nil
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
8 -- Miscellaneous bug fixes.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
9 -- kp_ X11 keysyms now recognized as kp-.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
10
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
11 to 19.15 beta4
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
12 -- Default JPEG image loading is now old tempfile code, but should work again.
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
13 -- Miscellaneous bug fixes courtesy of Christoph Wedler
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
14 -- mic-paren.el courtesy of Mikael Sjdin
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
15 -- lpr.el/ps-print.el - Allow dynamic expansion of
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
16 lpr-switches/ps-lpr-switches.
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
17 -- Lisp Bug fixes
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
18 -- Install info files compressed (courtesy of Joseph J Nuspl)
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
19 -- Default locking for Linux is now .lock locking
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 4
diff changeset
20
4
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
21 to 19.15 beta3
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
22
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
23 -- EDT/TPU modes synched from GNU Emacs, should actually work for the first
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
24 first time.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
25 -- Lots of files synched with GNU Emacs 19.34.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
26 -- Apropos mode enhancements.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
27 -- locate-library is now silent when called non-interactively.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
28 -- Non aggressive keyboard focus throwing is supported.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
29 -- Various enhancements from Lars Magne Ingebrigtsen.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
30 -- smtpmail.el added from GNU Emacs 19.34.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
31 -- man.el & man-xref.el added from GNU Emacs 19.35.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
32 -- crisp/brief emulation courtesy of Gary D. Foster.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
33 -- id-select.el courtesy of Bob Weiner.
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
34 -- m4-mode 1.8
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
35 -- etags.c 11.78
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
36 -- ilisp 5.8
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
37 -- cperl-mode 1.28
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
38 -- cc-mode 4.322
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
39 -- elp 2.37
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
40 -- python-mode 2.83
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
41 -- load-warn-when-source-newer now defaults to t
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
42 -- tm 7.95
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
43
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
44 to 19.15 beta2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
45
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
46 -- fast-lock.el 3.10.01
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
47 -- ksh-mode.el 2.9
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
48 -- mode-motion+.el 3.16
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
49 -- psgml-1a12
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
50 -- executable.el, imenu.el, sh-script.el and uniquify.el now included
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
51 -- rfc1521 patches to VM from Jamie
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
52 -- OffiX support added
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
53 -- lots of 19.34 syncing, most by Steven Baur
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
54 -- NetBSD on sparc platform fixes
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
55 -- additional featurep checks on 'scrollbar and 'menubar
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
56 -- configure changes to allow sunos4shr args to be picked up correctly
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
57
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
58 to 19.15 beta1
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
59
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
60 -- gnus 5.2.40
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
61 -- etc 0.22
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
62 -- w3 3.0.12
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
63 -- url 1.0.41
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
64 -- reporter 3.3
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
65 -- psgml 1a11
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
66 -- cc-mode 4.315
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
67 -- hm--html-menus 5.0
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
68 -- stringp nil error when starting sparcworks
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
69 -- call7 and call8 had incorrect array sizes
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
70 -- makefile mode Error in `pre-idle-hook' (setting hook to nil):
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
71 (void-function makefile-space-face)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
72 -- Crashes when built on X11R5 and run on X11R6 fixed
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
73 -- Lisp backtrace is now printed on all crashes, not just debug build
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
74 -- LOTS of typos fixed.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
75 -- sunpro-init no longer opens /net/bin with possible hang at startup.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
76 -- switch-to-buffer-other-window reverted to old-style behaviour
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
77 -- python-mode 2.67
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
78 -- auto-mode-alist regexps reorganized for efficiency
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
79 -- interpreter-mode-alist regexps now look at entire first line.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
80 -- new (interactive) spec `i' can be used to skip arguments.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
81 -- other assorted fixes and changes