summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (authors): Use `find-program' and `grep-program'Juanma Barranquero2008-01-301-2/+2
| | | | | | | | | | | | instead of hardcoded program names.
* | | Fix merge mistakeMiles Bader2008-01-301-1/+1
| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
* | | Merge from emacs--devo--0Miles Bader2008-01-306-92/+124
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
| * | (find-function-search-for-symbol): Strip extensionMartin Rudalics2008-01-291-2/+6
| | | | | | | | | | | | from .emacs.el to make sure symbol is searched in .emacs too.
| * | Trivial change.Richard M. Stallman2008-01-251-5/+6
| | |
| * | (find-library): Wrap search for library name in condition-caseMartin Rudalics2008-01-251-5/+11
| | | | | | | | | | | | to avoid reporting a scan-error.
| * | (easy-menu-avoid-duplicate-keys): New var.Stefan Monnier2008-01-151-22/+43
| | | | | | | | | | | | | | | (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid using the same key for different menu entries.
| * | Regenerate.Glenn Morris2008-01-121-57/+57
| | |
| * | Add 2008 to copyright years.Glenn Morris2008-01-092-2/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2008-01-0962-113/+112
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * | Merge from emacs--rel--22Miles Bader2008-01-0861-61/+61
| |\| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-0763-63/+63
| | |
| * | * mouse.el (mouse-popup-menubar): Fix typo.Dan Nicolaescu2008-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more form inside with-current-buffer. * progmodes/antlr-mode.el (provide): Move to the end of file. (require): Don't require font-lock and compile. (outline-level, imenu-use-markers, imenu-create-index-function): Move declarations to top level. (cond-emacs-xemacs-macfn): Declare for compiler. * vc-bzr.el (vc-bzr-root): * vc-arch.el (vc-arch-root): Only set a property if the file is managed by this backend. * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
| * | * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
| * | (byte-compile-from-buffer): Call byte-compile-warn-about-unresolved-functionsRichard M. Stallman2008-01-041-83/+83
| | | | | | | | | | | | | | | outside the with-current-buffer. (byte-compile-insert-header): Use with-current-buffer.
* | | Update.Andreas Schwab2008-01-031-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2008-01-021-15/+35
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
| * | (elp-results): Use header-line-format for header. Move point to the start ofNick Roberts2007-12-311-15/+35
| | | | | | | | | | | | the buffer.
* | | Merge from emacs--devo--0Miles Bader2007-12-292-15/+1
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
| * | Merge from emacs--rel--22Miles Bader2007-12-281-0/+1
| |\| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
| | * (find-function-after-hook): Add :type.Richard M. Stallman2007-12-151-0/+1
| | |
| | * Dan Nicolaescu <dann at ics.uci.edu>Glenn Morris2007-12-011-2/+3
| | | | | | | | | | | | (declare-function): Change to a macro.
| | * (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-3/+3
| | |
| * | * calculator.el:Dan Nicolaescu2007-12-251-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dframe.el: * iswitchb.el: * whitespace.el: * winner.el: * emacs-lisp/checkdoc.el: * mail/feedmail.el: * net/quickurl.el: * obsolete/fast-lock.el: * play/5x5.el: * progmodes/delphi.el: * progmodes/idlw-shell.el: * progmodes/idlwave.el: * textmodes/artist.el: * textmodes/ispell.el: * textmodes/texinfmt.el: * textmodes/texinfo.el: Remove obsolete definitions of backward compatibility macros for defcustom, defgroup, defface, when, unless, with-current-buffer and with-temp-message.
* | | Merge from emacs--devo--0Miles Bader2007-12-164-20/+23
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
| * | (check-declare-verify): Handle deffoo.Glenn Morris2007-12-111-1/+5
| | |
| * | (lm-verify): Make it work withDavid Kastrup2007-12-091-12/+11
| | | | | | | | | | | | directories. Not sure anybody uses this anymore, though.
| * | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-083-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. * gnus-sum.el (gnus-summary-simplify-subject-query): * ecomplete.el (ecomplete-display-matches): Fix buggy call to `message'. * textmodes/reftex.el (reftex-select-with-char): * textmodes/reftex-toc.el (reftex-toc-do-promote) (reftex-toc-visit-location, reftex-toc-find-section): * textmodes/reftex-index.el (reftex-index-show-entry): * textmodes/org.el (org-cycle-hide-archived-subtrees) (org-table-rotate-recalc-marks, org-mark-ring-push) (org-follow-info-link, org-mhe-get-message-folder-from-index) (org-auto-repeat-maybe, org-store-log-note, org-delete-property) (org-evaluate-time-range, org-edit-agenda-file-list): * textmodes/artist.el (artist-select-next-op-in-list) (artist-select-prev-op-in-list): * term/mac-win.el (mac-service-insert-text): * startup.el (fancy-about-screen): * progmodes/vhdl-mode.el (vhdl-decision-query): * progmodes/idlwave.el (idlwave-template) (idlwave-scroll-completions, idlwave-display-completion-list): * progmodes/ebrowse.el (ebrowse-show-progress): * progmodes/cperl-mode.el (cperl-find-pods-heres): * progmodes/antlr-mode.el (antlr-insert-option-do): * play/mpuz.el (mpuz-close-game): * net/rcirc.el (rcirc-next-active-buffer): * mail/reporter.el (reporter-update-status): * kmacro.el (kmacro-display): * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): * emulation/viper-util.el (viper-save-setting): * emacs-lisp/lisp-mnt.el (lm-verify): * emacs-lisp/edebug.el (edebug-set-mode): * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun): * calendar/calendar.el (calendar-print-day-of-year): * calc/calcalg3.el (calc-curve-fit): * calc/calcalg2.el (math-integral): * calc/calc.el (calc-read-key-sequence, calc-version): * calc/calc-mode.el (calc-set-simplify-mode): * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
* | | Merge from emacs--devo--0Miles Bader2007-12-0613-164/+550
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
| * | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
| | |
| * | Re-fill copyright.Glenn Morris2007-12-061-10/+11
| | | | | | | | | | | | Remove directory part from filenames in function declarations.
| * | Remove directory part from filenames in function declarations.Glenn Morris2007-12-062-3/+3
| | |
| * | Make `find-function' prefer ".el" over "" to fix a bug (see emacs-devel)Deepak Goel2007-12-051-4/+8
| | |
| * | (byte-compile-declare-function): Remove declared function fromGlenn Morris2007-12-051-0/+3
| | | | | | | | | | | | byte-compile-noruntime-functions.
| * | (declare-function): Macro deleted.Richard M. Stallman2007-12-031-37/+0
| | |
| * | (byte-compile-declare-function): Reverse branches of if statement.Glenn Morris2007-12-021-4/+4
| | |
| * | (check-declare-scan): Doc fix.Glenn Morris2007-11-301-26/+31
| | | | | | | | | | | | | | | | | | Handle declare-function third argument `t' and fourth argument. (check-declare-verify): Doc fix. Handle `fileonly' case. Use progn rather than prog1.
| * | (byte-compile-declare-function): Third argument to declare-functionGlenn Morris2007-11-301-1/+2
| | | | | | | | | | | | must be a list to specify arglist.
| * | (declare-function): Add optional fourth argument and document it.Glenn Morris2007-11-301-1/+10
| | |
| * | (declare-function): Doc fix.Glenn Morris2007-11-291-1/+3
| | |
| * | (check-declare-locate, check-declare-verify): Handle `external' files.Glenn Morris2007-11-291-19/+49
| | | | | | | | | | | | | | | | | | (check-declare-errmsg): New function. (check-declare-verify, check-declare-file, check-declare-directory): Use check-declare-errmsg to report the number of problems.
| * | (check-declare-locate): Reflow doc.Glenn Morris2007-11-281-7/+7
| | | | | | | | | | | | (check-declare-verify): Handle fset.
| * | (check-declare-locate): Handle compressed files.Glenn Morris2007-11-271-23/+40
| | | | | | | | | | | | | | | (check-declare-verify): Handle define-generic-mode, define-global(ized)-minor-mode, define-obsolete-function-alias.
| * | (end-of-defun): Restructure so that end-of-defun-function is calledStefan Monnier2007-11-261-49/+77
| | | | | | | | | | | | | | | consistently, even for negative arguments. (end-of-defun-function): Default to forward-sexp.
| * | (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-8/+8
| | |
| * | (easy-menu-define): Doc fix.Glenn Morris2007-11-261-1/+6
| | |
| * | Comment.Glenn Morris2007-11-241-0/+2
| | |
| * | (declare-function): Doc fix.Glenn Morris2007-11-241-1/+3
| | |
| * | (beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function.Stefan Monnier2007-11-221-9/+20
| | |
| * | (declare-function): Doc fix.Glenn Morris2007-11-221-4/+5
| | |