ADVERTISEMENT

World hails 'one-of-a-kind' ex-Soviet leader Gorbachev

Published Sep 1, 2022 07:40 am

PARIS, France - World leaders paid tribute to Mikhail Gorbachev, the last leader of the Soviet Union who died Tuesday in Moscow aged 91.

A picture shows a portrait of the last leader of the Soviet Union and recipient of the Nobel Peace Prize in 1990, Mikhail Gorbachev, displayed in his memory in his office at the Gorbachev Foundation headquarters in Moscow, on August 31, 2022. Mikhail Gorbachev, who changed the course of history by triggering the demise of the Soviet Union and was one of the great figures of the 20th century, died in Moscow on August 30, 2022, aged 91. Alexander NEMENOV / AFP

The man who played a major role in ending the Cold War was praised for being a "rare leader" who helped change the course of world history.

- Russia -
President Vladimir Putin said Gorbachev "was a politician and statesman who had a huge impact on the course of world history", expressing "deepest condolences" to his friends and family.

"He led our country during a period of complex, dramatic changes," Putin added. "He deeply understood that reforms were necessary, he strove to offer his own solutions to urgent problems."

The Russian winner of last year's Nobel Peace Prize, Dmitry Muratov, hailed his fellow Nobel laureate as someone who "put human rights above the state, and valued a peaceful sky more than personal power".

"He gave both the country and the world an incredible gift -- he gave us thirty years of peace," Muratov said.

Jailed Kremlin critic Alexei Navalny praised Gorbachev for "peacefully" departing from power and "respecting the will of his constituents".

- United States -
President Joe Biden hailed a "rare leader... one with the imagination to see that a different future was possible and the courage to risk his entire career to achieve it".

"The result was a safer world and greater freedom for millions of people," Biden said.

- Germany -
President Frank-Walter Steinmeier said Germany was "bound in gratitude with him for his decisive contribution to German unity".

Chancellor Olaf Scholz hailed Gorbachev's role in reuniting Germany but lamented he "died at a time in which democracy has failed in Russia".

Angela Merkel, the former chancellor who grew up in East Germany, said Gorbachev had "fundamentally changed my life" and showed how "one single statesman can change the world for the better".

- United Nations -
Gorbachev was "a one-of-a-kind statesman who changed the course of history" and "did more than any other individual to bring about the peaceful end of the Cold War", UN chief Antonio Guterres said in a statement.

- European Union -
European Commission President Ursula von der Leyen hailed a "trusted and respected leader" who "opened the way for a free Europe".

His "crucial role" in bringing down the Iron Curtain and ending the Cold War left a legacy "we will not forget."

- Italy -
"His desire for peace, his opposition to an imperialist vision of Russia won him the Nobel (peace) prize," Prime Minister Mario Draghi said.

"These messages are all the more current in the face of the tragedy of the invasion of Ukraine."

- NATO -
Secretary General Jens Stoltenberg said Gorbachev's "vision of a better world remains an example" and paid tribute to his "historic reforms... (which) opened the possibility of a partnership between Russia and NATO".

- Estonia -
Estonian Foreign Minister Urmas Reinsalu said of Gorbachev: "It was good he started reforms and it was in a way good that the reforms did not end where he was aiming to end them."

- Czech Republic -
Jan Lipavsky, the Czech foreign minister, said Gorbachev was "a personality that gave freedom to the entire Soviet Union and its satellites with his decisions".

- Poland -
Polish Foreign Minister Zbigniew Rau tweeted that Gorbachev had "increased the scope of freedom of the enslaved peoples of the Soviet Union in an unprecedented way, giving them hope for a more dignified life".

- Britain -
Prime Minister Boris Johnson said he "always admired the courage and integrity" Gorbachev showed to help end the Cold War.

"In a time of Putin's aggression in Ukraine, his tireless commitment to opening up Soviet society remains an example to us all."

- France -
President Emmanuel Macron described Gorbachev as a "man of peace" who "opened a path of liberty for Russians".

- Pope -
In a message of condolence, Pope Francis paid tribute to "his clear-sighted commitment to understanding and fraternity between peoples as well as to the progress of his own country at a time marked by important changes".

- Nobel Committee -
The Norwegian Nobel Committee said Gorbachev was awarded the 1990 Peace Prize for his role in "the peaceful ending of the Cold War".

The committee praised him for bringing "greater openness in Soviet society and allowing the people of Eastern Europe to regain their freedom".
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.