aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-10 16:58:52 +0200
committerJuanma Barranquero2013-06-10 16:58:52 +0200
commite7b41c4c9af593bec2e062a0a2a18d5ecf695e85 (patch)
tree2da6178a133536f84886d6c5058053ae9bbf9cd8
parent30ae0b2c891bf5f252e49598f414097088403469 (diff)
downloademacs-e7b41c4c9af593bec2e062a0a2a18d5ecf695e85.tar.gz
emacs-e7b41c4c9af593bec2e062a0a2a18d5ecf695e85.zip
Fix ChangeLog typos and whitespace.
-rw-r--r--ChangeLog12
-rw-r--r--lisp/ChangeLog68
-rw-r--r--nt/ChangeLog8
-rw-r--r--src/ChangeLog23
4 files changed, 55 insertions, 56 deletions
diff --git a/ChangeLog b/ChangeLog
index 285ce8aaa86..c79c28e77c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,8 @@
122013-06-07 Richard Copley <rcopley@gmail.com> (tiny change) 122013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
13 13
14 * Makefile.in (msys_to_w32): Modify to support d:\foo file names. 14 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
15 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New 15 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
16 variables. 16 New variables.
17 (epaths-force-w32): Use them. (Bug#14513) 17 (epaths-force-w32): Use them. (Bug#14513)
18 18
192013-06-03 Michael Albinus <michael.albinus@gmx.de> 192013-06-03 Michael Albinus <michael.albinus@gmx.de>
@@ -34,7 +34,7 @@
34 34
35 * configure.ac (file-notification): New option, replaces inotify option. 35 * configure.ac (file-notification): New option, replaces inotify option.
36 (HAVE_W32): Remove w32notify.o. 36 (HAVE_W32): Remove w32notify.o.
37 (with_file_notification): Add checks for glib and w32. Adapt check 37 (with_file_notification): Add checks for glib and w32. Adapt check
38 for inotify. 38 for inotify.
39 (Summary): Add entry for file notification. 39 (Summary): Add entry for file notification.
40 40
@@ -124,7 +124,7 @@
124 124
1252013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1252013-05-07 Paul Eggert <eggert@cs.ucla.edu>
126 126
127 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 127 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
128 * configure.ac: Remove -with-acl option, since Gnulib does that for 128 * configure.ac: Remove -with-acl option, since Gnulib does that for
129 us now. 129 us now.
130 (LIBACL_LIBS): Remove; no longer needed. 130 (LIBACL_LIBS): Remove; no longer needed.
@@ -496,7 +496,7 @@
496 496
4972012-12-14 Paul Eggert <eggert@cs.ucla.edu> 4972012-12-14 Paul Eggert <eggert@cs.ucla.edu>
498 498
499 Fix permissions bugs with setgid directories etc. (Bug#13125) 499 Fix permissions bugs with setgid directories etc. (Bug#13125)
500 * configure.ac (BSD4_2): Remove; no longer needed. 500 * configure.ac (BSD4_2): Remove; no longer needed.
501 501
5022012-12-13 Glenn Morris <rgm@gnu.org> 5022012-12-13 Glenn Morris <rgm@gnu.org>
@@ -2186,7 +2186,7 @@
2186 2186
21872012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 21872012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2188 2188
2189 * make-dist (README.W32): Include file in source tarball. (Bug#9750) 2189 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2190 2190
2191 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform 2191 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2192 specific makefiles to support getopt_.h generation with MSVC. 2192 specific makefiles to support getopt_.h generation with MSVC.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 655bc2ca93f..4a8c5225e31 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,9 +6,8 @@
62013-06-10 Aidan Gauland <aidalgol@amuri.net> 62013-06-10 Aidan Gauland <aidalgol@amuri.net>
7 7
8 * eshell/em-term.el (eshell-visual-commands) 8 * eshell/em-term.el (eshell-visual-commands)
9 (eshell-visual-subcommands) 9 (eshell-visual-subcommands, eshell-visual-options):
10 (eshell-visual-options): Add summary line to docstrings. Add 10 Add summary line to docstrings. Add cross-references.
11 cross-references.
12 11
132013-06-10 Glenn Morris <rgm@gnu.org> 122013-06-10 Glenn Morris <rgm@gnu.org>
14 13
@@ -25,8 +24,9 @@
25 * eshell/em-term.el (eshell-visual-command-p): New function. 24 * eshell/em-term.el (eshell-visual-command-p): New function.
26 (eshell-term-initialize): Move long lambda to separate function 25 (eshell-term-initialize): Move long lambda to separate function
27 eshell-visual-command-p. 26 eshell-visual-command-p.
28 * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. 27 * eshell/em-dirs.el (eshell-dirs-initialise):
29 * eshell/em-script.el (eshell-script-initialize): Add missing #' to lambda. 28 * eshell/em-script.el (eshell-script-initialize):
29 Add missing #' to lambda.
30 30
312013-06-08 Leo Liu <sdl.web@gmail.com> 312013-06-08 Leo Liu <sdl.web@gmail.com>
32 32
@@ -247,7 +247,7 @@
247 (auto-revert-notify-event-p, auto-revert-notify-event-file-name) 247 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
248 (auto-revert-notify-handler): Handle also gfilenotify. 248 (auto-revert-notify-handler): Handle also gfilenotify.
249 249
250 * subr.el (file-notify-handle-event): New defun. Replacing ... 250 * subr.el (file-notify-handle-event): New defun. Replacing ...
251 (inotify-event-p, inotify-handle-event, w32notify-handle-event): 251 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
252 Remove. 252 Remove.
253 253
@@ -359,10 +359,10 @@
359 (eshell-find-interpreter): Add new second parameter ARGS. 359 (eshell-find-interpreter): Add new second parameter ARGS.
360 360
361 * eshell/em-script.el (eshell-script-initialize): Add second arg 361 * eshell/em-script.el (eshell-script-initialize): Add second arg
362 to the function added as MATCH to `eshell-interpreter-alist' 362 to the function added as MATCH to `eshell-interpreter-alist'.
363 363
364 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to 364 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
365 the function added as MATCH to `eshell-interpreter-alist' 365 the function added as MATCH to `eshell-interpreter-alist'.
366 366
367 * eshell/em-term.el (eshell-visual-subcommands): New defcustom. 367 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
368 (eshell-visual-options): New defcustom. 368 (eshell-visual-options): New defcustom.
@@ -2267,7 +2267,7 @@
2267 2267
2268 * comint.el (comint-dynamic-complete-functions, comint-mode-map): 2268 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2269 `comint-dynamic-complete' is obsolete since 24.1, replaced by 2269 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2270 `completion-at-point'. (Bug#13774) 2270 `completion-at-point'. (Bug#13774)
2271 2271
2272 * startup.el (normal-no-mouse-startup-screen): Bug fix, the 2272 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2273 default key binding for `describe-distribution' has been moved to 2273 default key binding for `describe-distribution' has been moved to
@@ -2296,7 +2296,8 @@
2296 2296
2297 * comint.el (comint-redirect-original-filter-function): Remove. 2297 * comint.el (comint-redirect-original-filter-function): Remove.
2298 (comint-redirect-cleanup, comint-redirect-send-command-to-process): 2298 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2299 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command): 2299 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2300 (vc-cvs-annotate-command):
2300 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest): 2301 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2301 * progmodes/prolog.el (prolog-consult-compile): 2302 * progmodes/prolog.el (prolog-consult-compile):
2302 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter): 2303 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
@@ -2735,7 +2736,6 @@
2735 * emacs-lisp/package.el (package-pinned-packages): New var. 2736 * emacs-lisp/package.el (package-pinned-packages): New var.
2736 (package--add-to-archive-contents): Obey it (bug#14118). 2737 (package--add-to-archive-contents): Obey it (bug#14118).
2737 2738
2738
27392013-04-03 Alan Mackenzie <acm@muc.de> 27392013-04-03 Alan Mackenzie <acm@muc.de>
2740 2740
2741 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244). 2741 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
@@ -4966,7 +4966,7 @@
49662013-01-12 Eli Zaretskii <eliz@gnu.org> 49662013-01-12 Eli Zaretskii <eliz@gnu.org>
4967 4967
4968 * autorevert.el (auto-revert-notify-handler): Fix filtering of 4968 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4969 file notification by ACTION. For filtering by file name, compare 4969 file notification by ACTION. For filtering by file name, compare
4970 only the non-directory part of the file name. 4970 only the non-directory part of the file name.
4971 4971
49722013-01-12 Stefan Monnier <monnier@iro.umontreal.ca> 49722013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -5049,7 +5049,7 @@
50492013-01-11 Julien Danjou <julien@danjou.info> 50492013-01-11 Julien Danjou <julien@danjou.info>
5050 5050
5051 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and 5051 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5052 max are almost equal. Also return the correct value for V which is 5052 max are almost equal. Also return the correct value for V which is
5053 already between 0 and 1. 5053 already between 0 and 1.
5054 5054
50552013-01-11 Dmitry Antipov <dmantipov@yandex.ru> 50552013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
@@ -5503,7 +5503,7 @@
55032012-12-31 Jürgen Hötzel <juergen@archlinux.org> 55032012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5504 5504
5505 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors 5505 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5506 (No device connected, invalid device name). (Bug #13299) 5506 (No device connected, invalid device name). (Bug #13299)
5507 5507
55082012-12-31 Martin Rudalics <rudalics@gmx.at> 55082012-12-31 Martin Rudalics <rudalics@gmx.at>
5509 5509
@@ -5888,7 +5888,7 @@
5888 5888
58892012-12-14 Paul Eggert <eggert@cs.ucla.edu> 58892012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5890 5890
5891 Fix permissions bugs with setgid directories etc. (Bug#13125) 5891 Fix permissions bugs with setgid directories etc. (Bug#13125)
5892 * files.el (backup-buffer): Don't rely on 9th output of 5892 * files.el (backup-buffer): Don't rely on 9th output of
5893 file-attributes, as it's now a placeholder. Instead, use the new 5893 file-attributes, as it's now a placeholder. Instead, use the new
5894 optional arg of file-ownership-preserved-p. 5894 optional arg of file-ownership-preserved-p.
@@ -6346,7 +6346,7 @@
6346 * textmodes/ispell.el (ispell-init-process) 6346 * textmodes/ispell.el (ispell-init-process)
6347 (ispell-start-process, ispell-internal-change-dictionary): 6347 (ispell-start-process, ispell-internal-change-dictionary):
6348 Make sure personal dictionary name is expanded after initial 6348 Make sure personal dictionary name is expanded after initial
6349 `default-directory' value. Use expanded strings for 6349 `default-directory' value. Use expanded strings for
6350 keep/restart checks and for value (Bug#13019). 6350 keep/restart checks and for value (Bug#13019).
6351 6351
63522012-12-03 Jay Belanger <jay.p.belanger@gmail.com> 63522012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
@@ -7028,7 +7028,7 @@
7028 7028
7029 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): 7029 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
7030 Don't signal an error with a score that is too low to add to the 7030 Don't signal an error with a score that is too low to add to the
7031 list of top scores. (Bug#12779) 7031 list of top scores. (Bug#12779)
7032 7032
70332012-11-17 Chong Yidong <cyd@gnu.org> 70332012-11-17 Chong Yidong <cyd@gnu.org>
7034 7034
@@ -7097,7 +7097,7 @@
7097 7097
7098 * window.el (record-window-buffer) 7098 * window.el (record-window-buffer)
7099 (display-buffer-record-window): When copying the markers to 7099 (display-buffer-record-window): When copying the markers to
7100 window-point preserve window-point-insertion-type. (Bug#12588) 7100 window-point preserve window-point-insertion-type. (Bug#12588)
7101 7101
71022012-11-16 Glenn Morris <rgm@gnu.org> 71022012-11-16 Glenn Morris <rgm@gnu.org>
7103 7103
@@ -7185,8 +7185,8 @@
7185 (ad-advice-definition): Redefine as functions. 7185 (ad-advice-definition): Redefine as functions.
7186 (ad-advice-classes): Move before first use. 7186 (ad-advice-classes): Move before first use.
7187 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition) 7187 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7188 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring) 7188 (ad-make-mapped-call, ad-make-advised-docstring)
7189 (ad--defalias-fset): Remove functions. 7189 (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
7190 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs. 7190 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7191 (ad-get-orig-definition): Rewrite. 7191 (ad-get-orig-definition): Rewrite.
7192 (ad-make-advised-definition-docstring): Change base docstring. 7192 (ad-make-advised-definition-docstring): Change base docstring.
@@ -7534,7 +7534,7 @@
7534 buffer and calls `ispell-buffer' with debugging enabled. 7534 buffer and calls `ispell-buffer' with debugging enabled.
7535 7535
7536 * textmodes/ispell.el (ispell-region): Do not prefix sent string by 7536 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7537 comment in autoconf mode. (Bug#12768) 7537 comment in autoconf mode. (Bug#12768)
7538 7538
75392012-11-06 Dmitry Antipov <dmantipov@yandex.ru> 75392012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7540 7540
@@ -8679,13 +8679,13 @@
8679 8679
8680 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure 8680 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8681 that entries with whitespace at various places are found. 8681 that entries with whitespace at various places are found.
8682 Doc fix. Include entries that are cross-referenced from cited entries. 8682 Doc fix. Include entries that are cross-referenced from cited entries.
8683 Include @String definitions in the resulting bib file. Add header 8683 Include @String definitions in the resulting bib file. Add header
8684 and footer defined in `reftex-create-bibtex-header' and 8684 and footer defined in `reftex-create-bibtex-header' and
8685 `reftex-create-bibtex-footer'. 8685 `reftex-create-bibtex-footer'.
8686 (reftex-do-citation): Make it possible again to insert 8686 (reftex-do-citation): Make it possible again to insert
8687 non-existent entries. Save match data when asking for optional 8687 non-existent entries. Save match data when asking for optional
8688 arguments. Return all keys, not just the first one. 8688 arguments. Return all keys, not just the first one.
8689 (reftex-all-used-citation-keys): Fix regexp to correctly extract 8689 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8690 all citations in the same line. 8690 all citations in the same line.
8691 (reftex-parse-bibtex-entry): Accept additional optional argument 8691 (reftex-parse-bibtex-entry): Accept additional optional argument
@@ -8745,7 +8745,7 @@
8745 8745
8746 * textmodes/reftex-sel.el 8746 * textmodes/reftex-sel.el
8747 (reftex-select-cycle-ref-style-internal): Adapt to new structure 8747 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8748 of `reftex-ref-style-alist'. Remove code for testing macro type. 8748 of `reftex-ref-style-alist'. Remove code for testing macro type.
8749 (reftex-select-toggle-varioref) 8749 (reftex-select-toggle-varioref)
8750 (reftex-select-toggle-fancyref): Remove. 8750 (reftex-select-toggle-fancyref): Remove.
8751 (reftex-select-cycle-ref-style-internal) 8751 (reftex-select-cycle-ref-style-internal)
@@ -9287,7 +9287,7 @@
9287 9287
9288 * textmodes/bibtex.el (bibtex-autokey-transcriptions): 9288 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9289 Transcribe also LaTeX hyphenation. 9289 Transcribe also LaTeX hyphenation.
9290 (bibtex-reformat): Bug fix. Do not quote twice the elements of 9290 (bibtex-reformat): Bug fix. Do not quote twice the elements of
9291 bibtex-reformat-previous-options. 9291 bibtex-reformat-previous-options.
9292 9292
92932012-09-23 Roland Winkler <winkler@gnu.org> 92932012-09-23 Roland Winkler <winkler@gnu.org>
@@ -12314,7 +12314,7 @@
12314 (xml-name-start-char-re, xml-name-char-re, xml-name-re) 12314 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12315 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re) 12315 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12316 (xml-entity-ref, xml-pe-reference-re) 12316 (xml-entity-ref, xml-pe-reference-re)
12317 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re) 12317 (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
12318 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re) 12318 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12319 (xml-att-type-re, xml-default-decl-re, xml-att-def-re) 12319 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12320 (xml-entity-value-re): Use syntax references in regexps where 12320 (xml-entity-value-re): Use syntax references in regexps where
@@ -20699,7 +20699,7 @@
20699 20699
207002011-10-07 Chong Yidong <cyd@stupidchicken.com> 207002011-10-07 Chong Yidong <cyd@stupidchicken.com>
20701 20701
20702 * bindings.el ([M-left],[M-right]): Bind to left-word and 20702 * bindings.el ([M-left], [M-right]): Bind to left-word and
20703 right-word respectively. 20703 right-word respectively.
20704 20704
207052011-10-07 Glenn Morris <rgm@gnu.org> 207052011-10-07 Glenn Morris <rgm@gnu.org>
@@ -26021,15 +26021,15 @@
260212011-05-10 Jim Meyering <meyering@redhat.com> 260212011-05-10 Jim Meyering <meyering@redhat.com>
26022 26022
26023 Fix doubled-word typos. 26023 Fix doubled-word typos.
26024 * international/quail.el (quail-insert-kbd-layout): and and -> and 26024 * international/quail.el (quail-insert-kbd-layout): and and -> and.
26025 * kermit.el: and and -> and 26025 * kermit.el: and and -> and.
26026 * net/ldap.el (ldap-search-internal): to to -> to 26026 * net/ldap.el (ldap-search-internal): to to -> to.
26027 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. 26027 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
26028 * progmodes/js.el (js-mode): and and -> and 26028 * progmodes/js.el (js-mode): and and -> and.
26029 * textmodes/artist.el (artist-move-to-xy): at at -> at 26029 * textmodes/artist.el (artist-move-to-xy): at at -> at.
26030 (artist-draw-region-trim-line-endings): if if -> if 26030 (artist-draw-region-trim-line-endings): if if -> if.
26031 And Safetyc -> Safety. 26031 And Safetyc -> Safety.
26032 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a 26032 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
26033 26033
260342011-05-10 Glenn Morris <rgm@gnu.org> 260342011-05-10 Glenn Morris <rgm@gnu.org>
26035 Stefan Monnier <monnier@iro.umontreal.ca> 26035 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d9aad787fce..baa7003f5ae 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -108,7 +108,7 @@
108 108
1092013-05-07 Paul Eggert <eggert@cs.ucla.edu> 1092013-05-07 Paul Eggert <eggert@cs.ucla.edu>
110 110
111 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 111 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
112 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL. 112 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
113 * inc/ms-w32.h (EOPNOTSUPP): New macro. 113 * inc/ms-w32.h (EOPNOTSUPP): New macro.
114 114
@@ -636,7 +636,7 @@
636 636
6372012-09-01 Daniel Colascione <dancol@dancol.org> 6372012-09-01 Daniel Colascione <dancol@dancol.org>
638 638
639 * inc/ms-w32.h (TERM_HEADER): Add for refactoring 639 * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
640 640
6412012-08-22 Juanma Barranquero <lekktu@gmail.com> 6412012-08-22 Juanma Barranquero <lekktu@gmail.com>
642 642
@@ -934,8 +934,8 @@
934 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'. 934 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
935 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe 935 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
936 here. 936 here.
937 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend 937 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
938 on create-tmp-dist-dir. 938 Depend on create-tmp-dist-dir.
939 939
940 * nmake.defs (DIRNAME): New variable. 940 * nmake.defs (DIRNAME): New variable.
941 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of 941 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
diff --git a/src/ChangeLog b/src/ChangeLog
index c6fa70e4d84..7c4e39e5d92 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -24,8 +24,8 @@
24 * xdisp.c (init_from_display_pos, init_iterator) 24 * xdisp.c (init_from_display_pos, init_iterator)
25 (handle_single_display_spec, next_overlay_string) 25 (handle_single_display_spec, next_overlay_string)
26 (get_overlay_strings_1, reseat_1, reseat_to_string) 26 (get_overlay_strings_1, reseat_1, reseat_to_string)
27 (push_prefix_prop, Fcurrent_bidi_paragraph_direction): Set 27 (push_prefix_prop, Fcurrent_bidi_paragraph_direction):
28 bidi_it.w member from it->w. 28 Set bidi_it.w member from it->w.
29 (compute_display_string_pos): Accept additional argument, the 29 (compute_display_string_pos): Accept additional argument, the
30 window being displayed, and pass it to Fget_char_property. 30 window being displayed, and pass it to Fget_char_property.
31 (Bug#14575) 31 (Bug#14575)
@@ -36,7 +36,7 @@
36 36
372013-06-08 Jan Djärv <jan.h.d@swipnet.se> 372013-06-08 Jan Djärv <jan.h.d@swipnet.se>
38 38
39 * xgselect.c: Remove unneeded include xterm.h 39 * xgselect.c: Remove unneeded include xterm.h.
40 40
41 * process.c (wait_reading_process_output): Check for NS before GLIB. 41 * process.c (wait_reading_process_output): Check for NS before GLIB.
42 GLIB may be linked in due to rsvg, but ns_select must be called. 42 GLIB may be linked in due to rsvg, but ns_select must be called.
@@ -338,8 +338,8 @@
338 (update_frame_tool_bar): Update code for GNUStep. 338 (update_frame_tool_bar): Update code for GNUStep.
339 (clearAll): New method. 339 (clearAll): New method.
340 (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag 340 (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
341 argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. Move 341 argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
342 identifierToItem setObject and activeIdentifiers addObject before 342 Move identifierToItem setObject and activeIdentifiers addObject before
343 call to insertItemWithItemIdentifier. 343 call to insertItemWithItemIdentifier.
344 (validateVisibleItems): Fix indentation. 344 (validateVisibleItems): Fix indentation.
345 (toolbarAllowedItemIdentifiers:): Return activeIdentifiers. 345 (toolbarAllowedItemIdentifiers:): Return activeIdentifiers.
@@ -353,7 +353,7 @@
353 Use F suffix on floats. 353 Use F suffix on floats.
354 (ns_char_width): Returns CGFloat. 354 (ns_char_width): Returns CGFloat.
355 (ns_ascii_average_width): w is CGFloat instead of float. 355 (ns_ascii_average_width): w is CGFloat instead of float.
356 (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to 356 (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to
357 DPSxshow. 357 DPSxshow.
358 (ns_glyph_metrics): CGFloat instead of float. 358 (ns_glyph_metrics): CGFloat instead of float.
359 359
@@ -648,7 +648,7 @@
648 648
6492013-05-07 Paul Eggert <eggert@cs.ucla.edu> 6492013-05-07 Paul Eggert <eggert@cs.ucla.edu>
650 650
651 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) 651 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
652 * Makefile.in (LIB_ACL): New macro. 652 * Makefile.in (LIB_ACL): New macro.
653 (LIBACL_LIBS): Remove. 653 (LIBACL_LIBS): Remove.
654 (LIBES): Use LIB_ACL, not LIBACL_LIBS. 654 (LIBES): Use LIB_ACL, not LIBACL_LIBS.
@@ -3081,11 +3081,10 @@
30812012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change) 30812012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
3082 3082
3083 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to 3083 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
3084 determine whether scroll bar thumb size should be adjusted or 3084 determine whether scroll bar thumb size should be adjusted or not.
3085 not. Use variable for MOTIF. 3085 Use variable for MOTIF.
3086 3086
3087 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for 3087 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for GTK.
3088 GTK.
3089 3088
30902013-01-13 Jan Djärv <jan.h.d@swipnet.se> 30892013-01-13 Jan Djärv <jan.h.d@swipnet.se>
3091 3090
@@ -3630,7 +3629,7 @@
3630 3629
36312012-12-14 Paul Eggert <eggert@cs.ucla.edu> 36302012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3632 3631
3633 Fix permissions bugs with setgid directories etc. (Bug#13125) 3632 Fix permissions bugs with setgid directories etc. (Bug#13125)
3634 * dired.c (Ffile_attributes): Return t as the 9th attribute, 3633 * dired.c (Ffile_attributes): Return t as the 9th attribute,
3635 to mark it as a placeholder. The old value was often wrong. 3634 to mark it as a placeholder. The old value was often wrong.
3636 The only user of this attribute has been changed to use 3635 The only user of this attribute has been changed to use