diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-21 10:59:50 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-25 22:11:47 +0300 |
commit | 0a2a2b3387199c374c23912c0acfdf4156a0a84f (patch) | |
tree | 8cab97d3c18eabf84f657542a833e17ea7953ad6 /NEWS | |
parent | 8581f4c19558199466940bb7cea412fce9a1cfee (diff) | |
download | guix-0a2a2b3387199c374c23912c0acfdf4156a0a84f.tar guix-0a2a2b3387199c374c23912c0acfdf4156a0a84f.tar.gz |
emacs: Rename 'file-path' to 'file-name'.
* emacs/guix-info.el (guix-info-file-path): Rename to...
(guix-info-file-name): ... this.
* emacs/guix-list.el (guix-list-file-path): Rename to...
(guix-list-file-name): ... this.
(guix-list-get-file-path): Rename to...
(guix-list-get-file-name): ... this.
* emacs/guix-ui-generation.el (guix-generation-list-format): Adjust
accordingly.
* emacs/guix-ui-system-generation.el (guix-system-generation-list-format):
Likewise.
* NEWS: Mention faces renaming.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ Please send Guix bug reports to bug-guix@gnu.org. *** Emacs interface for system generations *** Emacs interface for hydra.gnu.org -*** Changes in Emacs interface variables +*** Changes in Emacs interface variables and faces In the following names, BUFFER-TYPE means "info" or "list"; ENTRY-TYPE means "package", "output" or "generation". @@ -30,6 +30,7 @@ ENTRY-TYPE means "package", "output" or "generation". - guix-buffer-name-function -> guix-ui-buffer-name-function - guix-update-after-operation -> guix-ui-update-after-operation - guix-search-params -> guix-package-search-params +- guix-BUFFER-TYPE-file-path (face) -> guix-BUFFER-TYPE-file-name **** Replaced - guix-list-column-format, guix-list-column-value-methods -> |