diff options
| author | Paul Eggert | 2017-11-01 22:07:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-11-01 22:07:43 -0700 |
| commit | 9d31a970927aae027155778a2ec2782c52ff63c6 (patch) | |
| tree | cc3cd4058ef398900fdea8eedb786b587ab4ae2d | |
| parent | 460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff) | |
| download | emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz emacs-9d31a970927aae027155778a2ec2782c52ff63c6.zip | |
; Spelling fixes
| -rw-r--r-- | ChangeLog.2 | 6 | ||||
| -rw-r--r-- | ChangeLog.3 | 50 | ||||
| -rw-r--r-- | admin/nt/dist-build/README-scripts | 8 | ||||
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 2 | ||||
| -rw-r--r-- | lisp/url/url-tramp.el | 4 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 4 | ||||
| -rw-r--r-- | test/manual/etags/html-src/software.html | 4 |
9 files changed, 42 insertions, 42 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index a412d3b5f2d..cab30d82a59 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -7523,11 +7523,11 @@ | |||
| 7523 | 7523 | ||
| 7524 | 2016-02-23 Jan Tatarik <jan.tatarik@gmail.com> | 7524 | 2016-02-23 Jan Tatarik <jan.tatarik@gmail.com> |
| 7525 | 7525 | ||
| 7526 | Don't bug out on localised dates in gnus-icalendar | 7526 | Don't bug out on localized dates in gnus-icalendar |
| 7527 | 7527 | ||
| 7528 | * lisp/gnus/gnus-icalendar.el | 7528 | * lisp/gnus/gnus-icalendar.el |
| 7529 | (gnus-icalendar-event:org-timestamp): Don't bug out on | 7529 | (gnus-icalendar-event:org-timestamp): Don't bug out on |
| 7530 | localised dates. | 7530 | localized dates. |
| 7531 | 7531 | ||
| 7532 | 2016-02-23 Drew Adams <drew.adams@oracle.com> | 7532 | 2016-02-23 Drew Adams <drew.adams@oracle.com> |
| 7533 | 7533 | ||
| @@ -26654,7 +26654,7 @@ | |||
| 26654 | Introduce new macros to cover Emacs's new names in cl-lib.el | 26654 | Introduce new macros to cover Emacs's new names in cl-lib.el |
| 26655 | This also eliminates `mapcan' warnings in XEmacs. | 26655 | This also eliminates `mapcan' warnings in XEmacs. |
| 26656 | * lisp/progmodes/cc-defs.el (c--mapcan-status): New variable to | 26656 | * lisp/progmodes/cc-defs.el (c--mapcan-status): New variable to |
| 26657 | characterise [X]Emacs versions. | 26657 | characterize [X]Emacs versions. |
| 26658 | (top-level): Require either 'cl or 'cl-lib, depending on | 26658 | (top-level): Require either 'cl or 'cl-lib, depending on |
| 26659 | c--mapcan-status. | 26659 | c--mapcan-status. |
| 26660 | Change this back to cc-external-require from an eval-when-compile | 26660 | Change this back to cc-external-require from an eval-when-compile |
diff --git a/ChangeLog.3 b/ChangeLog.3 index 2d7f3bbf3a2..4962e1ec86f 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -4336,8 +4336,8 @@ | |||
| 4336 | 4336 | ||
| 4337 | * lisp/progmodes/cc-mode.el (c-parse-quotes-before-change) | 4337 | * lisp/progmodes/cc-mode.el (c-parse-quotes-before-change) |
| 4338 | (c-parse-quotes-after-change): Rewrite the functions, simplifying | 4338 | (c-parse-quotes-after-change): Rewrite the functions, simplifying |
| 4339 | considerably, and removing unnecessary optimisations. Invalidate two caches | 4339 | considerably, and removing unnecessary optimizations. |
| 4340 | after manipulating text properties. | 4340 | Invalidate two caches after manipulating text properties. |
| 4341 | 4341 | ||
| 4342 | 2017-09-03 Alan Mackenzie <acm@muc.de> | 4342 | 2017-09-03 Alan Mackenzie <acm@muc.de> |
| 4343 | 4343 | ||
| @@ -7462,7 +7462,7 @@ | |||
| 7462 | The error happened when there was a comma inside template delimiters. | 7462 | The error happened when there was a comma inside template delimiters. |
| 7463 | 7463 | ||
| 7464 | * lisp/progmodes/cc-fonts.el (c-get-fontification-context): In "for" | 7464 | * lisp/progmodes/cc-fonts.el (c-get-fontification-context): In "for" |
| 7465 | statements, recognise template delimiters containing "," and "&". | 7465 | statements, recognize template delimiters containing "," and "&". |
| 7466 | 7466 | ||
| 7467 | 2017-07-27 Michael Albinus <michael.albinus@gmx.de> | 7467 | 2017-07-27 Michael Albinus <michael.albinus@gmx.de> |
| 7468 | 7468 | ||
| @@ -17907,7 +17907,7 @@ | |||
| 17907 | 17907 | ||
| 17908 | * src/casefiddle.c (struct casing_context, prepare_casing_context): Add | 17908 | * src/casefiddle.c (struct casing_context, prepare_casing_context): Add |
| 17909 | titlecase_char_table member. It’s set to the ‘titlecase’ Unicode | 17909 | titlecase_char_table member. It’s set to the ‘titlecase’ Unicode |
| 17910 | property table if capitalisation has been requested. | 17910 | property table if capitalization has been requested. |
| 17911 | (case_character): Make use of the titlecase_char_table to title-case | 17911 | (case_character): Make use of the titlecase_char_table to title-case |
| 17912 | initial characters when capitalising. | 17912 | initial characters when capitalising. |
| 17913 | 17913 | ||
| @@ -17923,7 +17923,7 @@ | |||
| 17923 | the logic easier. This commit introduces no functionality changes. | 17923 | the logic easier. This commit introduces no functionality changes. |
| 17924 | 17924 | ||
| 17925 | * src/casefiddle.c (struct casing_context, prepare_casing_context): New | 17925 | * src/casefiddle.c (struct casing_context, prepare_casing_context): New |
| 17926 | sturcture for saving casing context and function to initialise it. | 17926 | sturcture for saving casing context and function to initialize it. |
| 17927 | (case_character): New function which cases character base on provided | 17927 | (case_character): New function which cases character base on provided |
| 17928 | context. | 17928 | context. |
| 17929 | (do_casify_integer, do_casify_multibyte_string, | 17929 | (do_casify_integer, do_casify_multibyte_string, |
| @@ -21210,7 +21210,7 @@ | |||
| 21210 | 21210 | ||
| 21211 | 2017-02-24 Stefan Monnier <monnier@iro.umontreal.ca> | 21211 | 2017-02-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 21212 | 21212 | ||
| 21213 | Minor redisplay optimisations | 21213 | Minor redisplay optimizations |
| 21214 | 21214 | ||
| 21215 | * src/frame.c (Ficonify_frame): No need to redisplay everything. | 21215 | * src/frame.c (Ficonify_frame): No need to redisplay everything. |
| 21216 | 21216 | ||
| @@ -24018,9 +24018,9 @@ | |||
| 24018 | 24018 | ||
| 24019 | 2017-01-26 Lars Ingebrigtsen <larsi@gnus.org> | 24019 | 2017-01-26 Lars Ingebrigtsen <larsi@gnus.org> |
| 24020 | 24020 | ||
| 24021 | (message-do-fcc): Modernise the code slightly. | 24021 | (message-do-fcc): Modernize the code slightly. |
| 24022 | 24022 | ||
| 24023 | * lisp/gnus/message.el (message-do-fcc): Modernise the code slightly. | 24023 | * lisp/gnus/message.el (message-do-fcc): Modernize the code slightly. |
| 24024 | 24024 | ||
| 24025 | 2017-01-26 Lars Ingebrigtsen <larsi@gnus.org> | 24025 | 2017-01-26 Lars Ingebrigtsen <larsi@gnus.org> |
| 24026 | 24026 | ||
| @@ -26014,7 +26014,7 @@ | |||
| 26014 | 26014 | ||
| 26015 | 2016-12-30 Alan Mackenzie <acm@muc.de> | 26015 | 2016-12-30 Alan Mackenzie <acm@muc.de> |
| 26016 | 26016 | ||
| 26017 | CC Mode: Fix the fontification of a spuriously recognised enum member. | 26017 | CC Mode: Fix the fontification of a spuriously recognized enum member. |
| 26018 | 26018 | ||
| 26019 | The "enum" was in an argument list, but triggered the fontification of a | 26019 | The "enum" was in an argument list, but triggered the fontification of a |
| 26020 | following identifier in the function block as though it were in an enum | 26020 | following identifier in the function block as though it were in an enum |
| @@ -26130,7 +26130,7 @@ | |||
| 26130 | Partially correct fontification of "(b*3)", and the like, in C++ Mode | 26130 | Partially correct fontification of "(b*3)", and the like, in C++ Mode |
| 26131 | 26131 | ||
| 26132 | This problem is caused by the fundamental ambiguity in C++ between | 26132 | This problem is caused by the fundamental ambiguity in C++ between |
| 26133 | argument declarations and initialisation clauses. | 26133 | argument declarations and initialization clauses. |
| 26134 | 26134 | ||
| 26135 | * lisp/progmodes/cc-fonts.el (c-font-lock-declarations): If we have an open | 26135 | * lisp/progmodes/cc-fonts.el (c-font-lock-declarations): If we have an open |
| 26136 | paren preceded by an arithmetic operator, we give this the context nil, not | 26136 | paren preceded by an arithmetic operator, we give this the context nil, not |
| @@ -27358,7 +27358,7 @@ | |||
| 27358 | 27358 | ||
| 27359 | 2016-12-13 Reuben Thomas <rrt@sc3d.org> | 27359 | 2016-12-13 Reuben Thomas <rrt@sc3d.org> |
| 27360 | 27360 | ||
| 27361 | Generalise over-specific documentation | 27361 | Generalize over-specific documentation |
| 27362 | 27362 | ||
| 27363 | * lisp/textmodes/ispell.el (ispell-personal-dictionary): Rather than | 27363 | * lisp/textmodes/ispell.el (ispell-personal-dictionary): Rather than |
| 27364 | document precise personal wordlist filenames for only two supported | 27364 | document precise personal wordlist filenames for only two supported |
| @@ -32608,7 +32608,7 @@ | |||
| 32608 | 32608 | ||
| 32609 | Fix compatibility with macOS 10.12 pmset (bug#24537) | 32609 | Fix compatibility with macOS 10.12 pmset (bug#24537) |
| 32610 | 32610 | ||
| 32611 | * lisp/battery.el (battery-pmset): Recognise and ignore battery id if | 32611 | * lisp/battery.el (battery-pmset): Recognize and ignore battery id if |
| 32612 | present in output. | 32612 | present in output. |
| 32613 | 32613 | ||
| 32614 | 2016-09-30 Paul Eggert <eggert@cs.ucla.edu> | 32614 | 2016-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -33284,7 +33284,7 @@ | |||
| 33284 | 33284 | ||
| 33285 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> | 33285 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> |
| 33286 | 33286 | ||
| 33287 | Fix compiler thinking width and height may be unitialised in frame.c | 33287 | Fix compiler thinking width and height may be unitialized in frame.c |
| 33288 | 33288 | ||
| 33289 | This fixes the following warning: | 33289 | This fixes the following warning: |
| 33290 | 33290 | ||
| @@ -33300,7 +33300,7 @@ | |||
| 33300 | 33300 | ||
| 33301 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> | 33301 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> |
| 33302 | 33302 | ||
| 33303 | Fix compiler thinking tmpdir may be unitialised in emacsclient | 33303 | Fix compiler thinking tmpdir may be unitialized in emacsclient |
| 33304 | 33304 | ||
| 33305 | This fixes the following warning: | 33305 | This fixes the following warning: |
| 33306 | 33306 | ||
| @@ -34473,7 +34473,7 @@ | |||
| 34473 | template declaration. | 34473 | template declaration. |
| 34474 | (c-inside-bracelist-p): Call c-looking-at-or-maybe-in-bracelist in place of | 34474 | (c-inside-bracelist-p): Call c-looking-at-or-maybe-in-bracelist in place of |
| 34475 | much inline code. | 34475 | much inline code. |
| 34476 | (c-looking-at-inexpr-block): Amend so that it won't wrongly recognise an | 34476 | (c-looking-at-inexpr-block): Amend so that it won't wrongly recognize an |
| 34477 | initialization starting "({" as an in-expression block, by checking for | 34477 | initialization starting "({" as an in-expression block, by checking for |
| 34478 | semicolons, as opposed to commas, separating elements inside it. | 34478 | semicolons, as opposed to commas, separating elements inside it. |
| 34479 | (c-guess-continued-construct): (CASE B-2): Recognize a brace-list-open by | 34479 | (c-guess-continued-construct): (CASE B-2): Recognize a brace-list-open by |
| @@ -35939,7 +35939,7 @@ | |||
| 35939 | 35939 | ||
| 35940 | * doc/misc/ses.texi (Printer functions): Split the node into 5 | 35940 | * doc/misc/ses.texi (Printer functions): Split the node into 5 |
| 35941 | sub-nodes + add some extra documentation. | 35941 | sub-nodes + add some extra documentation. |
| 35942 | (Various kinds of printer functions): Make an itemisation to | 35942 | (Various kinds of printer functions): Make an itemization to |
| 35943 | disintguish better the 3 types of printers, give an example of | 35943 | disintguish better the 3 types of printers, give an example of |
| 35944 | lambda printer definition. | 35944 | lambda printer definition. |
| 35945 | (Standard printer functions): Add documentation for ses-prin1 | 35945 | (Standard printer functions): Add documentation for ses-prin1 |
| @@ -36049,7 +36049,7 @@ | |||
| 36049 | 36049 | ||
| 36050 | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020) | 36050 | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020) |
| 36051 | 36051 | ||
| 36052 | The regex engine tries to optimise Kleene star by avoiding backtracking | 36052 | The regex engine tries to optimize Kleene star by avoiding backtracking |
| 36053 | when it can detect that star’s operand cannot match what follows it in | 36053 | when it can detect that star’s operand cannot match what follows it in |
| 36054 | the pattern. | 36054 | the pattern. |
| 36055 | 36055 | ||
| @@ -36063,7 +36063,7 @@ | |||
| 36063 | engine knows whatever would be put back into the string cannot possibly | 36063 | engine knows whatever would be put back into the string cannot possibly |
| 36064 | match literal digit one so no backtracking will be attempted. | 36064 | match literal digit one so no backtracking will be attempted. |
| 36065 | 36065 | ||
| 36066 | In the regexes of the form ‘[[:CC:]]*X’, the optimisation can be applied | 36066 | In the regexes of the form ‘[[:CC:]]*X’, the optimization can be applied |
| 36067 | if the character class CC does not match character X. In the above | 36067 | if the character class CC does not match character X. In the above |
| 36068 | example, this holds because digit one is not in alpha character class. | 36068 | example, this holds because digit one is not in alpha character class. |
| 36069 | 36069 | ||
| @@ -36072,7 +36072,7 @@ | |||
| 36072 | that character classes do not match multibyte characters. For example, | 36072 | that character classes do not match multibyte characters. For example, |
| 36073 | it would incorrectly conclude that [[:alpha:]] doesn’t match ‘ż’. | 36073 | it would incorrectly conclude that [[:alpha:]] doesn’t match ‘ż’. |
| 36074 | 36074 | ||
| 36075 | This, in turn, led to the aforementioned Kleene star optimisation being | 36075 | This, in turn, led to the aforementioned Kleene star optimization being |
| 36076 | incorrectly applied in patterns such as ‘[[:graph:]]*☠’ (which should | 36076 | incorrectly applied in patterns such as ‘[[:graph:]]*☠’ (which should |
| 36077 | match ‘☠’ but doesn’t as can be tested by executing | 36077 | match ‘☠’ but doesn’t as can be tested by executing |
| 36078 | (string-match-p "[[:graph:]]*☠" "☠") | 36078 | (string-match-p "[[:graph:]]*☠" "☠") |
| @@ -44436,7 +44436,7 @@ | |||
| 44436 | bd58c13 Improve documentation of focus-related hooks | 44436 | bd58c13 Improve documentation of focus-related hooks |
| 44437 | 00a4720 Further improve doc string of 'disable-point-adjustment' | 44437 | 00a4720 Further improve doc string of 'disable-point-adjustment' |
| 44438 | c582def Further adaptions in file-notify-tests.el for w32notify | 44438 | c582def Further adaptions in file-notify-tests.el for w32notify |
| 44439 | a1585e1 Don't bug out on localised dates in gnus-icalendar | 44439 | a1585e1 Don't bug out on localized dates in gnus-icalendar |
| 44440 | 44440 | ||
| 44441 | 2016-03-03 John Wiegley <johnw@newartisans.com> | 44441 | 2016-03-03 John Wiegley <johnw@newartisans.com> |
| 44442 | 44442 | ||
| @@ -44957,10 +44957,10 @@ | |||
| 44957 | 44957 | ||
| 44958 | 2016-02-25 Jan Tatarik <jan.tatarik@gmail.com> | 44958 | 2016-02-25 Jan Tatarik <jan.tatarik@gmail.com> |
| 44959 | 44959 | ||
| 44960 | Don't use (localised) week days in dates | 44960 | Don't use (localized) week days in dates |
| 44961 | 44961 | ||
| 44962 | * lisp/gnus/gnus-icalendar.el | 44962 | * lisp/gnus/gnus-icalendar.el |
| 44963 | (gnus-icalendar-event:org-timestamp): Don't use (localised) | 44963 | (gnus-icalendar-event:org-timestamp): Don't use (localized) |
| 44964 | week days in the dates, because that messes up things later. | 44964 | week days in the dates, because that messes up things later. |
| 44965 | 44965 | ||
| 44966 | 2016-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 44966 | 2016-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| @@ -47224,7 +47224,7 @@ | |||
| 47224 | 47224 | ||
| 47225 | 2016-02-08 Michal Nazarewicz <mina86@mina86.com> | 47225 | 2016-02-08 Michal Nazarewicz <mina86@mina86.com> |
| 47226 | 47226 | ||
| 47227 | Optimise ‘point in message header’ check | 47227 | Optimize ‘point in message header’ check |
| 47228 | 47228 | ||
| 47229 | * lisp/gnus/message.el (message-point-in-header-p): Replace two unbound | 47229 | * lisp/gnus/message.el (message-point-in-header-p): Replace two unbound |
| 47230 | regular expression matches with a single bound string match thus | 47230 | regular expression matches with a single bound string match thus |
| @@ -48169,7 +48169,7 @@ | |||
| 48169 | * src/gnutls.c (Fgnutls_mark_process): New function. | 48169 | * src/gnutls.c (Fgnutls_mark_process): New function. |
| 48170 | 48170 | ||
| 48171 | * src/process.c (send_process): Don't write to GnuTLS sockets that | 48171 | * src/process.c (send_process): Don't write to GnuTLS sockets that |
| 48172 | haven't been initialised yed. | 48172 | haven't been initialized yed. |
| 48173 | 48173 | ||
| 48174 | * src/process.h: New slot gnutls_wait_p. | 48174 | * src/process.h: New slot gnutls_wait_p. |
| 48175 | 48175 | ||
| @@ -48668,7 +48668,7 @@ | |||
| 48668 | that as the same name can be used for different locations in different | 48668 | that as the same name can be used for different locations in different |
| 48669 | SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and | 48669 | SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and |
| 48670 | `local-variable-p' to check if cell name is already in use in this | 48670 | `local-variable-p' to check if cell name is already in use in this |
| 48671 | sheet or needs initialisation. | 48671 | sheet or needs initialization. |
| 48672 | (ses-relocate-all): Cell value relocation : 1) like for name | 48672 | (ses-relocate-all): Cell value relocation : 1) like for name |
| 48673 | relocation use the `ses-cell' property rather than comparing actual | 48673 | relocation use the `ses-cell' property rather than comparing actual |
| 48674 | name to corresponding standard name. 2) Correct bug introduced in | 48674 | name to corresponding standard name. 2) Correct bug introduced in |
diff --git a/admin/nt/dist-build/README-scripts b/admin/nt/dist-build/README-scripts index a20099e4eb6..1c62a866724 100644 --- a/admin/nt/dist-build/README-scripts +++ b/admin/nt/dist-build/README-scripts | |||
| @@ -3,19 +3,19 @@ Distribution Build Scripts for Windows | |||
| 3 | 3 | ||
| 4 | The scripts are used to build the binary distribution zip files for windows. | 4 | The scripts are used to build the binary distribution zip files for windows. |
| 5 | 5 | ||
| 6 | File System Organisation | 6 | File System Organization |
| 7 | ------------------------ | 7 | ------------------------ |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | They are relatively strict about the file system organisation. In | 10 | They are relatively strict about the file system organization. In |
| 11 | general, they should work across several more than just the version of | 11 | general, they should work across several more than just the version of |
| 12 | Emacs they come with, as the dependencies of Emacs change relatively slowly. | 12 | Emacs they come with, as the dependencies of Emacs change relatively slowly. |
| 13 | 13 | ||
| 14 | The file system needs to be organised like so: | 14 | The file system needs to be organized like so: |
| 15 | 15 | ||
| 16 | ~/emacs-build/git | 16 | ~/emacs-build/git |
| 17 | 17 | ||
| 18 | Contains a checkout of the Emacs git repository, organised according | 18 | Contains a checkout of the Emacs git repository, organized according |
| 19 | to branches, with git worktree | 19 | to branches, with git worktree |
| 20 | 20 | ||
| 21 | ~/emacs-build/git/emacs-$branch | 21 | ~/emacs-build/git/emacs-$branch |
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 33bc4b586c9..9573bf3abcc 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -61,7 +61,7 @@ mingw-w64-x86_64-xpm-nox | |||
| 61 | mingw-w64-x86_64-lcms2'''.split() | 61 | mingw-w64-x86_64-lcms2'''.split() |
| 62 | 62 | ||
| 63 | # Get a list of all dependencies needed for packages mentioned above. | 63 | # Get a list of all dependencies needed for packages mentioned above. |
| 64 | # Run `pactree -lu' for each elment of $PKG_REQ | 64 | # Run `pactree -lu' for each element of $PKG_REQ. |
| 65 | pkgs = set() | 65 | pkgs = set() |
| 66 | for x in PKG_REQ: | 66 | for x in PKG_REQ: |
| 67 | pkgs.update( | 67 | pkgs.update( |
| @@ -125,7 +125,7 @@ def gather_source(deps): | |||
| 125 | ## mpc, termcap, xpm -- has x86_64, and i686 versions | 125 | ## mpc, termcap, xpm -- has x86_64, and i686 versions |
| 126 | 126 | ||
| 127 | ## This needs to have been run first at the same time as the | 127 | ## This needs to have been run first at the same time as the |
| 128 | ## system was udpated. | 128 | ## system was updated. |
| 129 | os.mkdir("emacs-src") | 129 | os.mkdir("emacs-src") |
| 130 | os.chdir("emacs-src") | 130 | os.chdir("emacs-src") |
| 131 | 131 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 1bd882f0a22..bb3375be9a6 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -23666,7 +23666,7 @@ | |||
| 23666 | 23666 | ||
| 23667 | 2013-05-28 Alan Mackenzie <acm@muc.de> | 23667 | 2013-05-28 Alan Mackenzie <acm@muc.de> |
| 23668 | 23668 | ||
| 23669 | Handle "capitalised keywords" correctly. | 23669 | Handle "capitalized keywords" correctly. |
| 23670 | * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil. | 23670 | * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil. |
| 23671 | 23671 | ||
| 23672 | 2013-05-28 Aidan Gauland <aidalgol@amuri.net> | 23672 | 2013-05-28 Aidan Gauland <aidalgol@amuri.net> |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 376589ff909..16e0a88052b 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -2033,7 +2033,7 @@ | |||
| 2033 | (uniquify-get-proposed-name): Arguments changed, callers changed. | 2033 | (uniquify-get-proposed-name): Arguments changed, callers changed. |
| 2034 | (uniquify-rationalize-conflicting-sublist): Explicitly reset the | 2034 | (uniquify-rationalize-conflicting-sublist): Explicitly reset the |
| 2035 | uniquify-possibly-resolvable flag, which is no more bound locally. | 2035 | uniquify-possibly-resolvable flag, which is no more bound locally. |
| 2036 | (uniquify-rename-buffer): Do not set the old unrationalised-buffer | 2036 | (uniquify-rename-buffer): Do not set the old unrationalized-buffer |
| 2037 | flag, which does not exist any more. | 2037 | flag, which does not exist any more. |
| 2038 | 2038 | ||
| 2039 | 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> | 2039 | 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
diff --git a/lisp/url/url-tramp.el b/lisp/url/url-tramp.el index 0b07bd0d1aa..f4149ddb967 100644 --- a/lisp/url/url-tramp.el +++ b/lisp/url/url-tramp.el | |||
| @@ -39,7 +39,7 @@ They must also be covered by `url-handler-regexp'." | |||
| 39 | (defun url-tramp-convert-url-to-tramp (url) | 39 | (defun url-tramp-convert-url-to-tramp (url) |
| 40 | "Convert URL to a Tramp file name. | 40 | "Convert URL to a Tramp file name. |
| 41 | If URL contains a password, it will be added to the `password-data' cache. | 41 | If URL contains a password, it will be added to the `password-data' cache. |
| 42 | In case URL is not convertable, nil is returned." | 42 | In case URL is not convertible, nil is returned." |
| 43 | (let* ((obj (url-generic-parse-url (and (stringp url) url))) | 43 | (let* ((obj (url-generic-parse-url (and (stringp url) url))) |
| 44 | (port | 44 | (port |
| 45 | (and (natnump (url-portspec obj)) | 45 | (and (natnump (url-portspec obj)) |
| @@ -57,7 +57,7 @@ In case URL is not convertable, nil is returned." | |||
| 57 | 57 | ||
| 58 | (defun url-tramp-convert-tramp-to-url (file) | 58 | (defun url-tramp-convert-tramp-to-url (file) |
| 59 | "Convert FILE, a Tramp file name, to a URL. | 59 | "Convert FILE, a Tramp file name, to a URL. |
| 60 | In case FILE is not convertable, nil is returned." | 60 | In case FILE is not convertible, nil is returned." |
| 61 | (let* ((obj (ignore-errors (tramp-dissect-file-name file))) | 61 | (let* ((obj (ignore-errors (tramp-dissect-file-name file))) |
| 62 | (port | 62 | (port |
| 63 | (and (stringp (tramp-file-name-port obj)) | 63 | (and (stringp (tramp-file-name-port obj)) |
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index e252acfbdb1..9f3fdee210a 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -16581,7 +16581,7 @@ | |||
| 16581 | (characterIndexForPoint:): Adjust return type depending on GNUstep | 16581 | (characterIndexForPoint:): Adjust return type depending on GNUstep |
| 16582 | version. | 16582 | version. |
| 16583 | (mouseDown:): delta is CGFloat. | 16583 | (mouseDown:): delta is CGFloat. |
| 16584 | (updateFrameSize): Remove unised variable f. | 16584 | (updateFrameSize): Remove unused variable f. |
| 16585 | (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. | 16585 | (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. |
| 16586 | Cast float to EmacsCGFloat. | 16586 | Cast float to EmacsCGFloat. |
| 16587 | (windowWillUseStandardFrame:defaultFrame:): Set maximized_height | 16587 | (windowWillUseStandardFrame:defaultFrame:): Set maximized_height |
| @@ -16593,7 +16593,7 @@ | |||
| 16593 | (setPosition:portion:whole:): por is CGFloat. | 16593 | (setPosition:portion:whole:): por is CGFloat. |
| 16594 | (getMouseMotionPart:window:x:y:): Add F suffix to float. | 16594 | (getMouseMotionPart:window:x:y:): Add F suffix to float. |
| 16595 | (mouseDown:): Use CGFloat. | 16595 | (mouseDown:): Use CGFloat. |
| 16596 | (mouseDragged:): Remove unised variable edge. | 16596 | (mouseDragged:): Remove unused variable edge. |
| 16597 | (EmacsDocument): Implement for NS_IMPL_GNUSTEP. | 16597 | (EmacsDocument): Implement for NS_IMPL_GNUSTEP. |
| 16598 | 16598 | ||
| 16599 | * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size | 16599 | * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size |
diff --git a/test/manual/etags/html-src/software.html b/test/manual/etags/html-src/software.html index 7a85b9ab5e6..9c4f0dde8ea 100644 --- a/test/manual/etags/html-src/software.html +++ b/test/manual/etags/html-src/software.html | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | protocol studies: | 75 | protocol studies: |
| 76 | <UL> | 76 | <UL> |
| 77 | <LI> <A HREF="/curriculum/pot-abstracts.html#R03:FODAIBEAvsDistributed-IJSC96"> | 77 | <LI> <A HREF="/curriculum/pot-abstracts.html#R03:FODAIBEAvsDistributed-IJSC96"> |
| 78 | <i>Comparison between distributed and centralised demand | 78 | <i>Comparison between distributed and centralized demand |
| 79 | assignment TDMA satellite access schemes</i></A> | 79 | assignment TDMA satellite access schemes</i></A> |
| 80 | 80 | ||
| 81 | <LI><A HREF="/curriculum/pot-abstracts.html#R07:FODAIBEAvsCFRA-IJSC97"> | 81 | <LI><A HREF="/curriculum/pot-abstracts.html#R07:FODAIBEAvsCFRA-IJSC97"> |
| @@ -225,7 +225,7 @@ if that happens so I can update this page. | |||
| 225 | decoding. I keep a <A HREF="codes.html">mirror</A> of this page. | 225 | decoding. I keep a <A HREF="codes.html">mirror</A> of this page. |
| 226 | 226 | ||
| 227 | <DT>Forward error correcting codes by Phil Karn | 227 | <DT>Forward error correcting codes by Phil Karn |
| 228 | <DD>Phil Karn's optimised really <A HREF="http://www.ka9q.net/code/fec/">free | 228 | <DD>Phil Karn's optimized really <A HREF="http://www.ka9q.net/code/fec/">free |
| 229 | codes</A>. | 229 | codes</A>. |
| 230 | 230 | ||
| 231 | </DL> | 231 | </DL> |