aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-08-15 09:29:11 -0700
committerGlenn Morris2012-08-15 09:29:11 -0700
commit2a1e24765bc3de7bf72e7117893307f6f6c441be (patch)
tree95cbfdc4e94f4f7c899e2ceea99b771928e4937a /etc
parenteb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff)
downloademacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz
emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.zip
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS22
1 files changed, 13 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5b0291a8f05..6250bcf3d46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -21,7 +21,7 @@ When you add a new item, please add it without either +++ or ---
21so we will look at it and add it to the manual. 21so we will look at it and add it to the manual.
22 22
23 23
24* Installation Changes in Emacs 24.2 24* Installation Changes in Emacs 24.3
25 25
26** New configure option '--without-all' to disable additonal features. 26** New configure option '--without-all' to disable additonal features.
27This disables most of the features that are normally enabled by default. 27This disables most of the features that are normally enabled by default.
@@ -61,7 +61,7 @@ Lisp_Object type no longer uses a union to implement the compile time
61check that this option enables. 61check that this option enables.
62 62
63 63
64* Startup Changes in Emacs 24.2 64* Startup Changes in Emacs 24.3
65 65
66** Emacs no longer searches for `leim-list.el' files beneath the standard 66** Emacs no longer searches for `leim-list.el' files beneath the standard
67lisp/ directory. There should not be any there anyway. If you have 67lisp/ directory. There should not be any there anyway. If you have
@@ -71,7 +71,7 @@ been adding them there, put them somewhere else, eg site-lisp.
71** The `--no-site-lisp' command line option now works for Nextstep builds. 71** The `--no-site-lisp' command line option now works for Nextstep builds.
72 72
73 73
74* Changes in Emacs 24.2 74* Changes in Emacs 24.3
75 75
76** Help changes 76** Help changes
77 77
@@ -158,7 +158,7 @@ for it.
158The PCL-CVS commands are still available via the keyboard. 158The PCL-CVS commands are still available via the keyboard.
159 159
160 160
161* Editing Changes in Emacs 24.2 161* Editing Changes in Emacs 24.3
162 162
163** New option `delete-trailing-lines' specifies whether the M-x 163** New option `delete-trailing-lines' specifies whether the M-x
164delete-trailing-whitespace command should delete trailing lines at the 164delete-trailing-whitespace command should delete trailing lines at the
@@ -189,7 +189,7 @@ It copies the region-rectangle as the last rectangle kill.
189** New input method `vietnamese-vni'. 189** New input method `vietnamese-vni'.
190 190
191 191
192* Changes in Specialized Modes and Packages in Emacs 24.2 192* Changes in Specialized Modes and Packages in Emacs 24.3
193 193
194** Term changes 194** Term changes
195 195
@@ -502,9 +502,9 @@ inefficiency, and not namespace-clean.
502*** cust-print.el 502*** cust-print.el
503 503
504 504
505* New Modes and Packages in Emacs 24.2 505* New Modes and Packages in Emacs 24.3
506 506
507* Incompatible Lisp Changes in Emacs 24.2 507* Incompatible Lisp Changes in Emacs 24.3
508 508
509** The function `x-select-font' can return a font spec, instead of a 509** The function `x-select-font' can return a font spec, instead of a
510font name as a string. Whether it returns a font spec or a font name 510font name as a string. Whether it returns a font spec or a font name
@@ -570,7 +570,7 @@ are deprecated and will be removed eventually.
570*** `last-input-char' and `last-command-char' 570*** `last-input-char' and `last-command-char'
571 571
572 572
573* Lisp changes in Emacs 24.2 573* Lisp changes in Emacs 24.3
574 574
575** New functions `autoloadp' and `autoload-do-load'. 575** New functions `autoloadp' and `autoload-do-load'.
576 576
@@ -624,7 +624,7 @@ by the underlying C implementation.
624** `automount-dir-prefix' is obsolete. 624** `automount-dir-prefix' is obsolete.
625** `buffer-has-markers-at' is obsolete. 625** `buffer-has-markers-at' is obsolete.
626 626
627* Changes in Emacs 24.2 on non-free operating systems 627* Changes in Emacs 24.3 on non-free operating systems
628 628
629** New configure.bat options on MS-Windows: 629** New configure.bat options on MS-Windows:
630 630
@@ -636,6 +636,10 @@ Emacs now supports mouse highlight, help-echo (in the echo area), and
636mouse-autoselect-window. 636mouse-autoselect-window.
637 637
638** On MS-Windows Vista and later Emacs now supports symbolic links. 638** On MS-Windows Vista and later Emacs now supports symbolic links.
639
640* Changes in Emacs 24.2
641
642** This release mainly fixes a security issue.
639 643
640 644
641* Installation Changes in Emacs 24.1 645* Installation Changes in Emacs 24.1