| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* src/sqlite.c (Fsqlitep): Make sqlitep be always available.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* src/image.c (gui_put_x_image): Remove dead code, commented out since
2004.
|
| |
|
|
| |
* src/image.c (webp_load): Minor stylistic fix-up to previous change.
|
| |
|
|
|
| |
* src/image.c (webp_load): Work around a (wrong) compiler warning
in gcc 10.x (bug#52276).
|
| | |
|
| |
|
|
|
| |
* src/xdisp.c (produce_stretch_glyph): Avoid indexing it->stack
with a negative index. Reported by Po Lu <luangruo@yahoo.com>.
|
| |\
| |
| |
| |
| |
| |
| |
| | |
c086358574 Update to Org 9.5.1-15-gdb4805
fef3e60061 * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc...
a1e30e4106 ; Fix most remaining AUTHORS warnings
f3e6a432c5 ; * doc/misc/efaq.texi (New in Emacs 28): Add more news.
00236cc802 Fix the enumeration values returned by 'try_scrolling'
|
| | |
| |
| |
| |
| | |
* src/xdisp.c (try_scrolling): Make the enum values match the
commentary. Reported by Po Lu <luangruo@yahoo.com>.
|
| | |
| |
| |
| |
| | |
* src/image.c (rsvg_handle_get_intrinsic_size_in_pixels)
[WINDOWSNT]: Fix prototype. (Bug#44655)
|
| | |
| |
| |
| | |
* src/nsfns.m (Fsystem_move_file_to_trash): New function.
|
| | |
| |
| |
| |
| |
| | |
* src/xdisp.c (handle_single_display_spec): Inhibit quitting
around the call to 'lookup_derived_face' (which can QUIT).
(Bug#44448)
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
745a732ae4 ; Further author fixes in authors.el
bef17bca21 * src/dosfns.c (Fint86): Doc fix; don't use obsolete names.
bc55dc04af * doc/misc/erc.texi (Keystroke Summary): Fix doc for TAB.
ef4d216eb3 Remove reference to variable obsolete since 24.1
7282e492d5 * doc/misc/efaq.texi (New in Emacs 28): New node.
eafcccd38f ; FAQ: Normalize references to the NEWS.NN file
c006c490eb ; * doc/misc/efaq.texi (Latest version of Emacs): Update v...
9fbc4fa0e7 Add Tramp version integrated in Emacs 28.1
|
| | | |
|
| |\ \
| |/
| |
| | |
5d6f828799 Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.
|
| | |
| |
| |
| | |
* src/pdumper.c (dump_subr): Fix Lisp_Subr hash value.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This allows Emacs to build on Ubuntu 21.10 x86-64 with
‘./configure --without-modules CC=tcc’.
* configure.ac (GC_SETJMP_WORKS):
Accept __x86_64__ as an alias for __amd64__.
* src/lisp.h (alignas): Provide a no-op substitute.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Use rsvg_handle_get_intrinsic_size_in_pixels if available,
as this is simpler and better than what we were doing.
From a comment by by Alan Third (Bug#44655#56).
* src/image.c (init_svg_functions): Arrange for the new function.
(svg_load_image): Prefer the results of
rsvg_handle_get_intrinsic_size_in_pixels if available.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* src/image.c: Include math.h, for lrint.
(scale_image_size, compute_image_size): Use ‘double’, not ‘int’
for image size args, since librsvg uses ‘double’ for pixel counts.
(scale_image_size): Use ceil instead of rounding, to avoid
discarding fractional SVG pixels. Divisor and multiplier are now
double instead of int, for better portability to librsvg
functions with fractional pixel sizes.
(image_get_dimension, compute_image_size, svg_load_image):
Be more careful about ignoring, rejecting or clipping scale
factors or sizes that are out of integer range.
(compute_image_size): Don’t bother to calculate :max-width if
:width is specified, and likewise for :max-height and :height.
|
| | |
| |
| |
| | |
* src/image.c (svg_load_image): Simplify slightly.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Suggested by Alan Third (Bug#44655#56).
* src/image.c (svg_load_image): Fall back on
rsvg_handle_get_geometry_for_layer if the
rsvg_handle_get_intrinsic_dimensions computations yielded unusable
viewbox width and height, instead of falling back only if
rsvg_handle_get_intrinsic_dimensions did not report image width
and height, or did not report a viewbox.
|
| | |
| |
| |
| | |
This reverts commit 608267c71e11da9c757c269a5e22e62ef04d0bfe.
|
| | |
| |
| |
| |
| | |
* src/xwidget.c (xwidget_scroll): Set xg_event->scroll.is_stop
when appropriate.
|