~vcs-imports/evolution/+git/evolution:gnome-3-38

Last commit made on 2021-03-09
Get this branch:
git clone -b gnome-3-38 https://git.launchpad.net/~vcs-imports/evolution/+git/evolution

Branch merges

Branch information

Name:
gnome-3-38
Repository:
lp:~vcs-imports/evolution/+git/evolution

Recent commits

a69671f... by Balázs Úr

Update Hungarian translation

900a819... by Milan Crha <email address hidden>

Post-release version bump

59f0020... by Milan Crha <email address hidden>

NEWS update for 3.38.4

a8629ac... by Milan Crha <email address hidden>

Revert "I#1269 - Composer: Paste plain text as Preformatted"

This reverts commit 49d6231b822a2819130852ace31e873accb90506.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1269

e599425... by Milan Crha <email address hidden>

I#1157 - Composer: Quoted text visually changes linewrap after paste

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1157

f1b94db... by Milan Crha <email address hidden>

I#1330 - Composer: Invalid wrapping with a space at the end of the line

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1330

5dcefb2... by Boyuan Yang

Update Chinese (China) translation

c042a30... by Milan Crha <email address hidden>

Fix a memory leak when quoting headers for message replies

This could happen when the message did not contain expected header,
the function returned early, without unreferencing the message.

ee89df4... by Milan Crha <email address hidden>

I#1314 - templates: Quoted body shown incorrectly in Plain Text mode

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1314

a3a53ec... by Milan Crha <email address hidden>

e-editor.js: Correct variable name in EvoEditor.InsertSignature()

Typo in the variable name, it was meant to be `uid`, but `id` was used
in the code instead.