--- Makefile.orig 2017-05-08 16:25:31.094039000 +0200 +++ Makefile 2017-05-08 16:25:49.406674000 +0200 @@ -1,19 +1,3 @@ -PREFIX = /usr/local -INSTALL = install -LN = ln -fs - -ifeq ($(shell sh -c 'which gcc>/dev/null 2>/dev/null && echo y'), y) - CC = gcc - CFLAGS = -O2 -Wall - LDFLAGS = -s -endif - -ifeq ($(shell sh -c 'uname'), Darwin) - CC = clang - CFLAGS = -O2 -Wall - LDFLAGS = -endif - ifeq ($(shell sh -c 'which ncurses5-config>/dev/null 2>/dev/null && echo y'), y) DEFS = CFLAGS += $(shell ncurses5-config --cflags) repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ** Fix for bug #534762Philip Withnall2008-08-271-0/+7
* ** Fix for bug #546788Paul Bolle2008-08-081-0/+6
* ** Fixes bug #517825Matthew Barnes2008-08-021-0/+7
* Forgot a ChangeLog entry.Matthew Barnes2008-07-191-0/+10
* Patch from Roshan Kumar Singh <roshan.singh08@yahoo.com>: Fix for bug #395636...Suman Manjunath2008-06-221-0/+7
* Committing on behalf of Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2008-06-021-0/+7
* Neither is this. Remove it from source control.Matthew Barnes2008-05-201-0/+6
* This file is no longer used. Remove it from source control.Matthew Barnes2008-05-201-0/+6
* Add an icon for Folder->New.Matthew Barnes2008-04-141-0/+8
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a "Recent...Suman Manjunath2008-04-121-0/+7
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-0/+5
* Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a g...Suman Manjunath2008-01-281-8/+12
* ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-171-0/+5
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-161-0/+5
* Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).Matthew Barnes2007-12-161-0/+5
* change "Evolution FAQ" menu item name to "Frequently Asked questions". ifAndre Klapper2007-12-101-0/+6
* ** Fix for bug #500561Denis Washington2007-12-071-0/+7
* ** Fixes bug #444227Alex Kloss2007-12-041-0/+8
* ** Fixes bug #497810Andre Klapper2007-11-271-0/+7
* ** Fix for bug #216485 Edit->Select thread menu fix and improvement.Nicholas Miell2007-11-261-0/+7
* ** Fix for bug #209425Michael Monreal2007-11-101-0/+7
* ** Fix for bug #492106Michael Monreal2007-11-011-0/+8
* Add an icon for FilePageSetup.Matthew Barnes2007-10-17