summaryrefslogtreecommitdiff
path: root/llama.el
AgeCommit message (Expand)Author
2024-09-20Reword documentation to avoid `%' being linkified in docstringJonas Bernoulli
2024-09-20Remove a style recommendationJonas Bernoulli
2024-09-15No longer highlight % and & in function positionJonas Bernoulli
2024-09-15Support backquote construct in place of FNJonas Bernoulli
2024-09-15Add special handling of backquoteJonas Bernoulli
2024-09-15llama--collect: CosmeticsJonas Bernoulli
2024-09-15Handle explicit unused arguments in vectors and dotted-lists tooJonas Bernoulli
2024-09-15llama--collect: Change order of symbols in error messageJonas Bernoulli
2024-09-07No longer support shorthands in function positionJonas Bernoulli
2024-09-07llama--collect: Correct name of internal variableJonas Bernoulli
2024-09-07llama--collect: Fix return value for dotted listsJonas Bernoulli
2024-08-17Remove Package-Version headerJonas Bernoulli
2024-08-15Fix format of Package-Requires headerJonas Bernoulli
2024-08-11Update homepage urlJonas Bernoulli
2024-08-10Add Package-Version and Package-Requires headersJonas Bernoulli
2024-07-23Always advise elisp-mode-syntax-propertizeJonas Bernoulli
2024-06-09elisp--expect-function-p@llama: Add docstringJonas Bernoulli
2024-06-09Use define-advice instead of advice-addJonas Bernoulli
2024-05-30Hide the empty symbol from loaddefs-generate--compute-prefixesJonas Bernoulli
2024-05-20Hide the empty symbol from completing-readJonas Bernoulli
2024-05-20Correct outdated examplesJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-04-03llama-erased-argument: Rename to llama-deleted-argumentJonas Bernoulli
2024-04-03llama-erase-argument: Rearrange properties of box attributeJonas Bernoulli
2024-03-23Update documentationJonas Bernoulli
2024-03-23llama--collect: Signal error on all argument conflictsJonas Bernoulli
2024-03-23Make unused arguments at mandatoriness border optional by defaultJonas Bernoulli
2024-03-23##: Use while to drop trailing unused argumentsJonas Bernoulli
2024-03-23##: Order steps chronologicallyJonas Bernoulli
2024-03-23##: Completely separate handling of rest argumentsJonas Bernoulli
2024-03-23##: Shorten name of a let-bound variableJonas Bernoulli
2024-03-23Support explicit unused argumentsJonas Bernoulli
2024-03-23llama--arguments: CosmeticsJonas Bernoulli
2024-03-23llama--collect: Rename DATA argument to EXPRJonas Bernoulli
2024-03-23##: Rename ARGS argument to BODYJonas Bernoulli
2024-03-12llama-font-lock-keywords: Also match & by itselfJonas Bernoulli
2024-02-28llama--arguments: CosmeticsJonas Bernoulli
2024-02-28llama--arguments: Reduce nestingJonas Bernoulli
2024-02-28llama-font-lock-keywords: Replace unnecessary backquote with quoteJonas Bernoulli
2024-02-28llama--collect: Skip quoted listsJonas Bernoulli
2024-02-28llama--collect: Handle dotted listsJonas Bernoulli
2024-02-28llama--collect: Use separate clause for nested ## no-opJonas Bernoulli
2024-02-28No longer use and-let* macroJonas Bernoulli
2024-02-28No longer depend on seq packageJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-12-15Drop support for the legacy %* argumentJonas Bernoulli
2023-12-15llama--collect: Fix error messageJonas Bernoulli
2023-12-15Optionally fontify ## and its special argumentsJonas Bernoulli
2023-12-15Override elisp-mode-syntax-propertize to leave ## aloneJonas Bernoulli
2023-09-01Fix typoJonas Bernoulli