diff options
| author | Joakim Verona | 2012-05-31 19:54:01 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-05-31 19:54:01 +0200 |
| commit | fc1f1f2ea1ceac41f81855e14a490db107d88681 (patch) | |
| tree | 853798b1704f9de86e02ad87d77f2b1e8d56dda8 /etc | |
| parent | 664e085984f192584c5b3c61495784a11d2ba6c1 (diff) | |
| parent | 32d72c2f5d7554ee2f1d37bb8aa210ee07165f25 (diff) | |
| download | emacs-fc1f1f2ea1ceac41f81855e14a490db107d88681.tar.gz emacs-fc1f1f2ea1ceac41f81855e14a490db107d88681.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 14 | ||||
| -rw-r--r-- | etc/PROBLEMS | 10 |
3 files changed, 18 insertions, 10 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ffd9f7d31f6..167910f782f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * PROBLEMS: Remove obsolete '#define static' cruft. | ||
| 4 | |||
| 1 | 2012-05-07 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-07 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * forms/forms-d2.el, forms/forms-pass.el: Move here from ../lisp. | 7 | * forms/forms-d2.el, forms/forms-pass.el: Move here from ../lisp. |
| @@ -60,12 +60,16 @@ name, group names known to the system (where possible). | |||
| 60 | ** ImageMagick support, if available, is automatically enabled. | 60 | ** ImageMagick support, if available, is automatically enabled. |
| 61 | It is no longer necessary to call `imagemagick-register-types' | 61 | It is no longer necessary to call `imagemagick-register-types' |
| 62 | explicitly to install ImageMagick image types; that function is called | 62 | explicitly to install ImageMagick image types; that function is called |
| 63 | automatically at startup or when customizing `imagemagick-types-inhibit'. | 63 | automatically at startup, or when customizing imagemagick-types-enable |
| 64 | or imagemagick-types-inhibit. | ||
| 64 | 65 | ||
| 65 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 66 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 66 | ImageMagick to view images. You must call imagemagick-register-types | 67 | ImageMagick to view images. You must call imagemagick-register-types |
| 67 | afterwards if you do not use customize to change this. | 68 | afterwards if you do not use customize to change this. |
| 68 | 69 | ||
| 70 | *** The new variable `imagemagick-types-enable' also affects which | ||
| 71 | ImageMagick types are treated as images. | ||
| 72 | |||
| 69 | ** String values for `initial-buffer-choice' also apply to emacsclient | 73 | ** String values for `initial-buffer-choice' also apply to emacsclient |
| 70 | frames, if emacsclient is only told to open a new frame without | 74 | frames, if emacsclient is only told to open a new frame without |
| 71 | specifying any file to visit or expression to evaluate. | 75 | specifying any file to visit or expression to evaluate. |
| @@ -118,6 +122,9 @@ The variable `diff-use-changed-face' defines whether to use | |||
| 118 | the face `diff-changed', or `diff-removed' and `diff-added' | 122 | the face `diff-changed', or `diff-removed' and `diff-added' |
| 119 | to highlight changes in context diffs. | 123 | to highlight changes in context diffs. |
| 120 | 124 | ||
| 125 | ** Ediff now uses the same color scheme as Diff mode | ||
| 126 | on high color displays. | ||
| 127 | |||
| 121 | ** `sh-script' | 128 | ** `sh-script' |
| 122 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. | 129 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. |
| 123 | *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. | 130 | *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. |
| @@ -296,6 +303,11 @@ still be supported for Emacs 24.x. | |||
| 296 | 303 | ||
| 297 | * Lisp changes in Emacs 24.2 | 304 | * Lisp changes in Emacs 24.2 |
| 298 | 305 | ||
| 306 | ** `defun' also accepts a (declare DECLS) form, like `defmacro'. | ||
| 307 | The interpretation of the DECLS is determined by `defun-declarations-alist'. | ||
| 308 | |||
| 309 | ** `macro-declaration-function' is obsolete, use `macro-declarations-alist'. | ||
| 310 | |||
| 299 | ** New function `set-temporary-overlay-map'. | 311 | ** New function `set-temporary-overlay-map'. |
| 300 | 312 | ||
| 301 | ** New macros `setq-local' and `defvar-local'. | 313 | ** New macros `setq-local' and `defvar-local'. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index cc591d6e1fe..6d5ee0498c7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2778,19 +2778,11 @@ build Emacs in a directory on a local disk. | |||
| 2778 | 2778 | ||
| 2779 | *** The dumped Emacs crashes when run, trying to write pure data. | 2779 | *** The dumped Emacs crashes when run, trying to write pure data. |
| 2780 | 2780 | ||
| 2781 | Two causes have been seen for such problems. | 2781 | On a system where getpagesize is not a system call, it is defined |
| 2782 | |||
| 2783 | 1) On a system where getpagesize is not a system call, it is defined | ||
| 2784 | as a macro. If the definition (in both unex*.c and malloc.c) is wrong, | 2782 | as a macro. If the definition (in both unex*.c and malloc.c) is wrong, |
| 2785 | it can cause problems like this. You might be able to find the correct | 2783 | it can cause problems like this. You might be able to find the correct |
| 2786 | value in the man page for a.out (5). | 2784 | value in the man page for a.out (5). |
| 2787 | 2785 | ||
| 2788 | 2) Some systems allocate variables declared static among the | ||
| 2789 | initialized variables. Emacs makes all initialized variables in most | ||
| 2790 | of its files pure after dumping, but the variables declared static and | ||
| 2791 | not initialized are not supposed to be pure. On these systems you | ||
| 2792 | may need to add "#define static" to config.h. | ||
| 2793 | |||
| 2794 | * Runtime problems on legacy systems | 2786 | * Runtime problems on legacy systems |
| 2795 | 2787 | ||
| 2796 | This section covers bugs reported on very old hardware or software. | 2788 | This section covers bugs reported on very old hardware or software. |