Did you know ... Search Documentation:
doc_changes.pl
PublicShow source
Source doc_introduced(?Indicator, ?Version) is nondet
Source doc_introduced(?Indicator, ?Version, -Event) is nondet
Indicator is a Name/Arity (or library(M)) that was first introduced in Version. The 3-arg form returns the full event term — see doc_history/2.
Source doc_added(?Pred, ?Version) is nondet
Some functionality was added to Pred in Version (a new option, property, mode, ...). Pred was not introduced in this event.
Source doc_last_changed(?Pred, ?Version) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type, -Event) is nondet
Version is the most recent ADDED/ENHANCED/MODIFIED/FIXED event for Pred. "introduced" events are deliberately excluded — they mark the predicate's origin, not a change to an existing one. The 4-arg form returns the full event term — see doc_history/2.
Source doc_history(?Pred, -Events) is nondet
Events is the list of all events for Pred, oldest first. Each element is event(Type, Version, Hash, Subject, Repo) where Repo is the GitHub Org/Name of the source repository (used to build commit links).

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

Source doc_introduced(?Indicator, ?Version) is nondet
Source doc_introduced(?Indicator, ?Version, -Event) is nondet
Indicator is a Name/Arity (or library(M)) that was first introduced in Version. The 3-arg form returns the full event term — see doc_history/2.
Source doc_last_changed(?Pred, ?Version) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type, -Event) is nondet
Version is the most recent ADDED/ENHANCED/MODIFIED/FIXED event for Pred. "introduced" events are deliberately excluded — they mark the predicate's origin, not a change to an existing one. The 4-arg form returns the full event term — see doc_history/2.
Source doc_last_changed(?Pred, ?Version) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type) is nondet
Source doc_last_changed(?Pred, ?Version, ?Type, -Event) is nondet
Version is the most recent ADDED/ENHANCED/MODIFIED/FIXED event for Pred. "introduced" events are deliberately excluded — they mark the predicate's origin, not a change to an existing one. The 4-arg form returns the full event term — see doc_history/2.