aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorThomas Fitzsimmons2015-11-07 08:53:49 -0500
committerThomas Fitzsimmons2015-11-07 08:59:20 -0500
commit2dc91e65b46ec80dacdab4916bf855fdbad58bef (patch)
tree86a915f54457f0f8102ddb44da3f29319a39157b /ChangeLog.2
parent0ea647d80dbae21bb394362b37e73e92da4dba66 (diff)
downloademacs-2dc91e65b46ec80dacdab4916bf855fdbad58bef.tar.gz
emacs-2dc91e65b46ec80dacdab4916bf855fdbad58bef.zip
; ChangeLog.2: Fix entry for soap-client 3.0.0 sync
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.2359
1 files changed, 180 insertions, 179 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 599a4c85b9c..31f793e8ca0 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -708,6 +708,186 @@
708 708
709 * lisp/net/soap-client.el, lisp/net/soap-inspect.el: Update home page. 709 * lisp/net/soap-client.el, lisp/net/soap-inspect.el: Update home page.
710 710
7112015-10-25 Eli Zaretskii <eliz@gnu.org>
712
713 * lisp/progmodes/grep.el (grep): Doc fix. (Bug#21754)
714
7152015-10-25 Artur Malabarba <bruce.connor.am@gmail.com>
716
717 * src/keyboard.c (post-command-hook): Extend the docstring.
718 Mainly, explain how to use it without hanging Emacs, or giving the
719 impression that it is hanging. Also mention `pre-command-hook'.
720 (pre-command-hook): Mention `post-command-hook'.
721
7222015-10-25 Artur Malabarba <bruce.connor.am@gmail.com>
723
724 * lisp/custom.el (custom-declare-variable): Shorten code again.
725 Without using pcase this time. We can't use pcase because it is
726 loaded after custom in loadup.el. Also add a comment explaining
727 this to future dummies like me.
728
7292015-10-25 Michael Albinus <michael.albinus@gmx.de>
730
731 * doc/lispref/os.texi (File Notifications): Document `stopped event'.
732
7332015-10-25 Michael Albinus <michael.albinus@gmx.de>
734
735 Introduce `stopped' event in file notification
736
737 * lisp/filenotify.el (file-notify--rm-descriptor): New defun.
738 (file-notify-rm-watch): Use it.
739 (file-notify-callback): Implement `stopped' event.
740 (file-notify-add-watch): Mention `stopped' in the docstring.
741 Check, that upper directory exists.
742
743 * test/automated/file-notify-tests.el (file-notify-test01-add-watch):
744 Add two test cases.
745 (file-notify-test02-events): Handle also `stopped' event.
746 (file-notify-test04-file-validity): Add another test case.
747
7482015-10-25 Paul Eggert <eggert@cs.ucla.edu>
749
750 Revert commit that broke 'make bootstrap'
751
752 * lisp/custom.el (custom-declare-variable): Revert commit
753 79fac080d277fed07b3c192890ad59d36d9f83b6. custom.el needs to work
754 even when pcase has not been defined yet, when doing bootstrapping.
755
7562015-10-25 Paul Eggert <eggert@cs.ucla.edu>
757
758 Port recent inline functions fix to Standard C
759
760 * src/lisp.h (LISP_MACRO_DEFUN, LISP_MACRO_DEFUN_VOID): Remove.
761 All uses rewritten to define the function directly rather than to
762 use a macro to define the function. This conforms to Standard C,
763 which does not allow stray semicolons at the top level. I hope it
764 also avoids the problems with TAGS. Those macros, though clever,
765 were pretty confusing anyway, and it wasn’t clear they were worth
766 the aggravation even without the TAGS problem.
767
7682015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
769
770 * lisp/isearch.el: Make character-fold search the default again.
771
7722015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
773
774 * lisp/character-fold.el: Many improvements.
775 (character-fold-search-forward, character-fold-search-backward):
776 New command.
777 (character-fold-to-regexp): Remove lax-whitespace hack.
778 (character-fold-search): Remove variable. Only isearch and
779 query-replace use char-folding, and they both have their own
780 variables to configure that.
781
7822015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
783
784 * lisp/isearch.el: Generalize definition of regexp-function toggles.
785 (isearch-specify-regexp-function): New macro for specifying
786 possible values of `isearch-regexp-function'.
787 (isearch-toggle-character-fold, isearch-toggle-symbol)
788 (isearch-toggle-word): Define with `isearch-specify-regexp-function'.
789
7902015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
791
792 * lisp/isearch.el (search-default-regexp-mode): New variable.
793 (isearch-mode): Use it.
794
7952015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
796
797 * lisp/isearch.el (search-exit-option, search-slow-window-lines)
798 (search-slow-speed, search-upper-case)
799 (search-nonincremental-instead, search-whitespace-regexp)
800 (search-invisible, isearch-hide-immediately)
801 (isearch-resume-in-command-history, search-ring-max)
802 (regexp-search-ring-max, search-ring-update, search-highlight)
803 (isearch-fail): Delete :group entries.
804
8052015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
806
807 * lisp/custom.el (custom-declare-variable): Shorten code a bit.
808
8092015-10-24 Juanma Barranquero <lekktu@gmail.com>
810
811 addpm.c: Silence some warnings.
812
813 * nt/addpm.c (DdeCommand): Cast pData argument of DdeClientTransaction
814 to LPBYTE.
815 (add_registry): Pass NULL to optional lpClass argument of
816 RegCreateKeyEx, not an empty string.
817
8182015-10-24 Juanma Barranquero <lekktu@gmail.com>
819
820 addpm.c: Do not add obsolete GTK libraries to the path.
821
822 * nt/addpm.c (REG_GTK, REG_RUNEMACS_PATH): Delete.
823 (add_registry): Remove variables `size' and `gtk_key'.
824 Do not add the GTK DLL directory to the library search path; it is
825 confusing behavior (in particular, the same Emacs version with and
826 without invoking addpm will use a different path), and the GTK image
827 libraries are obsolete anyway.
828
8292015-10-24 Juanma Barranquero <lekktu@gmail.com>
830
831 addpm.c: Replace existing registry entries, but do not create new ones
832
833 * nt/addpm.c (add_registry): If the Emacs registry key exists, replace
834 existing values from previous versions, but do not add new ones; the
835 key could exist for other reasons unrelated to old Emacsen, like X-style
836 resources, or to set some environment variables like HOME or LANG, and
837 in that case we don't want to populate it with obsolete values.
838
8392015-10-24 Juanma Barranquero <lekktu@gmail.com>
840
841 * nt/addpm.c (add_registry): Do not compute unused return value.
842
8432015-10-24 Juanma Barranquero <lekktu@gmail.com>
844
845 addpm.c: Don't pass REG_OPTION_NON_VOLATILE to RegOpenKeyEx
846
847 * nt/addpm.c (add_registry): Pass 0 to ulOptions argument of
848 RegOpenKeyEx, not REG_OPTION_NON_VOLATILE. This doesn't change
849 current behavior because REG_OPTION_NON_VOLATILE is defined to
850 be 0L anyway, but that option is actually documented only for
851 RegCreateKeyEx.
852
8532015-10-24 Juanma Barranquero <lekktu@gmail.com>
854
855 * src/w32notify.c (Fw32notify_add_watch): Fix version check.
856
8572015-10-24 Eli Zaretskii <eliz@gnu.org>
858
859 Update frame title when redisplay scrolls selected window
860
861 * src/xdisp.c (redisplay_window): Reconsider the frame's title
862 when the mode-line of the frame's selected window needs to be
863 updated.
864
8652015-10-24 Eli Zaretskii <eliz@gnu.org>
866
867 Update frame title when scrolling the selected window
868
869 * src/window.c (wset_update_mode_line): New function, sets either
870 the window's update_mode_line flag or the global update_mode_lines
871 variable.
872 (Fset_window_start, set_window_buffer, window_scroll_pixel_based)
873 (window_scroll_line_based): Call it instead of only setting the
874 window's update_mode_line flag.
875
8762015-10-24 Eli Zaretskii <eliz@gnu.org>
877
878 An even better fix for bug#21739
879
880 * src/window.c (set_window_buffer): If the window is the frame's
881 selected window, set update_mode_lines, not the window's
882 update_mode_line flag.
883 * src/buffer.c (Fkill_buffer): Undo last change.
884 (set_update_modelines_for_buf): Function deleted.
885
8862015-10-24 Thomas Fitzsimmons <fitzsim@fitzsim.org>
887 Alexandru Harsanyi <AlexHarsanyi@gmail.com>
888
889 Sync with soap-client repository, version 3.0.0
890
711 * lisp/net/soap-client.el, lisp/net/soap-inspect.el: 891 * lisp/net/soap-client.el, lisp/net/soap-inspect.el:
712 Bump version to 3.0.0. 892 Bump version to 3.0.0.
713 893
@@ -1101,185 +1281,6 @@
1101 * lisp/net/soap-client.el (soap-invoke): Encode the string for 1281 * lisp/net/soap-client.el (soap-invoke): Encode the string for
1102 `url-request-data' as UTF-8. Fixes issue 16. 1282 `url-request-data' as UTF-8. Fixes issue 16.
1103 1283
11042015-10-25 Eli Zaretskii <eliz@gnu.org>
1105
1106 * lisp/progmodes/grep.el (grep): Doc fix. (Bug#21754)
1107
11082015-10-25 Artur Malabarba <bruce.connor.am@gmail.com>
1109
1110 * src/keyboard.c (post-command-hook): Extend the docstring.
1111 Mainly, explain how to use it without hanging Emacs, or giving the
1112 impression that it is hanging. Also mention `pre-command-hook'.
1113 (pre-command-hook): Mention `post-command-hook'.
1114
11152015-10-25 Artur Malabarba <bruce.connor.am@gmail.com>
1116
1117 * lisp/custom.el (custom-declare-variable): Shorten code again.
1118 Without using pcase this time. We can't use pcase because it is
1119 loaded after custom in loadup.el. Also add a comment explaining
1120 this to future dummies like me.
1121
11222015-10-25 Michael Albinus <michael.albinus@gmx.de>
1123
1124 * doc/lispref/os.texi (File Notifications): Document `stopped event'.
1125
11262015-10-25 Michael Albinus <michael.albinus@gmx.de>
1127
1128 Introduce `stopped' event in file notification
1129
1130 * lisp/filenotify.el (file-notify--rm-descriptor): New defun.
1131 (file-notify-rm-watch): Use it.
1132 (file-notify-callback): Implement `stopped' event.
1133 (file-notify-add-watch): Mention `stopped' in the docstring.
1134 Check, that upper directory exists.
1135
1136 * test/automated/file-notify-tests.el (file-notify-test01-add-watch):
1137 Add two test cases.
1138 (file-notify-test02-events): Handle also `stopped' event.
1139 (file-notify-test04-file-validity): Add another test case.
1140
11412015-10-25 Paul Eggert <eggert@cs.ucla.edu>
1142
1143 Revert commit that broke 'make bootstrap'
1144
1145 * lisp/custom.el (custom-declare-variable): Revert commit
1146 79fac080d277fed07b3c192890ad59d36d9f83b6. custom.el needs to work
1147 even when pcase has not been defined yet, when doing bootstrapping.
1148
11492015-10-25 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 Port recent inline functions fix to Standard C
1152
1153 * src/lisp.h (LISP_MACRO_DEFUN, LISP_MACRO_DEFUN_VOID): Remove.
1154 All uses rewritten to define the function directly rather than to
1155 use a macro to define the function. This conforms to Standard C,
1156 which does not allow stray semicolons at the top level. I hope it
1157 also avoids the problems with TAGS. Those macros, though clever,
1158 were pretty confusing anyway, and it wasn’t clear they were worth
1159 the aggravation even without the TAGS problem.
1160
11612015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1162
1163 * lisp/isearch.el: Make character-fold search the default again.
1164
11652015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1166
1167 * lisp/character-fold.el: Many improvements.
1168 (character-fold-search-forward, character-fold-search-backward):
1169 New command.
1170 (character-fold-to-regexp): Remove lax-whitespace hack.
1171 (character-fold-search): Remove variable. Only isearch and
1172 query-replace use char-folding, and they both have their own
1173 variables to configure that.
1174
11752015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1176
1177 * lisp/isearch.el: Generalize definition of regexp-function toggles.
1178 (isearch-specify-regexp-function): New macro for specifying
1179 possible values of `isearch-regexp-function'.
1180 (isearch-toggle-character-fold, isearch-toggle-symbol)
1181 (isearch-toggle-word): Define with `isearch-specify-regexp-function'.
1182
11832015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1184
1185 * lisp/isearch.el (search-default-regexp-mode): New variable.
1186 (isearch-mode): Use it.
1187
11882015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1189
1190 * lisp/isearch.el (search-exit-option, search-slow-window-lines)
1191 (search-slow-speed, search-upper-case)
1192 (search-nonincremental-instead, search-whitespace-regexp)
1193 (search-invisible, isearch-hide-immediately)
1194 (isearch-resume-in-command-history, search-ring-max)
1195 (regexp-search-ring-max, search-ring-update, search-highlight)
1196 (isearch-fail): Delete :group entries.
1197
11982015-10-24 Artur Malabarba <bruce.connor.am@gmail.com>
1199
1200 * lisp/custom.el (custom-declare-variable): Shorten code a bit.
1201
12022015-10-24 Juanma Barranquero <lekktu@gmail.com>
1203
1204 addpm.c: Silence some warnings.
1205
1206 * nt/addpm.c (DdeCommand): Cast pData argument of DdeClientTransaction
1207 to LPBYTE.
1208 (add_registry): Pass NULL to optional lpClass argument of
1209 RegCreateKeyEx, not an empty string.
1210
12112015-10-24 Juanma Barranquero <lekktu@gmail.com>
1212
1213 addpm.c: Do not add obsolete GTK libraries to the path.
1214
1215 * nt/addpm.c (REG_GTK, REG_RUNEMACS_PATH): Delete.
1216 (add_registry): Remove variables `size' and `gtk_key'.
1217 Do not add the GTK DLL directory to the library search path; it is
1218 confusing behavior (in particular, the same Emacs version with and
1219 without invoking addpm will use a different path), and the GTK image
1220 libraries are obsolete anyway.
1221
12222015-10-24 Juanma Barranquero <lekktu@gmail.com>
1223
1224 addpm.c: Replace existing registry entries, but do not create new ones
1225
1226 * nt/addpm.c (add_registry): If the Emacs registry key exists, replace
1227 existing values from previous versions, but do not add new ones; the
1228 key could exist for other reasons unrelated to old Emacsen, like X-style
1229 resources, or to set some environment variables like HOME or LANG, and
1230 in that case we don't want to populate it with obsolete values.
1231
12322015-10-24 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * nt/addpm.c (add_registry): Do not compute unused return value.
1235
12362015-10-24 Juanma Barranquero <lekktu@gmail.com>
1237
1238 addpm.c: Don't pass REG_OPTION_NON_VOLATILE to RegOpenKeyEx
1239
1240 * nt/addpm.c (add_registry): Pass 0 to ulOptions argument of
1241 RegOpenKeyEx, not REG_OPTION_NON_VOLATILE. This doesn't change
1242 current behavior because REG_OPTION_NON_VOLATILE is defined to
1243 be 0L anyway, but that option is actually documented only for
1244 RegCreateKeyEx.
1245
12462015-10-24 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * src/w32notify.c (Fw32notify_add_watch): Fix version check.
1249
12502015-10-24 Eli Zaretskii <eliz@gnu.org>
1251
1252 Update frame title when redisplay scrolls selected window
1253
1254 * src/xdisp.c (redisplay_window): Reconsider the frame's title
1255 when the mode-line of the frame's selected window needs to be
1256 updated.
1257
12582015-10-24 Eli Zaretskii <eliz@gnu.org>
1259
1260 Update frame title when scrolling the selected window
1261
1262 * src/window.c (wset_update_mode_line): New function, sets either
1263 the window's update_mode_line flag or the global update_mode_lines
1264 variable.
1265 (Fset_window_start, set_window_buffer, window_scroll_pixel_based)
1266 (window_scroll_line_based): Call it instead of only setting the
1267 window's update_mode_line flag.
1268
12692015-10-24 Eli Zaretskii <eliz@gnu.org>
1270
1271 An even better fix for bug#21739
1272
1273 * src/window.c (set_window_buffer): If the window is the frame's
1274 selected window, set update_mode_lines, not the window's
1275 update_mode_line flag.
1276 * src/buffer.c (Fkill_buffer): Undo last change.
1277 (set_update_modelines_for_buf): Function deleted.
1278
12792015-10-24 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1280
1281 Sync with soap-client repository, version 3.0.0
1282
12832015-10-24 Nicolas Petton <nicolas@petton.fr> 12842015-10-24 Nicolas Petton <nicolas@petton.fr>
1284 1285
1285 Update the new icon 1286 Update the new icon