comparison libgui/src/main-window.cc @ 32075:9583d971e603

mfile_encoding: Add to officially documented functions. * libinterp/corefcn/input.cc (Fmfile_encoding): Rename from "F__mfile_encoding__". Add documentation. Add alias with the former name. * doc/interpreter/func.txi: Add documentation for function to manual. * doc/interpreter/basics.txi, libgui/src/main-window.cc (main_window::update_default_encoding), scripts/pkg/private/install.m (extract_pkg), scripts/testfun/__run_test_suite__.m, test/file-encoding/file-encoding.tst: Adapt for changed function name.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 04 May 2023 18:06:08 +0200
parents 81de46cd091b
children 10db16bf2440
comparison
equal deleted inserted replaced
32074:03fe0b635d2e 32075:9583d971e603
2749 emit interpreter_event 2749 emit interpreter_event
2750 ([=] (interpreter& interp) 2750 ([=] (interpreter& interp)
2751 { 2751 {
2752 // INTERPRETER THREAD 2752 // INTERPRETER THREAD
2753 2753
2754 F__mfile_encoding__ (interp, ovl (mfile_encoding)); 2754 Fmfile_encoding (interp, ovl (mfile_encoding));
2755 }); 2755 });
2756 } 2756 }
2757 2757
2758 void main_window::resize_dock (QDockWidget *dw, int width, int height) 2758 void main_window::resize_dock (QDockWidget *dw, int width, int height)
2759 { 2759 {