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

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

[elpa] branch externals/valign created (now 82be45d)


From: Stefan Monnier
Subject: [elpa] branch externals/valign created (now 82be45d)
Date: Tue, 1 Dec 2020 18:18:24 -0500 (EST)

monnier pushed a change to branch externals/valign.

        at  82be45d   Bug fix

This branch includes the following new commits:

       new  29bf04f   Init
       new  c9d6233   * valign.el (Commentary): Fix typo.
       new  36c8891   New files
       new  57b004d   * README.org: Move image down.
       new  4146b5d   * valign.el (valign-table): Don’t align separator row if 
don’t exist.
       new  a28b966   * valign.el (valign--cell-width): Fix symbol-not-found
       new  056138e   * valign.el (valign--cell-alignment): Fix unused variable.
       new  eb787e7   * table.png: Delete file.
       new  6f813f3   Add images
       new  9f2bc32   Add another separator row style.
       new  03da172   Various fixes
       new  b0cea9f   Make point appear in the middle for empty cells
       new  f8a4a38   Fix case for multiple separator rows
       new  258f627   * valign.el (valign--clean-text-property): Fix.
       new  25b75fc   Support Emacs 26
       new  8c05580   * valign.el (valign-table): Fix separator alignment.
       new  4af6efd   Support overlay image
       new  f0c030e   * valign.el (valign--pixel-width-from-to): Support 
invisible text.
       new  f4235e7   Add support for Org Agenda
       new  586bba2   Fix package-lint and checkdoc warns
       new  8618a44   Add valign-mode
       new  9a9a4a1   Merge branch 'master' into master
       new  eea08cc   Re add org-agenda support.
       new  1d915f7   Merge pull request #1 from tumashu/master
       new  2a60a4d   Remove valign-setup
       new  62bfe1a   Minor change
       new  9f62c59   * valign.el (valign--pixel-width-from-to): Fix invisible 
text detection.
       new  954906d   Add more hooks
       new  e555277   Add with-silent-modification
       new  6905c5d   Better handling for invisible text
       new  15b1bff   * valign.el (valign-mode): Change docstring.
       new  bdb56ce   Sync all org mode alignment state automatically
       new  22c6b7c   Update doc
       new  3c70c15   * valign.el (valign-mode): Fix.
       new  931d102   * valign.el (valign-mode): Always add jit-lock hook.
       new  3752d53   Solve a bunch of edge cases
       new  46de910   Remove outdated documentation.
       new  5b9a086   Fix edge case
       new  8cfe0ca   * valign.el (valign-separator-row-style): Add choice 
definition.
       new  322f8f5   * valign.el (valign-separator-row-style): Fix definition.
       new  927d82d   Support indented tables
       new  81de913   Property support tabs
       new  db0c4d8   Add support for markdown tables
       new  fc4c812   * valign.el (valign-mode): Advice org-table-align instead.
       new  1e9e16b   * valign.el (valign--align-separator-row): New 
implementation for gfm-mode.
       new  f3759db   Add proper right alignment for markdown tables
       new  da56833   Always realign markdown tables
       new  e885f67   Merge branch 'markdown'
       new  a9614de   Update documentation
       new  f8c521a   Refactor glyph calculation
       new  dc72743   Fix infinite loop
       new  cd7c17f   Fix infinite loop
       new  cc3e068   * valign.el (valign--end-of-table): Change re.
       new  638f978   Fix infinite loop!!
       new  9035bac   * valign.el (valign--cell-alignment): Give a default 
alignment.
       new  994a4dc   Advice outline
       new  2014054   ; * README.org: Minor change.
       new  828aebb   * valign.el (valign--beginning-of-line): Fix.
       new  cf4f9c9   * valign.el (valign-initial-alignment): Check buffer 
visibility.
       new  cc53114   * valign.el (valign-initial-alignment): Fix.
       new  51411a4   ; * README.org: Minor change.
       new  3a84705   Suppress some errors
       new  04d299e   Change eql dispatcher to derived-mode
       new  c7bf583   Support org-agenda-mode
       new  4abb733   Workaround Emacs’s inability to use multiple derived-mode 
specializers
       new  d163320   Use a custom function to guess mode
       new  5d98161   Ignore some errors
       new  efb9b0f   * README.org: Rearrange images.
       new  f2ccbd9   * README.org: Rarrange.
       new  455cb2c   * valign.el (Version): Change to 1.0.0.
       new  9daeab8   * valign.el (valign-table-quite): Really ignore errors.
       new  7b581e0   Remove valign-werid-alignment error
       new  411754b   Fix function name
       new  24ad00d   * valign.el (valign--cell-width): Includes extra spaces 
in cell width.
       new  16656b5   * valign.el (valign--calculate-table-info): Record empty 
columns.
       new  645260f   * valign.el (valign-table): Allow edebug.
       new  ef090ad   * valign.el (valign--org-mode-hook): Put our hook at the 
end.
       new  f6d60d2   Merge two implementations for valign--align-separator-row
       new  e32d191   Valign-table refactor
       new  82566b3   Fix tab calculation
       new  6578fe4   * valign.el (valign-table): Don’t message errors.
       new  5dc85c3   Add more hooks
       new  e9975b7   Use new text size calculation
       new  8b6ce8c   * valign.el (valign--cell-width): Minor change.
       new  e2a2a85   Rework hooks
       new  44651e9   * valign.el (valign-mode): Change text-scale hooks.
       new  e084c38   Change to local mode
       new  dcf6bd8   Add force align
       new  53be5d7   Add fancy bar
       new  98eae8d   * valign.el (valign-table): Remove setter for custom 
option.
       new  a4b435c   Fix fancy bar color and remove overlays
       new  21a397a   Update README
       new  4ecc990   * valign.el (valign--table-face): Fix markdown-mode.
       new  c13657e   Fix infinite loop
       new  c4ddfb3   Fix org-flag-region advice
       new  a04e1e7   * valign.el (valign--beginning-of-table): Fix infinite 
loop.
       new  d5691a3   * valign.el (valign--cell-width): Fix wrong alignment for 
strike-throgh.
       new  d4f5141   Workaround line-number bug
       new  cf3a794   Fix: cursor disappears on bars when fancy-bar is t
       new  5c5a7a7   * README.org: Fix typo.
       new  1a614d2   Add missing with-silent-modifications form
       new  159ae0f   Fix typo
       new  e438083   Change text property to overlay
       new  eaa5cb1   Enable autoload mechanism
       new  09e89aa   * valign.el (valign--at-table-p): Don’t align org blocks.
       new  901112e   Update to 2.0.0
       new  5b0c557   * README.org (Customization): Update.
       new  c5eb220   Remove valign--face-attribute
       new  2fe8f52   * valign.el (valign-table): Move the check for GUI into 
condition-case form.
       new  ba7a72b   * valign.el (valign-table): Tuck in some long lines.
       new  7529ddd   Revert "* valign.el (valign-table): Tuck in some long 
lines."
       new  e91abf2   Extract out boilerplate from valign-table
       new  1126f3f   * valign.el (valign-table-quiet): Don't report error even 
if debug-on-error is non-nil.
       new  a68750a   * valign.el (valign-table): Add missing docstring.
       new  59dfb21   * valign.el (valign--fancy-bar-cursor-fn): Thinner bar 
when cursor is bar.
       new  561650f   Change internal implementation
       new  16cbfe1   * README.org: Add use-package snippet.
       new  ed8dd50   Remove obsolete functions
       new  cb95dc1   Separate valign--do-table
       new  d132330   Align separator row like other rows
       new  80cf682   Remove some internal variables
       new  a632117   * valign.el (valign--do-column): Go to beginning of line 
first.
       new  9554e4b   Clean up valign-table-1
       new  47641e3   * valign.el (valign-table-1): Rename 'end' to 'table-end'.
       new  c70c64e   * valign.el (valign--clean-text-property): Remove code 
using 'text-property-search-forward'.
       new  ea71f38   * valign.el (valign-fancy-bar): Fix typo.
       new  97beef8   Remove valign-table-quiet
       new  9033d3b   Replace text property with overlay
       new  fc591d8   * valign.el (valign-table-1): Clear overlay before 
measuring table.
       new  88dd625   Change align padding
       new  44f065d   * valign.el: Bump version to 2.1.0
       new  ced2f6a   * valign.el (valign-table-1): Fix search term.
       new  1412fef   * valign.el (valign-table): Suppress search errors.
       new  f9bfbcf   Made aligning lazy
       new  693f086   * valign.el (valign-mode): Change tab-advice to :after.
       new  44c747b   * valign.el (valign-table): Clean up table if error 
occurs.
       new  035c8e2   * valign.el (valign-mode): Alert user that valign-mode 
has no effect under non-graphical display.
       new  973ddd6   * valign.el: Fix typo.
       new  7244d66   * valign.el (valign--put-overlay): Make overlays 
non-sticky.
       new  237293b   Change signal-catch to if-else
       new  70b3004   * valign.el (valign-table-1): Minor change.
       new  07585a7   Change advice
       new  143a4de   Align tables when re-enabling valign-mode
       new  762b115   * valign.el (valign--separator-row-add-overlay): Change 
'valign--glyph-width-at-point' to 'valign--pixel-width-from-to'.
       new  a8d93c5   Fix markdown table alignment
       new  1858260   * valign.el: Bump version to 2.2.0
       new  70c5c91   * valign.el: Remove obsolete number regexp.
       new  7315f4b   Add support for org-indent
       new  9fc0c11   Use new function to calculate space and bar width
       new  eb22fae   Add hooks to org-indent-mode
       new  8c28c8c   * valign.el: Bump version to 2.3.0.
       new  9e1d2f4   Fix the problem where cells get too much padding
       new  84dc2ce   Fix misalignment
       new  ac5bdad   Fix cell-width calculation
       new  e82e1f0   Re-align in jit-lock-functions
       new  e0362c0   * valign.el (valign-region): Report to jit-lock the 
actual end of fontified region.
       new  fe1160a   * valign.el (valign-mode): Remove obsolete code.
       new  6e3e6ce   ; Add test file and Makefile
       new  6a4a91b   Add a case for empty cells
       new  2054ccf   Fix fancy bar
       new  fcb62c4   * valign.el (valign--glyph-width-of): Fix docstring.
       new  55cde13   * valign.el (valign-table-1): Add indent.
       new  316452b   Change fancy bar to use overlay
       new  0e77a02   Add some commands that suppresses auto alignment
       new  4005231   Fix inconsistency after enabling org-indent
       new  4f3eccd   Fix wrong argument nil error when valign-region receives 
no arguments
       new  99300eb   Add support for table.el tables
       new  6468741   Add better table.el table support
       new  4c514ce   Use text properties for table.el tables
       new  8e598bf   ; * test.org: Add a test table.
       new  bf68d39   Remove single-column style
       new  6e01d5b   Update README
       new  eea7454   * valign.el (cl-generic): Add require.
       new  16e3313   * valign.el (Commentary): Update.
       new  666e7d7   * valign.el (valign--end-of-table): Fix infinite loop.
       new  831c2a7   * valign.el (valign--do-row): Fix infinite loop.
       new  65859b3   Refactor out valign--cell
       new  5729733   * valign.el: Move user land code down below (re-layout).
       new  efa9b3c   Refactor code that calculates column width
       new  e94782a   Remove org-agenda-finalize-hook
       new  d799e31   ; * valign.el (valign--cell-content-config): Fix typo.
       new  7afe578   Improve documentation
       new  d18aea8   Improve error handling
       new  62766e7   Add custom group
       new  d37ce14   Add column padding
       new  7c67cf6   Update documentation
       new  27998c6   Update documentation
       new  ce1a53c   ; * test.org: Update.
       new  841925f   Remove all advice when they are not needed
       new  58f5dc8   * valign.el: Update keywords.
       new  cd2b563   * valign.el: Bump version to 3.0.0.
       new  06d9e1a   Prepare for ELPA
       new  11f02f5   Allow non-table lines at the end of the table
       new  b189102   ; * test.org: New test.
       new  2d7918b   Minor fixes
       new  5e70d9b   Fix beginning- and end-of-table functions
       new  a0e40c5   Fix alignment in Markdown mode
       new  82be45d   Bug fix




reply via email to

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