emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/visual-fill-column created (now cf3e2bc632)


From: ELPA Syncer
Subject: [nongnu] branch elpa/visual-fill-column created (now cf3e2bc632)
Date: Sun, 2 Jan 2022 22:58:59 -0500 (EST)

elpasync pushed a change to branch elpa/visual-fill-column.

        at  cf3e2bc632 Add option `visual-fill-column-adjust-for-text-scale`.

This branch includes the following new commits:

       new  f7eb2139ea Initial commit
       new  4b903a0adb Implement visual-fill-column
       new  f317adbb83 Write README.md
       new  d05a7e9c62 Allow `visual-fill-column-width` to be set to an integer.
       new  5082d06d3f Update README.md
       new  b63174ec24 Update README
       new  15b5cd1410 Remove option to use a fraction for 
`visual-fill-column-width'.
       new  f72b9d3740 Add small comment to header block.
       new  d3ebba9e60 Update version number in header block.
       new  52bae75db2 Add note on Melpa to README.
       new  1bb832f3a4 Change titel of README
       new  7bf332089a Fix typo.
       new  a017cb2a1e Update version number to 1.2
       new  a20db331f2 Fix error in `visual-fill-column-disable-fringe'.
       new  9863702b53 Use `fringes-outside-margins` instead of disabling the 
fringes.
       new  db1ca8f337 Use set-window-fringes to set fringes outside the margins
       new  60d8a031d5 Do not use `window-total-width'.
       new  8b98476819 Update README.md
       new  5908ad2422 Use package name in installation instructions
       new  9ab9d05139 Merge pull request #7 from expez/tweak-readme
       new  9623b802db Clarify use of `global-visual-line-mode` in the README.
       new  8e25e8416e Add URL header
       new  055933e93c Fix doc string.
       new  261e27c062 Update version number to 1.5
       new  6e6b71177d Make calls to `add-hook' a bit more self-documenting.
       new  043485d16a Rename ::window-body-width to ::window-max-text-width
       new  7ec32c974a Some optical code improvements.
       new  56355c305b Update copyright statement.
       new  ccecfac6ca Handle window splitting.
       new  4329831dd0 Add alternative function for 
`split-window-preferred-function'.
       new  96ac324638 Remove spurious empty line.
       new  ed3dec104f Fix doc string of 
`visual-fill-column-split-window-sensibly'
       new  10d01fbb98 Update version number
       new  4223f9b6f9 Add PIXELWISE argument to visual-fill-column-split-window
       new  a64c4e739c Do not adjust split-window window parameter 
visual-fill-column-split-window-sensibly
       new  62ecc38450 Make arguments of `visual-fill-column--split-window' 
optional.
       new  5c1f26f1b8 Make visual-fill-column-split-window a public function.
       new  5e698470b6 Set window parameter properly in vfc-adjust-window
       new  d24354e79b Update version number.
       new  4e294ea7a4 Explicitly refer to selected window in vsf-adjust-window.
       new  9cae9dbfd9 Set window-parameter `split-window' only in Emacs 25 and 
up.
       new  a969db2eb3 mark visual-fill-column-split-window-sensibly as autoload
       new  865c9b32ea Merge pull request #16 from wbolster/patch-1
       new  fac6a4ce67 Take text scaling into account when computing margins
       new  5f5928fd7f Merge pull request #19 from cpitclaudel/master
       new  b3b953116b Make `visual-fill-column-adjust-window' a public 
function.
       new  930c5b2c42 Add note about text size adjustments to README.
       new  98438fa2b8 Update version number.
       new  73da507c8f New function `visual-fill-column-adjust'.
       new  d3f64e7206 Update README
       new  159dcee48e Make sure we only affect margins of buffers with 
v-f-c-mode enabled.
       new  c0e5ec8f88 Fix potentially serious typos in license
       new  57c2a72d46 Merge pull request #26 from sten0/master
       new  0044394939 Make some changes to the README.md
       new  e0288e8744 Some further changes to the README.
       new  d96fefd6be Further change to the README.
       new  54b941caa6 Fix code quote in README.
       new  d97017e9bc Use correct option 
`visual-fill-column-fringes-outside-margins' in README.
       new  db89c32b4d Update copyright statement to 2018.
       new  606d86e38c Update doc string of `turn-on-visual-fill-column-mode'.
       new  dde0aa6535 Update README
       new  8aee572de5 Merge branch 'master' of 
https://github.com/joostkremers/visual-fill-column
       new  ca65ed65d2 `global-v-f-c-mode`: only activate in buffers visiting a 
file.
       new  33f68b9d94 Adjust windows on frame resize in Emacs 26.
       new  d9d4d78914 Enable scrolling in margins
       new  da5a8d688a Merge pull request #35 from yuhan0/patch-1
       new  9ddc876975 Remove space between #' and function symbol.
       new  6c6074114d Make visual-fill-column--adjust-frame global in 
`window-size-change-functions'.
       new  ccb017b24e Bug fix: calculate right margin on the basis of left 
margin.
       new  c8d61f0287 Take line number width into account.
       new  a84e36e483 Update copyright date.
       new  34ce0d22da Guard against non-existing mouse events
       new  772d4b25ba Merge pull request #38 from peterwvj/patch-1
       new  9a3a2ef3c7 Add Cask & ert-runner
       new  b1a91caac6 Merge pull request #9 from xuchunyang/patch-1
       new  a19fbe8bcf Update version number.
       new  982606896e Change :group parameter of defgroup to `text`.
       new  d6b09e5533 Add screenshots before and after.
       new  bad073f941 Fix README
       new  543ef21c3a Fix README II
       new  bf262d9823 Fix README III
       new  afa1615420 Fix README IV
       new  14e841218d Add text introducing screenshots to the README.
       new  dd6f1e0cf2 Resize screenshots.
       new  2026fd2b9e Fix typo in README.md
       new  62ccf200cf Small change to README.md
       new  0cba0dcc15 Add example code for setting 
split-window-preferred-function.
       new  64d38bc1c0 Change layout of example for advising text-scale-adjust.
       new  2048a0ce91 turn-on-visual-fill-column-mode: Do not depend on 
`visual-line-mode`.
       new  8d1326de10 Update the README.
       new  48a3690b01 Add more bindings for mouse events in the margins.
       new  7ca18f37af Rewrap comment.
       new  598bc992f0 Update Emacs dependency to 25.1.
       new  3bfeefa365 Use min-margins window parameter.
       new  f833fb94ff Use the window's previous margins as minimum margins.
       new  1da41f73a4 Use `window-size-change-functions`.
       new  4c86aebd2b Make the argument of visual-fill-column--adjust-window 
optional.
       new  7c479f1a1c Use `(selected-window)' instead of `(get-buffer-window 
(current-buffer))'.
       new  6e9f35600d Remove spurious line from 
`visual-fill-column--reset-window'.
       new  9258eaf705 Resurrect `visual-fill-column-split-window'.
       new  0c410828e0 Use `window-configuration-change-hook' in Emacs 27 as 
well.
       new  f7c0aab5c6 Splitting windows: get things right.
       new  a5332e9625 Update the README.
       new  e73f99e09f Fix the values of 
`visual-fill-column-inhibit-sensible-window-split`.
       new  ff329c5ffd Merge branch 'devel'
       new  5f5d816b5c Correctly take width of line numbers into account.
       new  99d78162d9 Add `visual-fill-column-offset`.
       new  043867c469 Fix comment.
       new  8aa3417784 Fix markup in the README.
       new  26cf5171ca Make `visual-fill-column-offset` buffer-local.
       new  141eaf1d1b Update version number.
       new  ca98d4bb93 Revert "Make `visual-fill-column-offset` buffer-local."
       new  78a21e1ee2 Revert "Add `visual-fill-column-offset`."
       new  68784162d7 Add `visual-fill-column-extra-text-width`.
       new  ad76c1692e Update doc string of `visual-fill-column--adjust-window`.
       new  5b08b9ae9d Add test for `visual-fill-column--add-extra-width`.
       new  a93dc5fc64 Do not set `visual-fill-column--min-margins` if already 
set.
       new  39cb7ab53d Unconditionally clear `window-configuration-change-hook`.
       new  6b7d8780f1 Use proper hooks according to Emacs version.
       new  46b7cb720f Do not try to restore the margin width when disabling 
v-f-c-mode.
       new  c1f6accd9e Update version number to 2.3
       new  7b8525757d Remove 
`visual-fill-column--original-split-window-function`.
       new  21eda77a66 Remove `visual-fill-column--adjust-all-windows`.
       new  06bb6157d1 Use `cond` instead of a series of `when`s.
       new  2e877fabf1 Update doc string of 
`visual-fill-column-inhibit-sensible-window-split`.
       new  6854932d7f Small fixes to README.md
       new  6fa9e7912a Do not set `split-window-preferred-function` by default.
       new  a2657f20f6 Add note about centring text.
       new  3bd339520f Add screenshot for centred text.
       new  84638e9ff4 Add a note about writeroom-mode to the README.
       new  bd78372bd3 Fix link to writeroom-mode.
       new  d55e95c109 visual-fill-column.el: Update Commentary section.
       new  ceb2c74827 Update the README.
       new  2df643827a Add adaptive-wrap screen shots.
       new  a44fe8d78c Point URL header to Codeberg.
       new  ae4edc225a Fix alignment in doc string of 
visual-fill-column--add-extra-width
       new  cf3e2bc632 Add option `visual-fill-column-adjust-for-text-scale`.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]