Skip to content

Commit

Permalink
Cleanup and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Jan 26, 2016
1 parent 18cdcaa commit fa9a421
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
### Removed
- Fixed [#627](https://github.com/JabRef/jabref/issues/627): The pdf field is removed from the export formats, use the file field
- Removed configuration option to use database file directory as base directory for attached files and make it default instead.
- Removed save session functionality as it just saved the last opened tabs which is done by default
- Removed CLI option -l to load a session



Expand Down
1 change: 0 additions & 1 deletion src/main/java/net/sf/jabref/gui/keyboard/KeyBinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public enum KeyBinding {
IMPORT_INTO_CURRENT_DATABASE("Import into current database", Localization.lang("Import into current database"), "ctrl I"),
IMPORT_INTO_NEW_DATABASE("Import into new database", Localization.lang("Import into new database"), "ctrl alt I"),
INCREASE_TABLE_FONT_SIZE("Increase table font size", Localization.lang("Increase table font size"), "ctrl PLUS"),
LOAD_SESSION("Load session", Localization.lang("Load session"), "F12"),
MARK_ENTRIES("Mark entries", Localization.lang("Mark entries"), "ctrl M"),
NEW_ARTICLE("New article", Localization.lang("New article"), "ctrl shift A"),
NEW_BOOK("New book", Localization.lang("New book"), "ctrl shift B"),
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2418,6 +2418,7 @@ Refresh_OO=Refresh_OO
Resolve_duplicate_BibTeX_keys=Resolve_duplicate_BibTeX_keys
Save_all=Save_all
String_dialog,_add_string=String_dialog,_add_string
Save_session=Save_session
String_dialog,_remove_string=String_dialog,_remove_string
Switch_preview_layout=Switch_preview_layout
Synchronize_files=Synchronize_files
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/l10n/Menu_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Search_ACM_Portal=Search_ACM_Portal
Select_all=Select_&all
Set_up_general_fields=Set_up_&general_fields
Show_error_console=Show_error_console

Save_session=Save_session
Sort_tabs=&Sort_tabs
Switch_preview_layout=&Switch_preview_layout
# Export menu
Expand Down

0 comments on commit fa9a421

Please sign in to comment.