diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:09:00 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:18:37 -0400 |
| commit | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch) | |
| tree | a0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt | |
| parent | 1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff) | |
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt')
| -rw-r--r-- | .config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt deleted file mode 100644 index bb42609..0000000 --- a/.config/emacs/lisp/magit/docs/RelNotes/2.10.0.txt +++ /dev/null @@ -1,85 +0,0 @@ -Magit v2.10.0 Release Notes -=========================== - -Released 4 January 2017 by Jonas Bernoulli. - -We are pleased to announce the release of Magit version 2.10.0, -representing 85 commits by six people over one month. - -Also see https://emacsair.me/2017/01/04/magit-2.10. - -Changes since v2.9.0 --------------------- - -* Many new, well organized, libraries were added, consisting of code - that was previously located inside a messier "magit.el". #2908 - -* The function `magit-display-buffer' now sets the focus on the frame - used to display the selected window. #2865 - -* The Custom groups are better organized now. New groups were added, - but many options also moved between groups that already existed - before. 422d776e, 33c5c1ca - -* Many Custom groups and options now link to the relevant Info nodes - and to other relevant groups. 810d7fb4 - -* Many doc-strings were improved, added, and fixed. 47aae617 - -* Added the function `magit-repolist-column-dirty', which can be added - to `magit-repolist-columns' and `magit-submodule-list-columns'. #2907 - -* The obsolete variable `magit-repository-directory-depth' is no - longer defined as an option. 09993c39 - -* The obsolete hook variable `magit-status-refresh-hook' is no longer - defined explicitly. 7e96e831 - -Fixes since v2.9.0 ------------------- - -* Customizations of hooks were ignored, if the `custom-set-variables' - form was evaluated before the Magit libraries were loaded. #2902 - -* When rebase stopped at a commit, point was no longer placed on that - commit. #2884 - -* When creating a commit, `magit-display-buffer-fullcolumn-most-v1' - filled the entire frame, hiding the commit message buffer. #2891 - -* The commands `magit-reflog' and `magit-reflog-current' reported - a revision's reflog as empty when the name of a file in the - repository, relative to the top-level directory, matched the - revision name. 5264ffcb - -* The function `magit-repolist-column-upstream' returned the current - branch instead of its upstream. 46acbd6d - -* The functions `magit-repolist-column-unpulled-from-upstream' and - `magit-repolist-column-unpushed-to-upstream' raised a type error - if the upstream was configured but did not exist. #2904 - -* The default values of the options `magit-submodule-list-columns' - and `magit-repolist-columns' didn't match the documentation and the - Custom type. But the code that that uses these values is resilient - against that defect and so the only effect was that the values were - reported as mismatched in the Custom interface. 79f6af23 - -* The Custom type of option `magit-update-other-window-delay' didn't - match the default value. eb6d8bde - -* The shell command generated by `magit-emacs-Q-command' could end - up trying to load a directory as a library, due to a bug in Emacs. - 83980c66, debbugs#16406 - -This release also contains documentation updates and typo fixes. - -Authors -------- - - 68 Jonas Bernoulli - 13 Kyle Meyer - 1 Aleksey Uimanov - 1 Alexander Gramiak - 1 Noam Postavsky - 1 Wouter Bolsterlee |
