summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-27 08:15:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-27 10:02:41 -0800
commit064ce98a651bd3f16b65aa4082c95d540648257e (patch)
tree4069525520b5a7af239e4ec8d0521eb3ed151e68 /ChangeLog
parent41ea82c88cb666ee600df9ef8fafec4cea3432c0 (diff)
downloadgnulib-064ce98a651bd3f16b65aa4082c95d540648257e.tar.gz
Make autopull a shell function too
This does not change behavior. It is helpful for future changes. * top/autopull.sh: Call autopull to do the actual work. (usage, download_po_files, update_po_files): Move to top/bootstrap-funclib.sh. * top/bootstrap-funclib.sh (autopull_usage): Rename from ‘usage’. (autopull): New function, containing the top level of the old top/autopull.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fd73f3f74..21dbc68b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2022-12-27 Paul Eggert <eggert@cs.ucla.edu>
+ Make autopull a shell function too
+ This does not change behavior. It is helpful for future changes.
+ * top/autopull.sh: Call autopull to do the actual work.
+ (usage, download_po_files, update_po_files):
+ Move to top/bootstrap-funclib.sh.
+ * top/bootstrap-funclib.sh (autopull_usage): Rename from ‘usage’.
+ (autopull): New function, containing the top level of the
+ old top/autopull.sh.
+
Make autogen a shell function too
This does not change behavior. It is helpful for future changes.
* top/autogen.sh: Call autogen to do the actual work.