Merge branch '4426_cleanup'
commit8a91de70c4e7aba2dd01218c416f4135d049e1a4
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 29 Jan 2023 08:25:45 +0000 (29 11:25 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 29 Jan 2023 08:25:45 +0000 (29 11:25 +0300)
tree24fec585467bfc93d5dc928922b617a182db235f
parenta01fe3889700ee982e88f2f2c715cee62a98e118
parent8279b4b7e8196978ed818ba507eb3124e022cfad
Merge branch '4426_cleanup'

* 4426_cleanup: (49 commits)
  ru/mc.1: fix typo.
  doc/NEWS: indentation.
  Update po/*.po files.
  Ticket #4437: (file_frmt_time): fix time format.
  mcedit: use diff syntax highlighting for git commit messages
  (load_extension_file): make one-line long error messages multi-line.
  mc.ext.ini.in: fix a typo (closes MidnightCommander/mc#178).
  Filehighlight: recognize vsix files as zip files (closes MidnightCommander/mc#171).
  mcedit: support modern ECMAScript syntax in TypeScript (closes MidnightCommander/mc#172).
  Aadd syntax highlighting for modern ECMAScript (closes MidnightCommander/mc#172).
  extfs helpers: replace "perl -w" with "use warnings" (closes MidnightCommander/mc#174).
  (do_find): use dir_list_append() to create file list for panelization.
  (do_find): remove unused variable.
  Fix various typos in the source code (closes MidnightCommander/mc#177).
  (panel_destroy): don't free file list.
  (search_content): use g_get_monotonic_time() instead of g_get_real_time().
  (extfs_get_plugins): minor optimization.
  (edit_read_syntax_rules): trivial refactoring.
  mcedit (syntax): minor optimization.
  src/filemanager/panelize.c: use GSList to hold panelize entries.
  ...