ADVERTISEMENT

Pope deplores end to Gaza truce, urges new ceasefire

Published Dec 4, 2023 12:51 am

POPE PHOTO.jpg

Pope Francis gestures during an audience to Members of the committee and the foundation World Youth Day Lisbon 2023 on November 30, 2023 at Paul-VI hall in The Vatican. (AFP)

 

VATICAN CITY, Holy See -- Pope Francis said Sunday that he was saddened the truce in the Gaza Strip had been broken and urged those involved in the conflict to reach a new ceasefire deal as soon as possible.

"There is so much suffering in Gaza," the pontiff said in comments from his private residence, which were read by an aide and broadcast on giant screens in Saint Peter's Square.

The 86-year-old is suffering from a lung infection that has caused breathing difficulties, and forced him to cancel a trip to Dubai to attend the international COP28 climate summit.

"Still today, I cannot read this all. I'm doing better, but my voice...," Francis said, before the aide took over.

In the comments, Francis said the end of the ceasefire meant "death, destruction, misery", stressing that the besieged Palestinian territory lacked even essential supplies.

He said the situation in Israel and the occupied Palestinian territories was "serious". "Many hostages have been freed but so many others are still in Gaza," he said.

Fighting between Israel and Hamas raged on Sunday for a third day since a week-long truce expired.

Hamas militants from Gaza launched an unprecedented attack on southern Israel on October 7, killing about 1,200 people, mostly civilians, and taking around 240 hostages, according to Israeli officials.

In response, Israel vowed to destroy Hamas and began an air, sea and ground offensive that has killed more than 15,500 people, mostly women and children, according to the health ministry in Hamas-run Gaza.

During the week-long pause in fighting, Hamas released 80 Israeli hostages in exchange for 240 Palestinian prisoners.

Twenty-five other captives, mostly Thais, were also freed under separate arrangements.

The Israeli army said 137 hostages were still being held in Gaza.

On day 58 of the war, here are five key developments from the past 24 hours:

 

At least 160 killed in two strikes 

The United Nations humanitarian agency (OCHA) said at least 160 Palestinian fatalities were reported in two incidents in northern Gaza Saturday: the bombing of a six-storey building in Jabalia refugee camp, and of an entire block in Gaza City.

Since the start of the war, at least 15,523 people have been killed and more than 41,000 others wounded, according to the latest figures issued Sunday by Gaza's health ministry.

The White House believes Israel was "making an effort" to minimize civilian deaths, National Security Council spokesman John Kirby told US media.

"We believe they have been receptive to our messages here of trying to minimalize civilian casualties," he said, including by publishing online a map of places where Gazans could go to find safety.

 

Israel 'eliminates' Hamas militants 

In a summary of activity issued on Sunday, Israel's military said a drone strike had "eliminated" five Hamas militants.

In an additional statement, the army said "about 500" tunnel shafts of Hamas's underground array "have been destroyed" since the war began.

"Soldiers continue operations to destroy Hamas's underground network of tunnels," it said, where Israeli officials claim some of the Palestinian group's leaders have been hiding.

And "approximately 10,000 air strikes were carried out" in Gaza during the fighting, the army said.

At least 17 rocket salvo were fired from Gaza towards Israel on Sunday, the Israeli army said, adding that most were intercepted and only caused minor material damage.

 

More Gazans displaced 

In a new estimate, OCHA said about 1.8 million people -- roughly 75 percent of Gaza's population -- are internally displaced, up from an earlier figure of 1.7 million.

"However, obtaining an accurate count is challenging," OCHA said in a report.

 

Israel-Lebanon border tensions 

The Israeli military said its air and artillery forces struck in Lebanon in response to "a number of launches" across the border.

Lebanon's Iran-backed Hezbollah group, a Hamas ally, said it had launched at least five attacks including a guided missile strike on an Israeli "military vehicle".

Official Lebanese media said "enemy artillery shelling" and heavy bombardment hit border area villages, also reporting air strikes with at least one "enemy drone".

 

UK surveillance flights 

Britain's military will conduct surveillance flights over Gaza to help locate hostages still held by Hamas, London's defense ministry confirmed on the weekend.

"Surveillance aircraft will be unarmed, do not have a combat role, and will be tasked solely to locate hostages," the ministry said.

The flights will take place over the eastern Mediterranean, including above Israel and Gaza, it said.

Related Tags

WORLDNEWS Israel-Hamas conflict Pope Francis
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.