The NetBSD Project

CVS log for pkgsrc/x11/dmenu/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / dmenu

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2016Q2-base


Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 11 16:13:12 2015 UTC (8 years, 5 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.10: +11 -6 lines
Diff to previous 1.10 (colored)

Update x11/dmenu to 4.6.

Changes:
Features:
  - Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
    The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dmenu-xft patch (previously on the wiki).
  - Uses a shared libdraw codebase (also used for dwm right now).
  - Merged wiki patches:
    - monarg: allow to specify monitor number to start on with -m (Martin Kühl).
    - multisel: allow selecting multiple items (ctrl-enter) (Evan Gates).
    - xft: see above.
  - Accepted vi'is exit approach ^[ (Arkaduisz).
  - Add ^G escape keybinding (Karl F).
  - Separate config options to config.h (Alex Sedov).
  - Support keybind C-S-[jm] (Connor Lane Smith).
  - stest: get rid of getopt, use suckless arg.h (Hiltjo).
  - stest: support inverse matching (flag -v) (Martin Kühl).

Notable fixes:
  - Buffer nul termination on tab (Alex Sedov's).
  - Crash (pointer dereference) with ctrl-enter as input (Hiltjo).
  - Ignore prompt if it is empty in addition to NULL (Moritz Wilhelmy).
  - Incorrect ordering of match results (Davide Del Zompo).
  - Input text matching (Quentin Rameau).
  - Paste from clipboard (ctrl+shift+y) (Joshua Lloret).
  - Replace deprecated usleep() with nanosleep() (Quentin Rameau).
  - dmenu_run: Split cache logic to dmenu_path again (Quentin Glidic).
  - multimon: always spawn client on first monitor if specified with
-m 0 (Hiltjo).
  - reset ControlMask for C-j and C-m (Hiltjo).

Build improvements:
  - config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
  - config.mk: improve feature test check (k0ga, stateless).
  - config.mk: use -std=c99 by default.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>