notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/compat.el/Makefile

Number of commits found: 29

Tuesday, 26 Mar 2024
22:51 Joseph Mingrone (jrm) search for other commits by this committer
Chase editors/emacs update

- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
  paths
- Bump PORTREVISION of ports with USES=emacs.  This is required for two
  reasons.  Emacs lisp files need to be byte compiled for the new Emacs
  version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
  need to be relocated.

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D44492
commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 26421ac3
Sunday, 17 Mar 2024
00:33 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.5

Changes:	https://github.com/emacs-compat/compat/compare/29.1.4.4...29.1.4.5
commit hash: 7d17a27eb160d1852afd732621a6885dc23a782f commit hash: 7d17a27eb160d1852afd732621a6885dc23a782f commit hash: 7d17a27eb160d1852afd732621a6885dc23a782f commit hash: 7d17a27eb160d1852afd732621a6885dc23a782f 7d17a27
Saturday, 27 Jan 2024
22:33 Joseph Mingrone (jrm) search for other commits by this committer
*/*: Chase editors/emacs update

- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
  paths

- Bump PORTREVISION of ports with USES=emacs.  This is required for two
  reasons.  Emacs lisp files need to be byte compiled for the new Emacs
  version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
  need to be relocated.

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D43615
commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 ab463bd
Tuesday, 14 Nov 2023
00:05 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.4

Changes:	https://github.com/emacs-compat/compat/compare/29.1.4.3...29.1.4.4
commit hash: e7dde431dd0888f60c4c0c0174dd7a915ff8cd1a commit hash: e7dde431dd0888f60c4c0c0174dd7a915ff8cd1a commit hash: e7dde431dd0888f60c4c0c0174dd7a915ff8cd1a commit hash: e7dde431dd0888f60c4c0c0174dd7a915ff8cd1a e7dde43
Sunday, 5 Nov 2023
04:22 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.3

Changes:	https://github.com/emacs-compat/compat/compare/29.1.4.2...29.1.4.3
commit hash: 9282cf9c251c845dd0305537912138cc3b8c9437 commit hash: 9282cf9c251c845dd0305537912138cc3b8c9437 commit hash: 9282cf9c251c845dd0305537912138cc3b8c9437 commit hash: 9282cf9c251c845dd0305537912138cc3b8c9437 9282cf9
Sunday, 20 Aug 2023
00:53 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 29.1

* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
  libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include  
-I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16 
-I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0
-I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE 
-I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  
-I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include
-I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread 
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 
-I/usr/local/include/harfbuzz -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include 
 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1  
-I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE     
-Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes
-Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare
-Wno-tautological-constant-out-of-range-compare -O2 -pipe 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2
-pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib 
-L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o
coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o
xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o
emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o
insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o
indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o
callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o 
bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o
timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o
kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o
itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o
xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a     
../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif 
-L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender 
-L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
-lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo
-L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib
-lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib
-lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl 
-L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype 
-L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz   
-L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2
-llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson 
-lgmp  -L/usr/local/lib -lXi   -L/usr/local/lib -ltree-sitter  -lsqlite3
-lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
  * Bump PORTREVISION of ports that use "USES=emacs".

ChangeLog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41444
commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 ba4eb3a
Sunday, 30 Jul 2023
11:15 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.2

Changes:	https://github.com/emacs-compat/compat/compare/29.1.4.1...29.1.4.2
commit hash: 6e6e1fcaaaa772411918950bf87400eae70a8407 commit hash: 6e6e1fcaaaa772411918950bf87400eae70a8407 commit hash: 6e6e1fcaaaa772411918950bf87400eae70a8407 commit hash: 6e6e1fcaaaa772411918950bf87400eae70a8407 6e6e1fc
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Monday, 27 Mar 2023
02:12 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.1

Changes:	https://github.com/emacs-compat/compat/compare/29.1.4.0...29.1.4.1
commit hash: 35fec87867f4c019da9c1fe698929fdd36e88eaf commit hash: 35fec87867f4c019da9c1fe698929fdd36e88eaf commit hash: 35fec87867f4c019da9c1fe698929fdd36e88eaf commit hash: 35fec87867f4c019da9c1fe698929fdd36e88eaf 35fec87
Monday, 6 Mar 2023
05:26 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.4.0

Changes:	https://github.com/emacs-compat/compat/compare/29.1.3.4...29.1.4.0
commit hash: 1f30d7b658677da8b61d6daea6551293ea6a2dba commit hash: 1f30d7b658677da8b61d6daea6551293ea6a2dba commit hash: 1f30d7b658677da8b61d6daea6551293ea6a2dba commit hash: 1f30d7b658677da8b61d6daea6551293ea6a2dba 1f30d7b
Sunday, 12 Feb 2023
02:12 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.3.4

Changes:	https://github.com/emacs-compat/compat/compare/29.1.3.3...29.1.3.4
commit hash: 3e0c91b98e70c795db818ac94055b65a69e1bdef commit hash: 3e0c91b98e70c795db818ac94055b65a69e1bdef commit hash: 3e0c91b98e70c795db818ac94055b65a69e1bdef commit hash: 3e0c91b98e70c795db818ac94055b65a69e1bdef 3e0c91b
Thursday, 9 Feb 2023
06:57 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.3.3

Changes:	https://github.com/emacs-compat/compat/compare/29.1.3.2...29.1.3.3
commit hash: 6781b64fe8cd67cfca5a3c78cbd4c53d80d3df90 commit hash: 6781b64fe8cd67cfca5a3c78cbd4c53d80d3df90 commit hash: 6781b64fe8cd67cfca5a3c78cbd4c53d80d3df90 commit hash: 6781b64fe8cd67cfca5a3c78cbd4c53d80d3df90 6781b64
Thursday, 2 Feb 2023
05:14 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.3.2

Changes:	https://github.com/emacs-compat/compat/compare/29.1.3.1...29.1.3.2
commit hash: 4b7f892af83e3e1c6264bdc969102e415f4720f8 commit hash: 4b7f892af83e3e1c6264bdc969102e415f4720f8 commit hash: 4b7f892af83e3e1c6264bdc969102e415f4720f8 commit hash: 4b7f892af83e3e1c6264bdc969102e415f4720f8 4b7f892
Friday, 27 Jan 2023
00:53 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.3.1

Changes:	https://github.com/emacs-compat/compat/compare/29.1.3.0...29.1.3.1
commit hash: fa23ad4d0e6d2e53229b6fe0d7c68053231c6937 commit hash: fa23ad4d0e6d2e53229b6fe0d7c68053231c6937 commit hash: fa23ad4d0e6d2e53229b6fe0d7c68053231c6937 commit hash: fa23ad4d0e6d2e53229b6fe0d7c68053231c6937 fa23ad4
Monday, 23 Jan 2023
00:30 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.3.0

Changes:	https://github.com/emacs-compat/compat/compare/29.1.2.0...29.1.3.0
commit hash: 454f11668635dc1ec8799ce60212765ddf24895d commit hash: 454f11668635dc1ec8799ce60212765ddf24895d commit hash: 454f11668635dc1ec8799ce60212765ddf24895d commit hash: 454f11668635dc1ec8799ce60212765ddf24895d 454f116
Tuesday, 17 Jan 2023
00:39 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.2.0

Changes:	https://github.com/emacs-compat/compat/compare/29.1.1.1...29.1.2.0
commit hash: 7401c1f88759866e95289862f3bb842936684ce8 commit hash: 7401c1f88759866e95289862f3bb842936684ce8 commit hash: 7401c1f88759866e95289862f3bb842936684ce8 commit hash: 7401c1f88759866e95289862f3bb842936684ce8 7401c1f
Sunday, 15 Jan 2023
06:49 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.1.1

Changes:	https://github.com/emacs-compat/compat/compare/29.1.1.0...29.1.1.1
commit hash: febfba88de47de2abfc7874da5dcaec4e952ee1b commit hash: febfba88de47de2abfc7874da5dcaec4e952ee1b commit hash: febfba88de47de2abfc7874da5dcaec4e952ee1b commit hash: febfba88de47de2abfc7874da5dcaec4e952ee1b febfba8
Sunday, 8 Jan 2023
07:12 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.1.0

Changes:	https://github.com/emacs-compat/compat/compare/29.1.0.1...29.1.1.0
commit hash: 271ba7682fe1aff359f8e5eebee34458b36aa156 commit hash: 271ba7682fe1aff359f8e5eebee34458b36aa156 commit hash: 271ba7682fe1aff359f8e5eebee34458b36aa156 commit hash: 271ba7682fe1aff359f8e5eebee34458b36aa156 271ba76
Friday, 6 Jan 2023
11:33 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 29.1.0.1

* Update WWW, GH_ACCOUNT and GH_PROJECT. Primary repository moved to
  different account and project name on GitHub.

Changes:	https://github.com/emacs-compat/compat/compare/28.1.2.2...29.1.0.1
commit hash: 769e272527a7086304ca50ba49a4c819136e4828 commit hash: 769e272527a7086304ca50ba49a4c819136e4828 commit hash: 769e272527a7086304ca50ba49a4c819136e4828 commit hash: 769e272527a7086304ca50ba49a4c819136e4828 769e272
Wednesday, 30 Nov 2022
07:06 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs-devel: Update to 2022-11-28 snapshot

Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 ea66012
Wednesday, 21 Sep 2022
07:48 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 28.2

* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca 164249e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 29 Aug 2022
01:12 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 28.1.2.2

ChangLog:	https://lists.sr.ht/~pkal/compat-announce/%3C87lercqdft.fsf%40posteo.net%3E
commit hash: 65a024ae6807fd6584ea2fab3eb700c17ef10ae2 commit hash: 65a024ae6807fd6584ea2fab3eb700c17ef10ae2 commit hash: 65a024ae6807fd6584ea2fab3eb700c17ef10ae2 commit hash: 65a024ae6807fd6584ea2fab3eb700c17ef10ae2 65a024a
Thursday, 25 Aug 2022
00:16 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 28.1.2.1

ReleaseNotes:	https://lists.sr.ht/~pkal/compat-devel/%3C85tu61z76c.fsf%40elpa.gnu.org%3E
commit hash: 5b512c18ae9f93e405805c406456fcb067fe8bed commit hash: 5b512c18ae9f93e405805c406456fcb067fe8bed commit hash: 5b512c18ae9f93e405805c406456fcb067fe8bed commit hash: 5b512c18ae9f93e405805c406456fcb067fe8bed 5b512c1
Monday, 18 Jul 2022
16:05 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 28.1.2.0

Changes:	https://github.com/phikal/compat.el/compare/28.1.1.2...28.1.2.0
commit hash: e486c4c5b948bddeddfc73be7407261051405191 commit hash: e486c4c5b948bddeddfc73be7407261051405191 commit hash: e486c4c5b948bddeddfc73be7407261051405191 commit hash: e486c4c5b948bddeddfc73be7407261051405191 e486c4c
Thursday, 16 Jun 2022
04:03 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 28.1.1.2

Changes:	https://github.com/phikal/compat.el/compare/28.1.1.1...28.1.1.2
commit hash: 15d0d4bdfe43949aaf2d054bf0b3f8b97146be44 commit hash: 15d0d4bdfe43949aaf2d054bf0b3f8b97146be44 commit hash: 15d0d4bdfe43949aaf2d054bf0b3f8b97146be44 commit hash: 15d0d4bdfe43949aaf2d054bf0b3f8b97146be44 15d0d4b
Monday, 23 May 2022
11:01 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Update to 28.1.1.1

Changes:	https://github.com/phikal/compat.el/compare/28.1.1.0...28.1.1.1
commit hash: 98e0d6d75b15a5cec2594bf9d5907944ee78f890 commit hash: 98e0d6d75b15a5cec2594bf9d5907944ee78f890 commit hash: 98e0d6d75b15a5cec2594bf9d5907944ee78f890 commit hash: 98e0d6d75b15a5cec2594bf9d5907944ee78f890 98e0d6d
Sunday, 1 May 2022
02:50 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Fix do-install-DOCS-on target

Fixes:		124ba3c89de6 (misc/compat.el: Add new port)
commit hash: eaebcc5ec4717113fa6b3371e98af60f7d3a62de commit hash: eaebcc5ec4717113fa6b3371e98af60f7d3a62de commit hash: eaebcc5ec4717113fa6b3371e98af60f7d3a62de commit hash: eaebcc5ec4717113fa6b3371e98af60f7d3a62de eaebcc5
02:13 Yasuhiro Kimura (yasu) search for other commits by this committer
misc/compat.el: Add new port

Add compat.el, a forwards-compatibility library for (GNU) Emacs Lisp,
versions 24.3 and newer.
commit hash: 124ba3c89de65ffbcccf1e1cc15aa88fc5f6f20e commit hash: 124ba3c89de65ffbcccf1e1cc15aa88fc5f6f20e commit hash: 124ba3c89de65ffbcccf1e1cc15aa88fc5f6f20e commit hash: 124ba3c89de65ffbcccf1e1cc15aa88fc5f6f20e 124ba3c

Number of commits found: 29