[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] branch elpa/rpm-spec-mode created (now 283d2aac4e)
From: |
ELPA Syncer |
Subject: |
[nongnu] branch elpa/rpm-spec-mode created (now 283d2aac4e) |
Date: |
Wed, 26 Mar 2025 16:03:09 -0400 (EDT) |
elpasync pushed a change to branch elpa/rpm-spec-mode.
at 283d2aac4e Use format instead of concat where it makes sense
This branch includes the following new commits:
new 8c2d32191f Initial commit
new 61c6272773 Added existing version 0.12.
new d628b77f9d Added 5 patches from Fedora emacs-rpm-spec-mode.
new e31b6957e5 Updated mail address and bumped version to 0.14.
new 51824f5810 add %verify-script
new f7f708210b replace deprecated string-to-int
new 9050a2f9ca fix compilation warnings due to variable scoping
new 3cc996f665 use `with-current-buffer' to avoid compilation warning
new abbe4ae0e7 call rpm-insert-group interactively to avoid compilation
warning
new fa1dd6b5bd avoid compilation warning for set-keymap-name
new d3537f8f6d prevent %pre etc. being highlighted in comments
new 796114105f add myself to contributor list
new eb541f8c0c Merge pull request #1 from aspiers/master
new 722fd80fb6 Bump to version 0.15
new 53c90b5404 Update rpm-spec-mode-version to current version.
new c6586dd80e Use rpm-spec-doc-face for %license entries in %files
new 3a1cf3d4a9 Update my email address
new e9d164f35a rpm-section-regexp: Sync with rpm 4.12.0, order for
easier sync checking
new de2e15d1e0 rpm-tags-list: Sync with rpm 4.12.0, order for easier
sync checking
new 405805ef46 Merge pull request #7 from scop/update-to-4120
new 9e9c89fb89 Merge pull request #4 from scop/email-address
new d04ef6afd4 Merge pull request #3 from scop/license-face
new 7d06d19a31 Bump to version 0.16
new 594a2c588d Add basic Imenu support for easy navigation.
new 2276b05457 Sync script and tag lists with rpm 4.12.90
new c1c38050c4 Merge pull request #9 from scop/rpm-4.12.90
new 2f6240df9e Use zero-padded date (%d) instead of space-padded date
(%e)
new afe4307679 Convert to UTF-8
new e95001cf4e Fix compatibility with Emacs 28.1
new e050606029 Merge branch 'pr-17'
new fabbd5cacc Replace custom font lock face defaults with inheritance
from common names.
new 7bdf0d224e Merge branch 'add-imenu-support' into
thaodan/personal_merger
new a7c4ece3e8 Remove obsolete use of (easy-menu-add)
new df6fb6a3d9 Fix documentation strings and error output
new 2a9ba31f75 Use push rather than add-to-list for rpm-imenu-index
new 04ccfdbe97 Update RPM related stuff to 4.16.1.3
new 50ce453a83 Define keymap using defvar-keymap rather than our own
logic
new 5d8bc10065 Refactor to define mode using derived-mode
new f5ca6aeb12 Only have function args for functions that use them
new c5c04c4d3c Remove unused variable
new d3c7d70f22 Fix push index
new 739f45912a Replace list->string with mapconcat
new f099e01fdb Fix font-lock
new bc5c240faa Use setq-local rather than make-localvariable and setq
new 73f4abb50b Tell shell-script-mode that the shell is always rpm
new d1331ab0e5 Recreate Readme with org-mode
new c69847de7a Eliminate redundant variable `rpm-section-list`.
new ebe3d4d9ba Update keywords for RPM 4.20.
new 85bf4e9711 Update sections for RPM 4.20.
new e2421d4f91 Eliminate duplicate transfiletriggerun entries
new 582463111a Order rpm-sections by typical position in spec file.
new c20a6f0160 Merge RPM 4.20 changes into thaodan/personal_merger [#3]
new 9e4fcfe7cd Quote/unquote macros when commenting/uncommenting
new 4438caf37f Align docstring of comment-region functions with
newcomment.el
new 2c00614768 Revert Improve rpm-spec-mode GNU compat (condition-case
instead of ignore-errors)
new c03a1ead2a Import ChangeLog from XEmacs
new e05d885db2 Expand readme
new 020b924eb1 Remove mail-address wrapper that was used for
compability between Emacsen
new c34dfd343d Improve package metadata replaces references to XEmacs
new 1896c1e52d Fix some checkdoc warnings
new 1c4ee0187e Add MELPA badges to README.org.
new 077c9501b2 Add Maintainer header.
new e87fc081c1 Clarify the defaults of the user-name and mail settings
new 8603ea1d45 Fix interactive functions
new ded4b7620f Rename args to match completing-read
new 5d23bbf0d3 Add defcustom variable for rpm _topdir insteado existing
the list further
new 283d2aac4e Use format instead of concat where it makes sense
- [nongnu] branch elpa/rpm-spec-mode created (now 283d2aac4e),
ELPA Syncer <=
- [nongnu] elpa/rpm-spec-mode e31b6957e5 04/67: Updated mail address and bumped version to 0.14., ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode 8c2d32191f 01/67: Initial commit, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode abbe4ae0e7 09/67: call rpm-insert-group interactively to avoid compilation warning, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode eb541f8c0c 13/67: Merge pull request #1 from aspiers/master, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode 3cc996f665 08/67: use `with-current-buffer' to avoid compilation warning, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode d3c7d70f22 41/67: Fix push index, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode 5d8bc10065 38/67: Refactor to define mode using derived-mode, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode a7c4ece3e8 33/67: Remove obsolete use of (easy-menu-add), ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode f7f708210b 06/67: replace deprecated string-to-int, ELPA Syncer, 2025/03/26
- [nongnu] elpa/rpm-spec-mode d3537f8f6d 11/67: prevent %pre etc. being highlighted in comments, ELPA Syncer, 2025/03/26