SCM

SCM Repository

[xemacs] Log of /XEmacs/packages/xemacs-packages/xemacs-devel/find-func.el
ViewVC logotype

Log of /XEmacs/packages/xemacs-packages/xemacs-devel/find-func.el

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 16:24:44 2011 UTC (2 years, 4 months ago) by sperber-guest
Branch: MAIN
CVS Tags: HEAD, xemacs-devel-1_81, xemacs-devel-1_82
Changes since 1.13: +6 -1 lines
Diff to previous 1.13
Deal better with #'builtin-symbol-file returning full paths, find-func.el

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 14:04:11 2008 UTC (4 years, 4 months ago) by aidan
Branch: MAIN
CVS Tags: sumo-2009-02-17, sumo-2010-07-27, sumo-current, xemacs-devel-1_79, xemacs-devel-1_80
Changes since 1.12: +11 -4 lines
Diff to previous 1.12
Differentiate between symbol variables and functions, find-func.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 14:24:59 2007 UTC (5 years, 4 months ago) by aidan
Branch: MAIN
CVS Tags: xemacs-devel-1_77, xemacs-devel-1_78
Changes since 1.11: +5 -1 lines
Diff to previous 1.11
Accept built-in macros in #'find-func.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 6 09:51:25 2006 UTC (6 years, 9 months ago) by aidan
Branch: MAIN
CVS Tags: sumo-2006-12-21, sumo-2007-04-27, xemacs-devel-1_75, xemacs-devel-1_76
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Handle DEFUN_NORETURN, etc in find-function-C-source.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 21:00:17 2006 UTC (6 years, 10 months ago) by aidan
Branch: MAIN
CVS Tags: xemacs-devel-1_74
Changes since 1.9: +8 -3 lines
Diff to previous 1.9
Prefer source-directory to source-root; fix find-func for 21.4

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 21:22:29 2006 UTC (6 years, 10 months ago) by aidan
Branch: MAIN
CVS Tags: xemacs-devel-1_73
Changes since 1.8: +220 -105 lines
Diff to previous 1.8
Support built-in functions in find-func.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 17:44:28 2004 UTC (8 years, 10 months ago) by james
Branch: MAIN
CVS Tags: sumo-2004-08-18, sumo-2005-01-18, sumo-2005-03-07, sumo-2005-05-05, sumo-2005-07-15, sumo-2005-12-08, sumo-2006-05-10, xemacs-devel-1_64, xemacs-devel-1_65, xemacs-devel-1_66, xemacs-devel-1_67, xemacs-devel-1_68, xemacs-devel-1_69, xemacs-devel-1_70, xemacs-devel-1_71, xemacs-devel-1_72
Changes since 1.7: +90 -65 lines
Diff to previous 1.7
Synch with Emacs 21.3.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 06:29:48 2000 UTC (12 years, 10 months ago) by yoshiki
Branch: MAIN
CVS Tags: Sumo-Jan-10-2001, XEMACS_BEFORE_MOVE_TO_SUNSITE_DK, new-tree-start, pending-sumo-release, pre-pkg-build-changes, pre-sumo, sumo-2000-09-04, sumo-2001-01-15, sumo-2001-03-15, sumo-2001-09-29, sumo-2001-12-11, sumo-2001-12-13, sumo-2001-12-16, sumo-2002-01-19, sumo-2002-03-12, sumo-2002-03-29, sumo-2002-05-22, sumo-2002-07-20, sumo-2002-09-19, sumo-2003-02-05, sumo-2003-04-12, sumo-2003-04-14, sumo-2003-06-29, sumo-2003-08-31, sumo-2003-10-03, sumo-2003-11-13, sumo-2004-02-02, sumo-2004-05-17, sumo-feb_2001, sumo-feb_2001a, xemacs-devel-1_27, xemacs-devel-1_28, xemacs-devel-1_30, xemacs-devel-1_31, xemacs-devel-1_32, xemacs-devel-1_33, xemacs-devel-1_35, xemacs-devel-1_36, xemacs-devel-1_37, xemacs-devel-1_38, xemacs-devel-1_39, xemacs-devel-1_40, xemacs-devel-1_41, xemacs-devel-1_42, xemacs-devel-1_44, xemacs-devel-1_45, xemacs-devel-1_46, xemacs-devel-1_47, xemacs-devel-1_48, xemacs-devel-1_49, xemacs-devel-1_50, xemacs-devel-1_52, xemacs-devel-1_53, xemacs-devel-1_54, xemacs-devel-1_55, xemacs-devel-1_56, xemacs-devel-1_57, xemacs-devel-1_58, xemacs-devel-1_59, xemacs-devel-1_60, xemacs-devel-1_61, xemacs-devel-1_62, xemacs-devel-1_63, xemacs-sumo-2000-24-10, xemacs-sumo-2001-07-08, xemacs-sumo-2001-07-09
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
* find-func.el (find-function-noselect): Aliased builtins can now
be found with find-function.
Jim's patch "Aliased builtins can't be found with find-function",
<200005290400.VAA27623@elagabalus.robotics>

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 06:51:33 2000 UTC (12 years, 10 months ago) by ben
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
find-func regexp improvements

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 09:24:49 1998 UTC (14 years, 9 months ago) by steveb
Branch: MAIN
CVS Tags: package-release-20000710, sumo-1999-12-09, sumo-1999-12-11, sumo-1999-12-15, sumo-2000-01-15, sumo-2000-01-24, sumo-2000-05-24, sumo-2000-07-06, xemacs-devel-1_24, xemacs-devel-1_25, xemacs-devel-1_26
Changes since 1.4: +20 -26 lines
Diff to previous 1.4
find-func.el update

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jun 20 08:13:39 1998 UTC (14 years, 11 months ago) by steveb
Branch: MAIN
Changes since 1.3: +94 -97 lines
Diff to previous 1.3
Update to find-func.el

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 18 14:11:04 1998 UTC (15 years, 1 month ago) by steveb
Branch: MAIN
Changes since 1.2: +9 -15 lines
Diff to previous 1.2
find-func.el-0.20

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 16:22:39 1998 UTC (15 years, 2 months ago) by steveb
Branch: MAIN
Changes since 1.1: +205 -71 lines
Diff to previous 1.1
Updates to find-func.el and fixes for find-gc.el.

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Wed Jan 14 06:32:32 1998 UTC (15 years, 4 months ago) by steve
CVS Tags: xemacs
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.14
Created

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jan 14 06:32:32 1998 UTC (15 years, 4 months ago) by steve
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source