The NetBSD Project

CVS log for src/share/misc/NetBSD.el

[BACK] Up to [cvs.netbsd.org] / src / share / misc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5.14.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:16 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 16 21:37:12 2009 UTC (3 years, 3 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Add c-backslash-max-column - its default value of 72 is less than what
we set for c-backslash-column, so macros with lines longer than 72
would be formatted icorrectly.

Fix brace-list-entry - it doesn't need extra indentation.  Pointed out
by roy@.  While here use '+ instead of 8 to express "full indentation
step".

XXX: Do we really want brace-list-open indented one step?  It might
work for one-liners, but we have lots of longer init lists that are
formatted with brace-list-open of 0.

Revision 1.1.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:13:18 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.1: +51 -7 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 24 15:38:11 2007 UTC (4 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: jym-xensuspend
Changes since 1.4: +47 -10 lines
Diff to previous 1.4 (colored)

Add code to support whitespace checking/cleanup. This disabled by
default.  To enable it, set netbsd-knf-whitespace-check to 't'. See
the help message for this variable for related knobs and issues. This
was tested on emacs 21.4 and 22.1. (From Anon Ymous)

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 22 16:17:52 2007 UTC (4 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.3: +3 -19 lines
Diff to previous 1.3 (colored)

- revert previous patch; anon ymous does not like it!
- add NetBSD id.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 22 15:29:04 2007 UTC (4 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.2: +19 -1 lines
Diff to previous 1.2 (colored)

- deal with saving empty buffers
- document the knobs in whitespace.el so that people who want to preserve
  the <space><tab> in config files can.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 19 23:30:08 2007 UTC (4 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.1: +9 -4 lines
Diff to previous 1.1 (colored)

Add whitespace-cleanup when saving to "NetBSD KNF" style. From Anon Ymous

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 8 18:41:11 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6

Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).

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>