Remove intltool dependency and update build system#39
Open
Alhkxsj wants to merge 4 commits intotarot231:mainfrom
Open
Remove intltool dependency and update build system#39Alhkxsj wants to merge 4 commits intotarot231:mainfrom
Alhkxsj wants to merge 4 commits intotarot231:mainfrom
Conversation
- Fix replace/DND issues - Update desktop file - Update copyright to 2025 - Add comments
- Add function to toggle menu bar visibility - Bind Ctrl+M shortcut to toggle menu bar - Addresses Issue tarot231#17
- Implement recent files list (max 10 files) - Add dark theme toggle option - Update menu with recent files submenu - Add menu bar toggle (Ctrl+M) - Clean up commented code and TODO in headers - Fix Replace, DND, and desktop file issues - Update copyright year to 2025 Features: - Recent files in File menu - Dark theme option in Options menu - Menu bar visibility toggle (Ctrl+M) - Improved code readability
- Remove intltool-extract.in, intltool-merge.in, intltool-update.in - Update po/Makefile.am to use pure gettext instead of intltool - Update data/Makefile.am to use leafpad.desktop directly - Update INSTALL with modern autotools installation instructions - Simplify .gitignore for build artifacts - Regenerate configure script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes intltool dependency and updates the build system.
Note: This PR depends on PR #38. Please review and merge PR #38 first.
Changes:
This PR includes all changes from PR #38 plus the build system updates.