From: Miles Bader Date: Sun, 29 Apr 2007 01:04:39 +0000 (+0000) Subject: Merge from emacs--rel--22 X-Git-Tag: emacs-pretest-23.0.90~12754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=570d87805efd12f17bb1322a5e07d82d7884dfdb;p=emacs.git Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 3) - Update from CVS 2007-04-28 Stefan Monnier * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. 2007-04-28 Eli Zaretskii * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719 --- 570d87805efd12f17bb1322a5e07d82d7884dfdb diff --cc admin/FOR-RELEASE index 384c1d741c4,d7241169619..500b447b692 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@@ -36,8 -36,41 +36,40 @@@ to the hack introduced on 2005-07-01 t * BUGS -** python.el legal problem? -http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00459.html +See the copy of this file on the EMACS_22_BASE branch. + ** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc. + OpenBSD compilation works on i386. + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00932.html + + ** bojohan+news@dd.chalmers.se, April 23: delete-overlay causes recentering + (This is now the same as the spurious scrolling bug.) + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00514.html + + ** Spurious redisplay bug not fixed. + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00443.html + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00732.html + + ** finish fixing locate.el + http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00437.html + + ** angeli@caeruleus.net, April 23: Excessive refontification when setting + jit-lock-context-unfontify-pos + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00993.html + + ** michael.ewe@arcor.de, Apr 24: 22.0.98 not starting on Solaris 10/I386 + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html + + ** rgm@gnu.org, Apr 24: [Stephen.Berman@gmx.net: Re: redisplay] + Gives test case for problem that a dialog box blocks redisplay. + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00951.html + + ** hiroshi.fujishima@gmail.com, Apr 27: emacs-22.0.99 configure problem + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01452.html + this is probably an issue for autoconf, rather than Emacs + + ** C mode fontification took 50 seconds + http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01460.html * DOCUMENTATION diff --cc etc/NEWS index 18e39e4c9b2,a49b67ff7f6..3cf023df4b9 --- a/etc/NEWS +++ b/etc/NEWS @@@ -3463,9 -3463,10 +3463,29 @@@ display tables * Lisp Changes in Emacs 22.1 ** General Lisp changes: +*** New syntax: \s now stands for the SPACE character. + +`?\s' is a new way to write the space character. You must make sure ++it is not followed by a dash, since `?\s-...' indicates the "super" ++modifier. However, it would be strange to write a character constant ++and a following symbol (beginning with `-') with no space between ++them. ++ ++`\s' stands for space in strings, too, but it is not really meant for ++strings; it is easier and nicer just to write a space. ++ ++*** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex. ++ ++For instance, you can use "\u0428" to specify a string consisting of ++CYRILLIC CAPITAL LETTER SHA, or `"U0001D6E2" to specify one consisting ++of MATHEMATICAL ITALIC CAPITAL ALPHA (the latter is greater than ++#xFFFF and thus needs the longer syntax). ++ ++This syntax works for both character constants and strings. + + *** New syntax: \s now stands for the SPACE character. + + `?\s' is a new way to write the space character. You must make sure it is not followed by a dash, since `?\s-...' indicates the "super" modifier. However, it would be strange to write a character constant and a following symbol (beginning with `-') with no space between diff --cc lisp/ChangeLog index c69b8a71a55,4eefef2dc4e..1e3ecfaa838 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -7,11 -7,17 +7,20 @@@ * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style. +2007-04-28 Nick Roberts + + * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so + don't put stop on toolbar. + + 2007-04-28 Stefan Monnier + + * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. + + 2007-04-28 Eli Zaretskii + + * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e + instead of $(lisp)/mh-e. + - * textmodes/fill.el (fill-paragraph): Doc fix. - 2007-04-28 Glenn Morris * image-dired.el (image-dired-cmd-create-thumbnail-options) @@@ -20,16 -26,13 +29,16 @@@ 2007-04-27 Chong Yidong - * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use - window-start and window-end. + * textmodes/flyspell.el (flyspell-auto-correct-previous-word): + Use window-start and window-end. -2007-04-26 Glenn Morris +2007-04-27 Andreas Schwab + + * emacs-lisp/sregex.el (sregexq): Fix doc string quoting. - * progmodes/python.el: Restore file pending consideration of legal - status. +2007-04-27 Eli Zaretskii + + * textmodes/fill.el (fill-paragraph): Doc fix. 2007-04-26 Luc Teirlinck @@@ -63,14 -63,17 +71,13 @@@ * custom.el (defface): Doc fix. -2007-04-24 Chong Yidong - - * progmodes/python.el: Remove due to unclear legal issues. - 2007-04-24 J.D. Smith - * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't - re-query for each cleared BP. + * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): + Don't re-query for each cleared BP. (idlwave-shell-clear-bp): Optionally skip BP query. - (idlwave-shell-update-bp-overlays): Use set-window-margins - instead of set-window-buffer, which incorrectly moves displayed - region. + (idlwave-shell-update-bp-overlays): Use set-window-margins instead + of set-window-buffer, which incorrectly moves displayed region. 2007-04-23 Jay Belanger