summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (define-mail-alias): Handle backslash-quotingRichard M. Stallman1997-12-211-6/+18
| | | | within "-strings in DEFINITION if it comes from .mailrc.
* (mule-keymap): Delete the binding for toggle-enable-multibyte-characters.Richard M. Stallman1997-12-211-4/+0
| | | | (mule-menu-keymap): Delete the menu item for it.
* (copy-region-as-kill): Deactivate mark in transient-mark-mode.Richard M. Stallman1997-12-211-3/+8
| | | | (copy-region-as-kill, kill-ring-save): Doc fixes.
* (toggle-enable-multibyte-characters): Doc fix.Richard M. Stallman1997-12-211-2/+11
|
* (completion-setup-hook): Add definition.Richard M. Stallman1997-12-211-0/+6
|
* (menu-bar-select-yank): Add apropos-inhibit property.Richard M. Stallman1997-12-211-0/+1
|
* (apropos, apropos-command): Ignore symbols that have apropos-inhibit property.Richard M. Stallman1997-12-211-0/+10
|
* (standard-display-european): Doc fix.Richard M. Stallman1997-12-211-4/+6
|
* (split-string): Handle empty matches reasonably.Richard M. Stallman1997-12-211-2/+15
|
* (calendar-french-single-byteify): New function.Richard M. Stallman1997-12-211-63/+80
| | | | | | (calendar-goto-french-date): Use calendar-french-single-byteify instead of changing enable-multibyte-characters. test french-calendar-accents.
* (read-password): New function.Richard M. Stallman1997-12-211-0/+22
|
* (iswitchb-completion-help): Multiple TAB pressesKarl Heuer1997-12-191-118/+157
| | | | | | scroll the completion window. (iswitchb-read-buffer): New function to act as drop-in replacement for read-buffer.
* Don't call set-terminal-coding-systemKarl Heuer1997-12-191-1/+2
| | | | if it was already set.
* (set-language-info): Doc fix.Karl Heuer1997-12-191-2/+2
| | | | (input-method-inactivate-hook): Doc fix.
* (widget-choose): Allow scrolling of large lists.Karl Heuer1997-12-191-7/+25
|
* (transpose-subr): Rewrite to make faster with big moveAndreas Schwab1997-12-171-31/+30
| | | | | | counts. (transpose-lines): In the mover function handle arbitrary move counts.
* (Man-mode-line-format): Update to include the new formatAndreas Schwab1997-12-171-6/+11
| | | | elements.
* Add reference to new Calendrical Calculations book.Paul Eggert1997-12-1613-22/+69
|
* Define indentation in normal dialect for let-syntax,Dave Love1997-12-131-5/+39
| | | | | | | | letrec-syntax, syntax-rules, call-with-values, dynamic-wind. (scheme-mode-map): Remove lisp-complete-symbol. Add uncomment-region. (scheme-mode-hook, dsssl-mode-hook): Declare customized. (dsssl-sgml-declaration): Fix customization.
* (browse-url-lynx-emacs): Add sentinel to kill the buffer when lynxDave Love1997-12-121-23/+69
| | | | | | | | | exits. Doc fix. (browse-url-browser-function): Better customization. (browse-url-filename-alist, browse-url-netscape-display, browse-url-filename-alist, browse-url-generic-program): Likewise. (browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix. (browse-url-save-file): Customize.
* Use imenu-case-fold-search.Dave Love1997-12-1215-8/+30
|
* (comint-strip-ctrl-m): Don't die ifKarl Heuer1997-12-111-2/+4
| | | | comint-last-output-start does not point anywhere.
* (telnet-filter): Position comint-last-output-start.Karl Heuer1997-12-111-0/+1
|
* (auto-mode-alist): Add .am as makefile-mode.Karl Heuer1997-12-111-0/+1
|
* (ange-ftp-date-regexp): Fix the problem with misparsingPaul Eggert1997-12-111-4/+12
| | | | `-r--r--r-- 1 may 1997' by requiring a digit before the date.
* (dired-move-to-filename-regexp):Paul Eggert1997-12-111-7/+10
| | | | | | | Fix the problem with misparsing `-r--r--r-- 1 may 1997' by requiring a digit before the date. (dired-move-to-filename-regexp): Allow any month name of 2 letters or more.
* Customized.Andreas Schwab1997-12-101-6/+16
|
* (bibtex-generate-autokey): Doc fix.Karl Heuer1997-12-091-75/+62
|
* (custom-add-version): New function.Karl Heuer1997-12-091-0/+6
| | | | (custom-handle-keyword): Handle :version.
* (customize-changed-options): New function.Karl Heuer1997-12-091-0/+33
| | | | (customize-version-lessp): New function.
* (facemenu-remove-face-props): Renamed fromKarl Heuer1997-12-091-6/+5
| | | | | facemenu-remove-props. Remove only face and mouse-face. (facemenu-menu): Update menu item for facemenu-remove-face-props.
* Initial revisionKenichi Handa1997-12-091-0/+101
|
* Documentation for "Korean" lang. env. modified.Kenichi Handa1997-12-091-1/+1
|
* (number-to-register): Move point as a side effect.Karl Heuer1997-12-081-10/+6
|
* (calendar-day-name): Truncate properly whenKarl Heuer1997-12-081-10/+4
| | | | multibyte.
* (mail-extr-all-top-level-domains): More domains.Karl Heuer1997-12-071-8/+23
|
* (outline-next-preface):Karl Heuer1997-12-071-1/+1
| | | | Don't try to move back if already at beginning of buffer.
* (gud-mips-p): Fix regexp so it will match alphaev56-* too.Karl Heuer1997-12-071-1/+1
|
* Minor repair of previous change.Edward M. Reingold1997-12-051-1/+1
|
* Add fixed date (RD) to menu of other dates.Edward M. Reingold1997-12-051-0/+3
|
* Fix bad call to error.Edward M. Reingold1997-12-051-1/+1
|
* (Info-insert-dir): Use leading space in buffer name.Karl Heuer1997-12-051-1/+1
|
* Deal with `#'s in variable references.Simon Marshall1997-12-041-1/+8
|
* Another patch by Michael Cook to fix annotation.Oliver Seidel1997-12-041-29/+34
|
* (frame-configuration-to-register)Karl Heuer1997-12-041-37/+41
| | | | | | | | | | (window-configuration-to-register): Use a marker to save point. (point-to-register): Include point when saving a frame config. (number-to-register): New command (was commented out). (increment-register): New command (view-register): Handle frame configs and window configs included in a list with a pointer. (view-register, insert-register): Use numberp, not integerp.
* (ctl-x-map): Add bindings rn and r+Karl Heuer1997-12-041-0/+2
| | | | for number-to-register and increment-register.
* (byte-optimize-lapcode): CorrectlyKarl Heuer1997-12-041-1/+1
| | | | distinguish byte-constant from operations on variables.
* Customized.Karl Heuer1997-12-041-22/+46
|
* (custom-unlispify-remove-prefixes): Reference toKarl Heuer1997-12-041-2/+19
| | | | | | | | | | | | | | related variables added. (custom-variable-default-form): New variable controlling default display form for customization of variables. (custom-variable): widget `:form' is nil before initialization. (custom-variable-value-create): Initialize `:form' to `custom-variable-default-form'. (custom-face-default-form): New variable controlling default display form for customization of faces. (custom-face): widget `:form' is nil before initialization. (custom-face-value-create): Initialize `:form' to `custom-face-default-form'.
* (global-set-key, local-set-key): Doc fix.Karl Heuer1997-12-041-10/+15
|