aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate with extracted autoloads.Glenn Morris2009-09-111-0/+498
|
* Put autoloads in dired.el rather than loaddefs.el.Glenn Morris2009-09-112-2/+12
|
* (autoloads): Make ibuffer.el writable.Glenn Morris2009-09-112-1/+6
|
* Regenerate with extracted autoloads.Glenn Morris2009-09-111-0/+393
|
* Put autoloads in ibuffer.el rather than loaddefs.el.Glenn Morris2009-09-111-5/+9
|
* Reformat doc-strings for make-docfile.Glenn Morris2009-09-113-18/+22
|
* Comment.Glenn Morris2009-09-111-2/+4
|
* Remove comment, inapplicable since 1997 (loadup no longer loads theGlenn Morris2009-09-111-20/+0
| | | | uncompiled version).
* (where_is_internal): Don't erroneously return nil right afterStefan Monnier2009-09-112-7/+17
| | | | | filling the cache. (where_is_internal_1): Fix up typo.
* (autoloads): Make rmail.el writable as well.Stefan Monnier2009-09-112-1/+5
|
* (x-display-name, x-setup-function-keys): Unify doc-strings with X versions.Glenn Morris2009-09-112-2/+26
|
* (dired-compress-file): Declare.Glenn Morris2009-09-111-0/+3
| | | | (ange-ftp-dired-compress-file): Add doc string.
* (top-level): Always require dired.Glenn Morris2009-09-111-28/+18
| | | | (locate-mode-map): Initialize inside the defvar.
* (describe-function-1): Mention if a function has a compiler-macro.Glenn Morris2009-09-111-2/+14
|
* (help-function-cmacro): New button.Glenn Morris2009-09-111-0/+16
|
* (define-compiler-macro): Add a property that records where a macro wasGlenn Morris2009-09-111-2/+16
| | | | defined.
* (apropos-documentation-check-doc-file): Exclude unbound functions andGlenn Morris2009-09-111-3/+9
| | | | | variables, since they must be stuff specific to some other platform. (apropos-print): Make mouse-click message less specific about button.
* (Fx_parse_geometry): Unify the X and NS versions so that they share aGlenn Morris2009-09-112-23/+21
| | | | common doc-string.
* (delphi-tab): Indent region when Transient Mark mode is enabled andSimon South2009-09-112-8/+25
| | | | | region is active; otherwise indent or insert TAB as usual. (delphi-mode): Update description of TAB-key binding.
* (get_keymap): Return the actual keymap symbol rather than t for autoloadedStefan Monnier2009-09-112-1/+4
| | | | keymaps when autoloading is not allowed (bug#4393).
* *** empty log message ***Stefan Monnier2009-09-111-0/+7
|
* * emulation/crisp.el (crisp-mode-map): Move initializationStefan Monnier2009-09-112-125/+114
| | | | | into declaration. (crisp-mode): Use define-minor-mode.
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-1112-18/+72
| | | | | | | | | | | | | | | | | | | | | | | | | (syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. * progmodes/xscheme.el (xscheme-evaluation-commands): Put a :advertised-binding property rather than using advertised-xscheme-send-previous-expression. (advertised-xscheme-send-previous-expression): Declare obsolete. * emulation/crisp.el (crisp-mode-map): Use `undo' rather than `advertised-undo'. (crisp-mode): Add corresponding bindings to undo's :advertised-binding instead. * dired.el (dired-mode-map): Put a :advertised-binding property rather than using dired-advertised-find-file. (dired-advertised-find-file): * simple.el (advertised-undo): * wid-edit.el (advertised-widget-backward): Declare obsolete. (widget-keymap): Put a :advertised-binding property rather than using advertised-widget-backward. * bindings.el (ctl-x-map): Put a :advertised-binding property rather than using advertised-undo. * tutorial.el (tutorial--default-keys): Adjust accordingly.
* fix typo (wrong name) in my 2009-09-09 entryAdrian Robert2009-09-101-1/+1
|
* * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.Stefan Monnier2009-09-106-136/+52
| | | | | | | | | | | | (parse_menu_item): Streamline since bindings are recomputed all the time anyway. Don't bother checking Vdefine_key_rebound_commands any more and don't support lmenu's menu-alias any more either. * subr.el (define-key-rebound-commands): Mark obsolete. * startup.el (precompute-menubar-bindings): Remove. (normal-top-level): Remove obsolete code that tried to precompute menubar bindings. * loadup.el (define-key-rebound-commands): Don't bother fiddling with define-key-rebound-commands and precompute-menubar-bindings.
* (Fwhere_is_internal): Last minute typo.Stefan Monnier2009-09-101-1/+1
|
* * keymap.c (where_is_internal_data): Make noindirect a boolean.Stefan Monnier2009-09-104-183/+176
| | | | | | | | | | | | | | | (where_is_internal): Strip it down to only traverse the keymaps. Move the cache handling from Fwhere_is_internal to here. (Fwhere_is_internal): Move the handling of remapping and the choice of the best binding from where_is_internal to here. Unify the cached/noncached paths, so remapping is also handled correctly when the cache is used, and so the cache can be used to speed up remap-handling when applicable. Give preference to non-remapped bindings. * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer non-remapped bindings. * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle command remapping.
* Grammar.Glenn Morris2009-09-101-2/+2
|
* (cvs-mode-find-file): Use forward-line rather than goto-line.Glenn Morris2009-09-102-1/+38
|
* (byte-compile-function-environment): Doc fix.Glenn Morris2009-09-101-5/+26
| | | | | | | (byte-compile-file-form-autoload): Don't warn about unknown functions where the autoload statement comes after the use. (with-no-warnings): Give it a byte-hunk-handler like than of progn, so that any handlers inside the body (eg require) are in turn respected.
* (degrees-to-radians): Mark as free from side effects.Glenn Morris2009-09-101-2/+3
|
* (define-derived-mode): Give the mode's map, and syntax and abbrevGlenn Morris2009-09-101-5/+14
| | | | tables basic docs, if they don't have any.
* (easy-mmode-defmap): Add doc-string.Glenn Morris2009-09-101-2/+5
|
* (top-level): Require cl when compiling.Glenn Morris2009-09-101-3/+5
| | | | | (view-hello-file): Use default-value rather than default-enable-multibyte-characters.
* Move all safe and risky properties into the defcustoms.Glenn Morris2009-09-101-31/+26
|
* (rmail-user-mail-address-regexp): Move here from rmailsum.el.Glenn Morris2009-09-101-0/+237
| | | | Regenerate with extracted autoloads.
* (rmail-user-mail-address-regexp): Move to rmail.el.Glenn Morris2009-09-101-19/+4
| | | | Put autoloads in rmail.el rather than loaddefs.el.
* Put autoloads in rmail.el rather than loaddefs.el.Glenn Morris2009-09-106-0/+28
|
* Bug#4375 (can't kill killed gud buffer")Nick Roberts2009-09-101-7/+0
| | | | | (gdb): Revert 2009-08-11 change. User should detach inferior manually.
* *** empty log message ***Nick Roberts2009-09-101-0/+2
|
* (display_mode_element): Move list length limit from 50 toStefan Monnier2009-09-102-2/+11
| | | | 5000 (see thread starting with <[email protected]>).
* Reported in thread for Bug#4375.Nick Roberts2009-09-102-25/+22
| | | | | | | * progmodes/gud.el (gud-tooltip-print-command): Use MI command "-data-evaluate-expression" instead of print. * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto. (gdb-tooltip-print): Parse output from above MI command.
* *** empty log message ***Nick Roberts2009-09-101-0/+11
|
* * startup.el (command-line-normalize-file-name): On Windows andJuanma Barranquero2009-09-102-0/+8
| | | | MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
* (grep-template): Add "<X>" to docstring.Juri Linkov2009-09-102-39/+115
| | | | | | | | | | | | | | | | (grep-files-aliases): Add "all". Move "el" and "ch" to the top of the list. Move "asm" to the bottom. (grep-find-ignored-directories): Add `choice' with nil value to empty the list easily. (grep-find-ignored-files): New option. (grep-files-history): Set to nil by default instead of '("ch" "el"). (grep-compute-defaults): Add "<X>" to `grep-template'. (grep-read-files): Bind new local variables `default-alias' and `default-extension'. Use a list of default values for the file prompt. (lgrep): Add `--exclude=' command line options composed from `grep-find-ignored-files'. (rgrep): Add `-name' command line options composed from `grep-find-ignored-files'. (Bug#4301)
* (shell-command): Set asynchronous process filter toJuri Linkov2009-09-101-0/+4
| | | | `comint-output-filter'. (Bug#4343)
* (isearch-text-char-description): Propertize escapeJuri Linkov2009-09-101-2/+2
| | | | character sequences with the `escape-glyph' face. (Bug#4344)
* * nnrss.el (nnrss-request-article): Remove binding ofKatsumi Yamaoka2009-09-103-10/+21
| | | | | | | | | default-enable-multibyte-characters that has gotten needless by the 2007-07-13 change in rfc2047-encode-message-header. * mml.el (mml-insert-multipart): Error on the message header. (mml-insert-part): Error on the message header; position point at the end of a MIME tag.
* * nsfont.m (ns_get_family): Don't force first letter to uppercase.Adrian Robert2009-09-092-2/+4
|
* (diff-hunk-kill): Fix the search of the next hunk (bug#4368).Stefan Monnier2009-09-092-1/+7
|