Package emacs-prog-modes: Information
Source package: emacs-prog-modes
Version: 0.2-alt9
Build time: Oct 11, 2022, 11:46 PM
Category: Editors
Report package bugLicense: GPL
Summary: Various programming packages for Emacs
Description:
Various programming packages for Emacs, including packages for editing programms on C, Scheme, Fortran and others, as well as additional modes for editing Autoconf/Automake and RPM spec files, for debugging, and more.
Maintainer: Emacs Maintainers Team
Last changed
Aug. 1, 2021 Ivan Zakharyaschev 0.2-alt9
- Some fixes in rpm-spec-mode:
+ its filename pattern (the .spec extenstion) now matches only at the end.
+ initialize a new spec-file with no trailing empty lines (in the changelog).
+ rpm-add-change-log-entry(): fixed inconsistency in the order of
the items added to a single changelog entry.
+ in a new spec-file, initialize version, too
(for correct initialisation of the changelog).Feb. 22, 2019 Dmitry V. Levin 0.2-alt8
- NMU: updated build dependencies.
Dec. 13, 2015 Ivan Zakharyaschev 0.2-alt7
- rpm-spec-mode:
+ do our best for the automatic initial filling not to intervene in
the operation of emerge;
+ honor rpm-spec-initialize-sections (whether to do it in other cases);
+ use <https://www.altlinux.org/SampleSpecs/empty&gt; as the template.