| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-03 | New customization API == strict improvement | benjamin | |
| 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-07-10 | redraw the modeline when feebleline is toggled off | Dickby | |
| 2018-06-04 | Merge pull request #16 from Dickby/master | tautologyclub | |
| Fix some stuff | |||
| 2018-06-04 | removed ad-do-it advice that breaks under emacs 26.1 | Benjamin Lindqvist | |
| 2018-06-01 | Update feebleline.el | Dickby | |
| 2018-05-25 | Replaced custom-set stuff with setq-default etc (n00by mistake) | Benjamin Lindqvist | |
| 2018-05-25 | Updated version to 1.1 | Benjamin Lindqvist | |
| 2018-05-25 | added require 'esh-ext to git branch | Benjamin Lindqvist | |
| 2018-04-19 | better default for git-branch (possibly) | Benjamin Lindqvist | |
| 2018-04-19 | Options for directory, previous-buffer and git branch | Benjamin Lindqvist | |
| 2018-04-04 | fix for non-file buffers | Benjamin Lindqvist | |
| 2018-04-04 | separate faces for dir and file, plus tilde-truncate home dir | Benjamin Lindqvist | |
| 2018-03-17 | Add autoload cookie | Wilfred Hughes | |
| Otherwise users are forced to require the file to get started. | |||
| 2018-02-02 | Minor refactors. Added defcustom feebleline-show-time (defaults to nil) | benjamin | |
| 2018-02-01 | Added support for emacs 24 + some refactors for melpa | benjamin | |
| 2018-02-01 | Some typo or w/e made me break everything. Seems to be fine now. | Benjamin Lindqvist | |
| 2018-01-31 | rename | benjamin | |
| 2018-01-31 | improvements | benjamin | |
| 2018-01-31 | print buffer-file-name if buffer-file-name | benjamin | |
| 2018-01-31 | bleeding edge changes | benjamin | |
| 2018-01-29 | Flicker removed by inserting straight into minibuffer, like minibuffer-line.el. | Benjamin Lindqvist | |
| 2018-01-17 | Added indicator that file has been modified after last save | benjamin | |
| 2018-01-17 | Added some default faces and generally made it slightly easier to customize | benjamin | |
| 2018-01-16 | Added feebleline-mode-line-text | Kungsgeten | |
| A variable which sets the format of the mode-line. Also allows text properties on the different parts of the mode-line. Apart from this, also some "code cleanup". | |||
| 2018-01-15 | Added feebleline.el | benjamin | |
