aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-05 01:19:30 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-05 01:19:30 -0400
commitbdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 (patch)
treec4524e6c41aa5107211103401dabfaefc81aa882 /.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt
parentfe3984f541bd32bdfa418afb305b614176b55ca0 (diff)
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt84
1 files changed, 84 insertions, 0 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt b/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt
new file mode 100644
index 0000000..92f9175
--- /dev/null
+++ b/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt
@@ -0,0 +1,84 @@
+Magit v1.0.0 Release Notes
+==========================
+
+Released 23 March 2011 by Phil Jackson.
+
+Changes since v0.8.2
+--------------------
+
+ * New library `magit-key-mode.el'. From a popup buffer dispatch
+ Magit/Emacs commands which wrap Git commands and select the
+ arguments passed to Git. Group various sets of related commands
+ in new menus and adjust them accordingly.
+
+ * New library `magit-svn.el' based on code previously in `magit.el'.
+ Improve the implementation. Control `git svn' from Magit.
+
+ * New library `magit-topgit.el' based on code previously in
+ `magit.el'. Improve the implementation. Control TopGit from Magit.
+
+ * Provide a wrapper for `completing-read'. Support using iswitchb to
+ do completion.
+
+ * Fixed and improved information shown during a rebase.
+
+ * New macro `magit-define-inserter' to define functions which insert
+ sections.
+
+ * New macro `magit-add-action'. A hook-like extension mechanism for
+ commands that behave differently based on the type of the section
+ at point.
+
+ * New macro `magit-define-command'. Like `defun' but also define
+ a hook in addition to the function/command. If a hook function
+ succeeds do not run the function body as passed to this macro.
+
+ * New commands `magit-add-change-log-entry'
+ and `magit-add-change-log-entry-other-window'.
+
+ * New command `magit-change-what-branch-tracks'.
+
+ * New commands `magit-run-git-gui' and `magit-run-gitk'.
+
+ * Various new submodule commands.
+
+ * Various new branch commands.
+
+ * Various new log commands. Remove some old log commands.
+
+ * Make reflog commands more like the log commands.
+
+ * Numerous bugfixes and tweaks.
+
+Authors
+-------
+
+ 197 Phil Jackson
+ 27 Natalie Weizenbaum
+ 25 Óscar Fuentes
+ 22 Moritz Bunkus
+ 20 Rémi Vanicat
+ 17 Aaron Culich
+ 10 Timo Juhani Lindfors
+ 8 Ramkumar Ramachandra
+ 8 Ævar Arnfjörð Bjarmason
+ 6 Yann Hodique
+ 5 Hannu Koivisto
+ 5 Julien Danjou
+ 5 Peter J. Weisberg
+ 4 Leo Liu
+ 3 Robin Green
+ 2 Brian Warner
+ 2 Christian Kluge
+ 2 Marc Herbert
+ 1 Andreas Fuchs
+ 1 Chris Bernard
+ 1 David Abrahams
+ 1 Dominique Quatravaux
+ 1 John Wiegley
+ 1 Paul Stadig
+ 1 Philip Weaver
+ 1 Remco van 't Veer
+ 1 Robert Boone
+ 1 Rüdiger Sonderfeld
+ 1 Tom Feist