1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00
emacs/src
Stefan Kangas 816106b7e6 Display librsvg error when loading bad SVG
* src/image.c (svg_load_image): Display the error message from librsvg
when parsing a bad SVG image file.
* test/manual/image-tests.el
(image-tests-load-image/svg-invalid): New test.
2022-09-09 03:07:44 +02:00
..
bitmaps
.dbxinit
.gdbinit
.lldbinit
alloc.c
atimer.c
atimer.h
bidi.c
bignum.c
bignum.h
blockinput.h
buffer.c
buffer.h
bytecode.c
callint.c
callproc.c
casefiddle.c
casetab.c
category.c
category.h
ccl.c
ccl.h
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
character.c ; * character.c (Fmax_char): Fix build with type checking. 2022-09-03 21:45:46 +08:00
character.h
charset.c
charset.h
chartab.c
cm.c
cm.h
cmds.c
coding.c
coding.h
commands.h
comp.c Update error message to reflect variable rename 2022-09-03 12:55:27 -04:00
comp.h
composite.c
composite.h
conf_post.h
COPYING
cygw32.c
cygw32.h
data.c
dbusbind.c
decompress.c
deps.mk
dired.c
dispextern.h
dispnew.c
disptab.h
dmpstruct.awk
doc.c
doprnt.c
dosfns.c
dosfns.h
dynlib.c
dynlib.h
editfns.c ; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix. 2022-09-08 22:50:41 +03:00
emacs-icon.h
emacs-module.c
emacs-module.h.in
emacs.c
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c
fileio.c
filelock.c
firstfile.c
floatfns.c
fns.c
font.c
font.h
fontset.c
fontset.h
frame.c
frame.h
fringe.c
ftcrfont.c
ftfont.c
ftfont.h
getpagesize.h
gfilenotify.c
gmalloc.c
gnutls.c
gnutls.h
gtkutil.c
gtkutil.h
haiku.c
haiku_draw_support.cc
haiku_font_support.cc
haiku_io.c
haiku_select.cc
haiku_support.cc
haiku_support.h
haikufns.c
haikufont.c
haikugui.h
haikuimage.c
haikumenu.c
haikuselect.c
haikuselect.h
haikuterm.c
haikuterm.h
hbfont.c
image.c Display librsvg error when loading bad SVG 2022-09-09 03:07:44 +02:00
indent.c
indent.h
inotify.c
insdel.c
intervals.c
intervals.h
json.c
keyboard.c * src/keyboard.c (safe_run_hook_funcall): Fix thinko 2022-09-08 16:15:04 -04:00
keyboard.h
keymap.c
keymap.h
kqueue.c
lastfile.c
lcms.c
lisp.h
lread.c
macfont.h
macfont.m
macros.c
macros.h
macuvs.h
Makefile.in
marker.c
menu.c
menu.h
minibuf.c
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h
msdos.c
msdos.h
nsfns.m
nsfont.m Fix nsfont breakage since 6b1ed2f2c9 2022-09-07 09:52:35 +08:00
nsgui.h
nsimage.m
nsmenu.m
nsselect.m
nsterm.h
nsterm.m Reenable reporting of frame movement on NS 2022-09-07 09:52:35 +08:00
nsxwidget.h
nsxwidget.m
pdumper.c
pdumper.h
pgtkfns.c
pgtkgui.h
pgtkim.c
pgtkmenu.c
pgtkselect.c
pgtkterm.c
pgtkterm.h
print.c
process.c
process.h
profiler.c
puresize.h
ralloc.c
README
regex-emacs.c
regex-emacs.h
region-cache.c
region-cache.h
scroll.c
search.c
sheap.c
sheap.h
sort.c
sound.c
sqlite.c
syntax.c
syntax.h
sysdep.c
sysselect.h
syssignal.h
sysstdio.h
systhread.c
systhread.h
systime.h
systty.h
syswait.h
term.c
termcap.c
termchar.h
termhooks.h
terminal.c
terminfo.c
termopts.h
textprop.c
thread.c
thread.h
timefns.c
tparam.c
tparam.h
undo.c
unexaix.c
unexcoff.c
unexcw.c
unexec.h
unexelf.c
unexhp9k800.c
unexmacosx.c
unexsol.c
unexw32.c
verbose.mk.in
vm-limit.c
w16select.c
w32.c Don't follow symlinks in w32notify file watches 2022-09-07 15:18:54 +03:00
w32.h Don't follow symlinks in w32notify file watches 2022-09-07 15:18:54 +03:00
w32common.h
w32console.c
w32cygwinx.c
w32fns.c
w32font.c
w32font.h
w32gui.h
w32heap.c
w32heap.h
w32image.c
w32inevt.c
w32inevt.h
w32menu.c
w32notify.c Don't follow symlinks in w32notify file watches 2022-09-07 15:18:54 +03:00
w32proc.c
w32reg.c
w32select.c
w32select.h
w32term.c
w32term.h
w32uniscribe.c
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c
window.h
xdisp.c
xfaces.c
xfns.c Correctly handle frame synchronization on fullscreen KWin 2022-09-06 19:39:24 +08:00
xfont.c
xftfont.c
xgselect.c
xgselect.h
xmenu.c
xml.c
xrdb.c * src/xrdb.c (main) [TESTRM]: Replace gets with fgets. 2022-09-08 12:46:43 +02:00
xselect.c Fix crash while converting empty vector to X data 2022-09-05 09:51:22 +08:00
xsettings.c
xsettings.h
xsmfns.c
xterm.c Avoid selecting for excessive output configuration events 2022-09-08 13:20:33 +08:00
xterm.h Correctly handle frame synchronization on fullscreen KWin 2022-09-06 19:39:24 +08:00
xwidget.c
xwidget.h

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2022 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.