diff options
| author | Joakim Verona | 2011-11-22 15:46:22 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-22 15:46:22 +0100 |
| commit | a9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch) | |
| tree | 489fac119296416ba2f3530fd3bcb70efbbbdaa6 /admin | |
| parent | 40bb789236e486a3f36eefb2840c293369ce2af3 (diff) | |
| parent | b5afc20930c91159a1cbf629bcaa7e251653dc74 (diff) | |
| download | emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip | |
upstream
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 5 | ||||
| -rw-r--r-- | admin/ChangeLog | 6 | ||||
| -rw-r--r-- | admin/grammars/c.by | 2 | ||||
| -rw-r--r-- | admin/grammars/java-tags.wy | 2 | ||||
| -rw-r--r-- | admin/notes/multi-tty | 6 | ||||
| -rw-r--r-- | admin/notes/nextstep | 2 | ||||
| -rw-r--r-- | admin/nt/README-ftp-server | 2 | ||||
| -rw-r--r-- | admin/unidata/unidata-gen.el | 2 |
8 files changed, 14 insertions, 13 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 6e0f736a06f..c5f8c7ab31f 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -48,7 +48,7 @@ SYSTEM_MALLOC Use the system library's malloc. | |||
| 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. | 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. |
| 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. |
| 50 | 50 | ||
| 51 | ** System specific macros, decribed in detail in src/s/template.h | 51 | ** System specific macros, described in detail in src/s/template.h |
| 52 | CLASH_DETECTION | 52 | CLASH_DETECTION |
| 53 | COFF | 53 | COFF |
| 54 | FIRST_PTY_LETTER | 54 | FIRST_PTY_LETTER |
| @@ -58,9 +58,6 @@ NARROWPROTO | |||
| 58 | SEPCHAR | 58 | SEPCHAR |
| 59 | SYSTEM_TYPE | 59 | SYSTEM_TYPE |
| 60 | 60 | ||
| 61 | ** Machine specific macros, decribed in detail in src/m/template.h | ||
| 62 | VIRT_ADDR_VARIES | ||
| 63 | |||
| 64 | ** Misc macros | 61 | ** Misc macros |
| 65 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. | 62 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. |
| 66 | 63 | ||
diff --git a/admin/ChangeLog b/admin/ChangeLog index 6030dd8f6d3..aa815c552b4 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * CPP-DEFINES (VIRT_ADDR_VARIES): Remove. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * admin.el (manual-dvi): Fix typo. | 7 | * admin.el (manual-dvi): Fix typo. |
| @@ -398,7 +402,7 @@ | |||
| 398 | 402 | ||
| 399 | 2009-06-24 Kenichi Handa <handa@m17n.org> | 403 | 2009-06-24 Kenichi Handa <handa@m17n.org> |
| 400 | 404 | ||
| 401 | * charsets/mapconv: For the UNICODE format files, do reverse sort | 405 | * charsets/mapconv: For the Unicode format files, do reverse sort |
| 402 | and don't compact the map. This is to prefer the first one in the | 406 | and don't compact the map. This is to prefer the first one in the |
| 403 | duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0). | 407 | duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0). |
| 404 | 408 | ||
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index 004f0b5f30f..b49f8ce76c7 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by | |||
| @@ -122,7 +122,7 @@ | |||
| 122 | %put DELETE summary "delete <object>;" | 122 | %put DELETE summary "delete <object>;" |
| 123 | 123 | ||
| 124 | ;; Despite this, this parser can find templates by ignoring the TEMPLATE | 124 | ;; Despite this, this parser can find templates by ignoring the TEMPLATE |
| 125 | ;; keyword, and finding the class/method being templateized. | 125 | ;; keyword, and finding the class/method being templatized. |
| 126 | %token TEMPLATE "template" | 126 | %token TEMPLATE "template" |
| 127 | %put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION" | 127 | %put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION" |
| 128 | 128 | ||
diff --git a/admin/grammars/java-tags.wy b/admin/grammars/java-tags.wy index 99d2b9df81d..f4b2f1f1f49 100644 --- a/admin/grammars/java-tags.wy +++ b/admin/grammars/java-tags.wy | |||
| @@ -740,7 +740,7 @@ It ignores whitespaces, newlines and comments." | |||
| 740 | wisent-java-tags-wy--<symbol>-regexp-analyzer | 740 | wisent-java-tags-wy--<symbol>-regexp-analyzer |
| 741 | wisent-java-tags-wy--<punctuation>-string-analyzer | 741 | wisent-java-tags-wy--<punctuation>-string-analyzer |
| 742 | wisent-java-tags-wy--<block>-block-analyzer | 742 | wisent-java-tags-wy--<block>-block-analyzer |
| 743 | ;; In theory, unicode chars should be turned into normal chars | 743 | ;; In theory, Unicode chars should be turned into normal chars |
| 744 | ;; and then combined into regular ascii keywords and text. This | 744 | ;; and then combined into regular ascii keywords and text. This |
| 745 | ;; analyzer just keeps these things from making the lexer go boom. | 745 | ;; analyzer just keeps these things from making the lexer go boom. |
| 746 | wisent-java-tags-wy--<unicode>-regexp-analyzer | 746 | wisent-java-tags-wy--<unicode>-regexp-analyzer |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 410e3aa8614..8a10997eb8b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -521,7 +521,7 @@ THINGS TO DO | |||
| 521 | 521 | ||
| 522 | ** Very strange bug: visible-bell does not work on secondary | 522 | ** Very strange bug: visible-bell does not work on secondary |
| 523 | terminals in xterm and konsole. The screen does flicker a bit, | 523 | terminals in xterm and konsole. The screen does flicker a bit, |
| 524 | but it's so quick it isn't noticable. | 524 | but it's so quick it isn't noticeable. |
| 525 | 525 | ||
| 526 | (Update: This is probably some problem with padding or whatnot on | 526 | (Update: This is probably some problem with padding or whatnot on |
| 527 | the secondary terminals.) | 527 | the secondary terminals.) |
| @@ -585,7 +585,7 @@ DIARY OF CHANGES | |||
| 585 | -- other-frame should cycle through the frames on the `current' | 585 | -- other-frame should cycle through the frames on the `current' |
| 586 | terminal only. | 586 | terminal only. |
| 587 | 587 | ||
| 588 | (Done, by trivially modifiying next_frame and prev_frame.) | 588 | (Done, by trivially modifying next_frame and prev_frame.) |
| 589 | 589 | ||
| 590 | -- Support different terminal sizes. | 590 | -- Support different terminal sizes. |
| 591 | 591 | ||
| @@ -984,7 +984,7 @@ DIARY OF CHANGES | |||
| 984 | wrt foreground/background process groups.) | 984 | wrt foreground/background process groups.) |
| 985 | 985 | ||
| 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if | 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if |
| 987 | the terminal is initialized, reset and then initialialized again. | 987 | the terminal is initialized, reset and then initialized again. |
| 988 | Debug this. (Hint: narrow_foreground_group is called twice during | 988 | Debug this. (Hint: narrow_foreground_group is called twice during |
| 989 | startup.) | 989 | startup.) |
| 990 | 990 | ||
diff --git a/admin/notes/nextstep b/admin/notes/nextstep index cf0ebbc11aa..a2e5ce2c9b0 100644 --- a/admin/notes/nextstep +++ b/admin/notes/nextstep | |||
| @@ -83,7 +83,7 @@ original NeXT Display PostScript (DPS) APIs are available and used. Under | |||
| 83 | Cocoa, these were removed and Quartz drawing functions replaced them. | 83 | Cocoa, these were removed and Quartz drawing functions replaced them. |
| 84 | 84 | ||
| 85 | In both cases, font glyphs are accessed through UTF8 character | 85 | In both cases, font glyphs are accessed through UTF8 character |
| 86 | representations. It would be preferable to use unicode indices, but prior | 86 | representations. It would be preferable to use Unicode indices, but prior |
| 87 | attempts at this have failed. | 87 | attempts at this have failed. |
| 88 | 88 | ||
| 89 | Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using | 89 | Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using |
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server index 82e33cc5418..c320bbe915d 100644 --- a/admin/nt/README-ftp-server +++ b/admin/nt/README-ftp-server | |||
| @@ -254,7 +254,7 @@ See the end of the file for license conditions. | |||
| 254 | 254 | ||
| 255 | Another valuable source of information and help which should not be | 255 | Another valuable source of information and help which should not be |
| 256 | overlooked is the various Usenet news groups dedicated to Emacs. | 256 | overlooked is the various Usenet news groups dedicated to Emacs. |
| 257 | These are particuarly good for help with general issues which aren't | 257 | These are particularly good for help with general issues which aren't |
| 258 | specific to the Windows port of Emacs. The main news groups to use | 258 | specific to the Windows port of Emacs. The main news groups to use |
| 259 | for seeking help are: | 259 | for seeking help are: |
| 260 | 260 | ||
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 1002bb003af..713b0512e09 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -158,7 +158,7 @@ | |||
| 158 | ;; DEFAULT: the default value of the property. It may have the form | 158 | ;; DEFAULT: the default value of the property. It may have the form |
| 159 | ;; (VAL0 (FROM1 TO1 VAL1) ...) which indicates that the default | 159 | ;; (VAL0 (FROM1 TO1 VAL1) ...) which indicates that the default |
| 160 | ;; value is VAL0 except for characters in the ranges specified by | 160 | ;; value is VAL0 except for characters in the ranges specified by |
| 161 | ;; FROMn and TOn (incusive). The default value of characters | 161 | ;; FROMn and TOn (inclusive). The default value of characters |
| 162 | ;; between FROMn and TOn is VALn. | 162 | ;; between FROMn and TOn is VALn. |
| 163 | ;; VAL-LIST: list of specially ordered property values | 163 | ;; VAL-LIST: list of specially ordered property values |
| 164 | 164 | ||