Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch trunk Excluding Merge-Ins

This is equivalent to a diff from 0e0b9ce962 to 0e0b9ce962

2024-05-12
00:03
Import changes from personal repository (GNUmakefile) - Add new target, clean-cache, for cleaning up eln-cache directory - Add target for #{DISABLEDHOSTS} (aliases.commands) - Add new alias for changing to Windows home directory (bash_unix_sv) - Remove xterm-256color logic (bashrc) - Set WINHOME variable - Update BROWSER variable selection to preferred application - Update EDITOR variable selection to preferred application - Do not erase tput kbs on MINGW64_NT - Add ~/.dotnet/tools directory to PATH should it exist - Make sure dotnet programs know where main binary is installed (emacs.d/init.el) - Improve support for setting up load-path under MS Windows - Add ~/.dotnet/tools directory to exec-path - Use Cascadia Code[1] under MS Windows - Install and configure all-the-icons-dired[2] - Install and configure all-the-icons-ibuffer[3] - Install and configure dotnet[4] - Reorganize projectile[5] and friends - Install ox-pandoc[6] should pandoc(1) be installed - Configure js-mode to use LSP - Do not install yaml-mode unless npm is found - Install and configure company-org-block[7] - Install csharp-mode for older versions of Emacs. Note that csharp-mode is included in GNU Emacs as of 29.1[8] - Only install go-mode if golang is installed - Only install lsp-java mode if java is installed - Go ahead and install lsp-mode regardless if npm is installed - Only install php-mode should npm be installed - Go ahead and configure sh-mode regardless if npm is installed - Install and configure web-mode[9] (emacs.d/snippets/c-mode/bp) (emacs.d/snippets/java-mode/bp) - Correct typo in header (emacs.d/snippets/csharp-mode/bp) (emacs.d/snippets/csharp-mode/getset) (emacs.d/snippets/csharp-mode/svnbp) - Initial entry (emacs.d/snippets/html-mode/phpbp) - Remove outdated TODO (gitconfig) - Standardize on 'trunk' as default branch (nanorc) - Customize to taste (prompts) - Only enable git features in prompt should git(1) be installed (setup.sh) - Strip trailing slash from $HOME - Bump copyright - Add selected_editor file to list of propagated files - Re-write synchronization conditional (thirdparty/git-completion.bash) - Update git completion scripts to v3.24.1 (tmux.conf) - Display short, as opposed to full, hostname (vscode/snippets/README.org) - Initial entry (vscode/snippets/csharp.json) - Add snippet configuration file for MS VSCode Footnotes: [1] https://github.com/microsoft/cascadia-code [2] https://github.com/jtbm37/all-the-icons-dired [3] https://github.com/seagle0128/all-the-icons-ibuffer [4] https://github.com/julienXX/dotnet.el [5] https://github.com/bbatsov/projectile [6] https://github.com/kawabata/ox-pandoc [7] https://github.com/xenodium/company-org-block [8] https://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/progmodes/csharp-mode.el?id=d47e05219f963c28be3b018f31d232aa8eeb200f [9] https://github.com/fxbois/web-mode Leaf check-in: 0e0b9ce962 user: cfuhrman tags: 2024.05, trunk
2023-11-17
17:52
Periodic sync w/ trunk (GNUmakefile) - Add support for generating tomdoc[1] from shell files - Do not create markdown README file when invoking public target (aliases.commands) (bash_bsd) (bash_darwin) (bash_linux) (bash_profile) (bash_unix_sv) (bashrc) (prompts) (setup.sh) - Comment for tomdoc (docs/GNUmakefile) - Add EMACS-UNDER-MSWIN.org reference (docs/README.org) - Mention experimental Emacs support under MS-Windows (emacs.d/init.el) - Add a check to make sure this configuration is run on a reasonably current version of emacs (>= 27.1) - Add experimental support for running this configuration under MS-Windows - Re-organization of packages alphabetically - Install and configure dsvn - Make sure yaml-mode is loaded after hl-todo-mode - Set lat/long to Greenwich, London, UK so Emacs will load with configuration modification Footnotes: [1] http://tomdoc.org/ check-in: d0b9bb13e6 user: cfuhrman tags: trunk, v2023.11