aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2011-03-06 16:22:16 -0500
committerStefan Monnier2011-03-06 16:22:16 -0500
commit0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d (patch)
tree306b87fc2903ad23343f3c84be1cccfa72e5a97e /etc
parent798cb64441228d473f7bdd213183c70fb582595c (diff)
parent892777baa1739fa5f1f2d1c2975488c3e6f57bae (diff)
downloademacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.tar.gz
emacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.zip
Merge from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS55
-rw-r--r--etc/NEWS.238
-rw-r--r--etc/srecode/el.srt2
4 files changed, 50 insertions, 21 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 74787c3de3b..13f99b466a3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-03-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * srecode/el.srt: Fix typo.
4
12011-02-21 Chong Yidong <cyd@stupidchicken.com> 52011-02-21 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * themes/tango-dark-theme.el: Tweak background on low-color 7 * themes/tango-dark-theme.el: Tweak background on low-color
@@ -117,7 +121,7 @@
117 121
118 * NEWS: Mention new Tramp method "ksu". 122 * NEWS: Mention new Tramp method "ksu".
119 123
1202010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change) 1242010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
121 125
122 * schema/schemas.xml: Add DocBook (Bug#7491). 126 * schema/schemas.xml: Add DocBook (Bug#7491).
123 127
diff --git a/etc/NEWS b/etc/NEWS
index 96cc97ac795..ac7fdcbab0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -71,6 +71,9 @@ from load-path. -Q now implies this.
71client frame in parent X window ID, via XEmbed. This works like the 71client frame in parent X window ID, via XEmbed. This works like the
72--parent-id argument to Emacs. 72--parent-id argument to Emacs.
73 73
74+++
75*** New emacsclient argument -q/--quiet suppresses some status messages.
76
74*** If emacsclient shuts down as a result of Emacs signalling an 77*** If emacsclient shuts down as a result of Emacs signalling an
75error, its exit status is 1. 78error, its exit status is 1.
76 79
@@ -176,6 +179,8 @@ higher-resolution time stamps.
176and SIGHUP, and upon SIGINT in batch mode. 179and SIGHUP, and upon SIGINT in batch mode.
177 180
178** kill-emacs-hook is now also run in batch mode. 181** kill-emacs-hook is now also run in batch mode.
182If you have code that adds something to kill-emacs-hook, you should
183consider if it is still appropriate to add it in the noninteractive case.
179 184
180** New scrolling commands `scroll-up-command' and `scroll-down-command' 185** New scrolling commands `scroll-up-command' and `scroll-down-command'
181(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom 186(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
@@ -242,6 +247,15 @@ replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
242 247
243* Editing Changes in Emacs 24.1 248* Editing Changes in Emacs 24.1
244 249
250** Search changes
251
252+++
253*** C-y in Isearch is now bound to isearch-yank-kill, instead of
254isearch-yank-line.
255
256+++
257*** M-s C-e in Isearch is now bound to isearch-yank-line.
258
245+++ 259+++
246** There is a new command `count-words-region', which does what you expect. 260** There is a new command `count-words-region', which does what you expect.
247 261
@@ -330,7 +344,7 @@ prompts for a number to count from and for a format string.
330** The Landmark game is now invoked with `landmark', not `lm'. 344** The Landmark game is now invoked with `landmark', not `lm'.
331 345
332** Prolog mode has been completely revamped, with lots of additional 346** Prolog mode has been completely revamped, with lots of additional
333functionality such as more intelligent indentation, electricty, support for 347functionality such as more intelligent indentation, electricity, support for
334more variants, including Mercury, and a lot more. 348more variants, including Mercury, and a lot more.
335 349
336** shell-mode can track your cwd by reading it from your prompt. 350** shell-mode can track your cwd by reading it from your prompt.
@@ -347,6 +361,17 @@ Just set shell-dir-cookie-re to an appropriate regexp.
347** browse-url has gotten a new variable that is used for mailto: URLs, 361** browse-url has gotten a new variable that is used for mailto: URLs,
348 `browse-url-mailto-function', which defaults to `browse-url-mail'. 362 `browse-url-mailto-function', which defaults to `browse-url-mail'.
349 363
364** Directory local variables can apply to file-less buffers, in certain modes
365(eg dired, vc-dir, log-edit). For example, adding
366"(diff-mode . ((mode . whitespace)))" to your .dir-locals.el file,
367will turn on `whitespace-mode' for *vc-diff* buffers. Modes should
368call `hack-dir-local-variables-non-file-buffer' to support this.
369
370+++
371** You can prevent directory local variables from applying to subdirectories.
372Add an element (subdirs . nil) to the alist portion of any variables
373settings to indicate said section should not be applied to subdirectories.
374
350** ERC changes 375** ERC changes
351 376
352*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'. 377*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'.
@@ -380,6 +405,8 @@ You can get a comparable behavior with:
380 405
381** Calendar, Diary, and Appt 406** Calendar, Diary, and Appt
382 407
408*** New function `diary-hebrew-birthday'.
409
383--- 410---
384*** The obsolete (since Emacs 22.1) method of enabling the appt package 411*** The obsolete (since Emacs 22.1) method of enabling the appt package
385by adding appt-make-list to diary-hook has been removed. Use appt-activate. 412by adding appt-make-list to diary-hook has been removed. Use appt-activate.
@@ -412,16 +439,12 @@ choose a color via list-colors-display.
412*** dired-jump and dired-jump-other-window called with a prefix argument 439*** dired-jump and dired-jump-other-window called with a prefix argument
413read a file name from the minibuffer instead of using buffer-file-name. 440read a file name from the minibuffer instead of using buffer-file-name.
414 441
415** Directory local variables can apply to file-less buffers. 442+++
416For example, adding "(diff-mode . ((mode . whitespace)))" to your 443*** The `dired local variables' feature provided by Dired-x is obsolete.
417.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. 444The standard directory local variables feature replaces it.
418 445
419** SQL Mode enhancements. 446** SQL Mode enhancements.
420 447
421*** Several variables have been marked as safe local variables. The
422variables `sql-product', `sql-user', `sql-server', `sql-database' and
423`sql-port' can now be safely used as local variables.
424
425*** `sql-dialect' is a synonym for `sql-product'. 448*** `sql-dialect' is a synonym for `sql-product'.
426 449
427*** Added ability to login with a port on MySQL and Postgres. 450*** Added ability to login with a port on MySQL and Postgres.
@@ -530,7 +553,7 @@ objects shown and the details available are product specific.
530**** List all objects. 553**** List all objects.
531Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all 554Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all
532objects" will list all the objects in the database. At a minimum it 555objects" will list all the objects in the database. At a minimum it
533lists the tables and views in the database. Preceeding the command by 556lists the tables and views in the database. Preceding the command by
534universal argument may provide additional details or extend the 557universal argument may provide additional details or extend the
535listing to include other schemas objects. The list will appear in a 558listing to include other schemas objects. The list will appear in a
536separate window in view-mode. 559separate window in view-mode.
@@ -538,7 +561,7 @@ separate window in view-mode.
538**** List Table details. 561**** List Table details.
539Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table 562Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table
540details" will ask for the name of a database table or view and display 563details" will ask for the name of a database table or view and display
541the list of columns in the relation. Preceeding the comand with the 564the list of columns in the relation. Preceding the command with the
542universal argument may provide additional details about each column. 565universal argument may provide additional details about each column.
543The list will appear in a separate window in view-mode. 566The list will appear in a separate window in view-mode.
544 567
@@ -553,7 +576,7 @@ In general, the SQL*Plus option SCAN should always be set OFF under
553SQL interactive mode and this option used in its place. 576SQL interactive mode and this option used in its place.
554 577
555*** SQL interactive mode will replace tabs with spaces. 578*** SQL interactive mode will replace tabs with spaces.
556This prevents the comand interpretter for MySQL and Postgres from 579This prevents the command interpreter for MySQL and Postgres from
557listing object name completions when being sent text via 580listing object name completions when being sent text via
558`sql-send-*' functions. 581`sql-send-*' functions.
559 582
@@ -562,7 +585,7 @@ listing object name completions when being sent text via
562** sregex.el is now obsolete, since rx.el is a strict superset. 585** sregex.el is now obsolete, since rx.el is a strict superset.
563 586
564** s-region.el and pc-select are now declared obsolete, 587** s-region.el and pc-select are now declared obsolete,
565superceded by shift-select-mode enabled by default in 23.1. 588superseded by shift-select-mode enabled by default in 23.1.
566** pc-mode.el is also declared obsolete. 589** pc-mode.el is also declared obsolete.
567** gdb-mi 590** gdb-mi
568 591
@@ -642,6 +665,8 @@ Notifications API. It requires D-Bus for communication.
642** soap-client.el supports access to SOAP web services from Emacs. 665** soap-client.el supports access to SOAP web services from Emacs.
643soap-inspect.el is an interactive inspector for SOAP WSDL structures. 666soap-inspect.el is an interactive inspector for SOAP WSDL structures.
644 667
668** xmodmap-generic-mode for xmodmap files.
669
645 670
646* Incompatible Lisp Changes in Emacs 24.1 671* Incompatible Lisp Changes in Emacs 24.1
647 672
@@ -710,6 +735,7 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
710 735
711* Lisp changes in Emacs 24.1 736* Lisp changes in Emacs 24.1
712 737
738** byte-compile-disable-print-circle is obsolete.
713** Removed the stack-trace-on-error variable. 739** Removed the stack-trace-on-error variable.
714Also the debugger can now "continue" from an error, which means it will jump 740Also the debugger can now "continue" from an error, which means it will jump
715to the error handler as if the debugger had not been invoked instead of 741to the error handler as if the debugger had not been invoked instead of
@@ -800,10 +826,9 @@ displayed with a "spinning bar".
800runtime checks. 826runtime checks.
801 827
802** New configure.bat option --distfiles to specify files to be 828** New configure.bat option --distfiles to specify files to be
803 included in binary distribution 829included in binary distribution
804 830
805** New make target `dist' to create binary disttribution for Windows 831** New make target `dist' to create binary distribution for MS Windows
806 platform
807 832
808 833
809---------------------------------------------------------------------- 834----------------------------------------------------------------------
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 6b6cbe48328..3e7a364ffd0 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -129,7 +129,7 @@ starting from the first line of text below the header line.
129 129
130* Changes in Emacs 23.3 on non-free operating systems 130* Changes in Emacs 23.3 on non-free operating systems
131 131
132** The nextstep port can have different modifiers for the left and right 132** The NeXTstep port can have different modifiers for the left and right
133alt/option key by customizing the value for ns-right-alternate-modifier. 133alt/option key by customizing the value for ns-right-alternate-modifier.
134 134
135 135
@@ -697,7 +697,7 @@ a GIF library.
697 697
698*** Emacs now supports multi-page TIFF images. 698*** Emacs now supports multi-page TIFF images.
699 699
700** New NeXTSTEP-based port. 700** New NeXTstep-based port.
701This provides support for GNUstep (via the GNUstep libraries) and Mac 701This provides support for GNUstep (via the GNUstep libraries) and Mac
702OS X (via the Cocoa libraries). 702OS X (via the Cocoa libraries).
703 703
@@ -707,7 +707,7 @@ other emacsen (e.g. X11 build) use --disable-ns-self-contained. See
707nextstep/README and nextstep/INSTALL in the Emacs source directory. 707nextstep/README and nextstep/INSTALL in the Emacs source directory.
708 708
709** Mac OS X is no longer supported via Carbon. 709** Mac OS X is no longer supported via Carbon.
710Use the NeXTSTEP port, described above. 710Use the NeXTstep port, described above.
711 711
712** The new configuration option "--with-dbus" enables D-Bus language 712** The new configuration option "--with-dbus" enables D-Bus language
713bindings for Emacs. 713bindings for Emacs.
@@ -1746,7 +1746,7 @@ directories in which `ffap-rfc' will first search for RFCs.
1746*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them. 1746*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them.
1747See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. 1747See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
1748 1748
1749*** `icomplete-prospects-height' now supercedes `icomplete-prospects-length'. 1749*** `icomplete-prospects-height' now supersedes `icomplete-prospects-length'.
1750 1750
1751*** Info displays breadcrumbs in the header of the page. 1751*** Info displays breadcrumbs in the header of the page.
1752See Info-breadcrumbs-depth to control it. 1752See Info-breadcrumbs-depth to control it.
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index b63d560582c..6117e72be2a 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -261,7 +261,7 @@ template defgroup :indent :blank
261---- 261----
262(defgroup $?MODESYM$-mode nil 262(defgroup $?MODESYM$-mode nil
263 "$MODESYM$ group." 263 "$MODESYM$ group."
264 :group 'langauges) 264 :group 'languages)
265---- 265----
266bind "g" 266bind "g"
267 267