diff options
| author | Juanma Barranquero | 2012-07-08 01:16:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-08 01:16:19 +0200 |
| commit | 090bd7cb34f89b051411dc4b170d90f63f4a1d79 (patch) | |
| tree | b3d2bdba71eccd0045c22e0c28885b7f4bee9ccf | |
| parent | f17c527307661519a3eda9941123234236dcf4b3 (diff) | |
| download | emacs-090bd7cb34f89b051411dc4b170d90f63f4a1d79.tar.gz emacs-090bd7cb34f89b051411dc4b170d90f63f4a1d79.zip | |
Fix ChangeLog typos.
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/ChangeLog | 48 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
4 files changed, 40 insertions, 40 deletions
| @@ -821,7 +821,7 @@ | |||
| 821 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> | 821 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> |
| 822 | 822 | ||
| 823 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). | 823 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). |
| 824 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking | 824 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking |
| 825 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported | 825 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported |
| 826 | by Nelson H. F. Beebe in | 826 | by Nelson H. F. Beebe in |
| 827 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. | 827 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. |
| @@ -4901,7 +4901,7 @@ | |||
| 4901 | 4901 | ||
| 4902 | 2005-06-08 Steven Tamm <steventamm@mac.com> | 4902 | 2005-06-08 Steven Tamm <steventamm@mac.com> |
| 4903 | 4903 | ||
| 4904 | * configure.in: Support Darwin/MacOSX on Intel | 4904 | * configure.in: Support Darwin/MacOSX on Intel. |
| 4905 | 4905 | ||
| 4906 | 2005-06-06 Jan Djärv <jan.h.d@swipnet.se> | 4906 | 2005-06-06 Jan Djärv <jan.h.d@swipnet.se> |
| 4907 | 4907 | ||
| @@ -5386,7 +5386,7 @@ | |||
| 5386 | 5386 | ||
| 5387 | 2003-01-19 Jan Djärv <jan.h.d@swipnet.se> | 5387 | 2003-01-19 Jan Djärv <jan.h.d@swipnet.se> |
| 5388 | 5388 | ||
| 5389 | * configure.in: Add --with-gtk, --with-x-toolkit=gtk | 5389 | * configure.in: Add --with-gtk, --with-x-toolkit=gtk. |
| 5390 | 5390 | ||
| 5391 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. | 5391 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. |
| 5392 | 5392 | ||
| @@ -5399,7 +5399,7 @@ | |||
| 5399 | * configure.in: New option, --enable-carbon-app, to specify | 5399 | * configure.in: New option, --enable-carbon-app, to specify |
| 5400 | that the application should be installed | 5400 | that the application should be installed |
| 5401 | * Makefile.in (install-arch-dep): On Mac OS X, install the | 5401 | * Makefile.in (install-arch-dep): On Mac OS X, install the |
| 5402 | Emacs.app application if carbon-app is enabled | 5402 | Emacs.app application if carbon-app is enabled. |
| 5403 | 5403 | ||
| 5404 | 2003-01-06 Dave Love <fx@gnu.org> | 5404 | 2003-01-06 Dave Love <fx@gnu.org> |
| 5405 | 5405 | ||
| @@ -8392,7 +8392,7 @@ | |||
| 8392 | 8392 | ||
| 8393 | 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8393 | 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8394 | 8394 | ||
| 8395 | * configure.in (i[345]86-sequent-ptx*): Handle | 8395 | * configure.in (i[345]86-sequent-ptx*): Handle. |
| 8396 | 8396 | ||
| 8397 | 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8397 | 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8398 | 8398 | ||
| @@ -8404,7 +8404,7 @@ | |||
| 8404 | 8404 | ||
| 8405 | 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 8405 | 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 8406 | 8406 | ||
| 8407 | * Makefile.in (install-arch-indep): Copy DOC-*, not DOC* | 8407 | * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*. |
| 8408 | 8408 | ||
| 8409 | * configure.in: Add AC_AIX. | 8409 | * configure.in: Add AC_AIX. |
| 8410 | Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. | 8410 | Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63a050fbcf5..70894c5fc7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1544,7 +1544,7 @@ | |||
| 1544 | * vc/vc-rcs.el (vc-rcs-rcs2log-program): New. | 1544 | * vc/vc-rcs.el (vc-rcs-rcs2log-program): New. |
| 1545 | (vc-rcs-update-changelog): Use it. | 1545 | (vc-rcs-update-changelog): Use it. |
| 1546 | 1546 | ||
| 1547 | * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff | 1547 | * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff. |
| 1548 | 1548 | ||
| 1549 | * vc/vc-sccs.el (vc-sccs-write-revision): New function. | 1549 | * vc/vc-sccs.el (vc-sccs-write-revision): New function. |
| 1550 | (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision. | 1550 | (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision. |
| @@ -1561,7 +1561,7 @@ | |||
| 1561 | 1561 | ||
| 1562 | 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1562 | 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1563 | 1563 | ||
| 1564 | * emacs-list/cust-print.el: Move to obsolete. | 1564 | * emacs-lisp/cust-print.el: Move to obsolete. |
| 1565 | 1565 | ||
| 1566 | * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during | 1566 | * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during |
| 1567 | compiler-macro expansion. | 1567 | compiler-macro expansion. |
| @@ -2199,9 +2199,9 @@ | |||
| 2199 | 2199 | ||
| 2200 | 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 2200 | 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 2201 | 2201 | ||
| 2202 | * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p) | 2202 | * textmodes/flyspell.el (flyspell-check-pre-word-p) |
| 2203 | (flyspell-debug-signal-word-checked): Protect delay handling for | 2203 | (flyspell-check-word-p, flyspell-debug-signal-word-checked): |
| 2204 | otherchars against empty otherchars. | 2204 | Protect delay handling for otherchars against empty otherchars. |
| 2205 | 2205 | ||
| 2206 | 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | 2206 | 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2207 | 2207 | ||
| @@ -2253,9 +2253,9 @@ | |||
| 2253 | 2253 | ||
| 2254 | 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 2254 | 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 2255 | 2255 | ||
| 2256 | * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p) | 2256 | * textmodes/flyspell.el (flyspell-check-pre-word-p) |
| 2257 | (flyspell-debug-signal-word-checked): Delay for otherchars as for | 2257 | (flyspell-check-word-p, flyspell-debug-signal-word-checked): |
| 2258 | normal word components. | 2258 | Delay for otherchars as for normal word components. |
| 2259 | 2259 | ||
| 2260 | 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca> | 2260 | 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2261 | 2261 | ||
| @@ -2527,7 +2527,7 @@ | |||
| 2527 | 2527 | ||
| 2528 | 2012-05-08 Glenn Morris <rgm@gnu.org> | 2528 | 2012-05-08 Glenn Morris <rgm@gnu.org> |
| 2529 | 2529 | ||
| 2530 | * lisp/language/burmese.el, language/cham.el, language/czech.el: | 2530 | * language/burmese.el, language/cham.el, language/czech.el: |
| 2531 | * language/english.el, language/georgian.el, language/greek.el: | 2531 | * language/english.el, language/georgian.el, language/greek.el: |
| 2532 | * language/japanese.el, language/khmer.el, language/korean.el: | 2532 | * language/japanese.el, language/khmer.el, language/korean.el: |
| 2533 | * language/lao.el, language/misc-lang.el, language/romanian.el: | 2533 | * language/lao.el, language/misc-lang.el, language/romanian.el: |
| @@ -2959,7 +2959,7 @@ | |||
| 2959 | (verilog-pretty-expr): Don't line up assignment | 2959 | (verilog-pretty-expr): Don't line up assignment |
| 2960 | operations to the test and increment in if and for loops | 2960 | operations to the test and increment in if and for loops |
| 2961 | (verilog-extended-complete-re, verilog-complete-reg): Change so | 2961 | (verilog-extended-complete-re, verilog-complete-reg): Change so |
| 2962 | that DPI inport functions don't look like fuction declarations | 2962 | that DPI inport functions don't look like fuction declarations. |
| 2963 | 2963 | ||
| 2964 | 2012-05-03 Kenichi Handa <handa@m17n.org> | 2964 | 2012-05-03 Kenichi Handa <handa@m17n.org> |
| 2965 | 2965 | ||
| @@ -3292,17 +3292,17 @@ | |||
| 3292 | 3292 | ||
| 3293 | Sync with soap-client repository. Support SOAP simpleType (Bug#10331). | 3293 | Sync with soap-client repository. Support SOAP simpleType (Bug#10331). |
| 3294 | 3294 | ||
| 3295 | * soap-client.el (soap-resolve-references-for-sequence-type) | 3295 | * net/soap-client.el (soap-resolve-references-for-sequence-type) |
| 3296 | (soap-resolve-references-for-array-type): Hack to prevent self | 3296 | (soap-resolve-references-for-array-type): Hack to prevent self |
| 3297 | references, see Bug#9. | 3297 | references, see Bug#9. |
| 3298 | (soap-parse-envelope): Report the contents of the 'detail' node | 3298 | (soap-parse-envelope): Report the contents of the 'detail' node |
| 3299 | when receiving a fault reply. | 3299 | when receiving a fault reply. |
| 3300 | (soap-parse-envelope): Report the contents of the entire 'detail' node. | 3300 | (soap-parse-envelope): Report the contents of the entire 'detail' node. |
| 3301 | 3301 | ||
| 3302 | * soap-inspect.el (soap-sample-value-for-simple-type) | 3302 | * net/soap-inspect.el (soap-sample-value-for-simple-type) |
| 3303 | (soap-inspect-simple-type): New function. | 3303 | (soap-inspect-simple-type): New function. |
| 3304 | 3304 | ||
| 3305 | * soap-client.el (soap-simple-type): New struct. | 3305 | * net/soap-client.el (soap-simple-type): New struct. |
| 3306 | (soap-default-xsd-types, soap-default-soapenc-types) | 3306 | (soap-default-xsd-types, soap-default-soapenc-types) |
| 3307 | (soap-decode-basic-type, soap-encode-basic-type): | 3307 | (soap-decode-basic-type, soap-encode-basic-type): |
| 3308 | support unsignedInt and double basic types. | 3308 | support unsignedInt and double basic types. |
| @@ -3310,7 +3310,7 @@ | |||
| 3310 | (soap-parse-simple-type, soap-encode-simple-type): New function. | 3310 | (soap-parse-simple-type, soap-encode-simple-type): New function. |
| 3311 | (soap-parse-schema): Parse xsd:simpleType declarations. | 3311 | (soap-parse-schema): Parse xsd:simpleType declarations. |
| 3312 | 3312 | ||
| 3313 | * soap-client.el (soap-default-xsd-types) | 3313 | * net/soap-client.el (soap-default-xsd-types) |
| 3314 | (soap-default-soapenc-types): Add integer, byte and anyURI types. | 3314 | (soap-default-soapenc-types): Add integer, byte and anyURI types. |
| 3315 | (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find | 3315 | (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find |
| 3316 | the local name of "soapenc:Array". | 3316 | the local name of "soapenc:Array". |
| @@ -3419,21 +3419,21 @@ | |||
| 3419 | Preserve ispell session localwords when switching back to | 3419 | Preserve ispell session localwords when switching back to |
| 3420 | original buffer. | 3420 | original buffer. |
| 3421 | 3421 | ||
| 3422 | * ispell.el (ispell-buffer-session-localwords): New buffer-local | 3422 | * textmodes/ispell.el (ispell-buffer-session-localwords): |
| 3423 | variable to hold buffer session localwords. | 3423 | New buffer-local variable to hold buffer session localwords. |
| 3424 | (ispell-kill-ispell): add option 'clear to delete session | 3424 | (ispell-kill-ispell): add option 'clear to delete session |
| 3425 | localwords. | 3425 | localwords. |
| 3426 | (ispell-command-loop, ispell-change-dictionary) | 3426 | (ispell-command-loop, ispell-change-dictionary) |
| 3427 | (ispell-buffer-local-words): Preserve session localwords when | 3427 | (ispell-buffer-local-words): Preserve session localwords when |
| 3428 | needed. | 3428 | needed. |
| 3429 | 3429 | ||
| 3430 | * flyspell.el (flyspell-process-localwords, flyspell-do-correct): | 3430 | * textmodes/flyspell.el (flyspell-process-localwords) |
| 3431 | Preserve session localwords when needed. | 3431 | (flyspell-do-correct): Preserve session localwords when needed. |
| 3432 | 3432 | ||
| 3433 | 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 3433 | 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 3434 | 3434 | ||
| 3435 | * ispell.el (ispell-insert-word) Remove unneeded function using | 3435 | * textmodes/ispell.el (ispell-insert-word) Remove unneeded function |
| 3436 | obsolete `translation-table-for-input'. | 3436 | using obsolete `translation-table-for-input'. |
| 3437 | (ispell-word, ispell-process-line, ispell-complete-word): | 3437 | (ispell-word, ispell-process-line, ispell-complete-word): |
| 3438 | Use plain `insert' instead of removed `ispell-insert-word'. | 3438 | Use plain `insert' instead of removed `ispell-insert-word'. |
| 3439 | 3439 | ||
| @@ -3863,11 +3863,11 @@ | |||
| 3863 | 3863 | ||
| 3864 | 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 3864 | 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 3865 | 3865 | ||
| 3866 | * ispell.el (ispell-set-spellchecker-params): Post-process | 3866 | * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process |
| 3867 | `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible. | 3867 | `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible. |
| 3868 | (ispell-dictionary-base-alist): Revert to original XEmacs | 3868 | (ispell-dictionary-base-alist): Revert to original XEmacs |
| 3869 | friendly version for default. [:alpha:] will be added in | 3869 | friendly version for default. [:alpha:] will be added in |
| 3870 | `ispell-set-spellchecker-params' if needed | 3870 | `ispell-set-spellchecker-params' if needed. |
| 3871 | 3871 | ||
| 3872 | 2012-04-16 Chong Yidong <cyd@gnu.org> | 3872 | 2012-04-16 Chong Yidong <cyd@gnu.org> |
| 3873 | 3873 | ||
| @@ -4380,7 +4380,7 @@ | |||
| 4380 | 4380 | ||
| 4381 | 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 4381 | 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 4382 | 4382 | ||
| 4383 | * ispell.el (ispell-get-extended-character-mode): | 4383 | * textmodes/ispell.el (ispell-get-extended-character-mode): |
| 4384 | Disable extended-char-mode for hunspell. hunspell does not support it | 4384 | Disable extended-char-mode for hunspell. hunspell does not support it |
| 4385 | and treats ~word as ordinary words in pipe mode. | 4385 | and treats ~word as ordinary words in pipe mode. |
| 4386 | 4386 | ||
| @@ -15603,7 +15603,7 @@ | |||
| 15603 | * vc/log-view.el: | 15603 | * vc/log-view.el: |
| 15604 | * vc/smerge-mode.el: | 15604 | * vc/smerge-mode.el: |
| 15605 | * textmodes/bibtex-style.el: | 15605 | * textmodes/bibtex-style.el: |
| 15606 | * textmodes/css.el: | 15606 | * textmodes/css-mode.el: |
| 15607 | * startup.el: | 15607 | * startup.el: |
| 15608 | * uniquify.el: | 15608 | * uniquify.el: |
| 15609 | * minibuffer.el: | 15609 | * minibuffer.el: |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 7e92d74ff1c..8b2d9ad1b1d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. | 3 | * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. |
| 4 | 4 | ||
| 5 | 2012-07-06 Juanma Barranquero <lekktu@gmail.com> | 5 | 2012-07-06 Juanma Barranquero <lekktu@gmail.com> |
| 6 | Eli Zaretskii <eliz@gnu.org> | 6 | Eli Zaretskii <eliz@gnu.org> |
| 7 | 7 | ||
| 8 | * config.nt: Complete rework to bring it in sync with autogen/config.in. | 8 | * config.nt: Complete rework to bring it in sync with autogen/config.in. |
| 9 | All Windows-specific code moved to src/s/ms-w32.h. | 9 | All Windows-specific code moved to src/s/ms-w32.h. |
| 10 | 10 | ||
| 11 | 2012-07-04 Juanma Barranquero <lekktu@gmail.com> | 11 | 2012-07-04 Juanma Barranquero <lekktu@gmail.com> |
| 12 | Eli Zaretskii <eliz@gnu.org> | 12 | Eli Zaretskii <eliz@gnu.org> |
| 13 | 13 | ||
| 14 | * configure.bat (enablechecking): Enable checks through src/config.h, | 14 | * configure.bat (enablechecking): Enable checks through src/config.h, |
diff --git a/src/ChangeLog b/src/ChangeLog index 1f81954f2d9..2ac0f54612b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -136,14 +136,14 @@ | |||
| 136 | Fix marker debugging code. | 136 | Fix marker debugging code. |
| 137 | * marker.c (byte_char_debug_check): Do not perform the check | 137 | * marker.c (byte_char_debug_check): Do not perform the check |
| 138 | if buffer is not multibyte. | 138 | if buffer is not multibyte. |
| 139 | (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Call | 139 | (buf_charpos_to_bytepos, buf_bytepos_to_charpos): |
| 140 | byte_char_debug_check with correct arguments. | 140 | Call byte_char_debug_check with correct arguments. |
| 141 | 141 | ||
| 142 | 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru> | 142 | 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 143 | 143 | ||
| 144 | Compile marker debugging code only if ENABLE_CHECKING is defined. | 144 | Compile marker debugging code only if ENABLE_CHECKING is defined. |
| 145 | * marker.c (byte_char_debug_check, count_markers): Use | 145 | * marker.c (byte_char_debug_check, count_markers): |
| 146 | only if ENABLE_CHECKING is defined. | 146 | Use only if ENABLE_CHECKING is defined. |
| 147 | (byte_debug_flag): Remove. | 147 | (byte_debug_flag): Remove. |
| 148 | (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos): | 148 | (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos): |
| 149 | Always call byte_char_debug_check if ENABLE_CHECKING is defined. | 149 | Always call byte_char_debug_check if ENABLE_CHECKING is defined. |
| @@ -250,8 +250,8 @@ | |||
| 250 | (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new | 250 | (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new |
| 251 | followed by gtk_box_set_homogeneous (Bug#11768). | 251 | followed by gtk_box_set_homogeneous (Bug#11768). |
| 252 | (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768). | 252 | (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768). |
| 253 | (update_theme_scrollbar_width, xg_create_scroll_bar): Use | 253 | (update_theme_scrollbar_width, xg_create_scroll_bar): |
| 254 | gtk_scrollbar_new (Bug#11768). | 254 | Use gtk_scrollbar_new (Bug#11768). |
| 255 | (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3. | 255 | (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3. |
| 256 | (is_box_type): New function (Bug#11768). | 256 | (is_box_type): New function (Bug#11768). |
| 257 | (xg_tool_item_stale_p): Call is_box_type. | 257 | (xg_tool_item_stale_p): Call is_box_type. |
| @@ -2790,7 +2790,7 @@ | |||
| 2790 | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. | 2790 | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. |
| 2791 | 2791 | ||
| 2792 | * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font. | 2792 | * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font. |
| 2793 | (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c | 2793 | (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c. |
| 2794 | 2794 | ||
| 2795 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken | 2795 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken |
| 2796 | reference to image_cache->refcount. | 2796 | reference to image_cache->refcount. |
| @@ -7722,7 +7722,7 @@ | |||
| 7722 | (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6. | 7722 | (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6. |
| 7723 | 7723 | ||
| 7724 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | 7724 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods |
| 7725 | cString and lossyCString on OSX >= 10.4 | 7725 | cString and lossyCString on OSX >= 10.4. |
| 7726 | 7726 | ||
| 7727 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method | 7727 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method |
| 7728 | sizeToFit on OSX >= 10.2. | 7728 | sizeToFit on OSX >= 10.2. |