Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (defgroup): Doc fix. | Andreas Schwab | 1998-01-07 | 1 | -2/+2 |
| | |||||
* | (pp-to-string): Greatly simplify by letting the | Andreas Schwab | 1998-01-07 | 1 | -32/+9 |
| | | | | | Emacs printer do the (quote x) to 'x conversion. Better handle the # print syntax in all its forms. | ||||
* | Customized. | Andreas Schwab | 1998-01-07 | 4 | -84/+180 |
| | |||||
* | (delete-auto-save-files): Say in the doc string that | Eli Zaretskii | 1998-01-07 | 1 | -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. Stallman | 1998-01-05 | 1 | -0/+15 |
| | | | | | (display-time-mode): New customize variable to automatically load the package. | ||||
* | (resize-minibuffer-mode): Variable customized to | Richard M. Stallman | 1998-01-03 | 1 | -4/+11 |
| | | | | automatically load the package. | ||||
* | (occur): Pass default to read-from-minibuffer so that | Richard M. Stallman | 1998-01-03 | 1 | -6/+4 |
| | | | | M-n can insert default value into minibuffer. | ||||
* | (file-cache-minibuffer-complete): Accept a prefix arg. | Richard M. Stallman | 1998-01-03 | 1 | -127/+50 |
| | |||||
* | (minor-mode-overriding-map-alist): | Richard M. Stallman | 1998-01-02 | 1 | -0/+2 |
| | | | | Call make-variable-buffer-local. | ||||
* | (which-func-update): Fix paren error. | Richard M. Stallman | 1998-01-02 | 1 | -8/+8 |
| | |||||
* | (customize-changed-options): Doc fix. | Richard M. Stallman | 1998-01-02 | 1 | -1/+1 |
| | |||||
* | (desktop-enable): New variable. | Richard M. Stallman | 1997-12-29 | 1 | -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. Stallman | 1997-12-26 | 1 | -135/+129 |
| | | | | (unforward-rmail-message): Simplify using with-current-buffer. | ||||
* | (info-lookup-symbol-alist): Handle Emacs Lisp mode. | Richard M. Stallman | 1997-12-26 | 1 | -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. Stallman | 1997-12-25 | 1 | -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. Stallman | 1997-12-25 | 1 | -8/+27 |
| | | | | | (tags-revert-without-query): New option. (tags-verify-table): Test tags-revert-without-query. | ||||
* | (Info-mode): Doc fix. | Richard M. Stallman | 1997-12-22 | 1 | -3/+6 |
| | |||||
* | (dired-mark-sexp): Skip leading space in defining `uid'. | Richard M. Stallman | 1997-12-22 | 1 | -1/+3 |
| | |||||
* | (mouse-avoidance-mode): Variable customized to automatically load the package. | Richard M. Stallman | 1997-12-22 | 1 | -7/+22 |
| | |||||
* | (view-register): Show register type file-query. | Richard M. Stallman | 1997-12-22 | 1 | -0/+7 |
| | |||||
* | (previous-matching-history-element): Bind | Richard M. Stallman | 1997-12-22 | 1 | -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 Love | 1997-12-22 | 1 | -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-KEYS | Richard M. Stallman | 1997-12-22 | 1 | -6/+6 |
| | | | | when calling apropos-print-doc. | ||||
* | (cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function. | Richard M. Stallman | 1997-12-22 | 1 | -4/+5 |
| | |||||
* | Fix mailer-introduced garbling. | Richard M. Stallman | 1997-12-22 | 1 | -4/+3 |
| | | | | (msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers. | ||||
* | Fix copyright notice. | Richard M. Stallman | 1997-12-22 | 1 | -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. Stallman | 1997-12-22 | 1 | -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. Stallman | 1997-12-21 | 1 | -2/+4 |
| | |||||
* | (isearch-mode-map): Don't count above 256 | Richard M. Stallman | 1997-12-21 | 1 | -2/+2 |
| | | | | when setting up printing characters. | ||||
* | (jka-compr-insert-file-contents): | Richard M. Stallman | 1997-12-21 | 1 | -0/+4 |
| | | | | If enable-multibyte-characters is nil, decode as raw-text. | ||||
* | (find-file-noselect): Signal error if file is unreadable. | Richard M. Stallman | 1997-12-21 | 1 | -0/+8 |
| | |||||
* | (match-string-no-properties): New function. | Richard M. Stallman | 1997-12-21 | 1 | -0/+15 |
| | |||||
* | (define-mail-alias): Handle backslash-quoting | Richard M. Stallman | 1997-12-21 | 1 | -6/+18 |
| | | | | within "-strings in DEFINITION if it comes from .mailrc. | ||||
* | (mule-keymap): Delete the binding for toggle-enable-multibyte-characters. | Richard M. Stallman | 1997-12-21 | 1 | -4/+0 |
| | | | | (mule-menu-keymap): Delete the menu item for it. | ||||
* | (copy-region-as-kill): Deactivate mark in transient-mark-mode. | Richard M. Stallman | 1997-12-21 | 1 | -3/+8 |
| | | | | (copy-region-as-kill, kill-ring-save): Doc fixes. | ||||
* | (toggle-enable-multibyte-characters): Doc fix. | Richard M. Stallman | 1997-12-21 | 1 | -2/+11 |
| | |||||
* | (completion-setup-hook): Add definition. | Richard M. Stallman | 1997-12-21 | 1 | -0/+6 |
| | |||||
* | (menu-bar-select-yank): Add apropos-inhibit property. | Richard M. Stallman | 1997-12-21 | 1 | -0/+1 |
| | |||||
* | (apropos, apropos-command): Ignore symbols that have apropos-inhibit property. | Richard M. Stallman | 1997-12-21 | 1 | -0/+10 |
| | |||||
* | (standard-display-european): Doc fix. | Richard M. Stallman | 1997-12-21 | 1 | -4/+6 |
| | |||||
* | (split-string): Handle empty matches reasonably. | Richard M. Stallman | 1997-12-21 | 1 | -2/+15 |
| | |||||
* | (calendar-french-single-byteify): New function. | Richard M. Stallman | 1997-12-21 | 1 | -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. Stallman | 1997-12-21 | 1 | -0/+22 |
| | |||||
* | (iswitchb-completion-help): Multiple TAB presses | Karl Heuer | 1997-12-19 | 1 | -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-system | Karl Heuer | 1997-12-19 | 1 | -1/+2 |
| | | | | if it was already set. | ||||
* | (set-language-info): Doc fix. | Karl Heuer | 1997-12-19 | 1 | -2/+2 |
| | | | | (input-method-inactivate-hook): Doc fix. | ||||
* | (widget-choose): Allow scrolling of large lists. | Karl Heuer | 1997-12-19 | 1 | -7/+25 |
| | |||||
* | (transpose-subr): Rewrite to make faster with big move | Andreas Schwab | 1997-12-17 | 1 | -31/+30 |
| | | | | | | counts. (transpose-lines): In the mover function handle arbitrary move counts. | ||||
* | (Man-mode-line-format): Update to include the new format | Andreas Schwab | 1997-12-17 | 1 | -6/+11 |
| | | | | elements. | ||||
* | Add reference to new Calendrical Calculations book. | Paul Eggert | 1997-12-16 | 13 | -22/+69 |
| |