aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (dired-mode-map): Add menu entry for async shell command.Glenn Morris2009-09-151-1/+4
|
* (find-lisp-object-file-name): When looking for autoloadedGlenn Morris2009-09-151-2/+3
| | | | | variables, also consider the .elc files, since the .el files are normally gzipped (subsequent code locates the .el.gz from the .elc).
* (arglist): Define for compiler.Glenn Morris2009-09-151-25/+26
| | | | Delete trailing whitespace.
* (diary-display-function): Change the default to fancy display.Glenn Morris2009-09-151-6/+6
| | | | (body): Define for compiler.
* (byte-compile-keep-pending, byte-compile-file-form, byte-compile-lambda)Glenn Morris2009-09-151-111/+122
| | | | | | | | | (byte-compile-top-level-body, byte-compile-form) (byte-compile-variable-ref, byte-compile-setq) (byte-compile-setq-default, byte-compile-body) (byte-compile-body-do-effect, byte-compile-and, byte-compile-or) (batch-byte-compile): Give some more local variables with common names a "bytecomp-" prefix to avoid masking warnings about free variables.
* (rmail-mime-save): If file exists, don't try to be clever and add aGlenn Morris2009-09-151-16/+13
| | | | | | | | suffix to make a unique name, just let the user decide whether or not to overwrite it. If the input is a directory, write the default filename to that directory. (Bug#4388) (rmail-mime-bulk-handler): Ensure the save button's 'directory property is a filename-as-a-directory.
* (what-page): Don't move to beginning of line.Stefan Monnier2009-09-152-2/+6
| | | | See <[email protected]> in emacs-devel.
* (vc-git-dir-extra-headers): Show the remote location.Dan Nicolaescu2009-09-152-6/+32
|
* * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.Dan Nicolaescu2009-09-143-14/+17
| | | | * help.el (help-for-help-internal): Add purecopy calls for text.
* (change-log-mode): Restore bug-reference-mode.Dan Nicolaescu2009-09-142-1/+6
|
* * configure.bat: Add #define PROFILING to config.h.Juanma Barranquero2009-09-142-0/+5
|
* (Terminal Output): Put "@code{}" around "stdout".Alan Mackenzie2009-09-141-1/+1
|
* *** empty log message ***Alan Mackenzie2009-09-141-0/+4
|
* * vc-mtn.el (vc-mtn-annotate-command):Dan Nicolaescu2009-09-143-2/+5
| | | | * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-1412-39/+177
| | | | | | | | | | | | | | | | | | | argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now.
* * simple.el: Add mapping for backspace/delete/clear/tab/escape/returnStefan Monnier2009-09-146-80/+26
| | | | | | | | to function-key-map, and give them ascii-character property. * term/x-win.el (x-alternatives-map): * term/ns-win.el (ns-alternatives-map): * term/internal.el (msdos-key-remapping-map): * w32-fns.el (x-alternatives-map): Remove redundant mappings.
* (elint-add-required-env): Revert to not using temp-buffers (2009-09-12).Glenn Morris2009-09-142-8/+16
|
* (ispell-command-loop): Improve last fix, using the new read-key function.Stefan Monnier2009-09-132-4/+6
|
* * dired-x.texi (Technical Details): Delete dired-up-directory (Bug#4292).Chong Yidong2009-09-132-2/+5
|
* * INSTALL: Update URL for GNU FreeFont.Chong Yidong2009-09-132-3/+6
|
* * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if itChong Yidong2009-09-132-1/+8
| | | | is defined (Bug#4405).
* * url-handlers.el (url-copy-file): Add fifth arg for compatibilityChong Yidong2009-09-132-1/+8
| | | | with 2005-06-25 change to copy-file (Bug#4410).
* * recentf.el (recentf-cleanup): Use a hash table to findChong Yidong2009-09-132-4/+16
| | | | duplicates (Bug#4407).
* Remove obsolete Mule-UCS information (the package is not redundant).Chong Yidong2009-09-131-73/+0
|
* * PROBLEMS: Document Athena/Lucid internationalizationChong Yidong2009-09-132-1/+14
| | | | problem (Bug#4333).
* Fix last change.Chong Yidong2009-09-131-1/+1
|
* * textmodes/ispell.el (ispell-command-loop): Convert keys such asChong Yidong2009-09-132-0/+8
| | | | kp-0 to ascii equivalents (Bug#4325).
* * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).Chong Yidong2009-09-132-17/+23
|
* * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.Chong Yidong2009-09-132-1/+3
|
* * eshell/em-hist.el:Chong Yidong2009-09-135-5/+28
| | | | | | | | | | | * eshell/em-dirs.el (eshell-complete-user-reference): Declare pcomplete functions and variables to avoid compiler warnings. * eshell/em-script.el (eshell-login-script, eshell-rc-script): * eshell/em-dirs.el (eshell-last-dir-ring-file-name): * eshell/em-alias.el (eshell-aliases-file): * eshell/em-hist.el (eshell-history-file-name): Use expand-file-name instead of concat to make file names (Bug#4308).
* Replace empty `let's with `progn'.Glenn Morris2009-09-134-22/+33
|
* (url-file): Avoid assignment to free variable `filename'.Glenn Morris2009-09-132-7/+7
|
* * functions.texi (Anonymous Functions): Rearrange discussion,Chong Yidong2009-09-132-68/+61
| | | | | giving usage of unquoted lambda forms first. Mention that `function' and `#'' are no longer required (Bug#4290).
* * mail/sendmail.el (send-mail-function):Stefan Monnier2009-09-1312-44/+46
| | | | | | | | | | | | | | | | | * tooltip.el (tooltip-mode): * simple.el (transient-mark-mode): * rfn-eshadow.el (file-name-shadow-mode): * frame.el (blink-cursor-mode): * font-core.el (global-font-lock-mode): * files.el (temporary-file-directory) (small-temporary-file-directory, auto-save-file-name-transforms): * epa-hook.el (auto-encryption-mode): * composite.el (global-auto-composition-mode): Use custom-initialize-delay. * startup.el (command-line): Don't explicitly call custom-reevaluate-setting for all the above vars. * custom.el (custom-initialize-safe-set) (custom-initialize-safe-default): Delete.
* (elint-init-env): Skip non-list forms.Glenn Morris2009-09-122-4/+11
| | | | (elint-log): Handle unknown file positions.
* (Custom-mode): Don't use advertised-widget-backward in the docstring.Stefan Monnier2009-09-121-1/+1
|
* * term/x-win.el (x-initialize-window-system):Stefan Monnier2009-09-124-7/+5
| | | | | | * term/w32-win.el (w32-initialize-window-system): * term/ns-win.el (ns-initialize-window-system): Don't call mouse-wheel-mode since it's enabled globally by default already.
* (mouse-wheel-mode): Make sure the new defvar doesn'tStefan Monnier2009-09-122-6/+17
| | | | | | | actually define the variable, but only silences the byte-compiler. (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound before looking it up. (mouse-wheel-scroll-amount): Also reset the bindings if this value is changed.
* (elint-file): Make max-lisp-eval-depth at least 1000.Glenn Morris2009-09-122-3/+11
| | | | | (elint-add-required-env): Don't beep on error. (elint-forms): In case of error, return ENV unchanged.
* (epg-make-context): Add autoload cookie.Daiki Ueno2009-09-122-30/+18
| | | | | | | | | | | | | | | | (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file) (epg-decrypt-string, epg-start-verify, epg-verify-file) (epg-verify-string, epg-start-sign, epg-sign-file) (epg-sign-string, epg-start-encrypt, epg-encrypt-file) (epg-encrypt-string, epg-start-export-keys) (epg-export-keys-to-file, epg-export-keys-to-string) (epg-start-import-keys, epg-import-keys-from-file) (epg-import-keys-from-string, epg-start-receive-keys) (epg-receive-keys, epg-import-keys-from-server) (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys) (epg-sign-keys, epg-start-generate-key) (epg-generate-key-from-file, epg-generate-key-from-string): Remove autoload cookie.
* (dos-reevaluate-defcustoms): Comment out the reevaluation of trash-directory.Eli Zaretskii2009-09-122-2/+8
|
* Fix last change.Eli Zaretskii2009-09-122-1/+8
| | | | | (mouse-wheel-mode): New defvar. (mouse-wheel-mode): Remove autoload cookie.
* * mwheel.el (mwheel-installed-bindings): New var.Stefan Monnier2009-09-124-27/+35
| | | | | | | | | (mouse-wheel-mode): Use it, so as to make sure we really remove all the bindings we set last time. Use custom-initialize-delay. * loadup.el: Load mwheel after term/*-win.el. * startup.el (command-line): Don't reevaluate mouse-wheel-down-event and mouse-wheel-up-event now that their first evaluation is done sufficiently late to be correct.
* * startup.el (tutorial-directory): Make it a defcustom.Stefan Monnier2009-09-125-31/+20
| | | | | | | | Use custom-initialize-delay rather than eval-at-startup to set it. * image.el (image-load-path): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * subr.el (eval-at-startup): Remove. * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
* * lread.c (Fload): Don't output a message after loading an obsoleteStefan Monnier2009-09-124-7/+24
| | | | | | package any more (done in Lisp now). * subr.el (do-after-load-evaluation): Warn the user after loading an obsolete package.
* (proced-mark-alt): Remove alias.Glenn Morris2009-09-122-5/+23
| | | | (proced-mode-map): Remove proced-mark-alt.
* (emacs-lisp-mode-map): Add menu entries to elint file and directory.Glenn Morris2009-09-121-4/+7
| | | | Remove initialization entry.
* (elint-file, elint-directory): New autoloaded commands.Glenn Morris2009-09-121-31/+111
| | | | | | | | | | | | | | (elint-current-buffer): Set mode-line-process. (elint-init-env): Handle define-derived-mode. Fix declare-function with unspecified arglist. Guard against odd defalias statements (eg iso-insert's 8859-1-map). (elint-add-required-env): Use a temp buffer. (elint-form): Just print the function/macro name, not the whole form. Return env unchanged if we fail to parse a macro. (elint-forms): Guard against parse errors. (elint-output): New function, to handle batch mode. (elint-log-message): Add optional argument. Use elint-output. (elint-set-mode-line): New function.
* * emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).Chong Yidong2009-09-122-1/+9
|
* * fns.c (syms_of_fns): Doc fix (Bug#4227).Chong Yidong2009-09-122-3/+7
|