comparison Filelist @ 28303:9849df834f1d v8.2.4677

patch 8.2.4677: the Athena GUI support is outdated Commit: https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 18:02:37 2022 +0100 patch 8.2.4677: the Athena GUI support is outdated Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 19:15:04 +0200
parents 64f78eb337ea
children db38dab0e525
comparison
equal deleted inserted replaced
28302:d81a8f2db704 28303:9849df834f1d
444 src/configure \ 444 src/configure \
445 src/configure.ac \ 445 src/configure.ac \
446 src/create_cmdidxs.vim \ 446 src/create_cmdidxs.vim \
447 src/create_nvcmdidxs.c \ 447 src/create_nvcmdidxs.c \
448 src/create_nvcmdidxs.vim \ 448 src/create_nvcmdidxs.vim \
449 src/gui_at_fs.c \
450 src/gui_at_sb.c \
451 src/gui_at_sb.h \
452 src/gui_athena.c \
453 src/gui_gtk.c \ 449 src/gui_gtk.c \
454 src/gui_gtk_f.c \ 450 src/gui_gtk_f.c \
455 src/gui_gtk_f.h \ 451 src/gui_gtk_f.h \
456 src/gui_gtk_x11.c \ 452 src/gui_gtk_x11.c \
457 src/gui_gtk_res.xml \ 453 src/gui_gtk_res.xml \
472 src/os_unixx.h \ 468 src/os_unixx.h \
473 src/osdef.sh \ 469 src/osdef.sh \
474 src/osdef1.h.in \ 470 src/osdef1.h.in \
475 src/osdef2.h.in \ 471 src/osdef2.h.in \
476 src/pathdef.sh \ 472 src/pathdef.sh \
477 src/proto/gui_athena.pro \
478 src/proto/gui_gtk.pro \ 473 src/proto/gui_gtk.pro \
479 src/proto/gui_gtk_x11.pro \ 474 src/proto/gui_gtk_x11.pro \
480 src/proto/gui_gtk_gresources.pro \ 475 src/proto/gui_gtk_gresources.pro \
481 src/proto/gui_motif.pro \ 476 src/proto/gui_motif.pro \
482 src/proto/gui_xmdlg.pro \ 477 src/proto/gui_xmdlg.pro \