summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert last change.Thien-Thi Nguyen2007-08-171-12/+3
| |
| * (copyright-update-year, copyright-update)Thien-Thi Nguyen2007-08-171-3/+12
| | | | | | | | (copyright-fix-years): Fix bug: Handle nil copyright-limit.
| * (cl-transform-lambda): Preserve the match-data.Stefan Monnier2007-08-161-9/+13
| |
* | preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
| |
* | (eldoc-get-fnsym-args-string): Doc fix.Glenn Morris2007-08-191-8/+11
| | | | | | | | | | (eldoc-highlight-function-argument): Add a doc string. Tweak previous change: no need for INDEX to be optional, just need to handle nil.
* | (eldoc-get-fnsym-args-string): ConvertGlenn Morris2007-08-181-41/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | comment to basic doc string. Also apply eldoc-argument-case in the help-split-fundoc case. Adapt for changed behavior of eldoc-function-argstring, eldoc-function-argstring-format, and eldoc-highlight-function-argument. (eldoc-highlight-function-argument): Make INDEX argument optional, just call eldoc-docstring-format-sym-doc if absent. (eldoc-function-argstring): Change the behavior. Now it converts an argument list to a string. (eldoc-function-argstring-format): Change the behavior. Now it applies `eldoc-argument-case' to a string.
* | (copyright-limit): Fix sense typo in defsubst.Thien-Thi Nguyen2007-08-171-2/+1
| |
* | (copyright-limit): New defsubst.Thien-Thi Nguyen2007-08-171-6/+7
| | | | | | | | | | (copyright-update-year, copyright-update) (copyright-fix-years): Use it.
* | (copyright-update-year): Fix bug: Handle nil copyright-limit.Thien-Thi Nguyen2007-08-171-1/+3
| |
* | (copyright-names-regexp): Add custom group.Richard M. Stallman2007-08-161-0/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-08-136-20/+45
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * (backquote-delay-process): New function.Stefan Monnier2007-08-101-15/+39
| | | | | | | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes.
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-084-4/+4
| |
| * (checkdoc-ispell-lisp-words): Remove `iff'.Glenn Morris2007-08-081-2/+3
| | | | | | | | Replace `iff' in doc-strings and comments.
| * Revert previous change, which was only supposed to be in trunk.Glenn Morris2007-08-031-5/+1
| |
| * Drew Adams <drew.adams at oracle.com>Glenn Morris2007-08-031-1/+5
| | | | | | | | (pp-eval-expression): Add progress message. Make buffer writable.
* | (autoload-print-form): Use print-quoted.Stefan Monnier2007-08-131-0/+2
| |
* | (eldoc-get-fnsym-args-string): Make second argument optional, forGlenn Morris2007-08-081-4/+5
| | | | | | | | | | backwards compatibility, and only highlight args when present. Fix symbol name typo (doc/args).
* | Update.Andreas Schwab2007-08-051-3/+3
| |
* | Drew Adams <drew.adams at oracle.com>Glenn Morris2007-08-031-1/+5
| | | | | | | | (pp-eval-expression): Add progress message. Make buffer writable.
* | Merge from emacs--rel--22Miles Bader2007-07-311-7/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 75-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) * lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update) (copyright-fix-years, copyright): Correctly handle the case where copyright-limit is nil. 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) * lisp/progmodes/python.el (run-python): Fix path separator under w32. 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
| * Restore lisp/emacs-lisp/cl-loaddefs.elMiles Bader2007-07-312-4/+1234
| | | | | | | | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
| * Update some .arch-inventory filesMiles Bader2007-07-301-0/+4
| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org>
| * (copyright-update-year, copyright-update, copyright-fix-years, copyright):Stefan Monnier2007-07-291-10/+13
| | | | | | | | Correctly handle the case where copyright-limit is nil.
* | Restore lisp/emacs-lisp/cl-loaddefs.elMiles Bader2007-07-302-4/+1234
| | | | | | | | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--devo--0--patch-837
* | (emacs-lisp-mode-syntax-table): Treat non-break space as whitespace in Lisp.Richard M. Stallman2007-07-301-0/+2
| |
* | Update some .arch-inventory filesMiles Bader2007-07-302-1234/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib-src/.arch-inventory: Don't track the blessmail binary. * lisp/emacs-lisp/cl-loaddefs.el: Don't track this. It is autogenerated. * lisp/emacs-lisp/.arch-inventory: Don't track cl-loaddefs.el. * lisp/ps-print.el: Check in trivial changes to the autoloads section caused by the build process. These autoloads really ought to be placed in a separate file, methinks. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-833 Creator: Michael Olson <mwolson@gnu.org>
* | (ad-interactive-form): Re-introduce.Stefan Monnier2007-07-281-2/+10
| | | | | | | | (ad-body-forms, ad-advised-interactive-form): Revert this part of last change.
* | (ad-interactive-p, ad-interactive-form): Remove.Stefan Monnier2007-07-261-29/+12
| | | | | | | | | | | | (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id) (ad-make-advised-definition, ad-cache-id-verification-code): Use commandp and interactive-form instead.
* | Merge from emacs--rel--22Miles Bader2007-07-2663-63/+63
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-2563-63/+63
| |
| * (byte-compile-from-buffer): initialise byte-compile-unresolved-functions beforeAlan Mackenzie2007-07-241-6/+8
| | | | | | | | | | rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
| * (calculate-lisp-indent): In theThien-Thi Nguyen2007-07-211-0/+10
| | | | | | | | | | case of alignment under a constant symbol, find and consider the sexp actually at indentation to be the "last sexp".
| * (defadvice): Doc fix.Juanma Barranquero2007-07-161-1/+1
| |
* | (byte-compile-from-buffer): initialise byte-compile-unresolved-functionsAlan Mackenzie2007-07-241-6/+8
| | | | | | | | | | before rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
* | (copyright-update-year): Fix 2007-05-25 change.Stefan Monnier2007-07-231-1/+1
| |
* | (calculate-lisp-indent): In the case of alignment under a constant symbol,Thien-Thi Nguyen2007-07-161-0/+10
| | | | | | | | find and consider the sexp actually at indentation to be the "last sexp".
* | Merge from emacs--rel--22Miles Bader2007-07-151-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 55-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 235-236) - Update from CVS 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu> * lisp/replace.el (match): Use yellow1 instead of yellow. * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red. * lisp/pcvs-info.el (cvs-unknown): Likewise. 2007-07-10 Richard M. Stallman <rms@gnu.org> * lisp/emacs-lisp/lisp-mode.el (eval-defun): Explain special handling of `defface'. 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face) (gnus-server-closed-face, gnus-server-denied-face) (gnus-server-offline-face): Remove variable. (gnus-server-font-lock-keywords): Use faces that are not aliases. * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string) (mm-decode-coding-region, mm-encode-coding-region): Don't modify string if the coding-system argument is nil for XEmacs. * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of mm-charset-override-alist. * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function rfc2045-encode-string. (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not to quote the parameter value. 2007-07-10 Richard M. Stallman <rms@gnu.org> * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface. 2007-07-11 Jason Rumney <jasonr@gnu.org> * nt/gmake.defs (OLE32): New library to link. * nt/nmake.defs (OLE32): Likewise. 2007-07-11 Jason Rumney <jasonr@gnu.org> * src/makefile.w32-in (LIBS): Include OLE32. * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM. (w32_msg_pump) <WM_DESTROY>: Uninitialize COM. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
| * (copyright-current-gpl-version): Set to 3.Nick Roberts2007-07-111-1/+1
| |
| * (eval-defun): Explain special handling of `defface'.Richard M. Stallman2007-07-101-1/+3
| |
| * (eval-last-sexp): Avoid introducing anyAndreas Schwab2007-07-061-7/+7
| | | | | | | | dynamic bindings around the evaluation of the expression.
| * (sregexq): Fix doc string quoting.Chong Yidong2007-06-041-2/+2
| |
| * (tq-queue-pop): Stifle error when a process has died and we are tryingChong Yidong2007-06-041-2/+3
| | | | | | | | to send a signal to it.
| * (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.Juanma Barranquero2007-06-041-2/+2
| |
| * Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-05-291-2/+7
| | | | | | | | (rx): Doc fix.
* | (generated-autoload-file): Autoload the safe-local-variable setting.Stefan Monnier2007-07-141-0/+1
| |
* | (defadvice): Doc fix.David Kastrup2007-07-141-1/+1
| |
* | (eldoc-last-data): Revise documentation.Stefan Monnier2007-07-121-30/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (eldoc-print-current-symbol-info): Adjust for changed helper function signatures. (eldoc-get-fnsym-args-string): Add `args' argument. Use new `eldoc-highlight-function-argument'. (eldoc-highlight-function-argument): New function. (eldoc-get-var-docstring): Format documentation with `font-lock-variable-name-face'. (eldoc-docstring-format-sym-doc): Add `face' argument and apply it where suited. (eldoc-fnsym-in-current-sexp): Return a list with argument index. (eldoc-beginning-of-sexp): Return number of skipped sexps.
* | (copyright-current-gpl-version): Set to 3.Nick Roberts2007-07-101-1/+1
| |
* | Load cl-loaddefs.el quietly.Stefan Monnier2007-07-101-1/+1
| |