annotate etc/NEWS @ 109398:c9970d4bfd62

Change clipboard/primary selection to X application standards. * lisp/menu-bar.el (menu-bar-enable-clipboard): Don't overwrite Cut/Copy/Paste menu bar items. * lisp/mouse.el: Bind mouse-2 to mouse-yank-primary. (mouse-drag-copy-region): Default to nil. * lisp/simple.el (select-active-regions): Default to t. (push-mark-command): Don't overwrite primary with empty string. * lisp/term/x-win.el (x-select-enable-clipboard): Default to t. (x-initialize-window-system): Don't overwrite Paste menu item.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 14 Jul 2010 14:03:39 -0400
parents 2f784ad8d94c
children 334eb7871775
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77134
87aa947227ad Remove date at the top of the file, since it is almost always
Glenn Morris <rgm@gnu.org>
parents: 77071
diff changeset
1 GNU Emacs NEWS -- history of user-visible changes.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
2
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
3 Copyright (C) 2010 Free Software Foundation, Inc.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
4 See the end of the file for license conditions.
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
5
106802
b92c3979701c Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents: 106695
diff changeset
6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
71203
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
7 If possible, use M-x report-emacs-bug.
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
8
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
9 This file is about changes in Emacs version 24.
71203
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
10
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
11 See files NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
12 and NEWS.1-17 for changes in older Emacs versions.
71203
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
13
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
14 You can narrow news to a specific version by calling `view-emacs-news'
25fa0038a52d Reorganize NEWS and ONEWS.* files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents: 71123
diff changeset
15 with a prefix argument or by typing C-u C-h C-n.
81321
efd70d9613c7 Change bug address. Add back +++/--- note.
Glenn Morris <rgm@gnu.org>
parents: 81310
diff changeset
16
103501
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
17
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
18 Temporary note:
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
19 +++ indicates that the appropriate manual has already been updated.
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
20 --- means no change in the manuals is called for.
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
21 When you add a new item, please add it without either +++ or ---
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
22 so we will look at it and add it to the manual.
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
23
fe679d9c8eb9 Put "temporary note" back in for Emacs 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents: 103493
diff changeset
24
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
25 * Installation Changes in Emacs 24.1
105093
fdf0cd460ea3 Re-organize 23.2 News.
Chong Yidong <cyd@stupidchicken.com>
parents: 105069
diff changeset
26
108966
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
27 ** Configure links against libselinux if it is found.
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
28 You can disable this by using --without-selinux.
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
29
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
30 ---
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
31 ** By default, the installed Info and man pages are compressed.
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
32 You can disable this by configuring --without-compress-info.
6f4e41648c3f Make compressing the info files optional.
Glenn Morris <rgm@gnu.org>
parents: 108917
diff changeset
33
107407
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
34 ---
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
35 ** There are new configure options:
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
36 --with-mmdf, --with-mail-unlink, --with-mailhost.
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
37 These provide no new functionality, they just remove the need to edit
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
38 lib-src/Makefile by hand in order to use the associated features.
975563054751 Replace some cpp with autoconf.
Glenn Morris <rgm@gnu.org>
parents: 107395
diff changeset
39
108108
640de94ce18b * etc/NEWS: Mention --with-crt-dir.
Glenn Morris <rgm@gnu.org>
parents: 108078
diff changeset
40 ---
640de94ce18b * etc/NEWS: Mention --with-crt-dir.
Glenn Morris <rgm@gnu.org>
parents: 108078
diff changeset
41 ** There is a new configure option --with-crt-dir.
640de94ce18b * etc/NEWS: Mention --with-crt-dir.
Glenn Morris <rgm@gnu.org>
parents: 108078
diff changeset
42 This is only useful if your crt*.o files are in a non-standard location.
640de94ce18b * etc/NEWS: Mention --with-crt-dir.
Glenn Morris <rgm@gnu.org>
parents: 108078
diff changeset
43
109067
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
44 ---
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
45 ** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
46 to configure. Note that other libraries used by Emacs, RSVG and GConf,
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
47 also depend on Gtk+. You can disable them with --without-rsvg and
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
48 --without-gconf.
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 109062
diff changeset
49
109098
a17732ef349e Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109067
diff changeset
50 ** There is a new configure option --enable-use-lisp-union-type.
a17732ef349e Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109067
diff changeset
51 This is only useful for Emacs developers to debug certain types of bugs.
a17732ef349e Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109067
diff changeset
52 These is not a new feature; only the configure flag is new.
a17732ef349e Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109067
diff changeset
53
104208
c9b224c2ddcb ** Hash tables have a new printed representation that is readable.
Chong Yidong <cyd@stupidchicken.com>
parents: 104177
diff changeset
54
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
55 * Startup Changes in Emacs 24.1
94592
72bf8f6f42d5 The following input methods were removed in Emacs 22.2...
Glenn Morris <rgm@gnu.org>
parents: 94532
diff changeset
56
81026
ffed94619365 Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
Glenn Morris <rgm@gnu.org>
parents: 80941
diff changeset
57
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
58 * Changes in Emacs 24.1
103493
af33c0ccf0aa Remove +++ and --- lines; minor copyedits.
Chong Yidong <cyd@stupidchicken.com>
parents: 103429
diff changeset
59
108828
87dad1e1c860 Add --parent-id argument to emacsclient.
Chong Yidong <cyd@stupidchicken.com>
parents: 108806
diff changeset
60 ** New emacsclient argument --parent-id ID can be used to open a
87dad1e1c860 Add --parent-id argument to emacsclient.
Chong Yidong <cyd@stupidchicken.com>
parents: 108806
diff changeset
61 client frame in parent X window ID, via XEmbed. This works like the
87dad1e1c860 Add --parent-id argument to emacsclient.
Chong Yidong <cyd@stupidchicken.com>
parents: 108806
diff changeset
62 --parent-id argument to Emacs.
87dad1e1c860 Add --parent-id argument to emacsclient.
Chong Yidong <cyd@stupidchicken.com>
parents: 108806
diff changeset
63
108500
9f927f4deab4 Allow the default completion to cycle.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108381
diff changeset
64 ** Completion can cycle, depending on completion-cycle-threshold.
9f927f4deab4 Allow the default completion to cycle.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108381
diff changeset
65
107665
59e2adcb1095 * files.el (auto-mode-case-fold): Change default to t.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107648
diff changeset
66 ** auto-mode-case-fold is now enabled by default.
59e2adcb1095 * files.el (auto-mode-case-fold): Change default to t.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107648
diff changeset
67
107646
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
68 +++
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
69 ** Emacs now supports display and editing of bidirectional text.
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
70
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
71 See the node "Bidirectional Editing" in the Emacs Manual for some
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
72 initial documentation.
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
73
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
74 To turn this on in any given buffer, set the buffer-local variable
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
75 `bidi-display-reordering' to a non-nil value. The default is nil.
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
76
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
77 The buffer-local variable `bidi-paragraph-direction', if non-nil,
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
78 forces each paragraph in the buffer to have its base direction
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
79 according to the value of this variable. Possible values are
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
80 `right-to-left' and `left-to-right'. If the value is nil (the
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
81 default), Emacs determines the base direction of each paragraph from
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
82 its text, as specified by the Unicode Bidirectional Algorithm.
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
83
108596
cd5442b2826b Implement bidi-sensitive movement with arrow keys.
Eli Zaretskii <eliz@gnu.org>
parents: 108575
diff changeset
84 The function `current-bidi-paragraph-direction' returns the actual
cd5442b2826b Implement bidi-sensitive movement with arrow keys.
Eli Zaretskii <eliz@gnu.org>
parents: 108575
diff changeset
85 value of paragraph base direction at point.
cd5442b2826b Implement bidi-sensitive movement with arrow keys.
Eli Zaretskii <eliz@gnu.org>
parents: 108575
diff changeset
86
107646
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
87 Reordering of bidirectional text for display in Emacs is a "Full
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
88 bidirectionality" class implementation of the Unicode Bidirectional
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
89 Algorithm.
dfdf14a6f5a0 Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Eli Zaretskii <eliz@gnu.org>
parents: 107550
diff changeset
90
108304
8b307cedcd04 NEWS: Remove FUD from description of bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents: 108241
diff changeset
91 Note that some advanced display features, such as overlay strings and
8b307cedcd04 NEWS: Remove FUD from description of bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents: 108241
diff changeset
92 `display' text properties, do not yet work correctly when
8b307cedcd04 NEWS: Remove FUD from description of bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents: 108241
diff changeset
93 bidirectional text is reordered for display.
8b307cedcd04 NEWS: Remove FUD from description of bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents: 108241
diff changeset
94
107395
05f285327bae Put non-GTK X scroll-bars on left.
Chong Yidong <cyd@stupidchicken.com>
parents: 107389
diff changeset
95 ** GTK scroll-bars are now placed on the right by default.
107384
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
96 Use `set-scroll-bar-mode' to change this.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
97
108025
7b45a10725ef Document tool-bar-style
Jan D. <jan.h.d@swipnet.se>
parents: 108012
diff changeset
98 ** GTK tool bars can have just text, just images or images and text.
108072
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
99 Customize `tool-bar-style' to choose style. On a Gnome desktop, the default
108025
7b45a10725ef Document tool-bar-style
Jan D. <jan.h.d@swipnet.se>
parents: 108012
diff changeset
100 is taken from the desktop settings.
7b45a10725ef Document tool-bar-style
Jan D. <jan.h.d@swipnet.se>
parents: 108012
diff changeset
101
107827
aa85632b7860 Use XFT in Lucid dialogs if available.
Jan D. <jan.h.d@swipnet.se>
parents: 107811
diff changeset
102 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
aa85632b7860 Use XFT in Lucid dialogs if available.
Jan D. <jan.h.d@swipnet.se>
parents: 107811
diff changeset
103 with Xft.
107804
24c4451bcaf7 Lucid menus can now use Xft for fonts.
Jan D. <jan.h.d@swipnet.se>
parents: 107795
diff changeset
104
108012
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
105 ** Basic SELinux support has been added.
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
106 This requires Emacs to be linked with libselinux at build time.
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
107
108072
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
108 *** Emacs preserves the SELinux file context when backing up, and
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
109 optionally when copying files. To this end, copy-file has an extra
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
110 optional argument, and backup-buffer and friends include the SELinux
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
111 context in their return values.
108012
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
112
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
113 *** The new functions file-selinux-context and set-file-selinux-context
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
114 get and set the SELinux context of a file.
6c696ca35512 Doc updates for SELinux support.
Glenn Morris <rgm@gnu.org>
parents: 108009
diff changeset
115
108078
44c107eab0b8 * etc/NEWS: Tramp supports SELinux.
Michael Albinus <michael.albinus@gmx.de>
parents: 108072
diff changeset
116 *** Tramp offers handlers for file-selinux-context and set-file-selinux-context
44c107eab0b8 * etc/NEWS: Tramp supports SELinux.
Michael Albinus <michael.albinus@gmx.de>
parents: 108072
diff changeset
117 for remote machines which support SELinux.
44c107eab0b8 * etc/NEWS: Tramp supports SELinux.
Michael Albinus <michael.albinus@gmx.de>
parents: 108072
diff changeset
118
107784
45b05d993766 Scrolling commands which does not signal errors at top/bottom.
Juri Linkov <juri@jurta.org>
parents: 107719
diff changeset
119 ** New scrolling commands `scroll-up-command' and `scroll-down-command'
107854
6ebc01c309bf Add variable scroll-error-top-bottom.
Juri Linkov <juri@jurta.org>
parents: 107852
diff changeset
120 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
6ebc01c309bf Add variable scroll-error-top-bottom.
Juri Linkov <juri@jurta.org>
parents: 107852
diff changeset
121 of buffer at first key-press (instead moves to top/bottom of buffer)
6ebc01c309bf Add variable scroll-error-top-bottom.
Juri Linkov <juri@jurta.org>
parents: 107852
diff changeset
122 when a new variable `scroll-error-top-bottom' is non-nil.
107784
45b05d993766 Scrolling commands which does not signal errors at top/bottom.
Juri Linkov <juri@jurta.org>
parents: 107719
diff changeset
123
107785
1479a3d1e0f3 Scrolling commands which scroll a line instead of full screen..
Juri Linkov <juri@jurta.org>
parents: 107784
diff changeset
124 ** New scrolling commands `scroll-up-line' and `scroll-down-line'
1479a3d1e0f3 Scrolling commands which scroll a line instead of full screen..
Juri Linkov <juri@jurta.org>
parents: 107784
diff changeset
125 scroll a line instead of full screen.
1479a3d1e0f3 Scrolling commands which scroll a line instead of full screen..
Juri Linkov <juri@jurta.org>
parents: 107784
diff changeset
126
107871
d7b161b7a686 Add the `scroll-command' property.
Juri Linkov <juri@jurta.org>
parents: 107854
diff changeset
127 ** New property `scroll-command' should be set on a command's symbol to
d7b161b7a686 Add the `scroll-command' property.
Juri Linkov <juri@jurta.org>
parents: 107854
diff changeset
128 define it as a scroll command affected by `scroll-preserve-screen-position.
107852
4abde609aac9 Add variable `scroll-preserve-screen-position-commands'.
Juri Linkov <juri@jurta.org>
parents: 107849
diff changeset
129
108806
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
130 ** Trash changes
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
131
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
132 *** `delete-by-moving-to-trash' now only affects commands that specify
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
133 trashing. This avoids inadvertently trashing temporary files.
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
134
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
135 *** Calling `delete-file' or `delete-directory' with a prefix argument
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
136 now forces true deletion, regardless of `delete-by-moving-to-trash'.
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
137
108990
8f3a9d4ebe87 Add sort option `list-colors-sort'. (Bug#6332)
Juri Linkov <juri@jurta.org>
parents: 108966
diff changeset
138 ** New option `list-colors-sort' defines the color sort order
8f3a9d4ebe87 Add sort option `list-colors-sort'. (Bug#6332)
Juri Linkov <juri@jurta.org>
parents: 108966
diff changeset
139 for `list-colors-display'.
8f3a9d4ebe87 Add sort option `list-colors-sort'. (Bug#6332)
Juri Linkov <juri@jurta.org>
parents: 108966
diff changeset
140
109016
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
141 ** An Emacs Lisp package manager is now included.
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
142 This is a convenient way to download and install additional packages,
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
143 from elpa.gnu.org. `M-x package-list-packages' shows a list of
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
144 packages, which can be selected for installation.
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
145
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
146 *** By default, all installed packages are loaded and activated
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
147 automatically when Emacs starts up. To disable this, set
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
148 `package-enable-at-startup' to nil. To change which packages are
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
149 loaded, customize `package-load-list'.
d73c5483c3d2 Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Chong Yidong <cyd@stupidchicken.com>
parents: 109010
diff changeset
150
62200
3366f31482cc Rearrange; clarify some entries.
Richard M. Stallman <rms@gnu.org>
parents: 62187
diff changeset
151
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
152 * Editing Changes in Emacs 24.1
97482
a8900d9693c5 Improve whitespace information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents: 97395
diff changeset
153
108160
7fc92f732328 Document complete-symbol change.
Chong Yidong <cyd@stupidchicken.com>
parents: 108108
diff changeset
154 ** completion-at-point is now an alias for complete-symbol.
7fc92f732328 Document complete-symbol change.
Chong Yidong <cyd@stupidchicken.com>
parents: 108108
diff changeset
155
108223
261591829d04 Add optional arg to delete-file to force deletion (Bug#6070).
Chong Yidong <cyd@stupidchicken.com>
parents: 108212
diff changeset
156 ** mouse-region-delete-keys has been deleted.
109062
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
157
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
158 ** Deletion changes
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
159
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
160 *** New option `delete-active-region'.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
161 If non-nil, C-d, [delete], and DEL delete the region if it is active
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
162 and no prefix argument is given. If set to `kill', these commands
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
163 kill instead.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
164
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
165 *** New command `delete-forward-char', bound to C-d and [delete].
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
166 This is meant for interactive use, and obeys `delete-active-region';
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
167 delete-char, meant for Lisp, does not obey `delete-active-region'.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
168
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
169 *** `delete-backward-char' is now a Lisp function.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
170 Apart from obeying `delete-active-region', its behavior is unchanged.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
171 However, the byte compiler now warns if it is called from Lisp; you
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
172 should use delete-char with a negative argument instead.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
173
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
174 *** The option `mouse-region-delete-keys' has been deleted.
d8144fe7f3f8 * bindings.el (global-map): Bind delete and DEL, the former to
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
175
109398
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
176 ** Selection changes.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
177
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
178 The way Emacs interacts with the clipboard and primary selection, by
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
179 default, is now similar to other X applications. In particular, kill
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
180 and yank use the clipboard, in addition to the primary selection.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
181
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
182 *** `select-active-regions' now defaults to t.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
183
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
184 *** `x-select-enable-clipboard' now defaults to t.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
185
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
186 *** `mouse-drag-copy-region' now defaults to nil.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
187
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
188 *** `mouse-2' is now bound to `mouse-yank-primary'.
c9970d4bfd62 Change clipboard/primary selection to X application standards.
Chong Yidong <cyd@stupidchicken.com>
parents: 109114
diff changeset
189
81026
ffed94619365 Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
Glenn Morris <rgm@gnu.org>
parents: 80941
diff changeset
190
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
191 * Changes in Specialized Modes and Packages in Emacs 24.1
96230
07ecdd924140 Re-order items.
Chong Yidong <cyd@stupidchicken.com>
parents: 96156
diff changeset
192
107896
f9390ec51de5 Add 7z archive format support (bug#5475).
Juri Linkov <juri@jurta.org>
parents: 107871
diff changeset
193 ** Archive Mode has basic support to browse 7z archives.
f9390ec51de5 Add 7z archive format support (bug#5475).
Juri Linkov <juri@jurta.org>
parents: 107871
diff changeset
194
108168
444a324af979 * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
Chong Yidong <cyd@stupidchicken.com>
parents: 108160
diff changeset
195 ** In ido-mode, C-v is no longer bound to ido-toggle-vc.
444a324af979 * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
Chong Yidong <cyd@stupidchicken.com>
parents: 108160
diff changeset
196 The reason is that this interferes with cua-mode.
444a324af979 * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
Chong Yidong <cyd@stupidchicken.com>
parents: 108160
diff changeset
197
107849
c35518fa0d56 Move complete.el to lisp/obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107843
diff changeset
198 ** partial-completion-mode is now obsolete.
108378
addaf0e91db3 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108304
diff changeset
199 You can get a comparable behavior with:
addaf0e91db3 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108304
diff changeset
200 (setq completion-styles '(partial-completion initials))
addaf0e91db3 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108304
diff changeset
201 (setq completion-pcm-complete-word-inserts-delimiters t)
107849
c35518fa0d56 Move complete.el to lisp/obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107843
diff changeset
202
107541
d59e6301c2cd Add "union tags" in mpc.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107461
diff changeset
203 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
107384
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
204 ** Customize
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
205
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
206 *** Customize buffers now contain a search field.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
207 The search is performed using `customize-apropos'.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
208 To turn off the search field, set custom-search-field to nil .
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
209
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
210 *** Custom options now start out hidden if at their default values.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
211 Use the arrow to the left of the option name to toggle visibility.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
212
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
213 *** custom-buffer-sort-alphabetically now defaults to t.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
214
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
215 *** The color widget now has a "Choose" button, which allows you to
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
216 choose a color via list-colors-display.
e7834ecb3a22 Document Customize and scroll-bar changes.
Chong Yidong <cyd@stupidchicken.com>
parents: 107374
diff changeset
217
108715
5b835c23f034 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
Juri Linkov <juri@jurta.org>
parents: 108654
diff changeset
218 ** Dired-x
5b835c23f034 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
Juri Linkov <juri@jurta.org>
parents: 108654
diff changeset
219
5b835c23f034 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
Juri Linkov <juri@jurta.org>
parents: 108654
diff changeset
220 *** dired-jump and dired-jump-other-window called with a prefix argument
5b835c23f034 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
Juri Linkov <juri@jurta.org>
parents: 108654
diff changeset
221 read a file name from the minibuffer instead of using buffer-file-name.
5b835c23f034 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
Juri Linkov <juri@jurta.org>
parents: 108654
diff changeset
222
107372
b73242777fb9 Add support for shelving snapshots and for showing shelves.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107371
diff changeset
223 ** VC and related modes
b73242777fb9 Add support for shelving snapshots and for showing shelves.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107371
diff changeset
224
108009
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
225 *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
107795
d47e1fb98df3 Add new VC methods: vc-log-incoming and vc-log-outgoing.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107785
diff changeset
226
108885
b008fff91985 vc-log-incoming/vc-log-outgoing improvements for Git.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108884
diff changeset
227 **** vc-log-incoming for Git runs "git fetch" so that the necessary
b008fff91985 vc-log-incoming/vc-log-outgoing improvements for Git.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108884
diff changeset
228 data is available locally.
b008fff91985 vc-log-incoming/vc-log-outgoing improvements for Git.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108884
diff changeset
229
108891
3e41dbf56aa2 vc-log-incoming/vc-log-outgoing fixes for Git.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108885
diff changeset
230 **** vc-log-incoming and vc-log-outgoing for Git require version 1.7 (or newer).
3e41dbf56aa2 vc-log-incoming/vc-log-outgoing fixes for Git.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108885
diff changeset
231
108884
ac4bf6e2c535 Add bindings for vc-log-incoming and vc-log-outgoing.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108828
diff changeset
232 *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
ac4bf6e2c535 Add bindings for vc-log-incoming and vc-log-outgoing.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108828
diff changeset
233 vc-log-outgoing, respectively.
ac4bf6e2c535 Add bindings for vc-log-incoming and vc-log-outgoing.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108828
diff changeset
234
107372
b73242777fb9 Add support for shelving snapshots and for showing shelves.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107371
diff changeset
235 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
b73242777fb9 Add support for shelving snapshots and for showing shelves.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107371
diff changeset
236
107430
1918e70c8b37 Add special markup processing for commit logs.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107407
diff changeset
237 *** Special markup can be added to log-edit buffers.
108009
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
238 The log-edit buffers are expected to have a format similar to email messages
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
239 with headers of the form:
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
240 Author: <author of this change>
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
241 Summary: <one line summary of this change>
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
242 Fixes: <reference to the bug fixed by this change>
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
243 Some backends handle some of those headers specially, but any unknown header
17d3324f96dd Make the log-edit comments use RFC822 format throughout.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107897
diff changeset
244 is just left as is in the message, so it is not lost.
107430
1918e70c8b37 Add special markup processing for commit logs.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107407
diff changeset
245
108913
c05344a913c8 Improve support for special markup in the VC commit message.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108891
diff changeset
246 **** vc-git handles Author: and Date:
c05344a913c8 Improve support for special markup in the VC commit message.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108891
diff changeset
247 **** vc-hg handles Author: and Date:
c05344a913c8 Improve support for special markup in the VC commit message.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108891
diff changeset
248 **** vc-bzr handles Author:, Date: and Fixes:
c05344a913c8 Improve support for special markup in the VC commit message.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108891
diff changeset
249 **** vc-mtn handles Author: and Date:
c05344a913c8 Improve support for special markup in the VC commit message.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 108891
diff changeset
250
107374
dc9565b08f10 Add .dir-locals.el support for file-less buffers.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107372
diff changeset
251 ** Directory local variables can apply to file-less buffers.
dc9565b08f10 Add .dir-locals.el support for file-less buffers.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107372
diff changeset
252 For example, adding "(diff-mode . ((mode . whitespace)))" to your
108072
c259f125eb0b * etc/NEWS: More SELinux details and some minor fixes.
Glenn Morris <rgm@gnu.org>
parents: 108025
diff changeset
253 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
107374
dc9565b08f10 Add .dir-locals.el support for file-less buffers.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107372
diff changeset
254
108381
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
255 ** SQL Mode enhancements.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
256
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
257 *** Several variables have been marked as safe local variables.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
258 The variables `sql-product', `sql-user', `sql-server', and
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
259 `sql-database' can now be safely used as local variables.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
260
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
261 *** Added ability to login with a port on MySQL.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
262 The custom variable `sql-port' can be specified for connection to
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
263 MySQL servers.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
264
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
265 *** Custom variables control prompting for login parameters.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
266 Each supported product has a custom variable `sql-*-login-params'
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
267 which is a list of the parameters to be prompted for before a
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
268 connection is established.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
269
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
270 *** Added option `sql-send-terminator'.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
271 When set makes sure that each command sent with `sql-send-*' commands
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
272 are properly terminated and submitted to the SQL processor.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
273
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
274 *** Added option `sql-oracle-scan-on'.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
275 When set commands sent to Oracle's SQL*Plus are scanned for strings
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
276 starting with an ampersand and the user is asked for replacement
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
277 text. In general, the SQL*Plus option SCAN should be set OFF under
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
278 SQL interactive mode.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
279
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
280 *** SQL interactive mode will replace tabs with spaces.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
281 This prevents the comand interpretter for MySQL and Postgres from
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
282 listing object name completions when being sent text via
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
283 `sql-send-*' functions.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
284
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
285 *** An API for manipulating SQL product definitions has been added.
aa05f2497948 SQL mode version 2.1
Michael Mauger <mmaug@yahoo.com>
parents: 108378
diff changeset
286
107437
0a2bb00a71bd * s-region.el: Move to obsolete.
Juri Linkov <juri@jurta.org>
parents: 107430
diff changeset
287 ** s-region.el is now declared obsolete, superceded by shift-select-mode
0a2bb00a71bd * s-region.el: Move to obsolete.
Juri Linkov <juri@jurta.org>
parents: 107430
diff changeset
288 enabled by default in 23.1.
0a2bb00a71bd * s-region.el: Move to obsolete.
Juri Linkov <juri@jurta.org>
parents: 107430
diff changeset
289
107550
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
290 ** gdb-mi
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
291
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
292 *** GDB User Interface migrated to GDB Machine Interface and now
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
293 supports multithread non-stop debugging and debugging of several
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
294 threads simultaneously.
2931d193b6c2 Restore GDB/MI fuctionality removed by r99212:
Nick Roberts <nickrob@snap.net.nz>
parents: 107541
diff changeset
295
52902
796a3196d80c cfengine-mode
Dave Love <fx@gnu.org>
parents: 52900
diff changeset
296
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
297 * New Modes and Packages in Emacs 24.1
97145
1f11efe01535 Note the dropping of BDF font support on Windows.
Jason Rumney <jasonr@gnu.org>
parents: 97138
diff changeset
298
108632
d38b0dd2bdbe Provide a simple generic indentation engine and use it for Prolog.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108596
diff changeset
299 ** smie.el is a package providing a simple generic indentation engine.
d38b0dd2bdbe Provide a simple generic indentation engine and use it for Prolog.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108596
diff changeset
300
107389
51ddd70d1fa1 * etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents: 107384
diff changeset
301 ** secrets.el is an implementation of the Secret Service API, an
51ddd70d1fa1 * etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents: 107384
diff changeset
302 interface to password managers like GNOME Keyring or KDE Wallet. The
108654
131cc6db31f4 Add command `secrets-show-secrets'.
Michael Albinus <albinus@detlef>
parents: 108632
diff changeset
303 Secret Service API requires D-Bus for communication. The command
131cc6db31f4 Add command `secrets-show-secrets'.
Michael Albinus <albinus@detlef>
parents: 108632
diff changeset
304 `secrets-show-secrets' offers a buffer with a visualization of the
131cc6db31f4 Add command `secrets-show-secrets'.
Michael Albinus <albinus@detlef>
parents: 108632
diff changeset
305 secrets.
107389
51ddd70d1fa1 * etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents: 107384
diff changeset
306
108917
fca119200bda * NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents: 108913
diff changeset
307 ** notifications.el provides an implementation of the Desktop
fca119200bda * NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents: 108913
diff changeset
308 Notifications API. It requires D-Bus for communication.
fca119200bda * NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents: 108913
diff changeset
309
59356
bbe94a7411bf *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59323
diff changeset
310
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
311 * Incompatible Lisp Changes in Emacs 24.1
103429
8f7555e94264 Document changes to end-of-defun-function, clarifying entry for
Alan Mackenzie <acm@muc.de>
parents: 103414
diff changeset
312
109010
64f7d70035b7 * src/lread.c (read1): Phase out old-style backquotes a bit more.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108990
diff changeset
313 ** A backquote not followed by a space is now always treated as new-style.
64f7d70035b7 * src/lread.c (read1): Phase out old-style backquotes a bit more.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108990
diff changeset
314
107897
1721e4658521 Test for special mode-class in view-buffer instead of view-file (bug#5513).
Juri Linkov <juri@jurta.org>
parents: 107896
diff changeset
315 ** Test for special mode-class was moved from view-file to view-buffer.
109010
64f7d70035b7 * src/lread.c (read1): Phase out old-style backquotes a bit more.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108990
diff changeset
316 FIXME: This only says what was changed, but not what are the
64f7d70035b7 * src/lread.c (read1): Phase out old-style backquotes a bit more.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108990
diff changeset
317 programmer-visible consequences.
107897
1721e4658521 Test for special mode-class in view-buffer instead of view-file (bug#5513).
Juri Linkov <juri@jurta.org>
parents: 107896
diff changeset
318
107843
64cb38b81502 (define-minor-mode): A nil argument to the minor mode turns the mode ON.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107827
diff changeset
319 ** Passing a nil argument to a minor mode function now turns the mode
64cb38b81502 (define-minor-mode): A nil argument to the minor mode turns the mode ON.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107827
diff changeset
320 ON unconditionally.
109058
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
321
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
322 ** During startup, Emacs no longer adds entries for `menu-bar-lines'
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
323 and `tool-bar-lines' to `default-frame-alist' and
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
324 `initial-frame-alist'. With these alist entries omitted, `make-frame'
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
325 checks the value of the variable `menu-bar-mode'/`tool-bar-mode' to
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
326 determine whether to create a menu-bar or tool-bar, respectively.
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
327 If the alist entries are added, they override the value of
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
328 `menu-bar-mode'/`tool-bar-mode'.
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 109016
diff changeset
329
109114
2f784ad8d94c Fix typo in last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 109113
diff changeset
330 ** Regions created by mouse dragging are now normal active regions,
2f784ad8d94c Fix typo in last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 109113
diff changeset
331 similar to the ones created by shift-selection. In previous Emacs
2f784ad8d94c Fix typo in last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 109113
diff changeset
332 versions, these regions were delineated by `mouse-drag-overlay', which
2f784ad8d94c Fix typo in last change.
Chong Yidong <cyd@stupidchicken.com>
parents: 109113
diff changeset
333 has now been removed.
109113
ec1113776b24 Take note of mouse dragging changes in NEWS.
Chong Yidong <cyd@stupidchicken.com>
parents: 109098
diff changeset
334
81026
ffed94619365 Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
Glenn Morris <rgm@gnu.org>
parents: 80941
diff changeset
335
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
336 * Lisp changes in Emacs 24.1
96333
90d2cbaa59f6 Rearrange items, and delete some duplicates.
Chong Yidong <cyd@stupidchicken.com>
parents: 96300
diff changeset
337
108575
f6cfadfc0fb6 * eval.c (specbind): Disallow let-binding frame-local vars.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108574
diff changeset
338 ** frame-local variables cannot be let-bound any more.
108574
27a878644c60 * simple.el (prog-mode): New (abstract) major mode.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108500
diff changeset
339 ** prog-mode is a new major-mode meant to be the parent of programming mode.
108241
731a16c5bb20 Use define-minor-mode for less obvious cases.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108223
diff changeset
340 ** define-minor-mode accepts a new keyword :variable.
731a16c5bb20 Use define-minor-mode for less obvious cases.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108223
diff changeset
341
108806
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
342 ** `delete-file' and `delete-directory now accept optional arg TRASH.
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
343 Trashing is performed if TRASH and `delete-by-moving-to-trash' are
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
344 both non-nil. Interactively, TRASH defaults to t, unless a prefix
511da81b16c5 Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Chong Yidong <cyd@stupidchicken.com>
parents: 108719
diff changeset
345 argument is supplied (see Trash changes, above).
108223
261591829d04 Add optional arg to delete-file to force deletion (Bug#6070).
Chong Yidong <cyd@stupidchicken.com>
parents: 108212
diff changeset
346
108212
41a25ee89427 New hook filter-buffer-substring-functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108168
diff changeset
347 ** buffer-substring-filters is obsoleted by filter-buffer-substring-functions.
41a25ee89427 New hook filter-buffer-substring-functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108168
diff changeset
348
107461
7cf379c501e1 Add a new completion style `substring'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107437
diff changeset
349 ** New completion style `substring'.
7cf379c501e1 Add a new completion style `substring'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 107437
diff changeset
350
107371
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
351 ** Image API
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
352
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
353 *** When the image type is one of listed in `image-animated-types'
107719
9c0ed2d6731a Rename `image-extension-data' to `image-metadata'.
Juri Linkov <juri@jurta.org>
parents: 107665
diff changeset
354 and the number of sub-images in the image is more than one, then the
107371
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
355 new function `create-animated-image' creates an animated image where
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
356 sub-images are displayed successively with the duration defined by
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
357 `image-animate-max-time' and the delay between sub-images defined
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
358 by the Graphic Control Extension of the image.
018bc2f5c9e6 Add a NEWS entry for animated image API.
Juri Linkov <juri@jurta.org>
parents: 107369
diff changeset
359
107719
9c0ed2d6731a Rename `image-extension-data' to `image-metadata'.
Juri Linkov <juri@jurta.org>
parents: 107665
diff changeset
360 *** `image-extension-data' is renamed to `image-metadata'.
9c0ed2d6731a Rename `image-extension-data' to `image-metadata'.
Juri Linkov <juri@jurta.org>
parents: 107665
diff changeset
361
108719
bd94528648ad * isearch.el (isearch-update-post-hook): New hook.
Juri Linkov <juri@jurta.org>
parents: 108715
diff changeset
362 ** Isearch
bd94528648ad * isearch.el (isearch-update-post-hook): New hook.
Juri Linkov <juri@jurta.org>
parents: 108715
diff changeset
363
bd94528648ad * isearch.el (isearch-update-post-hook): New hook.
Juri Linkov <juri@jurta.org>
parents: 108715
diff changeset
364 *** New hook `isearch-update-post-hook' that runs in `isearch-update'.
bd94528648ad * isearch.el (isearch-update-post-hook): New hook.
Juri Linkov <juri@jurta.org>
parents: 108715
diff changeset
365
107573
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
366 ** Progress reporters can now "spin".
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
367 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
368 now be nil, or omitted. This makes a "non-numeric" reporter. Each
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
369 time you call `progress-reporter-update' on that progress reporter,
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
370 with a nil or omitted VALUE argument, the reporter message is
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
371 displayed with a "spinning bar".
954352cc49bd * subr.el: Extend progress reporters to perform "spinning".
Chong Yidong <cyd@stupidchicken.com>
parents: 107550
diff changeset
372
62324
f1bee922ac7c Rearrangements and cleanups. Don't mention defaulting of :group.
Richard M. Stallman <rms@gnu.org>
parents: 62279
diff changeset
373
107368
3067c2b8b6a6 Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris <rgm@gnu.org>
parents: 107346
diff changeset
374 * Changes in Emacs 24.1 on non-free operating systems
82906
69b183268e31 Mention avl-tree.el.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 82884
diff changeset
375
35577
db5649648a65 Replace formfeeds removed on 2001/01/22.
Dave Love <fx@gnu.org>
parents: 35567
diff changeset
376
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
377 ----------------------------------------------------------------------
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
378 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
379
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94962
diff changeset
380 GNU Emacs is free software: you can redistribute it and/or modify
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
381 it under the terms of the GNU General Public License as published by
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94962
diff changeset
382 the Free Software Foundation, either version 3 of the License, or
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94962
diff changeset
383 (at your option) any later version.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
384
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
385 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
386 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
387 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
388 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
389
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
390 You should have received a copy of the GNU General Public License
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94962
diff changeset
391 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75684
diff changeset
392
35577
db5649648a65 Replace formfeeds removed on 2001/01/22.
Dave Love <fx@gnu.org>
parents: 35567
diff changeset
393
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
394 Local variables:
Dave Love <fx@gnu.org>
parents:
diff changeset
395 mode: outline
Dave Love <fx@gnu.org>
parents:
diff changeset
396 paragraph-separate: "[ ]*$"
Dave Love <fx@gnu.org>
parents:
diff changeset
397 end: