diff options
| author | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
| commit | 35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch) | |
| tree | e62433e0952c3192f466f1334180683d6334f8c3 | |
| parent | 542a38406dd041c1870760c792e0d05e1d0d9e39 (diff) | |
| download | emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip | |
*/ChangeLog: Trivial fixes.
| -rw-r--r-- | ChangeLog | 24 | ||||
| -rw-r--r-- | admin/ChangeLog | 14 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 15 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 49 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 38 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 24 | ||||
| -rw-r--r-- | lisp/ChangeLog | 75 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 30 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 10 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 8 | ||||
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 38 | ||||
| -rw-r--r-- | test/ChangeLog | 18 |
15 files changed, 169 insertions, 188 deletions
| @@ -1663,7 +1663,7 @@ | |||
| 1663 | 1663 | ||
| 1664 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and | 1664 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and |
| 1665 | $(BLD)/close-stream.$(O). | 1665 | $(BLD)/close-stream.$(O). |
| 1666 | ($(BLD)/close-stream.$(O)): | 1666 | ($(BLD)/close-stream.$(O)) |
| 1667 | ($(BLD)/fpending.$(O)): New dependencies. | 1667 | ($(BLD)/fpending.$(O)): New dependencies. |
| 1668 | 1668 | ||
| 1669 | 2012-11-03 Paul Eggert <eggert@cs.ucla.edu> | 1669 | 2012-11-03 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -2317,7 +2317,7 @@ | |||
| 2317 | 2317 | ||
| 2318 | * configure.ac (opsysfile): Use bsd-common on gnu systems. | 2318 | * configure.ac (opsysfile): Use bsd-common on gnu systems. |
| 2319 | 2319 | ||
| 2320 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): | 2320 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT) |
| 2321 | (SIGNALS_VIA_CHARACTERS): Move here from src/s. | 2321 | (SIGNALS_VIA_CHARACTERS): Move here from src/s. |
| 2322 | 2322 | ||
| 2323 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 2323 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -2533,8 +2533,8 @@ | |||
| 2533 | 2533 | ||
| 2534 | 2012-06-24 Eli Zaretskii <eliz@gnu.org> | 2534 | 2012-06-24 Eli Zaretskii <eliz@gnu.org> |
| 2535 | 2535 | ||
| 2536 | * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)): | 2536 | * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)) |
| 2537 | ($(BLD)/timespec-add.$(O)): | 2537 | ($(BLD)/timespec-add.$(O)) |
| 2538 | ($(BLD)/timespec-sub.$(O)): Don't depend on | 2538 | ($(BLD)/timespec-sub.$(O)): Don't depend on |
| 2539 | $(EMACS_ROOT)/nt/inc/sys/time.h. | 2539 | $(EMACS_ROOT)/nt/inc/sys/time.h. |
| 2540 | 2540 | ||
| @@ -2554,9 +2554,9 @@ | |||
| 2554 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O), | 2554 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O), |
| 2555 | $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and | 2555 | $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and |
| 2556 | $(BLD)/timespec-sub.$(O). | 2556 | $(BLD)/timespec-sub.$(O). |
| 2557 | ($(BLD)/dtotimespec.$(O)): | 2557 | ($(BLD)/dtotimespec.$(O)) |
| 2558 | ($(BLD)/gettime.$(O)): | 2558 | ($(BLD)/gettime.$(O)) |
| 2559 | ($(BLD)/timespec-add.$(O)): | 2559 | ($(BLD)/timespec-add.$(O)) |
| 2560 | ($(BLD)/timespec-sub.$(O)): New dependencies. | 2560 | ($(BLD)/timespec-sub.$(O)): New dependencies. |
| 2561 | 2561 | ||
| 2562 | * lib/stat-time.h: | 2562 | * lib/stat-time.h: |
| @@ -2686,9 +2686,9 @@ | |||
| 2686 | * config.bat (lib): Create/update lib/stdalign.in-h and | 2686 | * config.bat (lib): Create/update lib/stdalign.in-h and |
| 2687 | lib/sys_types.in-h. | 2687 | lib/sys_types.in-h. |
| 2688 | 2688 | ||
| 2689 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): | 2689 | * lib/makefile.w32-in ($(BLD)/md5.$(O)) |
| 2690 | ($(BLD)/sha1.$(O)): | 2690 | ($(BLD)/sha1.$(O)) |
| 2691 | ($(BLD)/sha256.$(O)): | 2691 | ($(BLD)/sha256.$(O)) |
| 2692 | ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h. | 2692 | ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h. |
| 2693 | Suggested by Christoph Scholtes <cschol2112@googlemail.com>. | 2693 | Suggested by Christoph Scholtes <cschol2112@googlemail.com>. |
| 2694 | 2694 | ||
| @@ -4215,7 +4215,7 @@ | |||
| 4215 | $(BLD)/time_r.$(O). | 4215 | $(BLD)/time_r.$(O). |
| 4216 | ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and | 4216 | ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and |
| 4217 | $(EMACS_ROOT)/src/m/intel386.h. | 4217 | $(EMACS_ROOT)/src/m/intel386.h. |
| 4218 | ($(BLD)/strftime.$(O)): | 4218 | ($(BLD)/strftime.$(O)) |
| 4219 | ($(BLD)/time_r.$(O)): Define prerequisites. | 4219 | ($(BLD)/time_r.$(O)): Define prerequisites. |
| 4220 | 4220 | ||
| 4221 | 2011-01-31 Paul Eggert <eggert@cs.ucla.edu> | 4221 | 2011-01-31 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -4921,7 +4921,7 @@ | |||
| 4921 | * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): | 4921 | * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): |
| 4922 | Set with AC_DEFINE rather than AH_BOTTOM. | 4922 | Set with AC_DEFINE rather than AH_BOTTOM. |
| 4923 | 4923 | ||
| 4924 | * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC): | 4924 | * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC) |
| 4925 | (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS): | 4925 | (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS): |
| 4926 | Set with shell, not cpp. | 4926 | Set with shell, not cpp. |
| 4927 | (LIBX): Remove, just use -lX11 in the one place this was used. | 4927 | (LIBX): Remove, just use -lX11 in the one place this was used. |
diff --git a/admin/ChangeLog b/admin/ChangeLog index f27a03af773..ef025c7630e 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -64,10 +64,9 @@ | |||
| 64 | 64 | ||
| 65 | 2013-12-27 Xue Fuqiao <xfq.free@gmail.com> | 65 | 2013-12-27 Xue Fuqiao <xfq.free@gmail.com> |
| 66 | 66 | ||
| 67 | * admin.el (manual-misc-manuals, make-manuals): | 67 | * admin.el (manual-misc-manuals, make-manuals, manual-pdf) |
| 68 | (manual-pdf, cusver-find-files): | 68 | (cusver-find-files, cusver-new-version, cusver-scan) |
| 69 | (cusver-new-version, cusver-scan, cusver-goto-xref): | 69 | (cusver-goto-xref, cusver-check): Doc fix. |
| 70 | (cusver-check): Doc fix. | ||
| 71 | (manual-html-node, cusver-check): Use `user-error'. | 70 | (manual-html-node, cusver-check): Use `user-error'. |
| 72 | 71 | ||
| 73 | 2013-12-24 Paul Eggert <eggert@cs.ucla.edu> | 72 | 2013-12-24 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -79,9 +78,8 @@ | |||
| 79 | 78 | ||
| 80 | 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> | 79 | 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> |
| 81 | 80 | ||
| 82 | * admin.el (add-release-logs): | 81 | * admin.el (add-release-logs, set-version-in-file, set-version) |
| 83 | (set-version-in-file, set-version, set-copyright): | 82 | (set-copyright): Use `user-error'. |
| 84 | Use `user-error'. | ||
| 85 | 83 | ||
| 86 | 2013-12-22 Eli Zaretskii <eliz@gnu.org> | 84 | 2013-12-22 Eli Zaretskii <eliz@gnu.org> |
| 87 | 85 | ||
| @@ -1055,7 +1053,7 @@ | |||
| 1055 | 2011-02-16 Paul Eggert <eggert@cs.ucla.edu> | 1053 | 2011-02-16 Paul Eggert <eggert@cs.ucla.edu> |
| 1056 | 1054 | ||
| 1057 | Remove no-longer needed getloadavg symbols. | 1055 | Remove no-longer needed getloadavg symbols. |
| 1058 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE): | 1056 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE) |
| 1059 | (LDAV_SYMBOL): Remove. | 1057 | (LDAV_SYMBOL): Remove. |
| 1060 | * notes/copyright: Remove src/getloadavg.c as a special case. | 1058 | * notes/copyright: Remove src/getloadavg.c as a special case. |
| 1061 | 1059 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2269349401c..5620b60a114 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | 20 | ||
| 21 | 2014-02-27 Xue Fuqiao <xfq@gnu.org> | 21 | 2014-02-27 Xue Fuqiao <xfq@gnu.org> |
| 22 | 22 | ||
| 23 | * programs.texi (Basic Indent): | 23 | * programs.texi (Basic Indent, Other C Commands): |
| 24 | (Other C Commands): Fix the description of RET and `C-j'. | 24 | Fix the description of RET and `C-j'. |
| 25 | 25 | ||
| 26 | * indent.texi (Indentation Commands): Move the description of | 26 | * indent.texi (Indentation Commands): Move the description of |
| 27 | `C-j' from here... | 27 | `C-j' from here... |
| @@ -215,7 +215,7 @@ | |||
| 215 | * misc.texi (Shell Mode): Move documentation of | 215 | * misc.texi (Shell Mode): Move documentation of |
| 216 | shell-completion-fignore from Shell Mode to Shell Options. | 216 | shell-completion-fignore from Shell Mode to Shell Options. |
| 217 | 217 | ||
| 218 | 2013-12-26 João Távora <joaotavora@gmail.com> | 218 | 2013-12-26 João Távora <joaotavora@gmail.com> |
| 219 | 219 | ||
| 220 | * emacs.texi (Matching): Describe new features of Electric Pair mode. | 220 | * emacs.texi (Matching): Describe new features of Electric Pair mode. |
| 221 | 221 | ||
| @@ -253,8 +253,8 @@ | |||
| 253 | 253 | ||
| 254 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | 254 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> |
| 255 | 255 | ||
| 256 | * search.texi (Special Isearch): | 256 | * search.texi (Special Isearch, Query Replace): Document negative |
| 257 | (Query Replace): Document negative argument of replacement commands. | 257 | argument of replacement commands. |
| 258 | (Symbol Search): Document `isearch-forward-symbol-at-point'. | 258 | (Symbol Search): Document `isearch-forward-symbol-at-point'. |
| 259 | 259 | ||
| 260 | * files.texi (File Conveniences): Document `image-next-file' and | 260 | * files.texi (File Conveniences): Document `image-next-file' and |
| @@ -402,8 +402,7 @@ | |||
| 402 | 402 | ||
| 403 | 2013-09-22 Xue Fuqiao <xfq.free@gmail.com> | 403 | 2013-09-22 Xue Fuqiao <xfq.free@gmail.com> |
| 404 | 404 | ||
| 405 | * fixit.texi (Transpose): | 405 | * fixit.texi (Transpose, Fixing Case): Remove @refill. |
| 406 | (Fixing Case): Remove @refill. | ||
| 407 | 406 | ||
| 408 | 2013-09-21 Xue Fuqiao <xfq.free@gmail.com> | 407 | 2013-09-21 Xue Fuqiao <xfq.free@gmail.com> |
| 409 | 408 | ||
| @@ -2646,7 +2645,7 @@ | |||
| 2646 | 2645 | ||
| 2647 | 2011-05-22 Chong Yidong <cyd@stupidchicken.com> | 2646 | 2011-05-22 Chong Yidong <cyd@stupidchicken.com> |
| 2648 | 2647 | ||
| 2649 | * mule.texi (Specify Coding, Text Coding, Communication Coding): | 2648 | * mule.texi (Specify Coding, Text Coding, Communication Coding) |
| 2650 | (File Name Coding, Terminal Coding): Add command names (Bug#8312). | 2649 | (File Name Coding, Terminal Coding): Add command names (Bug#8312). |
| 2651 | 2650 | ||
| 2652 | 2011-05-18 Glenn Morris <rgm@gnu.org> | 2651 | 2011-05-18 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bd13a7d56ed..767c05e49e2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> | 1 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 2 | ||
| 3 | * markers.texi (Moving Marker Positions): Clarify guidance about | 3 | * markers.texi (Moving Marker Positions): Clarify guidance about |
| 4 | when to move markers and when to create a new one, as discussed at | 4 | when to move markers and when to create a new one, as discussed at |
| @@ -15,14 +15,14 @@ | |||
| 15 | 15 | ||
| 16 | 2014-02-28 Xue Fuqiao <xfq@gnu.org> | 16 | 2014-02-28 Xue Fuqiao <xfq@gnu.org> |
| 17 | 17 | ||
| 18 | * functions.texi (Advising Functions): | 18 | * functions.texi (Advising Functions, Advising Named Functions): |
| 19 | (Advising Named Functions): Tweak markup. | 19 | Tweak markup. |
| 20 | 20 | ||
| 21 | * display.texi (Defining Faces): Doc fix for `face-spec-set'. | 21 | * display.texi (Defining Faces): Doc fix for `face-spec-set'. |
| 22 | 22 | ||
| 23 | * elisp.texi (Top): | 23 | * elisp.texi (Top): |
| 24 | * commands.texi (Generic Commands): | 24 | * commands.texi (Generic Commands, Defining Commands): |
| 25 | (Defining Commands): Document `define-alternatives'. | 25 | Document `define-alternatives'. |
| 26 | 26 | ||
| 27 | 2014-02-27 Xue Fuqiao <xfq@gnu.org> | 27 | 2014-02-27 Xue Fuqiao <xfq@gnu.org> |
| 28 | 28 | ||
| @@ -467,8 +467,8 @@ | |||
| 467 | 467 | ||
| 468 | 2013-11-17 Xue Fuqiao <xfq.free@gmail.com> | 468 | 2013-11-17 Xue Fuqiao <xfq.free@gmail.com> |
| 469 | 469 | ||
| 470 | * os.texi (Time Parsing): | 470 | * os.texi (Time Parsing, Processor Run Time, Input Modes) |
| 471 | (Processor Run Time, Input Modes, Terminal Output): Minor fixes. | 471 | (Terminal Output): Minor fixes. |
| 472 | 472 | ||
| 473 | 2013-11-14 Glenn Morris <rgm@gnu.org> | 473 | 2013-11-14 Glenn Morris <rgm@gnu.org> |
| 474 | 474 | ||
| @@ -609,8 +609,7 @@ | |||
| 609 | 609 | ||
| 610 | 2013-10-03 Xue Fuqiao <xfq.free@gmail.com> | 610 | 2013-10-03 Xue Fuqiao <xfq.free@gmail.com> |
| 611 | 611 | ||
| 612 | * syntax.texi (Syntax Flags): | 612 | * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes. |
| 613 | (Syntax Table Functions): Add indexes. | ||
| 614 | 613 | ||
| 615 | 2013-10-02 Xue Fuqiao <xfq.free@gmail.com> | 614 | 2013-10-02 Xue Fuqiao <xfq.free@gmail.com> |
| 616 | 615 | ||
| @@ -692,8 +691,8 @@ | |||
| 692 | (Undo): Doc fix for `buffer-undo-list'. | 691 | (Undo): Doc fix for `buffer-undo-list'. |
| 693 | 692 | ||
| 694 | * positions.texi (Character Motion): | 693 | * positions.texi (Character Motion): |
| 695 | * markers.texi (Moving Markers): | 694 | * markers.texi (Moving Markers, Creating Markers): |
| 696 | (Creating Markers): Comment out undefined behavior. | 695 | Comment out undefined behavior. |
| 697 | 696 | ||
| 698 | 2013-08-15 Xue Fuqiao <xfq.free@gmail.com> | 697 | 2013-08-15 Xue Fuqiao <xfq.free@gmail.com> |
| 699 | 698 | ||
| @@ -940,7 +939,7 @@ | |||
| 940 | 2013-04-21 Xue Fuqiao <xfq.free@gmail.com> | 939 | 2013-04-21 Xue Fuqiao <xfq.free@gmail.com> |
| 941 | 940 | ||
| 942 | * internals.texi (Writing Emacs Primitives): Remove unnecessary | 941 | * internals.texi (Writing Emacs Primitives): Remove unnecessary |
| 943 | references to the sources. (Bug#13800) | 942 | references to the sources. (Bug#13800) |
| 944 | 943 | ||
| 945 | * searching.texi (Regexp Backslash): Doc fix for backslash | 944 | * searching.texi (Regexp Backslash): Doc fix for backslash |
| 946 | constructs in regular expressions. | 945 | constructs in regular expressions. |
| @@ -1173,7 +1172,7 @@ | |||
| 1173 | 1172 | ||
| 1174 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 1173 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 1175 | 1174 | ||
| 1176 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 1175 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
| 1177 | * files.texi (Testing Accessibility): Document GROUP arg | 1176 | * files.texi (Testing Accessibility): Document GROUP arg |
| 1178 | of file-ownership-preserved-p. | 1177 | of file-ownership-preserved-p. |
| 1179 | (File Attributes): Document that 9th element is now | 1178 | (File Attributes): Document that 9th element is now |
| @@ -1808,7 +1807,7 @@ | |||
| 1808 | 1807 | ||
| 1809 | 2012-07-06 Richard Stallman <rms@gnu.org> | 1808 | 2012-07-06 Richard Stallman <rms@gnu.org> |
| 1810 | 1809 | ||
| 1811 | * intro.texi (Evaluation Notation, A Sample Function Description): | 1810 | * intro.texi (Evaluation Notation, A Sample Function Description) |
| 1812 | (A Sample Variable Description): Improve/undo previous changes. | 1811 | (A Sample Variable Description): Improve/undo previous changes. |
| 1813 | 1812 | ||
| 1814 | 2012-07-05 Glenn Morris <rgm@gnu.org> | 1813 | 2012-07-05 Glenn Morris <rgm@gnu.org> |
| @@ -2123,7 +2122,7 @@ | |||
| 2123 | (Resizing Windows, Deleting Windows, Selecting Windows) | 2122 | (Resizing Windows, Deleting Windows, Selecting Windows) |
| 2124 | (Choosing Window Options, Horizontal Scrolling) | 2123 | (Choosing Window Options, Horizontal Scrolling) |
| 2125 | (Cyclic Window Ordering, Window History, Dedicated Windows) | 2124 | (Cyclic Window Ordering, Window History, Dedicated Windows) |
| 2126 | (Quitting Windows, Window Configurations, Textual Scrolling): | 2125 | (Quitting Windows, Window Configurations, Textual Scrolling) |
| 2127 | (Coordinates and Windows, Window Configurations) | 2126 | (Coordinates and Windows, Window Configurations) |
| 2128 | (Window Parameters, Window Hooks): Copyedits. | 2127 | (Window Parameters, Window Hooks): Copyedits. |
| 2129 | (Splitting Windows, Deleting Windows): | 2128 | (Splitting Windows, Deleting Windows): |
| @@ -2201,7 +2200,7 @@ | |||
| 2201 | 2200 | ||
| 2202 | * processes.texi (Output from Processes, Filter Functions): | 2201 | * processes.texi (Output from Processes, Filter Functions): |
| 2203 | Mention waiting-for-user-input-p. | 2202 | Mention waiting-for-user-input-p. |
| 2204 | (Sentinels, Query Before Exit, System Processes, Transaction Queues): | 2203 | (Sentinels, Query Before Exit, System Processes, Transaction Queues) |
| 2205 | (Network Servers, Datagrams, Network Processes, Network Options) | 2204 | (Network Servers, Datagrams, Network Processes, Network Options) |
| 2206 | (Network Feature Testing, Serial Ports): Copyedits. | 2205 | (Network Feature Testing, Serial Ports): Copyedits. |
| 2207 | (Network): Add encrypted network overview paragraph. | 2206 | (Network): Add encrypted network overview paragraph. |
| @@ -2223,7 +2222,7 @@ | |||
| 2223 | 2222 | ||
| 2224 | 2012-04-15 Glenn Morris <rgm@gnu.org> | 2223 | 2012-04-15 Glenn Morris <rgm@gnu.org> |
| 2225 | 2224 | ||
| 2226 | * processes.texi (Processes, Subprocess Creation, Shell Arguments): | 2225 | * processes.texi (Processes, Subprocess Creation, Shell Arguments) |
| 2227 | (Synchronous Processes, Asynchronous Processes, Deleting Processes): | 2226 | (Synchronous Processes, Asynchronous Processes, Deleting Processes): |
| 2228 | Copyedits. | 2227 | Copyedits. |
| 2229 | (Subprocess Creation): Discourage modifying exec-path directly. | 2228 | (Subprocess Creation): Discourage modifying exec-path directly. |
| @@ -2243,8 +2242,7 @@ | |||
| 2243 | 2242 | ||
| 2244 | 2012-04-14 Chong Yidong <cyd@gnu.org> | 2243 | 2012-04-14 Chong Yidong <cyd@gnu.org> |
| 2245 | 2244 | ||
| 2246 | * customize.texi (Applying Customizations): | 2245 | * customize.texi (Applying Customizations, Custom Themes): New nodes. |
| 2247 | (Custom Themes): New nodes. | ||
| 2248 | 2246 | ||
| 2249 | * display.texi (Defining Faces): Reference custom-set-faces. | 2247 | * display.texi (Defining Faces): Reference custom-set-faces. |
| 2250 | 2248 | ||
| @@ -2373,8 +2371,8 @@ | |||
| 2373 | 2371 | ||
| 2374 | 2012-03-28 Glenn Morris <rgm@gnu.org> | 2372 | 2012-03-28 Glenn Morris <rgm@gnu.org> |
| 2375 | 2373 | ||
| 2376 | * searching.texi (Regular Expressions, Regexp Special): | 2374 | * searching.texi (Regular Expressions, Regexp Special) |
| 2377 | (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search): | 2375 | (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search) |
| 2378 | (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits. | 2376 | (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits. |
| 2379 | (Regexp Special): Mention collation. | 2377 | (Regexp Special): Mention collation. |
| 2380 | Clarify char classes with an example. | 2378 | Clarify char classes with an example. |
| @@ -2605,7 +2603,7 @@ | |||
| 2605 | (Pure Storage): Small changes. | 2603 | (Pure Storage): Small changes. |
| 2606 | (Memory Usage): Copyedit. | 2604 | (Memory Usage): Copyedit. |
| 2607 | (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For | 2605 | (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For |
| 2608 | example definitions. Give examples of things with non-nil | 2606 | example definitions. Give examples of things with non-nil |
| 2609 | interactive args. Mention eval_sub. Remove old info about | 2607 | interactive args. Mention eval_sub. Remove old info about |
| 2610 | strings and GCPRO. Mention cus-start.el. | 2608 | strings and GCPRO. Mention cus-start.el. |
| 2611 | (Buffer Internals, Window Internals, Process Internals): | 2609 | (Buffer Internals, Window Internals, Process Internals): |
| @@ -2781,7 +2779,7 @@ | |||
| 2781 | (Syntax Class Table): Use a table. | 2779 | (Syntax Class Table): Use a table. |
| 2782 | (Syntax Properties): Document syntax-propertize-function and | 2780 | (Syntax Properties): Document syntax-propertize-function and |
| 2783 | syntax-propertize-extend-region-functions. | 2781 | syntax-propertize-extend-region-functions. |
| 2784 | (Motion via Parsing): Clarify scan-lists. Fix indentation. | 2782 | (Motion via Parsing): Clarify scan-lists. Fix indentation. |
| 2785 | (Parser State): Update for the new "c" comment style. | 2783 | (Parser State): Update for the new "c" comment style. |
| 2786 | Fix description of item 7 (comment style). | 2784 | Fix description of item 7 (comment style). |
| 2787 | 2785 | ||
| @@ -3820,7 +3818,7 @@ | |||
| 3820 | Document wide integers better. | 3818 | Document wide integers better. |
| 3821 | * files.texi (File Attributes): Document ino_t values better. | 3819 | * files.texi (File Attributes): Document ino_t values better. |
| 3822 | ino_t values no longer map to anything larger than a single cons. | 3820 | ino_t values no longer map to anything larger than a single cons. |
| 3823 | * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations): | 3821 | * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations) |
| 3824 | (Bitwise Operations): | 3822 | (Bitwise Operations): |
| 3825 | * objects.texi (Integer Type): Use a binary notation that is a bit easier | 3823 | * objects.texi (Integer Type): Use a binary notation that is a bit easier |
| 3826 | to read, and that will port better if 62-bits becomes the default. | 3824 | to read, and that will port better if 62-bits becomes the default. |
| @@ -7268,8 +7266,7 @@ | |||
| 7268 | * positions.texi (List Motion): | 7266 | * positions.texi (List Motion): |
| 7269 | * hash.texi (Hash Tables, Creating Hash, Defining Hash): | 7267 | * hash.texi (Hash Tables, Creating Hash, Defining Hash): |
| 7270 | * numbers.texi (Arithmetic Operations, Math Functions) | 7268 | * numbers.texi (Arithmetic Operations, Math Functions) |
| 7271 | (Predicates on Numbers, Comparison of Numbers): | 7269 | (Predicates on Numbers, Comparison of Numbers, Numeric Conversions): |
| 7272 | (Numeric Conversions): | ||
| 7273 | * locals.texi (Standard Buffer-Local Variables): | 7270 | * locals.texi (Standard Buffer-Local Variables): |
| 7274 | * maps.texi (Standard Keymaps): | 7271 | * maps.texi (Standard Keymaps): |
| 7275 | * os.texi (User Identification, System Environment, Recording Input) | 7272 | * os.texi (User Identification, System Environment, Recording Input) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5c74a54a0d8..1145fc5fa4f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -198,7 +198,7 @@ | |||
| 198 | 198 | ||
| 199 | * org.texi (Global and local cycling): Fix missing '@'. | 199 | * org.texi (Global and local cycling): Fix missing '@'. |
| 200 | 200 | ||
| 201 | 2013-01-07 Bastien Guerry <bzg@gnu.org> | 201 | 2013-01-07 Bastien Guerry <bzg@gnu.org> |
| 202 | 202 | ||
| 203 | * org.texi (Global and local cycling): Mention C-u C-u TAB. | 203 | * org.texi (Global and local cycling): Mention C-u C-u TAB. |
| 204 | (Include files, The Export Dispatcher) | 204 | (Include files, The Export Dispatcher) |
| @@ -993,9 +993,9 @@ | |||
| 993 | 993 | ||
| 994 | 2013-08-10 Xue Fuqiao <xfq.free@gmail.com> | 994 | 2013-08-10 Xue Fuqiao <xfq.free@gmail.com> |
| 995 | 995 | ||
| 996 | * ido.texi (Working Directories): | 996 | * ido.texi (Working Directories, Flexible Matching, Regexp Matching) |
| 997 | (Flexible Matching, Regexp Matching, Find File At Point) | 997 | (Find File At Point, Ignoring, Misc Customization): Use @defopt |
| 998 | (Ignoring, Misc Customization): Use @defopt for user options. | 998 | for user options. |
| 999 | 999 | ||
| 1000 | 2013-08-09 Xue Fuqiao <xfq.free@gmail.com> | 1000 | 2013-08-09 Xue Fuqiao <xfq.free@gmail.com> |
| 1001 | 1001 | ||
| @@ -1019,8 +1019,7 @@ | |||
| 1019 | 2013-08-07 Xue Fuqiao <xfq.free@gmail.com> | 1019 | 2013-08-07 Xue Fuqiao <xfq.free@gmail.com> |
| 1020 | 1020 | ||
| 1021 | * sc.texi (Introduction): Fix index. | 1021 | * sc.texi (Introduction): Fix index. |
| 1022 | (Usage Overview): | 1022 | (Usage Overview, Citations, Citation Elements, Recognizing Citations) |
| 1023 | (Citations, Citation Elements, Recognizing Citations) | ||
| 1024 | (Information Keys and the Info Alist, Reference Headers) | 1023 | (Information Keys and the Info Alist, Reference Headers) |
| 1025 | (The Built-in Header Rewrite Functions) | 1024 | (The Built-in Header Rewrite Functions) |
| 1026 | (Electric References, Reply Buffer Initialization) | 1025 | (Electric References, Reply Buffer Initialization) |
| @@ -1036,8 +1035,7 @@ | |||
| 1036 | 1035 | ||
| 1037 | * newsticker.texi (Usage): Use @key for RET. | 1036 | * newsticker.texi (Usage): Use @key for RET. |
| 1038 | 1037 | ||
| 1039 | * cl.texi (Argument Lists): | 1038 | * cl.texi (Argument Lists, For Clauses) |
| 1040 | (For Clauses): | ||
| 1041 | (Macros): Add indexes. | 1039 | (Macros): Add indexes. |
| 1042 | 1040 | ||
| 1043 | 2013-08-05 Xue Fuqiao <xfq.free@gmail.com> | 1041 | 2013-08-05 Xue Fuqiao <xfq.free@gmail.com> |
| @@ -1047,7 +1045,7 @@ | |||
| 1047 | 2013-08-04 Stephen Berman <stephen.berman@gmx.net> | 1045 | 2013-08-04 Stephen Berman <stephen.berman@gmx.net> |
| 1048 | 1046 | ||
| 1049 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. | 1047 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. |
| 1050 | (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)): | 1048 | (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)) |
| 1051 | (todo-mode.dvi, todo-mode.pdf): New rules. | 1049 | (todo-mode.dvi, todo-mode.pdf): New rules. |
| 1052 | 1050 | ||
| 1053 | * todo-mode.texi: New file. | 1051 | * todo-mode.texi: New file. |
| @@ -1395,8 +1393,8 @@ | |||
| 1395 | 1393 | ||
| 1396 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> | 1394 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> |
| 1397 | 1395 | ||
| 1398 | * calc.texi (Basic Operations on Units): | 1396 | * calc.texi (Basic Operations on Units, Customizing Calc): |
| 1399 | (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'. | 1397 | Mention the variable `calc-allow-units-as-numbers'. |
| 1400 | 1398 | ||
| 1401 | 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> | 1399 | 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> |
| 1402 | 1400 | ||
| @@ -4105,8 +4103,8 @@ | |||
| 4105 | 4103 | ||
| 4106 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 4104 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 4107 | 4105 | ||
| 4108 | * org.texi (Handling links): | 4106 | * org.texi (Handling links, In-buffer settings): |
| 4109 | (In-buffer settings): Document inlining images on startup. | 4107 | Document inlining images on startup. |
| 4110 | 4108 | ||
| 4111 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 4109 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 4112 | 4110 | ||
| @@ -6260,8 +6258,8 @@ | |||
| 6260 | 6258 | ||
| 6261 | 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr> | 6259 | 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr> |
| 6262 | 6260 | ||
| 6263 | * calc.texi (Editing Stack Entries): | 6261 | * calc.texi (Editing Stack Entries, Algebraic Entry): |
| 6264 | (Algebraic Entry): Rewrite introductory sentences so it can be used by | 6262 | Rewrite introductory sentences so it can be used by |
| 6265 | Calc's help functions. Mention fixing typos. | 6263 | Calc's help functions. Mention fixing typos. |
| 6266 | (Customizing Calc): Fix typo. | 6264 | (Customizing Calc): Fix typo. |
| 6267 | 6265 | ||
| @@ -9835,11 +9833,9 @@ | |||
| 9835 | * info.texi (Help-Xref): | 9833 | * info.texi (Help-Xref): |
| 9836 | * message.texi (Message Headers): | 9834 | * message.texi (Message Headers): |
| 9837 | * org.texi (Remember): | 9835 | * org.texi (Remember): |
| 9838 | * reftex.texi (Options (Defining Label Environments)): | 9836 | * reftex.texi (Options (Defining Label Environments)) |
| 9839 | (Options (Index Support)): | 9837 | (Options (Index Support), Options (Viewing Cross-References)) |
| 9840 | (Options (Viewing Cross-References)): | 9838 | (Options (Misc), Changes): |
| 9841 | (Options (Misc)): | ||
| 9842 | (Changes): | ||
| 9843 | * speedbar.texi (Creating a display): | 9839 | * speedbar.texi (Creating a display): |
| 9844 | * tramp.texi (Customizing Completion, Auto-save and Backup): | 9840 | * tramp.texi (Customizing Completion, Auto-save and Backup): |
| 9845 | Texinfo usage fix. | 9841 | Texinfo usage fix. |
| @@ -10289,7 +10285,7 @@ | |||
| 10289 | 2004-11-03 Jan Djärv <jan.h.d@swipnet.se> | 10285 | 2004-11-03 Jan Djärv <jan.h.d@swipnet.se> |
| 10290 | 10286 | ||
| 10291 | * idlwave.texi (Continued Statement Indentation): | 10287 | * idlwave.texi (Continued Statement Indentation): |
| 10292 | * reftex.texi (Options (Index Support)): | 10288 | * reftex.texi (Options (Index Support)) |
| 10293 | (Displaying and Editing the Index, Table of Contents): | 10289 | (Displaying and Editing the Index, Table of Contents): |
| 10294 | * speedbar.texi (Creating a display, Major Display Modes): | 10290 | * speedbar.texi (Creating a display, Major Display Modes): |
| 10295 | Replace non-nil with non-@code{nil}. | 10291 | Replace non-nil with non-@code{nil}. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 6f419c346c6..6bf0e815fc9 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -596,7 +596,7 @@ | |||
| 596 | Rename to \versionemacs, same as all the other refcards. | 596 | Rename to \versionemacs, same as all the other refcards. |
| 597 | * refcards/Makefile (ENVADD): New variable. | 597 | * refcards/Makefile (ENVADD): New variable. |
| 598 | (sk-dired-ref.pdf, sk-survival.pdf, pl-refcard.pdf) | 598 | (sk-dired-ref.pdf, sk-survival.pdf, pl-refcard.pdf) |
| 599 | (%.pdf, %,dvi, sk-dired-ref.dvi, sk-survival.dvi, pl-refcard.dvi): | 599 | (%.pdf, %.dvi, sk-dired-ref.dvi, sk-survival.dvi, pl-refcard.dvi): |
| 600 | Depend on emacsver.tex. Add "." to TEXINPUTS for TeX commands. | 600 | Depend on emacsver.tex. Add "." to TEXINPUTS for TeX commands. |
| 601 | 601 | ||
| 602 | 2012-09-16 Paul Eggert <eggert@cs.ucla.edu> | 602 | 2012-09-16 Paul Eggert <eggert@cs.ucla.edu> |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3cbda8a7706..8cf73cea5d6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | 2014-02-25 Andreas Amann <a.amann@ucc.ie> (tiny change) | 1 | 2014-02-25 Andreas Amann <a.amann@ucc.ie> (tiny change) |
| 2 | 2 | ||
| 3 | Fix emacsclient's handling of SIGCONT (Bug#16883). | 3 | Fix emacsclient's handling of SIGCONT (Bug#16883). |
| 4 | * emacsclient.c (handle_sigcont): Cancel the continue only if tty. | 4 | * emacsclient.c (handle_sigcont): Cancel the continue only if tty. |
| 5 | 5 | ||
| @@ -466,7 +466,7 @@ | |||
| 466 | * make-docfile.c (IF_LINT): | 466 | * make-docfile.c (IF_LINT): |
| 467 | * emacsclient.c (IF_LINT): Remove (in config.h now). | 467 | * emacsclient.c (IF_LINT): Remove (in config.h now). |
| 468 | 468 | ||
| 469 | * make-docfile.c (main): | 469 | * make-docfile.c (main) |
| 470 | (fopen) [!WINDOWSNT]: | 470 | (fopen) [!WINDOWSNT]: |
| 471 | (chdir) [!DOS_NT]: No more need to undef. | 471 | (chdir) [!DOS_NT]: No more need to undef. |
| 472 | 472 | ||
| @@ -690,8 +690,8 @@ | |||
| 690 | 690 | ||
| 691 | 2012-06-05 Glenn Morris <rgm@gnu.org> | 691 | 2012-06-05 Glenn Morris <rgm@gnu.org> |
| 692 | 692 | ||
| 693 | * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)): | 693 | * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)) |
| 694 | ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)): | 694 | ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)) |
| 695 | ($(BLD)/timer.$(O)): Remove cruft. | 695 | ($(BLD)/timer.$(O)): Remove cruft. |
| 696 | 696 | ||
| 697 | 2012-06-03 Glenn Morris <rgm@gnu.org> | 697 | 2012-06-03 Glenn Morris <rgm@gnu.org> |
| @@ -1130,7 +1130,7 @@ | |||
| 1130 | 1130 | ||
| 1131 | * emacsclient.c (main): Avoid dangling 'if'. | 1131 | * emacsclient.c (main): Avoid dangling 'if'. |
| 1132 | (xstrdup): Remove; no longer needed. | 1132 | (xstrdup): Remove; no longer needed. |
| 1133 | (get_current_dir_name, w32_getenv, get_server_config, find_tty): | 1133 | (get_current_dir_name, w32_getenv, get_server_config, find_tty) |
| 1134 | (set_local_socket, main): | 1134 | (set_local_socket, main): |
| 1135 | Use const char *, not char *, for pointers that are not assigned | 1135 | Use const char *, not char *, for pointers that are not assigned |
| 1136 | through. | 1136 | through. |
| @@ -1616,8 +1616,7 @@ | |||
| 1616 | 1616 | ||
| 1617 | * fakemail.c (action): Convert function definitions to standard C. | 1617 | * fakemail.c (action): Convert function definitions to standard C. |
| 1618 | (add_a_stream): | 1618 | (add_a_stream): |
| 1619 | * test-distrib.c (cool_read): | 1619 | * test-distrib.c (cool_read, main): Likewise. |
| 1620 | (main): Likewise. | ||
| 1621 | 1620 | ||
| 1622 | 2010-07-03 Andreas Schwab <schwab@linux-m68k.org> | 1621 | 2010-07-03 Andreas Schwab <schwab@linux-m68k.org> |
| 1623 | 1622 | ||
| @@ -2496,7 +2495,7 @@ | |||
| 2496 | 2007-08-29 Jason Rumney <jasonr@gnu.org> | 2495 | 2007-08-29 Jason Rumney <jasonr@gnu.org> |
| 2497 | 2496 | ||
| 2498 | * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros. | 2497 | * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros. |
| 2499 | (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp): | 2498 | (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp) |
| 2500 | (main): Expand removed macros inline. | 2499 | (main): Expand removed macros inline. |
| 2501 | (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend | 2500 | (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend |
| 2502 | option. | 2501 | option. |
| @@ -4132,12 +4131,9 @@ | |||
| 4132 | 4131 | ||
| 4133 | 2001-11-30 Andrew Innes <andrewi@gnu.org> | 4132 | 2001-11-30 Andrew Innes <andrewi@gnu.org> |
| 4134 | 4133 | ||
| 4135 | * makefile.w32-in (FACE_SUPPORT): | 4134 | * makefile.w32-in (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT) |
| 4136 | (MOUSE_SUPPORT): | 4135 | (WINNT_SUPPORT, lisp): Reference .el files instead of .elc files, |
| 4137 | (FLOAT_SUPPORT): | 4136 | to simplify bootstrapping. |
| 4138 | (WINNT_SUPPORT): | ||
| 4139 | (lisp): Reference .el files instead of .elc files, to simplify | ||
| 4140 | bootstrapping. | ||
| 4141 | ($(DOC)): Change dependency to just `make-docfile'. | 4137 | ($(DOC)): Change dependency to just `make-docfile'. |
| 4142 | 4138 | ||
| 4143 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> | 4139 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e047d3bbe62..35ac6590af7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | (display-mm-dimensions-alist, display-mm-height) | 34 | (display-mm-dimensions-alist, display-mm-height) |
| 35 | (display-mm-width): Doc tweaks. | 35 | (display-mm-width): Doc tweaks. |
| 36 | 36 | ||
| 37 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> | 37 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> |
| 38 | 38 | ||
| 39 | * simple.el (undo-elt-in-region): Fix buffer corruption for edge | 39 | * simple.el (undo-elt-in-region): Fix buffer corruption for edge |
| 40 | case of undo in region. | 40 | case of undo in region. |
| @@ -47,12 +47,12 @@ | |||
| 47 | 2014-03-02 Juanma Barranquero <lekktu@gmail.com> | 47 | 2014-03-02 Juanma Barranquero <lekktu@gmail.com> |
| 48 | 48 | ||
| 49 | * icomplete.el (icomplete-completions): Use string-width. | 49 | * icomplete.el (icomplete-completions): Use string-width. |
| 50 | Suggested by Stefan Monier <monnier@iro.umontreal.ca>. | 50 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. |
| 51 | 51 | ||
| 52 | 2014-03-01 Dmitry Gutov <dgutov@yandex.ru> | 52 | 2014-03-01 Dmitry Gutov <dgutov@yandex.ru> |
| 53 | 53 | ||
| 54 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight | 54 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): |
| 55 | regexp options. (Bug#16914) | 55 | Highlight regexp options. (Bug#16914) |
| 56 | 56 | ||
| 57 | 2014-03-01 Martin Rudalics <rudalics@gmx.at> | 57 | 2014-03-01 Martin Rudalics <rudalics@gmx.at> |
| 58 | 58 | ||
| @@ -165,8 +165,8 @@ | |||
| 165 | `tramp-adb-command-exit-status'. Change all callees. | 165 | `tramp-adb-command-exit-status'. Change all callees. |
| 166 | (tramp-adb-handle-file-attributes) | 166 | (tramp-adb-handle-file-attributes) |
| 167 | (tramp-adb-handle-directory-files-and-attributes): Use it. | 167 | (tramp-adb-handle-directory-files-and-attributes): Use it. |
| 168 | (tramp-adb-ls-output-name-less-p): Use | 168 | (tramp-adb-ls-output-name-less-p): |
| 169 | `directory-listing-before-filename-regexp'. | 169 | Use `directory-listing-before-filename-regexp'. |
| 170 | (tramp-adb-handle-delete-directory): Flush also file properties of | 170 | (tramp-adb-handle-delete-directory): Flush also file properties of |
| 171 | the truename of directory. | 171 | the truename of directory. |
| 172 | (tramp-adb-handle-file-name-all-completions): Add "./" and "../". | 172 | (tramp-adb-handle-file-name-all-completions): Add "./" and "../". |
| @@ -299,9 +299,9 @@ | |||
| 299 | 299 | ||
| 300 | 2014-02-22 Daniel Colascione <dancol@dancol.org> | 300 | 2014-02-22 Daniel Colascione <dancol@dancol.org> |
| 301 | 301 | ||
| 302 | * net/secrets.el (secrets-create-item,secrets-search-items): Check | 302 | * net/secrets.el (secrets-create-item,secrets-search-items): |
| 303 | that attribute values are strings, avoiding the construction of | 303 | Check that attribute values are strings, avoiding the construction |
| 304 | invalid dbus messages. | 304 | of invalid dbus messages. |
| 305 | 305 | ||
| 306 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> | 306 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> |
| 307 | 307 | ||
| @@ -543,7 +543,7 @@ | |||
| 543 | (sql-oracle-options): New default value ("-L"). | 543 | (sql-oracle-options): New default value ("-L"). |
| 544 | (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting. | 544 | (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting. |
| 545 | (sql-placeholders-filter): Correct placeholder pattern. | 545 | (sql-placeholders-filter): Correct placeholder pattern. |
| 546 | (sql-read-table-name): Bug fix. Detect absence of SQLi process. | 546 | (sql-read-table-name): Bug fix. Detect absence of SQLi process. |
| 547 | (sql-login-delay): New variable. | 547 | (sql-login-delay): New variable. |
| 548 | (sql-product-interactive): Use it. | 548 | (sql-product-interactive): Use it. |
| 549 | 549 | ||
| @@ -878,7 +878,7 @@ | |||
| 878 | 878 | ||
| 879 | 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org> | 879 | 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 880 | 880 | ||
| 881 | * progmodes/python.el (python-shell-send-string): | 881 | * progmodes/python.el (python-shell-send-string) |
| 882 | (python-shell-send-string-no-output): Fix docstring (Bug#16547). | 882 | (python-shell-send-string-no-output): Fix docstring (Bug#16547). |
| 883 | 883 | ||
| 884 | 2014-02-04 Anders Lindgren <andlind@gmail.com> | 884 | 2014-02-04 Anders Lindgren <andlind@gmail.com> |
| @@ -948,11 +948,13 @@ | |||
| 948 | 948 | ||
| 949 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 949 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 950 | 950 | ||
| 951 | * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent. | 951 | * progmodes/cc-defs.el (c-find-assignment-for-mode): |
| 952 | Make loading cc-mode silent. | ||
| 952 | 953 | ||
| 953 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 954 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 954 | 955 | ||
| 955 | * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding. | 956 | * comint.el (comint-prompt-read-only): Change doc to suggest |
| 957 | remap keybinding. | ||
| 956 | 958 | ||
| 957 | 2014-02-02 Glenn Morris <rgm@gnu.org> | 959 | 2014-02-02 Glenn Morris <rgm@gnu.org> |
| 958 | 960 | ||
| @@ -1220,7 +1222,7 @@ | |||
| 1220 | 1222 | ||
| 1221 | * international/quail.el (quail-define-package): Doc fix. | 1223 | * international/quail.el (quail-define-package): Doc fix. |
| 1222 | 1224 | ||
| 1223 | * emacs-lisp/authors.el (authors-valid-file-names): | 1225 | * emacs-lisp/authors.el (authors-valid-file-names) |
| 1224 | (authors-renamed-files-alist): Additions. | 1226 | (authors-renamed-files-alist): Additions. |
| 1225 | 1227 | ||
| 1226 | * vc/vc-git.el (vc-git-print-log): Remove --follow; | 1228 | * vc/vc-git.el (vc-git-print-log): Remove --follow; |
| @@ -1356,7 +1358,7 @@ | |||
| 1356 | * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries. | 1358 | * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries. |
| 1357 | 1359 | ||
| 1358 | Make M-x authors return zero *Authors Errors* from current logs. | 1360 | Make M-x authors return zero *Authors Errors* from current logs. |
| 1359 | * emacs-lisp/authors.el (authors-obsolete-files-regexps): | 1361 | * emacs-lisp/authors.el (authors-obsolete-files-regexps) |
| 1360 | (authors-ignored-files): Add some entries, remove others. | 1362 | (authors-ignored-files): Add some entries, remove others. |
| 1361 | (authors-ambiguous-files, authors-valid-file-names): | 1363 | (authors-ambiguous-files, authors-valid-file-names): |
| 1362 | Add some entries. | 1364 | Add some entries. |
| @@ -1503,7 +1505,7 @@ | |||
| 1503 | Spelling fixes. | 1505 | Spelling fixes. |
| 1504 | * emacs-lisp/generic.el (generic--normalize-comments): | 1506 | * emacs-lisp/generic.el (generic--normalize-comments): |
| 1505 | Rename from generic--normalise-comments. All uses changed. | 1507 | Rename from generic--normalise-comments. All uses changed. |
| 1506 | * play/bubbles.el (bubbles--neighborhood-score): | 1508 | * play/bubbles.el (bubbles--neighborhood-score) |
| 1507 | (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) | 1509 | (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) |
| 1508 | (bubbles--neighborhood-available) | 1510 | (bubbles--neighborhood-available) |
| 1509 | (bubbles--update-neighborhood-score): | 1511 | (bubbles--update-neighborhood-score): |
| @@ -2014,8 +2016,7 @@ | |||
| 2014 | 2016 | ||
| 2015 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> | 2017 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2016 | 2018 | ||
| 2017 | * progmodes/python.el: | 2019 | * progmodes/python.el (python-nav--lisp-forward-sexp): New function. |
| 2018 | (python-nav--lisp-forward-sexp): New function. | ||
| 2019 | (python-nav--lisp-forward-sexp-safe): Use it. Rename from | 2020 | (python-nav--lisp-forward-sexp-safe): Use it. Rename from |
| 2020 | python-nav-lisp-forward-sexp-safe. | 2021 | python-nav-lisp-forward-sexp-safe. |
| 2021 | (python-nav--forward-sexp): New argument SAFE allows switching | 2022 | (python-nav--forward-sexp): New argument SAFE allows switching |
| @@ -4463,9 +4464,9 @@ | |||
| 4463 | (find-buffer-file-type-coding-system): Mark obsolete. | 4464 | (find-buffer-file-type-coding-system): Mark obsolete. |
| 4464 | (w32-find-file-not-found-set-buffer-file-coding-system): Rename from | 4465 | (w32-find-file-not-found-set-buffer-file-coding-system): Rename from |
| 4465 | find-file-not-found-set-buffer-file-coding-system. | 4466 | find-file-not-found-set-buffer-file-coding-system. |
| 4466 | (w32-untranslated-filesystem-list, w32-untranslated-canonical-name): | 4467 | (w32-untranslated-filesystem-list, w32-untranslated-canonical-name) |
| 4467 | (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) | 4468 | (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) |
| 4468 | (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p): | 4469 | (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p) |
| 4469 | (w32-direct-print-region-helper, w32-direct-print-region-function) | 4470 | (w32-direct-print-region-helper, w32-direct-print-region-function) |
| 4470 | (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. | 4471 | (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. |
| 4471 | * startup.el (normal-top-level-add-subdirs-to-load-path): | 4472 | * startup.el (normal-top-level-add-subdirs-to-load-path): |
| @@ -4548,8 +4549,7 @@ | |||
| 4548 | 4549 | ||
| 4549 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 4550 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> |
| 4550 | 4551 | ||
| 4551 | * image.el (defimage): | 4552 | * image.el (defimage, image-load-path): Doc fixes. |
| 4552 | (image-load-path): Doc fixes. | ||
| 4553 | 4553 | ||
| 4554 | 2013-10-27 Alan Mackenzie <acm@muc.de> | 4554 | 2013-10-27 Alan Mackenzie <acm@muc.de> |
| 4555 | 4555 | ||
| @@ -4925,7 +4925,7 @@ | |||
| 4925 | (verilog-in-struct-nested-p, verilog-at-struct-mv-p) | 4925 | (verilog-in-struct-nested-p, verilog-at-struct-mv-p) |
| 4926 | (verilog-at-close-struct-p): New functions. | 4926 | (verilog-at-close-struct-p): New functions. |
| 4927 | (verilog-beg-block-re-ordered, verilog-extended-case-re) | 4927 | (verilog-beg-block-re-ordered, verilog-extended-case-re) |
| 4928 | (verilog-forward-sexp, verilog-set-auto-endcomments): | 4928 | (verilog-forward-sexp, verilog-set-auto-endcomments) |
| 4929 | (verilog-leap-to-case-head): Handle "unique0" case. | 4929 | (verilog-leap-to-case-head): Handle "unique0" case. |
| 4930 | (verilog-in-constraint-re): New constant. | 4930 | (verilog-in-constraint-re): New constant. |
| 4931 | (verilog-keywords, verilog-type-font-keywords): | 4931 | (verilog-keywords, verilog-type-font-keywords): |
| @@ -5751,8 +5751,7 @@ | |||
| 5751 | 5751 | ||
| 5752 | 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | 5752 | 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 5753 | 5753 | ||
| 5754 | * emacs-lisp/cl-macs.el: | 5754 | * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove. |
| 5755 | (cl--loop-destr-temps): Remove. | ||
| 5756 | (cl--loop-iterator-function): Rename from cl--loop-map-form and change | 5755 | (cl--loop-iterator-function): Rename from cl--loop-map-form and change |
| 5757 | its convention. | 5756 | its convention. |
| 5758 | (cl--loop-set-iterator-function): New function. | 5757 | (cl--loop-set-iterator-function): New function. |
| @@ -7927,25 +7926,24 @@ | |||
| 7927 | 2013-08-04 Xue Fuqiao <xfq.free@gmail.com> | 7926 | 2013-08-04 Xue Fuqiao <xfq.free@gmail.com> |
| 7928 | 7927 | ||
| 7929 | * vc/vc.el (vc-ignore): Rewrite. | 7928 | * vc/vc.el (vc-ignore): Rewrite. |
| 7930 | (vc-default-ignore-completion-table): | 7929 | (vc-default-ignore-completion-table, vc--read-lines) |
| 7931 | (vc--read-lines): | ||
| 7932 | (vc--add-line, vc--remove-regexp): New functions. | 7930 | (vc--add-line, vc--remove-regexp): New functions. |
| 7933 | 7931 | ||
| 7934 | * vc/vc-svn.el (vc-svn-ignore): Doc fix. | 7932 | * vc/vc-svn.el (vc-svn-ignore): Doc fix. |
| 7935 | (vc-svn-ignore-completion-table): New function. | 7933 | (vc-svn-ignore-completion-table): New function. |
| 7936 | 7934 | ||
| 7937 | * vc/vc-hg.el (vc-hg-ignore): Rewrite. | 7935 | * vc/vc-hg.el (vc-hg-ignore): Rewrite. |
| 7938 | (vc-hg-ignore-completion-table): | 7936 | (vc-hg-ignore-completion-table) |
| 7939 | (vc-hg-find-ignore-file): New functions. | 7937 | (vc-hg-find-ignore-file): New functions. |
| 7940 | 7938 | ||
| 7941 | * vc/vc-git.el (vc-git-ignore): Rewrite. | 7939 | * vc/vc-git.el (vc-git-ignore): Rewrite. |
| 7942 | (vc-git-ignore-completion-table): | 7940 | (vc-git-ignore-completion-table) |
| 7943 | (vc-git-find-ignore-file): New functions. | 7941 | (vc-git-find-ignore-file): New functions. |
| 7944 | 7942 | ||
| 7945 | * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore. | 7943 | * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore. |
| 7946 | 7944 | ||
| 7947 | * vc/vc-bzr.el (vc-bzr-ignore): Rewrite. | 7945 | * vc/vc-bzr.el (vc-bzr-ignore): Rewrite. |
| 7948 | (vc-bzr-ignore-completion-table): | 7946 | (vc-bzr-ignore-completion-table) |
| 7949 | (vc-bzr-find-ignore-file): New functions. | 7947 | (vc-bzr-find-ignore-file): New functions. |
| 7950 | 7948 | ||
| 7951 | 2013-08-03 Juanma Barranquero <lekktu@gmail.com> | 7949 | 2013-08-03 Juanma Barranquero <lekktu@gmail.com> |
| @@ -8347,7 +8345,7 @@ | |||
| 8347 | * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): | 8345 | * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): |
| 8348 | Remove functions. | 8346 | Remove functions. |
| 8349 | 8347 | ||
| 8350 | * autorevert.el (auto-revert-use-notify): | 8348 | * autorevert.el (auto-revert-use-notify) |
| 8351 | (auto-revert-notify-add-watch): | 8349 | (auto-revert-notify-add-watch): |
| 8352 | * net/tramp.el (tramp-file-name-for-operation): | 8350 | * net/tramp.el (tramp-file-name-for-operation): |
| 8353 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): | 8351 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): |
| @@ -8394,10 +8392,9 @@ | |||
| 8394 | 8392 | ||
| 8395 | 2013-07-24 Xue Fuqiao <xfq.free@gmail.com> | 8393 | 2013-07-24 Xue Fuqiao <xfq.free@gmail.com> |
| 8396 | 8394 | ||
| 8397 | * ido.el (ido-fractionp): | 8395 | * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time) |
| 8398 | (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode) | 8396 | (ido-max-prospects, ido-mode, ido-max-file-prompt-width) |
| 8399 | (ido-max-file-prompt-width, ido-unc-hosts-cache) | 8397 | (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache) |
| 8400 | (ido-max-directory-size, ido-max-dir-file-cache) | ||
| 8401 | (ido-decorations): Doc fix. | 8398 | (ido-decorations): Doc fix. |
| 8402 | 8399 | ||
| 8403 | * ansi-color.el: Fix old URL. | 8400 | * ansi-color.el: Fix old URL. |
| @@ -8687,7 +8684,7 @@ | |||
| 8687 | 8684 | ||
| 8688 | 2013-07-12 Dmitry Gutov <dgutov@yandex.ru> | 8685 | 2013-07-12 Dmitry Gutov <dgutov@yandex.ru> |
| 8689 | 8686 | ||
| 8690 | * progmodes/ruby-mode.el (ruby-percent-literals-beg-re): | 8687 | * progmodes/ruby-mode.el (ruby-percent-literals-beg-re) |
| 8691 | (ruby-syntax-expansion-allowed-p): Support array of symbols, for | 8688 | (ruby-syntax-expansion-allowed-p): Support array of symbols, for |
| 8692 | Ruby 2.0. | 8689 | Ruby 2.0. |
| 8693 | (ruby-font-lock-keywords): Distinguish calls to functions with | 8690 | (ruby-font-lock-keywords): Distinguish calls to functions with |
| @@ -8931,7 +8928,7 @@ | |||
| 8931 | 8928 | ||
| 8932 | 2013-07-06 Michael Albinus <michael.albinus@gmx.de> | 8929 | 2013-07-06 Michael Albinus <michael.albinus@gmx.de> |
| 8933 | 8930 | ||
| 8934 | * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter): | 8931 | * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter) |
| 8935 | (tramp-sh-file-inotifywait-process-filter): Handle file names with | 8932 | (tramp-sh-file-inotifywait-process-filter): Handle file names with |
| 8936 | spaces. | 8933 | spaces. |
| 8937 | 8934 | ||
| @@ -9732,7 +9729,7 @@ | |||
| 9732 | (dired-safe-switches-p, dired-switches-escape-p) | 9729 | (dired-safe-switches-p, dired-switches-escape-p) |
| 9733 | (dired-insert-old-subdirs, dired-move-to-end-of-filename) | 9730 | (dired-insert-old-subdirs, dired-move-to-end-of-filename) |
| 9734 | (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1) | 9731 | (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1) |
| 9735 | (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check): | 9732 | (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check) |
| 9736 | (dired-goto-next-nontrivial-file): Use `string-match-p'. | 9733 | (dired-goto-next-nontrivial-file): Use `string-match-p'. |
| 9737 | (dired-align-file, dired-insert-directory, dired-mark-files-in-region) | 9734 | (dired-align-file, dired-insert-directory, dired-mark-files-in-region) |
| 9738 | (dired-toggle-marks, dired-mark-files-containing-regexp) | 9735 | (dired-toggle-marks, dired-mark-files-containing-regexp) |
| @@ -12745,7 +12742,7 @@ | |||
| 12745 | 12742 | ||
| 12746 | * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. | 12743 | * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. |
| 12747 | (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. | 12744 | (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. |
| 12748 | (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region): | 12745 | (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region) |
| 12749 | (tramp-find-inline-compress): Improve traces. | 12746 | (tramp-find-inline-compress): Improve traces. |
| 12750 | (tramp-maybe-send-script): Check for Perl binary. | 12747 | (tramp-maybe-send-script): Check for Perl binary. |
| 12751 | (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. | 12748 | (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 9a4d8871568..cae0dd1c435 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1238,7 +1238,7 @@ | |||
| 1238 | 1238 | ||
| 1239 | * semantic/wisent/python.el (wisent-python-string-start-re) | 1239 | * semantic/wisent/python.el (wisent-python-string-start-re) |
| 1240 | (wisent-python-string-re, wisent-python-forward-string) | 1240 | (wisent-python-string-re, wisent-python-forward-string) |
| 1241 | (wisent-python-forward-line,wisent-python-lex-string): | 1241 | (wisent-python-forward-line, wisent-python-lex-string): |
| 1242 | New variables. | 1242 | New variables. |
| 1243 | (wisent-python-forward-balanced-expression): New function. | 1243 | (wisent-python-forward-balanced-expression): New function. |
| 1244 | 1244 | ||
| @@ -1341,7 +1341,7 @@ | |||
| 1341 | (ede-directory-safe-p): Check it. | 1341 | (ede-directory-safe-p): Check it. |
| 1342 | (ede-initialize-state-current-buffer, ede, ede-new) | 1342 | (ede-initialize-state-current-buffer, ede, ede-new) |
| 1343 | (ede-check-project-directory, ede-rescan-toplevel) | 1343 | (ede-check-project-directory, ede-rescan-toplevel) |
| 1344 | (ede-load-project-file, ede-parent-project, ede-current-project): | 1344 | (ede-load-project-file, ede-parent-project, ede-current-project) |
| 1345 | (ede-target-parent): Avoid loading in a project unless it is safe, | 1345 | (ede-target-parent): Avoid loading in a project unless it is safe, |
| 1346 | since it may involve malicious code. This security flaw was | 1346 | since it may involve malicious code. This security flaw was |
| 1347 | pointed out by Hiroshi Oota. | 1347 | pointed out by Hiroshi Oota. |
| @@ -1454,7 +1454,7 @@ | |||
| 1454 | (semantic-decoration-unknown-include-describe): Fix filenames in | 1454 | (semantic-decoration-unknown-include-describe): Fix filenames in |
| 1455 | docstring. | 1455 | docstring. |
| 1456 | 1456 | ||
| 1457 | * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): | 1457 | * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent) |
| 1458 | (semantic-ede-grammar-compiler-bovine): Fix requires that are | 1458 | (semantic-ede-grammar-compiler-bovine): Fix requires that are |
| 1459 | added to the grammar-make-script. | 1459 | added to the grammar-make-script. |
| 1460 | 1460 | ||
| @@ -1471,7 +1471,7 @@ | |||
| 1471 | 1471 | ||
| 1472 | 2011-10-19 Chong Yidong <cyd@gnu.org> | 1472 | 2011-10-19 Chong Yidong <cyd@gnu.org> |
| 1473 | 1473 | ||
| 1474 | * ede.el (ede-minor-mode,global-ede-mode): | 1474 | * ede.el (ede-minor-mode, global-ede-mode): |
| 1475 | * semantic.el (semantic-mode): Doc fix to reflect new | 1475 | * semantic.el (semantic-mode): Doc fix to reflect new |
| 1476 | define-minor-mode calling behavior. | 1476 | define-minor-mode calling behavior. |
| 1477 | 1477 | ||
| @@ -1695,10 +1695,10 @@ | |||
| 1695 | Synch EDE to CEDET 1.0. | 1695 | Synch EDE to CEDET 1.0. |
| 1696 | 1696 | ||
| 1697 | * cedet-idutils.el (cedet-idutils-make-command): New option. | 1697 | * cedet-idutils.el (cedet-idutils-make-command): New option. |
| 1698 | (cedet-idutils-mkid-call): | 1698 | (cedet-idutils-mkid-call) |
| 1699 | (cedet-idutils-create/update-database): New functions. | 1699 | (cedet-idutils-create/update-database): New functions. |
| 1700 | 1700 | ||
| 1701 | * cedet-cscope.el (cedet-cscope-create): | 1701 | * cedet-cscope.el (cedet-cscope-create) |
| 1702 | (cedet-cscope-create/update-database): New functions. | 1702 | (cedet-cscope-create/update-database): New functions. |
| 1703 | (cedet-cscope-support-for-directory): Make interactive. | 1703 | (cedet-cscope-support-for-directory): Make interactive. |
| 1704 | 1704 | ||
| @@ -1750,7 +1750,7 @@ | |||
| 1750 | (ede-project-root, ede-project-root-directory): Move to | 1750 | (ede-project-root, ede-project-root-directory): Move to |
| 1751 | ede/auto.el. | 1751 | ede/auto.el. |
| 1752 | 1752 | ||
| 1753 | * ede/locate.el (ede-locate-flush-hash): | 1753 | * ede/locate.el (ede-locate-flush-hash) |
| 1754 | (ede-locate-create/update-root-database): New methods. | 1754 | (ede-locate-create/update-root-database): New methods. |
| 1755 | (initialize-instance): Use ede-locate-flush-hash. | 1755 | (initialize-instance): Use ede-locate-flush-hash. |
| 1756 | 1756 | ||
| @@ -1863,7 +1863,7 @@ | |||
| 1863 | (semantic-decoration-on-includes-highlight-default): Check that | 1863 | (semantic-decoration-on-includes-highlight-default): Check that |
| 1864 | the include tag has a position. | 1864 | the include tag has a position. |
| 1865 | 1865 | ||
| 1866 | * semantic/complete.el (semantic-collector-local-members): | 1866 | * semantic/complete.el (semantic-collector-local-members) |
| 1867 | (semantic-complete-read-tag-local-members) | 1867 | (semantic-complete-read-tag-local-members) |
| 1868 | (semantic-complete-jump-local-members): New class and functions. | 1868 | (semantic-complete-jump-local-members): New class and functions. |
| 1869 | (semantic-complete-self-insert): Save excursion before completing. | 1869 | (semantic-complete-self-insert): Save excursion before completing. |
| @@ -2035,7 +2035,7 @@ | |||
| 2035 | 2035 | ||
| 2036 | Use define-minor-mode in CEDET where applicable. | 2036 | Use define-minor-mode in CEDET where applicable. |
| 2037 | 2037 | ||
| 2038 | * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode): | 2038 | * srecode/mode.el (srecode-minor-mode, global-srecode-minor-mode): |
| 2039 | Use define-minor-mode. | 2039 | Use define-minor-mode. |
| 2040 | 2040 | ||
| 2041 | * semantic/util-modes.el (semantic-add-minor-mode): | 2041 | * semantic/util-modes.el (semantic-add-minor-mode): |
| @@ -2522,7 +2522,7 @@ | |||
| 2522 | (semantic-analyzer-debug-global-symbol) | 2522 | (semantic-analyzer-debug-global-symbol) |
| 2523 | (semantic-analyzer-debug-missing-innertype) | 2523 | (semantic-analyzer-debug-missing-innertype) |
| 2524 | (semantic-analyzer-debug-insert-include-summary): | 2524 | (semantic-analyzer-debug-insert-include-summary): |
| 2525 | * semantic/util.el (semantic-file-tag-table): | 2525 | * semantic/util.el (semantic-file-tag-table) |
| 2526 | (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) | 2526 | (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) |
| 2527 | (semantic-recursive-find-nonterminal-by-name): | 2527 | (semantic-recursive-find-nonterminal-by-name): |
| 2528 | * semantic/tag-ls.el (semantic-tag-calculate-parent-default): | 2528 | * semantic/tag-ls.el (semantic-tag-calculate-parent-default): |
| @@ -2530,15 +2530,15 @@ | |||
| 2530 | * semantic/symref.el (semantic-symref-parse-tool-output): | 2530 | * semantic/symref.el (semantic-symref-parse-tool-output): |
| 2531 | * semantic/sb.el (semantic-sb-fetch-tag-table): | 2531 | * semantic/sb.el (semantic-sb-fetch-tag-table): |
| 2532 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): | 2532 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): |
| 2533 | * semantic/idle.el (semantic-idle-work-for-one-buffer): | 2533 | * semantic/idle.el (semantic-idle-work-for-one-buffer) |
| 2534 | (semantic-idle-summary-maybe-highlight): | 2534 | (semantic-idle-summary-maybe-highlight): |
| 2535 | * semantic/ia-sb.el (semantic-ia-speedbar) | 2535 | * semantic/ia-sb.el (semantic-ia-speedbar) |
| 2536 | (semantic-ia-sb-tag-info): | 2536 | (semantic-ia-sb-tag-info): |
| 2537 | * semantic/grammar.el (semantic-analyze-possible-completions): | 2537 | * semantic/grammar.el (semantic-analyze-possible-completions): |
| 2538 | * semantic/find.el (semantic-brute-find-tag-by-position): | 2538 | * semantic/find.el (semantic-brute-find-tag-by-position): |
| 2539 | * semantic/ede-grammar.el (project-compile-target): | 2539 | * semantic/ede-grammar.el (project-compile-target) |
| 2540 | (ede-proj-makefile-insert-variables): | 2540 | (ede-proj-makefile-insert-variables): |
| 2541 | * semantic/debug.el (semantic-debug-set-parser-location): | 2541 | * semantic/debug.el (semantic-debug-set-parser-location) |
| 2542 | (semantic-debug-set-source-location, semantic-debug-interface-layout) | 2542 | (semantic-debug-set-source-location, semantic-debug-interface-layout) |
| 2543 | (semantic-debug-mode, semantic-debug): | 2543 | (semantic-debug-mode, semantic-debug): |
| 2544 | * semantic/db.el (semanticdb-needs-refresh-p): | 2544 | * semantic/db.el (semanticdb-needs-refresh-p): |
| @@ -2569,10 +2569,10 @@ | |||
| 2569 | * ede.el (ede-buffer-header-file, ede-find-target) | 2569 | * ede.el (ede-buffer-header-file, ede-find-target) |
| 2570 | (ede-buffer-documentation-files, ede-project-buffers, ede-set) | 2570 | (ede-buffer-documentation-files, ede-project-buffers, ede-set) |
| 2571 | (ede-target-buffers, ede-buffers, ede-make-project-local-variable): | 2571 | (ede-target-buffers, ede-buffers, ede-make-project-local-variable): |
| 2572 | * cedet-idutils.el (cedet-idutils-fnid-call): | 2572 | * cedet-idutils.el (cedet-idutils-fnid-call) |
| 2573 | (cedet-idutils-lid-call, cedet-idutils-expand-filename) | 2573 | (cedet-idutils-lid-call, cedet-idutils-expand-filename) |
| 2574 | (cedet-idutils-version-check): | 2574 | (cedet-idutils-version-check): |
| 2575 | * cedet-global.el (cedet-gnu-global-call): | 2575 | * cedet-global.el (cedet-gnu-global-call) |
| 2576 | (cedet-gnu-global-expand-filename, cedet-gnu-global-root) | 2576 | (cedet-gnu-global-expand-filename, cedet-gnu-global-root) |
| 2577 | (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): | 2577 | (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): |
| 2578 | * cedet-cscope.el (cedet-cscope-call) | 2578 | * cedet-cscope.el (cedet-cscope-call) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4263508f34d..8f32b411a47 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -11344,7 +11344,7 @@ | |||
| 11344 | 11344 | ||
| 11345 | 2010-03-30 Chong Yidong <cyd@stupidchicken.com> | 11345 | 2010-03-30 Chong Yidong <cyd@stupidchicken.com> |
| 11346 | 11346 | ||
| 11347 | * message.el (message-default-mail-headers): | 11347 | * message.el (message-default-mail-headers) |
| 11348 | (message-default-headers): Carry the value mail-default-headers over | 11348 | (message-default-headers): Carry the value mail-default-headers over |
| 11349 | into message-default-mail-headers, rather than message-default-headers. | 11349 | into message-default-mail-headers, rather than message-default-headers. |
| 11350 | 11350 | ||
| @@ -25364,10 +25364,10 @@ | |||
| 25364 | 2002-08-07 Simon Josefsson <jas@extundo.com> | 25364 | 2002-08-07 Simon Josefsson <jas@extundo.com> |
| 25365 | 25365 | ||
| 25366 | * sieve-manage.el (require): Use SASL, not RFC2104/MD5. | 25366 | * sieve-manage.el (require): Use SASL, not RFC2104/MD5. |
| 25367 | (sieve-manage-authenticators): | 25367 | (sieve-manage-authenticators) |
| 25368 | (sieve-manage-authenticator-alist): Add some SASL mechs. | 25368 | (sieve-manage-authenticator-alist): Add some SASL mechs. |
| 25369 | (sieve-sasl-auth): New function. | 25369 | (sieve-sasl-auth): New function. |
| 25370 | (sieve-manage-cram-md5-auth): | 25370 | (sieve-manage-cram-md5-auth) |
| 25371 | (sieve-manage-plain-auth): Rewrite using SASL library. | 25371 | (sieve-manage-plain-auth): Rewrite using SASL library. |
| 25372 | (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) | 25372 | (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) |
| 25373 | (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) | 25373 | (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 90a19c5ae7d..9b00e2de614 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -274,7 +274,7 @@ | |||
| 274 | 274 | ||
| 275 | 2011-07-09 Bill Wohler <wohler@newt.com> | 275 | 2011-07-09 Bill Wohler <wohler@newt.com> |
| 276 | 276 | ||
| 277 | * mh-speed.el (mh-speed-toggle,mh-speed-view): Document "ignored" | 277 | * mh-speed.el (mh-speed-toggle, mh-speed-view): Document "ignored" |
| 278 | arguments to keep checkdoc happy. | 278 | arguments to keep checkdoc happy. |
| 279 | 279 | ||
| 280 | * mh-search.el (mh-flists-execute): Ditto. | 280 | * mh-search.el (mh-flists-execute): Ditto. |
| @@ -408,8 +408,8 @@ | |||
| 408 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 408 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 409 | 409 | ||
| 410 | * mh-thread.el (mh-thread-set-tables): | 410 | * mh-thread.el (mh-thread-set-tables): |
| 411 | * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update): | 411 | * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update) |
| 412 | (mh-speed-extract-folder-name, mh-speed-parse-flists-output): | 412 | (mh-speed-extract-folder-name, mh-speed-parse-flists-output) |
| 413 | (mh-speed-invalidate-map, mh-speed-add-folder): | 413 | (mh-speed-invalidate-map, mh-speed-add-folder): |
| 414 | * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): | 414 | * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): |
| 415 | * mh-seq.el (mh-list-sequences): | 415 | * mh-seq.el (mh-list-sequences): |
| @@ -427,7 +427,7 @@ | |||
| 427 | * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) | 427 | * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) |
| 428 | (mh-handle-process-error, mh-variant-info): | 428 | (mh-handle-process-error, mh-variant-info): |
| 429 | * mh-comp.el (mh-forward): | 429 | * mh-comp.el (mh-forward): |
| 430 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): | 430 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias) |
| 431 | (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF | 431 | (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF |
| 432 | #1903293). | 432 | #1903293). |
| 433 | 433 | ||
| @@ -718,7 +718,7 @@ | |||
| 718 | 718 | ||
| 719 | * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs) | 719 | * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs) |
| 720 | (with-mh-folder-updating, mh-in-show-buffer) | 720 | (with-mh-folder-updating, mh-in-show-buffer) |
| 721 | (mh-iterate-on-messages-in-region, mh-iterate-on-range): | 721 | (mh-iterate-on-messages-in-region, mh-iterate-on-range) |
| 722 | (mh-do-at-event-location): Add debug decls. | 722 | (mh-do-at-event-location): Add debug decls. |
| 723 | (mh-seq-msgs): Use defsubst. | 723 | (mh-seq-msgs): Use defsubst. |
| 724 | 724 | ||
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 458956a2417..2a865f7165c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -297,8 +297,7 @@ | |||
| 297 | (lw_create_widget, lw_pop_all_widgets, lw_show_busy) | 297 | (lw_create_widget, lw_pop_all_widgets, lw_show_busy) |
| 298 | (lw_refigure_widget, lw_allow_resizing): Remove alternative K&R | 298 | (lw_refigure_widget, lw_allow_resizing): Remove alternative K&R |
| 299 | declarations. | 299 | declarations. |
| 300 | * lwlib-Xlw.c (xlw_update_one_widget): | 300 | * lwlib-Xlw.c (xlw_update_one_widget, xlw_pop_instance): Likewise. |
| 301 | (xlw_pop_instance): Likewise. | ||
| 302 | * lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance): | 301 | * lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance): |
| 303 | Likewise. | 302 | Likewise. |
| 304 | * lwlib-Xm.c (P_): Remove. | 303 | * lwlib-Xm.c (P_): Remove. |
| @@ -474,7 +473,7 @@ | |||
| 474 | XtCDefaultFace): New. | 473 | XtCDefaultFace): New. |
| 475 | 474 | ||
| 476 | * xlwmenuP.h (_window_state): Add max_rest_width and xft_draw. | 475 | * xlwmenuP.h (_window_state): Add max_rest_width and xft_draw. |
| 477 | (_XlwMenu_part): Add faceName,xft_fg, xft_bg, xft_disabled_fg and | 476 | (_XlwMenu_part): Add faceName, xft_fg, xft_bg, xft_disabled_fg and |
| 478 | xft_font. | 477 | xft_font. |
| 479 | 478 | ||
| 480 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 479 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| @@ -596,8 +595,7 @@ | |||
| 596 | 595 | ||
| 597 | * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. | 596 | * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. |
| 598 | 597 | ||
| 599 | * xlwmenu.c (string_width): | 598 | * xlwmenu.c (string_width, MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. |
| 600 | (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. | ||
| 601 | (display_menu_item, make_drawing_gcs, XlwMenuInitialize) | 599 | (display_menu_item, make_drawing_gcs, XlwMenuInitialize) |
| 602 | (XlwMenuSetValues): Use font if fontSet is NULL, use only | 600 | (XlwMenuSetValues): Use font if fontSet is NULL, use only |
| 603 | font for !HAVE_X_I18N. | 601 | font for !HAVE_X_I18N. |
diff --git a/nt/ChangeLog b/nt/ChangeLog index ccbeb85c78c..62a33906b0d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -561,7 +561,7 @@ | |||
| 561 | * nmake.defs: Use !if, not !ifdef. For the details, see | 561 | * nmake.defs: Use !if, not !ifdef. For the details, see |
| 562 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html | 562 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html |
| 563 | 563 | ||
| 564 | * inc/stdint.h (INTPTR_MIN): | 564 | * inc/stdint.h (INTPTR_MIN) |
| 565 | (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. | 565 | (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. |
| 566 | 566 | ||
| 567 | 2012-11-18 Eli Zaretskii <eliz@gnu.org> | 567 | 2012-11-18 Eli Zaretskii <eliz@gnu.org> |
| @@ -2480,7 +2480,7 @@ | |||
| 2480 | 2480 | ||
| 2481 | 2001-12-03 Andrew Innes <andrewi@gnu.org> | 2481 | 2001-12-03 Andrew Innes <andrewi@gnu.org> |
| 2482 | 2482 | ||
| 2483 | * makefile.w32-in (bootstrap-nmake): | 2483 | * makefile.w32-in (bootstrap-nmake) |
| 2484 | (bootstrap-gmake): Extend bootstrap process to first do | 2484 | (bootstrap-gmake): Extend bootstrap process to first do |
| 2485 | bootstrap-clean in lisp dir and rebuild the DOC file. | 2485 | bootstrap-clean in lisp dir and rebuild the DOC file. |
| 2486 | (bootstrap): Do a "normal" make after the bootstrap work. | 2486 | (bootstrap): Do a "normal" make after the bootstrap work. |
| @@ -2671,7 +2671,7 @@ | |||
| 2671 | 2671 | ||
| 2672 | 2001-01-24 Andrew Innes <andrewi@gnu.org> | 2672 | 2001-01-24 Andrew Innes <andrewi@gnu.org> |
| 2673 | 2673 | ||
| 2674 | * makefile.w32-in (cleanall-other-dirs-nmake): | 2674 | * makefile.w32-in (cleanall-other-dirs-nmake) |
| 2675 | (cleanall-other-dirs-gmake): New targets. | 2675 | (cleanall-other-dirs-gmake): New targets. |
| 2676 | (cleanall): Invoke them. | 2676 | (cleanall): Invoke them. |
| 2677 | 2677 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 3425b504a71..94430f17182 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -156,7 +156,7 @@ | |||
| 156 | * emacs.c (main): Initialize daemon_pipe[1] here ... | 156 | * emacs.c (main): Initialize daemon_pipe[1] here ... |
| 157 | (syms_of_emacs): ... instead of here. | 157 | (syms_of_emacs): ... instead of here. |
| 158 | 158 | ||
| 159 | 2014-02-16 Anders Lindgern <andlind@gmail.com> | 159 | 2014-02-16 Anders Lindgern <andlind@gmail.com> |
| 160 | 160 | ||
| 161 | * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask | 161 | * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask |
| 162 | is set (Bug#16505). | 162 | is set (Bug#16505). |
| @@ -924,7 +924,7 @@ | |||
| 924 | 924 | ||
| 925 | 2013-12-25 Chong Yidong <cyd@gnu.org> | 925 | 2013-12-25 Chong Yidong <cyd@gnu.org> |
| 926 | 926 | ||
| 927 | * keyboard.c (Voverriding_terminal_local_map): | 927 | * keyboard.c (Voverriding_terminal_local_map) |
| 928 | (Voverriding_local_map): Doc fix. | 928 | (Voverriding_local_map): Doc fix. |
| 929 | 929 | ||
| 930 | * keymap.c (Vemulation_mode_map_alists): Doc fix. | 930 | * keymap.c (Vemulation_mode_map_alists): Doc fix. |
| @@ -1246,10 +1246,10 @@ | |||
| 1246 | (decode_coding_c_string): | 1246 | (decode_coding_c_string): |
| 1247 | * composite.h (COMPOSITION_DECODE_REFS, COMPOSITION_DECODE_RULE): | 1247 | * composite.h (COMPOSITION_DECODE_REFS, COMPOSITION_DECODE_RULE): |
| 1248 | * conf_post.h (has_attribute): | 1248 | * conf_post.h (has_attribute): |
| 1249 | * dispextern.h (trace_redisplay_p): | 1249 | * dispextern.h (trace_redisplay_p) |
| 1250 | (INC_TEXT_POS, DEC_TEXT_POS, SET_GLYPH_FROM_GLYPH_CODE) | 1250 | (INC_TEXT_POS, DEC_TEXT_POS, SET_GLYPH_FROM_GLYPH_CODE) |
| 1251 | (SET_CHAR_GLYPH, SET_CHAR_GLYPH_FROM_GLYPH) | 1251 | (SET_CHAR_GLYPH, SET_CHAR_GLYPH_FROM_GLYPH) |
| 1252 | (SET_GLYPH_FROM_CHAR_GLYPH): | 1252 | (SET_GLYPH_FROM_CHAR_GLYPH) |
| 1253 | (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P) | 1253 | (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P) |
| 1254 | (FACE_SUITABLE_FOR_ASCII_CHAR_P, FACE_SUITABLE_FOR_CHAR_P) | 1254 | (FACE_SUITABLE_FOR_ASCII_CHAR_P, FACE_SUITABLE_FOR_CHAR_P) |
| 1255 | (PRODUCE_GLYPHS, reset_mouse_highlight, in_display_vector_p) | 1255 | (PRODUCE_GLYPHS, reset_mouse_highlight, in_display_vector_p) |
| @@ -1268,7 +1268,7 @@ | |||
| 1268 | (FONT_SET_STYLE, CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY) | 1268 | (FONT_SET_STYLE, CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY) |
| 1269 | (CHECK_FONT_OBJECT, CHECK_FONT_GET_OBJECT, FONT_ADD_LOG) | 1269 | (CHECK_FONT_OBJECT, CHECK_FONT_GET_OBJECT, FONT_ADD_LOG) |
| 1270 | (FONT_DEFERRED_LOG): | 1270 | (FONT_DEFERRED_LOG): |
| 1271 | * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_WINDOW_P): | 1271 | * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_WINDOW_P) |
| 1272 | (FRAME_EXTERNAL_TOOL_BAR, FRAME_EXTERNAL_MENU_BAR, FOR_EACH_FRAME) | 1272 | (FRAME_EXTERNAL_TOOL_BAR, FRAME_EXTERNAL_MENU_BAR, FOR_EACH_FRAME) |
| 1273 | (FRAME_MOUSE_UPDATE): | 1273 | (FRAME_MOUSE_UPDATE): |
| 1274 | * fringe.c (Fdefine_fringe_bitmap): | 1274 | * fringe.c (Fdefine_fringe_bitmap): |
| @@ -1337,8 +1337,9 @@ | |||
| 1337 | * conf_post.h: Include <stdbool.h>. | 1337 | * conf_post.h: Include <stdbool.h>. |
| 1338 | (bool_bf): New type. | 1338 | (bool_bf): New type. |
| 1339 | * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY): | 1339 | * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY): |
| 1340 | * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE) | 1340 | * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE) |
| 1341 | Surround statement macro with proper 'do { ... } while (false)' brackets. | 1341 | (MERGE_INTERVAL_CACHE): Surround statement macro with proper |
| 1342 | 'do { ... } while (false)' brackets. | ||
| 1342 | * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void. | 1343 | * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void. |
| 1343 | Args must now be expressions; all callers changed. | 1344 | Args must now be expressions; all callers changed. |
| 1344 | (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool. | 1345 | (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool. |
| @@ -3719,7 +3720,7 @@ | |||
| 3719 | 3720 | ||
| 3720 | 2013-10-08 Jan Djärv <jan.h.d@swipnet.se> | 3721 | 2013-10-08 Jan Djärv <jan.h.d@swipnet.se> |
| 3721 | 3722 | ||
| 3722 | * nsterm.m (windowDidExitFullScreen:): | 3723 | * nsterm.m (windowDidExitFullScreen:) |
| 3723 | (toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS. | 3724 | (toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS. |
| 3724 | 3725 | ||
| 3725 | 2013-10-08 Paul Eggert <eggert@cs.ucla.edu> | 3726 | 2013-10-08 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -4078,8 +4079,7 @@ | |||
| 4078 | * process.c (wait_reading_process_output): Change int pnamelen to | 4079 | * process.c (wait_reading_process_output): Change int pnamelen to |
| 4079 | socklen_t. | 4080 | socklen_t. |
| 4080 | 4081 | ||
| 4081 | * nsterm.m (setMarkedText:selectedRange:): | 4082 | * nsterm.m (setMarkedText:selectedRange:, deleteWorkingText): |
| 4082 | (deleteWorkingText): | ||
| 4083 | * nsmenu.m (addDisplayItemWithImage:idx:tag:helpText:enabled:): | 4083 | * nsmenu.m (addDisplayItemWithImage:idx:tag:helpText:enabled:): |
| 4084 | * nsfont.m (ns_get_covering_families, ns_findfonts): Cast NSLog | 4084 | * nsfont.m (ns_get_covering_families, ns_findfonts): Cast NSLog |
| 4085 | argument to unsigned long to avoid warning. | 4085 | argument to unsigned long to avoid warning. |
| @@ -5015,8 +5015,8 @@ | |||
| 5015 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> | 5015 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 5016 | 5016 | ||
| 5017 | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | 5017 | * xterm.c (x_clear_area): Lost 7th arg because it is always False. |
| 5018 | (x_after_update_window_line, x_scroll_bar_create): | 5018 | (x_after_update_window_line, x_scroll_bar_create) |
| 5019 | (x_scroll_bar_set_handle, XTset_vertical_scroll_bar): | 5019 | (x_scroll_bar_set_handle, XTset_vertical_scroll_bar) |
| 5020 | (handle_one_xevent, x_clear_frame_area): | 5020 | (handle_one_xevent, x_clear_frame_area): |
| 5021 | * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos): | 5021 | * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos): |
| 5022 | * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users. | 5022 | * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users. |
| @@ -5986,7 +5986,7 @@ | |||
| 5986 | (menubar_selection_callback, menu_position_func) | 5986 | (menubar_selection_callback, menu_position_func) |
| 5987 | (popup_selection_callback, create_and_show_popup_menu) | 5987 | (popup_selection_callback, create_and_show_popup_menu) |
| 5988 | (dialog_selection_callback, create_and_show_dialog): | 5988 | (dialog_selection_callback, create_and_show_dialog): |
| 5989 | * xrdb.c (x_get_string_resource): | 5989 | * xrdb.c (x_get_string_resource) |
| 5990 | (main) [TESTRM]: | 5990 | (main) [TESTRM]: |
| 5991 | * xsmfns.c (x_session_check_input): | 5991 | * xsmfns.c (x_session_check_input): |
| 5992 | * xterm.c (x_draw_glyphless_glyph_string_foreground) | 5992 | * xterm.c (x_draw_glyphless_glyph_string_foreground) |
| @@ -6313,7 +6313,7 @@ | |||
| 6313 | Fix last font-related change. | 6313 | Fix last font-related change. |
| 6314 | * w32font.h (w32font_list_internal, w32font_match_internal): | 6314 | * w32font.h (w32font_list_internal, w32font_match_internal): |
| 6315 | Fix prototype. | 6315 | Fix prototype. |
| 6316 | * w32uniscribe.c (uniscribe_list, uniscribe_match): | 6316 | * w32uniscribe.c (uniscribe_list, uniscribe_match) |
| 6317 | (uniscribe_list_family): Adjust to match font API change. | 6317 | (uniscribe_list_family): Adjust to match font API change. |
| 6318 | MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com> | 6318 | MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com> |
| 6319 | at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html. | 6319 | at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html. |
| @@ -6331,7 +6331,7 @@ | |||
| 6331 | functions to accept struct frame * as first arg. | 6331 | functions to accept struct frame * as first arg. |
| 6332 | * font.c (font_score, font_compare, font_sort_entities): | 6332 | * font.c (font_score, font_compare, font_sort_entities): |
| 6333 | Remove prototypes. | 6333 | Remove prototypes. |
| 6334 | (font_sort_entities, font_list_entities, font_select_entity): | 6334 | (font_sort_entities, font_list_entities, font_select_entity) |
| 6335 | (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to | 6335 | (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to |
| 6336 | match font API change. | 6336 | match font API change. |
| 6337 | * xfont.c (xfont_list, xfont_match, xfont_list_family): | 6337 | * xfont.c (xfont_list, xfont_match, xfont_list_family): |
| @@ -6339,7 +6339,7 @@ | |||
| 6339 | * ftxfont.c (ftxfont_list, ftxfont_match): | 6339 | * ftxfont.c (ftxfont_list, ftxfont_match): |
| 6340 | * xftfont.c (xftfont_list, xftfont_match): | 6340 | * xftfont.c (xftfont_list, xftfont_match): |
| 6341 | * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family): | 6341 | * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family): |
| 6342 | * w32font.c (w32font_list, w32font_match, w32font_list): | 6342 | * w32font.c (w32font_list, w32font_match, w32font_list) |
| 6343 | (w32font_list_internal, w32_font_match_internal): Likewise. | 6343 | (w32font_list_internal, w32_font_match_internal): Likewise. |
| 6344 | * xfaces.c (Fx_family_fonts): Adjust user. | 6344 | * xfaces.c (Fx_family_fonts): Adjust user. |
| 6345 | 6345 | ||
| @@ -6364,7 +6364,7 @@ | |||
| 6364 | have more than one X frame on the same X display. | 6364 | have more than one X frame on the same X display. |
| 6365 | (any_help_event_p, x_draw_glyph_string_background, x_display_ok): | 6365 | (any_help_event_p, x_draw_glyph_string_background, x_display_ok): |
| 6366 | Use bool for booleans. | 6366 | Use bool for booleans. |
| 6367 | (x_draw_glyph_string_background, cvt_string_to_pixel): | 6367 | (x_draw_glyph_string_background, cvt_string_to_pixel) |
| 6368 | (cvt_pixel_dtor): Drop unnecessary prototypes. | 6368 | (cvt_pixel_dtor): Drop unnecessary prototypes. |
| 6369 | * xterm.h (x_display_ok): Adjust prototype. | 6369 | * xterm.h (x_display_ok): Adjust prototype. |
| 6370 | 6370 | ||
| @@ -7310,7 +7310,7 @@ | |||
| 7310 | (close_on_exec, accept4, process_socket) [!SOCK_CLOEXEC]: | 7310 | (close_on_exec, accept4, process_socket) [!SOCK_CLOEXEC]: |
| 7311 | New functions. | 7311 | New functions. |
| 7312 | (socket) [!SOCK_CLOEXEC]: Supply a substitute. | 7312 | (socket) [!SOCK_CLOEXEC]: Supply a substitute. |
| 7313 | (Fmake_network_process, Fnetwork_interface_list): | 7313 | (Fmake_network_process, Fnetwork_interface_list) |
| 7314 | (Fnetwork_interface_info, server_accept_connection): | 7314 | (Fnetwork_interface_info, server_accept_connection): |
| 7315 | Make newly-created socket close-on-exec. | 7315 | Make newly-created socket close-on-exec. |
| 7316 | * sysdep.c (emacs_open, emacs_fopen): | 7316 | * sysdep.c (emacs_open, emacs_fopen): |
| @@ -9443,7 +9443,7 @@ | |||
| 9443 | * image.c (gif_load): Assume pass < 3 to pacify GCC. | 9443 | * image.c (gif_load): Assume pass < 3 to pacify GCC. |
| 9444 | * process.c (Fset_process_datagram_address) | 9444 | * process.c (Fset_process_datagram_address) |
| 9445 | (Fmake_network_process): Check get_lisp_to_sockaddr_size return value. | 9445 | (Fmake_network_process): Check get_lisp_to_sockaddr_size return value. |
| 9446 | * xdisp.c (get_char_face_and_encoding): | 9446 | * xdisp.c (get_char_face_and_encoding) |
| 9447 | (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized. | 9447 | (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized. |
| 9448 | (get_glyph_face_and_encoding): Prepare face before possibly using it. | 9448 | (get_glyph_face_and_encoding): Prepare face before possibly using it. |
| 9449 | (get_per_char_metric): Don't use CHAR2B if it might not be initialized. | 9449 | (get_per_char_metric): Don't use CHAR2B if it might not be initialized. |
diff --git a/test/ChangeLog b/test/ChangeLog index 41416baa3aa..2586b7434bb 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> | 1 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 2 | ||
| 3 | * automated/undo-tests.el (undo-test-in-region-not-most-recent): | 3 | * automated/undo-tests.el (undo-test-in-region-not-most-recent): |
| 4 | Add new test of undo in region. | 4 | Add new test of undo in region. |
| @@ -325,7 +325,7 @@ | |||
| 325 | (tramp-test20-file-modes, tramp-test21-file-links) | 325 | (tramp-test20-file-modes, tramp-test21-file-links) |
| 326 | (tramp-test22-file-times, tramp-test23-visited-file-modtime) | 326 | (tramp-test22-file-times, tramp-test23-visited-file-modtime) |
| 327 | (tramp-test24-file-name-completion, tramp-test25-load) | 327 | (tramp-test24-file-name-completion, tramp-test25-load) |
| 328 | (tramp-test26-process-file, tramp-test27-start-file-process): | 328 | (tramp-test26-process-file, tramp-test27-start-file-process) |
| 329 | (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'. | 329 | (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'. |
| 330 | (tramp-test29-utf8): New test. | 330 | (tramp-test29-utf8): New test. |
| 331 | 331 | ||
| @@ -344,7 +344,7 @@ | |||
| 344 | * automated/tramp-tests.el (tramp-test-temporary-file-directory): | 344 | * automated/tramp-tests.el (tramp-test-temporary-file-directory): |
| 345 | Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY. | 345 | Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY. |
| 346 | (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD. | 346 | (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD. |
| 347 | (tramp-test09-insert-file-contents, tramp-test10-write-region): | 347 | (tramp-test09-insert-file-contents, tramp-test10-write-region) |
| 348 | (tramp-test26-process-file): Add tests. | 348 | (tramp-test26-process-file): Add tests. |
| 349 | (tramp-test11-copy-file): Remove debug message. | 349 | (tramp-test11-copy-file): Remove debug message. |
| 350 | (tramp-test20-file-modes): Special case, if user is "root". | 350 | (tramp-test20-file-modes): Special case, if user is "root". |
| @@ -1618,22 +1618,22 @@ | |||
| 1618 | Add icalendar-testsuite--test-datestring-to-isodate, | 1618 | Add icalendar-testsuite--test-datestring-to-isodate, |
| 1619 | icalendar-testsuite--test-datetime-to-diary-date, and | 1619 | icalendar-testsuite--test-datetime-to-diary-date, and |
| 1620 | icalendar-testsuite--test-calendar-style. | 1620 | icalendar-testsuite--test-calendar-style. |
| 1621 | (icalendar-testsuite--test-format-ical-event): | 1621 | (icalendar-testsuite--test-format-ical-event) |
| 1622 | (icalendar-testsuite--test-parse-summary-and-rest): | 1622 | (icalendar-testsuite--test-parse-summary-and-rest): |
| 1623 | Doc fix. Remove european-calendar-style. | 1623 | Doc fix. Remove european-calendar-style. |
| 1624 | (icalendar-testsuite--get-ical-event): Doc fix. | 1624 | (icalendar-testsuite--get-ical-event): Doc fix. |
| 1625 | (icalendar-testsuite--test-first-weekday-of-year): | 1625 | (icalendar-testsuite--test-first-weekday-of-year) |
| 1626 | (icalendar-testsuite--run-cycle-tests): Add doc string. | 1626 | (icalendar-testsuite--run-cycle-tests): Add doc string. |
| 1627 | (icalendar-testsuite--test-datestring-to-isodate): | 1627 | (icalendar-testsuite--test-datestring-to-isodate) |
| 1628 | (icalendar-testsuite--test-datetime-to-diary-date): | 1628 | (icalendar-testsuite--test-datetime-to-diary-date) |
| 1629 | (icalendar-testsuite--test-calendar-style): New functions. | 1629 | (icalendar-testsuite--test-calendar-style): New functions. |
| 1630 | (icalendar-testsuite--test-export): Handle iso date style. | 1630 | (icalendar-testsuite--test-export): Handle iso date style. |
| 1631 | New arg INPUT-ISO. Use calendar-date-style. | 1631 | New arg INPUT-ISO. Use calendar-date-style. |
| 1632 | (icalendar-testsuite--test-import): Handle iso date style. | 1632 | (icalendar-testsuite--test-import): Handle iso date style. |
| 1633 | New arg EXPECTED-ISO. Use calendar-date-style. | 1633 | New arg EXPECTED-ISO. Use calendar-date-style. |
| 1634 | (icalendar-testsuite--test-cycle): Handle iso date style. | 1634 | (icalendar-testsuite--test-cycle): Handle iso date style. |
| 1635 | (icalendar-testsuite--run-import-tests): | 1635 | (icalendar-testsuite--run-import-tests) |
| 1636 | (icalendar-testsuite--run-export-tests): | 1636 | (icalendar-testsuite--run-export-tests) |
| 1637 | (icalendar-testsuite--run-real-world-tests): Add iso style tests. | 1637 | (icalendar-testsuite--run-real-world-tests): Add iso style tests. |
| 1638 | 1638 | ||
| 1639 | 2008-02-29 Glenn Morris <rgm@gnu.org> | 1639 | 2008-02-29 Glenn Morris <rgm@gnu.org> |