Things that blew my mind today about Emacs:
* It requires at least librsvg 2.14, which is from 2006, which is when rsvg_handle_get_dimensions() was introduced. That function was deprecated in 2.52, in 2021. If available, Emacs will use all the new APIs. There is #ifdef hell in there.
* src/image.c is 13K lines of code.
* Emacs still uses debbugs.
* The first commit is from 1985, but the first hundreds of commits are weird. It normalizes in 1991.
* And Savannah still uses cgit.