summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (defgroup): Doc fix.Andreas Schwab1998-01-071-2/+2
|
* (pp-to-string): Greatly simplify by letting theAndreas Schwab1998-01-071-32/+9
| | | | | Emacs printer do the (quote x) to 'x conversion. Better handle the # print syntax in all its forms.
* Customized.Andreas Schwab1998-01-074-84/+180
|
* (delete-auto-save-files): Say in the doc string thatEli Zaretskii1998-01-071-1/+4
| | | | | auto-save file will not be deleted if the buffer has unsaved changes.
* (display-time-mode): Set the variable display-time-mode.Richard M. Stallman1998-01-051-0/+15
| | | | | (display-time-mode): New customize variable to automatically load the package.
* (resize-minibuffer-mode): Variable customized toRichard M. Stallman1998-01-031-4/+11
| | | | automatically load the package.
* (occur): Pass default to read-from-minibuffer so thatRichard M. Stallman1998-01-031-6/+4
| | | | M-n can insert default value into minibuffer.
* (file-cache-minibuffer-complete): Accept a prefix arg.Richard M. Stallman1998-01-031-127/+50
|
* (minor-mode-overriding-map-alist):Richard M. Stallman1998-01-021-0/+2
| | | | Call make-variable-buffer-local.
* (which-func-update): Fix paren error.Richard M. Stallman1998-01-021-8/+8
|
* (customize-changed-options): Doc fix.Richard M. Stallman1998-01-021-1/+1
|
* (desktop-enable): New variable.Richard M. Stallman1997-12-291-5/+26
| | | | | (after-init-hook): Add a hook to test desktop-enable. (desktop-save-hook): Doc fix.
* (undigestify-rmail-message): If in summary, switch to the Rmail buffer.Richard M. Stallman1997-12-261-135/+129
| | | | (unforward-rmail-message): Simplify using with-current-buffer.
* (info-lookup-symbol-alist): Handle Emacs Lisp mode.Richard M. Stallman1997-12-261-26/+32
| | | | | | (info-lookup-make-completions): Catch errors one file at a time. Use a special temp buffer, not the usual info buffer, and never display it in a window.
* Some comment, doc and bug fixes.Richard M. Stallman1997-12-251-94/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (ps-print-version): New version number (3.05.3) and doc fix. (ps-output-string-prim, ps-begin-job, ps-control-character) (ps-plot-region): Bug fix. (ps-print-control-characters): New custom var. (ps-string-escape-codes, ps-string-control-codes): New var. (ps-color-device, ps-font-lock-face-attributes, ps-eval-switch) (ps-flatten-list, ps-flatten-list-1): New fn. (ps-setup): Update current setup. (ps-begin-file): Adjust PostScript header file. (ps-plot, ps-face-attribute-list): Little programming improvement. (ps-print-prologue-1): Replace NumberOfZebra by ZebraHeight. (ps-print-without-faces, ps-print-with-faces): Little reprogramming. (ps-plot-with-face): Get color only on color screen device. (ps-build-reference-face-lists): Handle obsolete font-lock-face-attributes. (ps-print-ensure-fontified): Little programming setting. (ps-generate-postscript-with-faces): Adjust initializations, get color only on color screen device. (ps-generate): Replace (if A B) by (and A B). (ps-do-despool): Dynamic evaluation for ps-lpr-switches, Replace (if A B) by (and A B). (color-instance-rgb-components, ps-color-values): Replace pixel-components by color-instance-rgb-components. (ps-xemacs-face-kind-p): Replace face-font by face-font-instance, replace x-font-properties by font-instance-properties.
* Customized.Richard M. Stallman1997-12-251-8/+27
| | | | | (tags-revert-without-query): New option. (tags-verify-table): Test tags-revert-without-query.
* (Info-mode): Doc fix.Richard M. Stallman1997-12-221-3/+6
|
* (dired-mark-sexp): Skip leading space in defining `uid'.Richard M. Stallman1997-12-221-1/+3
|
* (mouse-avoidance-mode): Variable customized to automatically load the package.Richard M. Stallman1997-12-221-7/+22
|
* (view-register): Show register type file-query.Richard M. Stallman1997-12-221-0/+7
|
* (previous-matching-history-element): BindRichard M. Stallman1997-12-221-2/+9
| | | | | | case-fold-search to nil if REGEXP contains an uppercase letter. (previous-matching-history-element, next-matching-history-element): Doc fixes.
* (browse-url-path-regexp, browse-url-short-regexp,Dave Love1997-12-221-36/+28
| | | | | | | | | | | browse-url-regexp): Variables deleted. (They were moved to thingatpt.el.) (browse-url-filename-alist): Default now has leading ange-ftp-type patterns so that the "^/+" pattern doesn't mung such names in advance. (browse-url-file-url): Don't do explicit ange-ftp path munging here. (browse-url-netscape-program): Doc addition.
* (apropos-print): Pass t instead of DO-KEYSRichard M. Stallman1997-12-221-6/+6
| | | | when calling apropos-print-doc.
* (cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.Richard M. Stallman1997-12-221-4/+5
|
* Fix mailer-introduced garbling.Richard M. Stallman1997-12-221-4/+3
| | | | (msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.
* Fix copyright notice.Richard M. Stallman1997-12-221-15/+13
| | | | | (msb--home-dir): Renamed from msb--home-path. (msb--strip-dir): Renamed from msb--strip-path.
* Doc fixes. Changed `append' to `nconc'Richard M. Stallman1997-12-221-114/+165
| | | | | | | | | | in a number of places. Changed the separator in menus from "---" to "--" to work in Windows 95. (msb--home-path): New internal variable to cache the value of $HOME. (msb--strip-path): Now handles MSDOG style of file names. (msb--init-file-alist): Now expands `buffer-file-name'. (msb--format-title): New subroutine for `msb--choose-file-menu'. (msb--choose-file-menu): Use msb--format-title. Minor simplifications.
* (find-file-noselect): Fix previous change.Richard M. Stallman1997-12-211-2/+4
|
* (isearch-mode-map): Don't count above 256Richard M. Stallman1997-12-211-2/+2
| | | | when setting up printing characters.
* (jka-compr-insert-file-contents):Richard M. Stallman1997-12-211-0/+4
| | | | If enable-multibyte-characters is nil, decode as raw-text.
* (find-file-noselect): Signal error if file is unreadable.Richard M. Stallman1997-12-211-0/+8
|
* (match-string-no-properties): New function.Richard M. Stallman1997-12-211-0/+15
|
* (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
|