| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-27 | Use Emacs's vc backend, misc cleanup | Craig Jennings | |
| VC - Use Emacs's vc-backend to identify the project and branch - add branch symbol to indicate the branch in feebleline-git-branch Cleanup - remove unused feebleline-previous-buffer-name - remove legacy settings (Emacs 25 is now old enough to stop supporting) - changed interval timer from 0.1 to 0.2 - provide comment headings and categorized functions underneath - change some variable names for clarity and readability - added new information under contributions | |||
| 2024-04-27 | patches applied, bug fixes, reorganization, & misc | Craig Jennings | |
| Patches - add requirement on subr-x - changed function name in patch 64 from 'intialize-without-feebleline' and 'end-with-feebleline' to feebleline-disable and feebleline-reenable - Add functions to neutralize/restore feebleline #64 https://github.com/tautologyclub/feebleline/pull/64/commits/4c3d83ef1d62ea2a5f29d3dda2b4b3446aace0d5 - Do not get git branch on tramp files or buffers without a file #65 https://github.com/tautologyclub/feebleline/pull/65/commits/dedb5e327d08bc9e4ac87422a43878ed6557ca94 Bug Fixes - fix alignment code and default to left if alignment not specified - require 'cl-lib rather than 'cl-macs - add defgroup for customization Reorganization - move custom variables, faces, and other constants to top - move feebleline-disable and feebleline-reenable to bottom of code after feebleline-mode is defined to avoid undefined variable issues Misc - add SPDX-License-Identifier for GPL-3.0-or-later - add requires Emacs 25.1 for project and window divider functionality - add feebleline-file-or-buffer-face face - nearly all documentation strings improved many missing ones added - remove all stray disabled code | |||
| 2024-04-27 | add lexical binding statement | Craig Jennings | |
| 2019-08-22 | Merge pull request #46 from jcs-PR/wdc | tautologyclub | |
| Disable window-divider when deactive. | |||
| 2019-08-22 | Merge branch 'master' into wdc | Jen-Chieh Shen | |
| 2019-08-22 | Merge pull request #45 from jcs-PR/ml-toggle | tautologyclub | |
| Working version to fixed mode-line toggle issue. | |||
| 2019-08-22 | Merge pull request #43 from tautologyclub/development | tautologyclub | |
| Enable getting git branch w/o magit | |||
| 2019-08-22 | Ignore stderr when getting git branch | Benjamin Lindqvist | |
| 2019-08-22 | Enable getting git branch w/o magit | Benjamin Lindqvist | |
| Force push fix for removing newline | |||
| 2019-08-22 | Merge pull request #38 from rgiar/master | tautologyclub | |
| autoload magit to prevent errors, log future errors once to *Messages* | |||
| 2019-07-21 | Use walk window. | jenchieh | |
| 2019-07-21 | Fixed with window. | jenchieh | |
| 2019-07-21 | Use simplified version to walk through windows. | jenchieh | |
| 2019-07-21 | Use previous instead. | jenchieh | |
| 2019-07-12 | Disable window-divider when deactive. | jenchieh | |
| 2019-07-11 | Cleanup count window. | jenchieh | |
| 2019-07-11 | Working version to fixed mode-line toggle issue. | jenchieh | |
| 2019-07-11 | Merge pull request #44 from jcs-PR/typo | tautologyclub | |
| Return project name without projectile. | |||
| 2019-07-11 | Return project name without projectile. | JenChieh | |
| 2019-07-11 | Merge pull request #41 from jcs-PR/typo | tautologyclub | |
| Fixed typo in README.md | |||
| 2019-07-11 | Merge pull request #42 from ether42/master | tautologyclub | |
| Fix right alignment | |||
| 2019-07-10 | Fix right alignment | Kevin Boulain | |
| 2019-07-10 | Fixed typo. | JenChieh | |
| 2019-06-30 | display errors inserting modeline info, once | Rob Giardina | |
| 2019-06-30 | autoload magit if needed | Rob Giardina | |
| 2019-04-02 | Only check file-remote-p if buffer is file | Benjamin Lindqvist | |
| 2019-04-02 | Merge pull request #35 from tautologyclub/development | tautologyclub | |
| Development | |||
| 2019-04-02 | Update README.md for new "release" | Benjamin Lindqvist | |
| 2019-04-02 | Disable git branch info when file is remote | Benjamin Lindqvist | |
| Using magit-get-current-branch caused emacs to completely blow up when using tramp. Workaround is to not even try on remote files, just return "-" | |||
| 2019-04-02 | Don't bloat echo area vertically | Benjamin Lindqvist | |
| 2018-10-30 | Merge pull request #33 from ether42/alignment | tautologyclub | |
| Less hackish alignment handling | |||
| 2018-10-21 | update readme | Kevin Boulain | |
| 2018-10-21 | replace hard-coded name | Kevin Boulain | |
| 2018-10-21 | less hackish alignment handling | Kevin Boulain | |
| It could easily be extended to provide middle alignment if desired. | |||
| 2018-10-11 | removed magit-get-current-branch as default option (should recommend in ↵ | benjamin | |
| README tho) | |||
| 2018-10-11 | Selective merge of PR#30 (:keywords added, mainly) | benjamin | |
| 2018-10-11 | forgot to include the actual error ignoring in last commit | benjamin | |
| 2018-10-08 | review: don't require magit | Kevin Boulain | |
| User should load magit if desired. Or simply remove the function from feebleline-msg-functions. | |||
| 2018-10-06 | use keywords instead of alist in feebleline-msg-functions | Kevin Boulain | |
| So it's a bit easier to customize. | |||
| 2018-10-06 | always return line and column numbers | Kevin Boulain | |
| For example, buffer-file-name returns nothing for the scratch buffer, which is probably not what we want. | |||
| 2018-10-06 | magit-get-current-branch may not be bound or return anything | Kevin Boulain | |
| It's probably better to try to import the required packages than to check if it is bound because the user may not load magit itself. Also fallback on rev-parse to display something in case the branch isn't available (for example, detached HEAD). | |||
| 2018-10-04 | Slight cleanup + catch errors when echoing | benjamin | |
| 2018-10-03 | New customization API == strict improvement | benjamin | |
| 2018-10-02 | Prototype customization improvement | benjamin | |
| 2018-10-02 | Merge branch 'master' of https://github.com/tautologyclub/feebleline into ↵ | benjamin | |
| development | |||
| 2018-09-14 | use magit's function to obtain git branch | benjamin | |
| The old method was just incredibly hacky and bad. If magit is not installed, we still use the old method as fallback (but who doesn't use magit anyway) | |||
| 2018-09-11 | Merge remote-tracking branch 'origin/master' | benjamin | |
| 2018-09-11 | Made it possible to not show linenum info in feebleline. Solves #22 | benjamin | |
| 2018-08-02 | Merge pull request #20 from Dickby/master | tautologyclub | |
| redraw the modeline when feebleline is toggled off | |||
| 2018-07-10 | redraw the modeline when feebleline is toggled off | Dickby | |
