1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

10154 Commits

Author SHA1 Message Date
Oliver Seidel
6fe3681b00 Added patch from Don Hejna <djhejna@oasis.ambit.com>. 1998-01-12 11:43:22 +00:00
Kenichi Handa
e68e61b5e0 Change "?\C-\ " to "?\C- " because "\ " is changed
to standing for nothing in lread.c (read_escape).
1998-01-12 05:48:48 +00:00
Dave Love
6e24ad221a (lm-get-package-name, lm-header,
lm-header-multiline, lm-summary, lm-version, lm-commentary):
Return string without properties.
(lm-get-header, lm-get-package-name, lm-crack-address,
lm-insert-at-column, lm-report-bug): Minor doc fixes.
1998-01-11 12:48:04 +00:00
Richard M. Stallman
6bb762b324 (sref): Defined. 1998-01-09 22:13:08 +00:00
Richard M. Stallman
7bd9ba7033 (dabbrev-ignored-buffer-names): New variable.
(dabbrev--find-expansion): Ignore those buffers
unless they get specifically preferred.
1998-01-09 22:12:10 +00:00
Eric M. Ludlam
0a0a3dee18 Added some more comments in the commentary.
You can now `quote' symbols that look like keystrokes
When spell checking, meta variables can end in `th' or `s'.
1998-01-08 23:35:34 +00:00
André Spiegel
f8791ebe79 (vc-resynch-window): Behave properly when view-read-only is non-nil. 1998-01-07 14:33:37 +00:00
Dave Love
8b877ecddf Move change log comment block so lm-commentary doesn't lose. 1998-01-07 12:39:59 +00:00
Andreas Schwab
1edec9cfea (custom-browse-visibility): Doc fix. 1998-01-07 10:45:56 +00:00
Andreas Schwab
5e5e5b54ed (defgroup): Doc fix. 1998-01-07 10:45:33 +00:00
Andreas Schwab
3d98a37401 (pp-to-string): Greatly simplify by letting the
Emacs printer do the (quote x) to 'x conversion.  Better handle
the # print syntax in all its forms.
1998-01-07 10:40:25 +00:00
Andreas Schwab
33933d45be Customized. 1998-01-07 10:31:09 +00:00
Eli Zaretskii
9263121691 (delete-auto-save-files): Say in the doc string that
auto-save file will not be deleted if the buffer has unsaved
changes.
1998-01-07 09:41:30 +00:00
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
Karl Heuer
f0ed3f3e53 (telnet-filter): Position comint-last-output-start. 1997-12-11 07:24:47 +00:00
Karl Heuer
3ad08c112c (auto-mode-alist): Add .am as makefile-mode. 1997-12-11 07:07:42 +00:00
Paul Eggert
ea69dc5bac (ange-ftp-date-regexp): Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
1997-12-11 06:58:17 +00:00
Paul Eggert
6a5c00da3f (dired-move-to-filename-regexp):
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.
1997-12-11 06:58:17 +00:00
Andreas Schwab
fa4a3d4930 Customized. 1997-12-10 11:24:33 +00:00
Karl Heuer
03dbb1e75a (bibtex-generate-autokey): Doc fix. 1997-12-09 22:43:32 +00:00
Karl Heuer
c743cc52ab (custom-add-version): New function.
(custom-handle-keyword): Handle :version.
1997-12-09 22:04:25 +00:00
Karl Heuer
f50dc5d269 (customize-changed-options): New function.
(customize-version-lessp): New function.
1997-12-09 21:41:33 +00:00
Karl Heuer
a32d7856d3 (facemenu-remove-face-props): Renamed from
facemenu-remove-props.  Remove only face and mouse-face.
(facemenu-menu): Update menu item for facemenu-remove-face-props.
1997-12-09 21:34:50 +00:00
Kenichi Handa
dee169ce38 Initial revision 1997-12-09 04:19:13 +00:00
Kenichi Handa
26db3a55ae Documentation for "Korean" lang. env. modified. 1997-12-09 04:16:20 +00:00
Karl Heuer
4d2caa0732 (number-to-register): Move point as a side effect. 1997-12-08 01:57:31 +00:00
Karl Heuer
ed80a8e438 (calendar-day-name): Truncate properly when
multibyte.
1997-12-08 01:46:34 +00:00
Karl Heuer
44248b7f0d (mail-extr-all-top-level-domains): More domains. 1997-12-07 22:15:02 +00:00
Karl Heuer
1122ecea84 (outline-next-preface):
Don't try to move back if already at beginning of buffer.
1997-12-07 21:49:09 +00:00
Karl Heuer
7c82656b08 (gud-mips-p): Fix regexp so it will match alphaev56-* too. 1997-12-07 21:40:41 +00:00
Edward M. Reingold
20f92f7bc8 Minor repair of previous change. 1997-12-05 21:28:00 +00:00
Edward M. Reingold
ee3bb32f1b Add fixed date (RD) to menu of other dates. 1997-12-05 17:37:39 +00:00
Edward M. Reingold
2d18134929 Fix bad call to error. 1997-12-05 17:22:31 +00:00
Karl Heuer
2d41cf5993 (Info-insert-dir): Use leading space in buffer name. 1997-12-05 08:04:59 +00:00
Simon Marshall
87002f70a3 Deal with `#'s in variable references. 1997-12-04 19:47:59 +00:00
Oliver Seidel
0561decbb5 Another patch by Michael Cook to fix annotation. 1997-12-04 17:45:22 +00:00
Karl Heuer
070c250623 (frame-configuration-to-register)
(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.
1997-12-04 06:14:04 +00:00
Karl Heuer
bdb45de9fc (ctl-x-map): Add bindings rn and r+
for number-to-register and increment-register.
1997-12-04 06:13:35 +00:00
Karl Heuer
98a602e358 (byte-optimize-lapcode): Correctly
distinguish byte-constant from operations on variables.
1997-12-04 05:58:56 +00:00
Karl Heuer
50bec09179 Customized. 1997-12-04 05:56:22 +00:00
Karl Heuer
d64478da0b (custom-unlispify-remove-prefixes): Reference to
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'.
1997-12-04 05:49:21 +00:00
Karl Heuer
7bba18953e (global-set-key, local-set-key): Doc fix. 1997-12-04 05:28:27 +00:00
Karl Heuer
869fc1d970 (mail-parse-comma-list):
Treat newlines and tabs as whitespace.
1997-12-04 05:26:28 +00:00
Karl Heuer
cd47bdccbe (sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.
1997-12-04 05:25:59 +00:00
Karl Heuer
9d8354ef19 Require imenu. 1997-12-04 05:17:31 +00:00
Karl Heuer
0f69cb3894 (load-with-code-conversion): Doc fix. 1997-12-04 04:47:41 +00:00
Karl Heuer
f9e899b67e (debug-on-entry): If definition is a symbol,
replace it with an equivalent lambda.
1997-12-04 04:46:09 +00:00
Karl Heuer
8c1cd093df (debugger-mode-hook): New user variable.
(debugger-env-macro): New general purpose macro for all debugger
functions; separated from `debugger-eval-expression'.
(debugger-eval-expression): Use `debugger-env-macro'.
(debugger-record-buffer): New variable.
(debugger-record-expression): New user function , key "R".
(debugger-mode): Now runs hook `debugger-mode-hook'.
1997-12-04 04:42:31 +00:00
Karl Heuer
83afd62c87 (change-log-add-make-room): New function.
(change-log-get-method-definition-1): Renamed get-method-definition-1.
(change-log-get-method-definition): Renamed from get-method-definition.
(add-log-keep-changes-together): New user variable.
(add-change-log-entry): Added missing WHOAMI explanation.
Added new functionality according to variable
`add-log-keep-changes-together'.
1997-12-04 04:42:08 +00:00
Karl Heuer
a04f05bdd6 (inferior-octave-directory-tracker):
Anchor regexp match to beginning of command string.
1997-12-04 04:39:00 +00:00
Richard M. Stallman
524d06f590 (mail-extr-voodoo): Allow & between names.
Reenable &-substitution when & comes last.
1997-12-04 04:36:46 +00:00