Richard M. Stallman
e419198751
(display-time-mode): Set the variable display-time-mode.
...
(display-time-mode): New customize variable to
automatically load the package.
1998-01-05 06:04:35 +00:00
Richard M. Stallman
6fc7e03774
(resize-minibuffer-mode): Variable customized to
...
automatically load the package.
1998-01-03 07:17:25 +00:00
Richard M. Stallman
aeab5be0a8
(occur): Pass default to read-from-minibuffer so that
...
M-n can insert default value into minibuffer.
1998-01-03 07:06:18 +00:00
Richard M. Stallman
13161e8bd9
(file-cache-minibuffer-complete): Accept a prefix arg.
1998-01-03 00:04:35 +00:00
Richard M. Stallman
977101145a
(minor-mode-overriding-map-alist):
...
Call make-variable-buffer-local.
1998-01-02 23:52:11 +00:00
Richard M. Stallman
c5059c2cf2
(which-func-update): Fix paren error.
1998-01-02 23:04:39 +00:00
Richard M. Stallman
39a10fc6e8
(customize-changed-options): Doc fix.
1998-01-02 21:17:27 +00:00
Richard M. Stallman
813dbb2d58
(desktop-enable): New variable.
...
(after-init-hook): Add a hook to test desktop-enable.
(desktop-save-hook): Doc fix.
1997-12-29 20:58:19 +00:00
Richard M. Stallman
add0c45488
(undigestify-rmail-message): If in summary, switch to the Rmail buffer.
...
(unforward-rmail-message): Simplify using with-current-buffer.
1997-12-26 10:48:47 +00:00
Richard M. Stallman
1eff0ba1b7
(info-lookup-symbol-alist): Handle Emacs Lisp mode.
...
(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.
1997-12-26 10:47:20 +00:00
Richard M. Stallman
857686a6d3
Some comment, doc and bug fixes.
...
(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.
1997-12-25 18:33:52 +00:00
Richard M. Stallman
99783bde12
Customized.
...
(tags-revert-without-query): New option.
(tags-verify-table): Test tags-revert-without-query.
1997-12-25 01:11:47 +00:00
Richard M. Stallman
177c354919
(Info-mode): Doc fix.
1997-12-22 22:28:11 +00:00
Richard M. Stallman
44c816daa8
(dired-mark-sexp): Skip leading space in defining `uid'.
1997-12-22 22:09:22 +00:00
Richard M. Stallman
8557ea062c
(mouse-avoidance-mode): Variable customized to automatically load the package.
1997-12-22 21:50:59 +00:00
Richard M. Stallman
eab0fb0126
(view-register): Show register type file-query.
1997-12-22 21:47:18 +00:00
Richard M. Stallman
5c2010f05d
(previous-matching-history-element): Bind
...
case-fold-search to nil if REGEXP contains an uppercase letter.
(previous-matching-history-element, next-matching-history-element):
Doc fixes.
1997-12-22 21:33:35 +00:00
Dave Love
ac999fb92e
(browse-url-path-regexp, browse-url-short-regexp,
...
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.
1997-12-22 19:26:10 +00:00
Richard M. Stallman
8d7f1de352
(apropos-print): Pass t instead of DO-KEYS
...
when calling apropos-print-doc.
1997-12-22 07:39:09 +00:00
Richard M. Stallman
f0f68b256f
(cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.
1997-12-22 07:10:19 +00:00
Richard M. Stallman
9153492c3d
Fix mailer-introduced garbling.
...
(msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.
1997-12-22 06:06:54 +00:00
Richard M. Stallman
7612d61abd
Fix copyright notice.
...
(msb--home-dir): Renamed from msb--home-path.
(msb--strip-dir): Renamed from msb--strip-path.
1997-12-22 02:33:25 +00:00
Richard M. Stallman
0eb3b336a8
Doc fixes. Changed append' to
nconc'
...
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.
1997-12-22 02:26:17 +00:00
Richard M. Stallman
7b3d6b9c1a
(find-file-noselect): Fix previous change.
1997-12-21 02:34:59 +00:00
Richard M. Stallman
6b0f9bdfdd
(isearch-mode-map): Don't count above 256
...
when setting up printing characters.
1997-12-21 02:33:57 +00:00
Richard M. Stallman
bab0036837
(jka-compr-insert-file-contents):
...
If enable-multibyte-characters is nil, decode as raw-text.
1997-12-21 02:26:48 +00:00
Richard M. Stallman
944ef99444
(find-file-noselect): Signal error if file is unreadable.
1997-12-21 02:10:01 +00:00
Richard M. Stallman
bb760c71f4
(match-string-no-properties): New function.
1997-12-21 02:08:37 +00:00
Richard M. Stallman
255359cbcc
(define-mail-alias): Handle backslash-quoting
...
within "-strings in DEFINITION if it comes from .mailrc.
1997-12-21 02:07:32 +00:00
Richard M. Stallman
b179b62108
(mule-keymap): Delete the binding for toggle-enable-multibyte-characters.
...
(mule-menu-keymap): Delete the menu item for it.
1997-12-21 01:53:43 +00:00
Richard M. Stallman
0e2648474e
(copy-region-as-kill): Deactivate mark in transient-mark-mode.
...
(copy-region-as-kill, kill-ring-save): Doc fixes.
1997-12-21 01:52:31 +00:00
Richard M. Stallman
6998e1a1e5
(toggle-enable-multibyte-characters): Doc fix.
1997-12-21 01:49:03 +00:00
Richard M. Stallman
747a0e2f2e
(completion-setup-hook): Add definition.
1997-12-21 01:47:48 +00:00
Richard M. Stallman
4cca6fbd3a
(menu-bar-select-yank): Add apropos-inhibit property.
1997-12-21 01:46:29 +00:00
Richard M. Stallman
dea22c4524
(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.
1997-12-21 01:46:14 +00:00
Richard M. Stallman
6c95fd390b
(standard-display-european): Doc fix.
1997-12-21 01:45:08 +00:00
Richard M. Stallman
b222b78673
(split-string): Handle empty matches reasonably.
1997-12-21 01:35:50 +00:00
Richard M. Stallman
09fd1a1aac
(calendar-french-single-byteify): New function.
...
(calendar-goto-french-date): Use calendar-french-single-byteify
instead of changing enable-multibyte-characters.
test french-calendar-accents.
1997-12-21 01:33:06 +00:00
Richard M. Stallman
e0e4cb7afa
(read-password): New function.
1997-12-21 00:50:07 +00:00
Karl Heuer
ccd2f9976a
(iswitchb-completion-help): Multiple TAB presses
...
scroll the completion window.
(iswitchb-read-buffer): New function to act as drop-in replacement
for read-buffer.
1997-12-19 14:58:42 +00:00
Karl Heuer
dcaa592563
Don't call set-terminal-coding-system
...
if it was already set.
1997-12-19 14:57:14 +00:00
Karl Heuer
4d0e6a1167
(set-language-info): Doc fix.
...
(input-method-inactivate-hook): Doc fix.
1997-12-19 14:51:52 +00:00
Karl Heuer
4d52438ece
(widget-choose): Allow scrolling of large lists.
1997-12-19 14:46:20 +00:00
Andreas Schwab
d3f4ef3fda
(transpose-subr): Rewrite to make faster with big move
...
counts.
(transpose-lines): In the mover function handle arbitrary move
counts.
1997-12-17 13:54:03 +00:00
Andreas Schwab
6f72f1c28d
(Man-mode-line-format): Update to include the new format
...
elements.
1997-12-17 12:51:53 +00:00
Paul Eggert
a96a5fca07
Add reference to new Calendrical Calculations book.
1997-12-16 19:12:36 +00:00
Dave Love
2b20743d79
Define indentation in normal dialect for let-syntax,
...
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.
1997-12-13 22:21:03 +00:00
Dave Love
e49172c89c
(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
...
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.
1997-12-12 17:43:13 +00:00
Dave Love
c0b08eb017
Use imenu-case-fold-search.
1997-12-12 17:10:08 +00:00
Karl Heuer
71a895c609
(comint-strip-ctrl-m): Don't die if
...
comint-last-output-start does not point anywhere.
1997-12-11 07:25:16 +00:00