1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

5641 Commits

Author SHA1 Message Date
Per Abrahamsen
125f18207e Fix dec-8 bug 2004-01-04 15:11:59 +00:00
Richard M. Stallman
b34e9a285f (compile-internal): Use point, not point-min, for set-window-point. 2004-01-03 22:38:10 +00:00
Richard M. Stallman
972c0c4936 *** empty log message *** 2004-01-03 21:16:42 +00:00
Luc Teirlinck
dbcd463f79 *** empty log message *** 2004-01-03 17:15:46 +00:00
Eli Zaretskii
1550204223 * progmodes/idlwave.el (idlwave-make-tags):
* textmodes/flyspell.el (flyspell-large-region):.
* progmodes/make-mode.el (makefile-query-by-make-minus-q):
* emulation/viper-util.el (viper-glob-unix-files):
* emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
* man.el (Man-init-defvars):
* jka-compr.el (jka-compr-call-process):
* files.el (get-free-disk-space,insert-directory):
* ediff-ptch.el (ediff-test-patch-utility):
* ediff-diff.el (ediff-test-utility):
* dired-aux.el (dired-check-process):
* mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
test the return value of call-process, because it can be a string.
2004-01-03 12:12:01 +00:00
John Paul Wallington
b2236c89a8 (completion-ignored-extensions): Add .pfsl. 2003-12-31 02:46:07 +00:00
Kim F. Storm
407d1e61ac *** empty log message *** 2003-12-30 23:59:39 +00:00
Luc Teirlinck
697cf92a45 *** empty log message *** 2003-12-30 23:37:04 +00:00
Eli Zaretskii
37ec692a02 (rmail-convert-to-babyl-format): Fix off-by-one
error in arguments to base64-decode-region.  Remove ^M characters
after decoding base64.
2003-12-30 11:43:21 +00:00
Simon Josefsson
630dd25087 Change maintainer to FSF. Suggested by
karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
have only been distributed with Emacs for some years.
(texinfo-mode-hook): Customize.
2003-12-30 10:59:36 +00:00
Eli Zaretskii
fa8f290e46 (rmail-convert-to-babyl-format): Make the code
cleaner (suggested by Richard M. Stallman).
2003-12-30 10:46:37 +00:00
Eli Zaretskii
d9e0b412fc *** empty log message *** 2003-12-30 08:51:06 +00:00
Eli Zaretskii
ab5136eab7 emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
from testcover-unsafep.el and testcover-ses.el to avoid file-name
clashes on 8+3 DOS filesystems.
2003-12-30 08:26:00 +00:00
Richard M. Stallman
00b3c1cd31 (Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.
2003-12-29 20:28:06 +00:00
Richard M. Stallman
ca205aa366 *** empty log message *** 2003-12-29 19:18:20 +00:00
Eli Zaretskii
c2be49ed92 *** empty log message *** 2003-12-29 14:06:29 +00:00
Eli Zaretskii
d9c4f5125e *** empty log message *** 2003-12-29 13:44:14 +00:00
Eli Zaretskii
6b531f6fce Describe the change in texnfo-upd.el by Bob Chassel. 2003-12-29 13:31:16 +00:00
Eli Zaretskii
ecd5fe1f75 (ange-ftp-name-format): Allow USER to contain
"@", as required by some ISP hosting service.  Fix defcustom
argument syntax errors that prevented use of customization.
2003-12-29 13:22:30 +00:00
Eli Zaretskii
65f3f60016 (xml-get-attribute-or-nil): Doc fix. 2003-12-29 13:00:09 +00:00
Eli Zaretskii
d42f90385b (zone-mode): Use write-file-functions, not write-file-hooks. 2003-12-29 12:57:07 +00:00
Eli Zaretskii
ad6600754d (auto-revert-interval): Doc fix. 2003-12-29 12:41:49 +00:00
Eli Zaretskii
841c4dde95 Fix Mark Hershberg's entries for xml.el. 2003-12-29 12:36:58 +00:00
Eli Zaretskii
9bcd6a7e94 (xml-get-attribute-or-nil): New function, like
xml-get-attribute, but returns nil if the attribute was not found.
(xml-get-attribute): Converted to defsubst, uses
xml-get-attribute-or-nil.
2003-12-29 12:13:27 +00:00
Eli Zaretskii
dffafab086 (easy-menu-define): Doc fix. 2003-12-29 12:05:15 +00:00
Eli Zaretskii
7f9b63222e (custom-declare-theme): Use value' when putting properties on theme'. 2003-12-29 11:54:03 +00:00
Eli Zaretskii
529c94091f (insert-for-yank): Call insert-for-yank-1 repetitively
for each yank-handler segment.
(insert-for-yank-1): New function, with the body of the previous
insert-for-yank.
2003-12-29 11:40:49 +00:00
Eli Zaretskii
fbb48945d4 (etc-modules-conf-generic-mode): A more complete set of keywords. 2003-12-29 11:22:19 +00:00
Eli Zaretskii
5d26489ff5 (reset-language-environment, set-language-environment): Don't invoke
fontset-related functions if fontset-list is not fboundp.
2003-12-29 10:59:41 +00:00
Kenichi Handa
3e7cfcdc3d *** empty log message *** 2003-12-29 07:11:58 +00:00
Sam Steingold
c438366720 (ange-ftp-file-attributes): Add new optional parameter ID-FORMAT. 2003-12-29 01:01:48 +00:00
Nick Roberts
34962ad0ef *** empty log message *** 2003-12-28 13:50:43 +00:00
Kim F. Storm
631ec144a1 *** empty log message *** 2003-12-27 21:56:10 +00:00
Lars Hansen
80ca57997d (ls-lisp-insert-directory): Add parameter 'string in
calls to directory-files-and-attributes and file-attributes.
(ls-lisp-format): Remove system dependent handling of user and
group id's.
2003-12-27 18:12:39 +00:00
Per Abrahamsen
cfa921fd39 2003-12-12 Jesper Harder <harder@ifa.au.dk>
* cus-edit.el (custom-add-parent-links): Define "many".

2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>

	* wid-edit.el (widget-child-value-get, widget-child-value-inline)
	(widget-child-validate, widget-type-value-create)
	(widget-type-default-get, widget-type-match): New functions.
	(lazy): New widget.
	(menu-choice, checklist, radio-button-choice, editable-list)
	(group, documentation-string): Removed redundant (per 2003-10-25
	change) calls to `widget-children-value-delete'.
	(widget-choice-value-get, widget-choice-value-inline): Removed
	functions.
	(menu-choice): Updated widget.
2003-12-27 16:41:13 +00:00
Luc Teirlinck
fc052137c5 *** empty log message *** 2003-12-25 18:07:44 +00:00
Andreas Schwab
8290faa335 (jka-compr-insert-file-contents): Avoid error when
file not found.
2003-12-25 11:06:14 +00:00
Miles Bader
8af1a978a8 Fixup some ChangeLogs 2003-12-24 23:32:12 +00:00
Markus Rost
5378f5e7db *** empty log message *** 2003-12-24 23:19:04 +00:00
Andreas Schwab
cf59a5b753 *** empty log message *** 2003-12-24 10:45:46 +00:00
Luc Teirlinck
f74b529c5f *** empty log message *** 2003-12-24 02:58:53 +00:00
Kenichi Handa
4168a6108a *** empty log message *** 2003-12-24 02:10:56 +00:00
Luc Teirlinck
078a065837 *** empty log message *** 2003-12-24 02:09:42 +00:00
Luc Teirlinck
000eeb1587 *** empty log message *** 2003-12-24 00:21:03 +00:00
Nick Roberts
3086713187 *** empty log message *** 2003-12-23 20:30:10 +00:00
John Paul Wallington
1ed6e0c324 (Info-unescape-quotes, Info-split-parameter-string)
(Info-goto-emacs-command-node): Doc fixes.
2003-12-23 20:25:22 +00:00
Kenichi Handa
2e4d132b1c *** empty log message *** 2003-12-03 08:33:20 +00:00
Per Abrahamsen
ac00d71ca6 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Add documentation links
	for parent, if the item has none of its own.
2003-12-02 15:01:52 +00:00
Richard M. Stallman
ed6d66130e *** empty log message *** 2003-12-01 05:27:15 +00:00
Kai Großjohann
c951aecb30 (tramp-chunksize): Extend docstring. Suggested by
Charles Curley <charlescurley@charlescurley.com>.
(tramp-multi-connection-function-alist): Add ssht entry which adds
"-e none -t -t" to the list of ssh args.  Suggested by Adrian
Aichner.
(tramp-get-method-parameter): New function to retrieve a method
parameter.  This allows for omission of method parameters.
Callers adjusted.
2003-11-30 18:15:22 +00:00
Luc Teirlinck
d344ecbbae *** empty log message *** 2003-11-30 17:51:56 +00:00
Jonathan Yavner
01a9e5933d Add edebug specs for macros 1value' and noreturn'. 2003-11-30 06:58:00 +00:00
Nick Roberts
92fe275405 *** empty log message *** 2003-11-29 15:50:03 +00:00
Jan Djärv
03d6484ea4 Add variable use-file-dialog to control use of file dialogs. 2003-11-29 10:44:36 +00:00
Kim F. Storm
0f6a07a85a *** empty log message *** 2003-11-27 21:53:51 +00:00
Luc Teirlinck
44d23d8d34 *** empty log message *** 2003-11-26 19:21:31 +00:00
Kenichi Handa
d0d071d2d7 (standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
2003-11-25 23:10:47 +00:00
Kim F. Storm
b96487199f *** empty log message *** 2003-11-25 22:09:55 +00:00
Stephen Eglen
4dddd07f26 iswitchb-read-buffer: check that iswitchb-exit is not 'usefirst (set
when user presses RETURN to select buffer) before running:

	;; This happens for example if the buffer was chosen with the mouse.
	(setq iswitchb-matches (list iswitchb-final-text)))


iswitchb-exit-minibuffer: set iswitchb-exit to 'usefirst.

These changes were made to fix the following bug reported by Markus
Rost and John Wiegley:

Evaluate:
(progn
   (iswitchb-mode 1)
   (get-buffer-create "12")
   (get-buffer-create "1")
   (iswitchb-buffer))

You get prompted in the minibuffer.  Type "1".  The minibuffer shows

 iswitch 1{12,1}

Hit RET.  You find yourself in buffer "1" instead of "12", as you
would expect from the documentation.

This bug was introduced when iswitchb-read-buffer was updated to allow
user to select items from the *Completions* buffer with the mouse.
2003-11-25 14:45:32 +00:00
Kim F. Storm
5f032b5036 Remove grep-use-compilation-buffer defcustom. 2003-11-23 22:51:14 +00:00
Kim F. Storm
63dc7c6bf8 *** empty log message *** 2003-11-23 21:47:50 +00:00
Kim F. Storm
9063976458 Changes related to enhanced information in mouse event positions. 2003-11-23 00:26:37 +00:00
Kim F. Storm
0c618458b3 *** empty log message *** 2003-11-19 23:39:51 +00:00
Andreas Schwab
c25c83cd2e . 2003-11-19 13:23:43 +00:00
Carsten Dominik
9ebb67078e *** empty log message *** 2003-11-17 14:24:58 +00:00
Kenichi Handa
7d00398c52 (latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.
2003-11-17 05:25:52 +00:00
John Wiegley
0fe9146b8a *** empty log message *** 2003-11-17 00:22:59 +00:00
Martin Stjernholm
037558bfd9 CC Mode update (5.30.8). 2003-11-16 16:55:08 +00:00
John Wiegley
8ceaf12633 *** empty log message *** 2003-11-16 09:23:29 +00:00
Thien-Thi Nguyen
3813f0c53b (minor-mode-list): Add `hs-minor-mode'. 2003-11-15 00:57:02 +00:00
Thien-Thi Nguyen
067b409428 (diff-hunk-prev, diff-hunk-next): Support
operation while narrowed, with `diff-restrict-view'.
2003-11-14 16:23:37 +00:00
Thien-Thi Nguyen
877f9b0513 (easy-mmode-define-navigation): Take additional
optional arg NARROWFUN.  For the generated functions: Add local var
`was-narrowed-p'.  Also, if NARROWFUN is specified, include frags that
arrange to check for and save narrowing state before the move and then
conditionally call NARROWFUN after the move.
2003-11-14 16:18:01 +00:00
John Wiegley
175acc2dec (eshell-lisp-command): Do not late-convert string arguments to numbers
unless the whole argument was seen as a number.
2003-11-14 11:01:26 +00:00
John Wiegley
746a9754a0 *** empty log message *** 2003-11-14 10:59:04 +00:00
Kenichi Handa
55f4b170ff (ctext-non-standard-encodings-alist): Fix coding systems. 2003-11-14 02:42:55 +00:00
Kenichi Handa
80060eb357 *** empty log message *** 2003-11-11 07:50:24 +00:00
Markus Rost
3ed9ee82db (describe-char): Fix typo. 2003-11-09 19:40:27 +00:00
Kenichi Handa
df211069a5 *** empty log message *** 2003-11-08 01:41:20 +00:00
Andreas Schwab
a9a5f97015 . 2003-11-07 16:09:29 +00:00
Andreas Schwab
e92df5536b . 2003-11-07 16:05:44 +00:00
Kenichi Handa
7453c3ac5b (windows-1252): Fix table (0x8F and 0x9E). 2003-11-07 07:26:27 +00:00
Lars Hansen
bd382a2755 (desktop-locals-to-save): Add buffer-file-coding-system.
(desktop-buffer-file): Use saved buffer-file-coding-system
for file reading.  Set auto-insert to nil to prevent automatic
insertion into restored empty files.
2003-11-05 13:28:48 +00:00
Luc Teirlinck
6ae50de2cb *** empty log message *** 2003-11-05 04:03:39 +00:00
Eli Zaretskii
a4db3cf56b (rmail-convert-to-babyl-format): If
base64-decode-region signals an error, catch it and silently
ignore it.
2003-11-03 19:21:02 +00:00
Eli Zaretskii
be69f6a59a *** empty log message *** 2003-11-01 17:57:14 +00:00
Eli Zaretskii
cfc8b2640f (dired-ls-sorting-switches): Doc fix. 2003-11-01 17:48:54 +00:00
Eli Zaretskii
cdddbfd273 (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". 2003-11-01 17:35:49 +00:00
Eli Zaretskii
01cf96d518 (texinfo-pre-format-hook): New variable.
(texinfo-format-region): Use it.
(texinfo-format-buffer-1): Ditto.
2003-11-01 17:12:02 +00:00
Eli Zaretskii
6904b34bf4 (overriding-map-is-bound, saved-overriding-map): New variables.
(ensure-overriding-map-is-bound, restore-overriding-map): New functions.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument, universal-argument-other-key): Minor changes.
2003-11-01 17:02:32 +00:00
Eli Zaretskii
867bae0b00 (rmail-summary-goto-msg): Don't call itself
recursively if the last message is deleted, thus avoiding an
infinite loop.
2003-11-01 16:38:55 +00:00
Stefan Monnier
e70ff1af70 (tex-compile-commands): Add yap' and ps2pdf'.
(tex-main-file): Don't add .tex if the extension is already present.
(tex-uptodate-p): Don't recurse indefinitely in the presence of symlinks.
2003-10-30 22:29:47 +00:00
Lute Kamstra
b2fc097671 (inferior-octave-prompt): Recognize version number in prompt. 2003-10-29 18:55:55 +00:00
Dave Love
c1dc897c47 Fix some Unicode ranges. 2003-10-28 14:28:12 +00:00
Kenichi Handa
a77a4db495 * disp-table.el (standard-display-8bit)
(standard-display-default, standard-display-ascii)
(standard-display-g1, standard-display-graphic)
(standard-display-underline): Assure that standard-display-table
is a display table.
2003-10-28 06:53:41 +00:00
Stefan Monnier
fd2c4cd833 (reindent-then-newline-and-indent): Delete space *after*
reindenting the first line.
2003-10-27 15:22:38 +00:00
Luc Teirlinck
ca448425e9 *** empty log message *** 2003-10-26 00:54:12 +00:00
Dave Love
0363e09a83 (locale-charset-to-coding-system):
Don't rely on nil being a coding system.
2003-10-23 22:57:58 +00:00
Francesco Potortì
97c437db33 Alias for Francesco Potort� 2003-10-23 20:36:19 +00:00
Dave Love
ff9ed54408 (mail-extr-ignore-single-names): Add :version.
(mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
(mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
2003-10-23 11:42:11 +00:00
Nick Roberts
f2afecdaf3 *** empty log message *** 2003-10-21 23:08:11 +00:00
Richard M. Stallman
1ae7cf5ee8 (edebug-display-freq-count): Doc fix. 2003-10-20 23:46:31 +00:00
Richard M. Stallman
c80be8236d *** empty log message *** 2003-10-20 23:39:19 +00:00
Dave Love
5467ec8881 *** empty log message *** 2003-10-20 23:16:26 +00:00
Stefan Monnier
da8e1e85dd *** empty log message *** 2003-10-20 22:44:28 +00:00
Luc Teirlinck
778c391b05 *** empty log message *** 2003-10-20 21:32:25 +00:00
Dave Love
6c119ac0b4 (easy-mmode-define-navigation): Avoid
incf in macro expansion.
2003-10-20 19:07:02 +00:00
John Paul Wallington
62d2014211 *** empty log message *** 2003-10-20 17:15:19 +00:00
Luc Teirlinck
c0d3ed223b *** empty log message *** 2003-10-19 04:06:29 +00:00
Luc Teirlinck
a4a6aad0df *** empty log message *** 2003-10-19 03:56:15 +00:00
Thien-Thi Nguyen
c327c4058f Rewrite one-armed `if'
constructs using either `when' or `unless'.
(hs-grok-mode-type): Elide superfluous `progn'; nfc.
2003-10-18 01:05:54 +00:00
Nick Roberts
d974ad0b13 *** empty log message *** 2003-10-16 19:25:56 +00:00
Eli Zaretskii
a4fc3ab39e *** empty log message *** 2003-10-16 16:49:59 +00:00
Eli Zaretskii
b5ea1dfd17 (allout-mode): Doc fix. 2003-10-16 16:29:14 +00:00
Lute Kamstra
c8f9ba83e2 *** empty log message *** 2003-10-16 13:15:34 +00:00
Dave Love
34703cb150 (find-multibyte-characters): Doc fix.
(default-input-method): Add :link, improve :type.
(locale-charset-language-names): Fix utf-8 pattern.
(locale-charset-match-p, locale-charset-alist)
(locale-charset-to-coding-system): New.
(set-locale-environment): Deal with codeset part of locale specs.
2003-10-14 22:29:05 +00:00
Lute Kamstra
ef35b389dc *** empty log message *** 2003-10-14 11:30:11 +00:00
Lute Kamstra
57f16f832e Remove entry for comments-only change that was later mostly reverted. 2003-10-13 16:33:04 +00:00
Lute Kamstra
9c0c2af5a1 *** empty log message *** 2003-10-13 16:19:26 +00:00
Michael Kifer
81ef89602d 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-mult.el (ediff-filegroup-action): use
	ediff-default-filtering-regexp.

	* ediff-util.el (ediff-recenter): don't call
	ediff-restore-highlighting twice.
	(ediff-select-difference): set current difference.
	(ediff-unselect-and-select-difference): added comment.

	* ediff.el (ediff-directories,ediff-directory-revisions,
	ediff-directories3,ediff-merge-directories,
	ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
	ediff-merge-directory-revisions-with-ancestor): use
	ediff-default-filtering-regexp.
2003-10-13 01:28:49 +00:00
Andreas Schwab
8937a0e13a . 2003-10-12 17:42:23 +00:00
Dave Love
aa8b814601 Don't bind stop. 2003-10-10 18:09:52 +00:00
Miles Bader
6d3ea376c4 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-79
Use :inverse-video face in gdb-ui.el

* gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
face instead of attempting to emulate it.
2003-10-08 05:32:09 +00:00
Miles Bader
fd43229afd Resolve CVS conflicts 2003-10-08 05:10:43 +00:00
Nick Roberts
532cbd1357 Split to make smaller file. 2003-10-07 21:19:50 +00:00
Kenichi Handa
f82ac129c7 *** empty log message *** 2003-10-07 06:46:04 +00:00
Andreas Schwab
a7803391c2 Formatting fixes. 2003-10-06 22:56:43 +00:00
Andreas Schwab
757010bf1c . 2003-10-06 22:53:33 +00:00
Dave Love
c51b37fde9 *** empty log message *** 2003-10-06 16:36:56 +00:00
Lute Kamstra
19bb0fcdf1 Update my email address. 2003-10-06 08:32:09 +00:00
Lute Kamstra
3536c1212d (Info-mode): Revert previous change.
(Info-escape-percent): New function.
(Info-fontify-node): Use it.
2003-10-06 07:14:53 +00:00
Richard M. Stallman
0e9b293ab4 *** empty log message *** 2003-10-05 13:57:01 +00:00
Eli Zaretskii
ec2e9398b6 (DONTCOMPILE, bootstrap-clean-CMD)
(bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
2003-10-04 09:08:47 +00:00
Eli Zaretskii
748e8432ed *** empty log message *** 2003-10-04 09:03:16 +00:00
Andreas Schwab
317e609b97 . 2003-10-02 10:15:09 +00:00
Lute Kamstra
61567afa43 (imenu--generic-function): Docstring fix. 2003-10-02 09:45:16 +00:00
Rajesh Vaidheeswarran
8daa9f3dd9 removed defadvice related code from ffap 2003-10-02 02:21:27 +00:00
Martin Stjernholm
ac1fa19d19 Clarification. 2003-10-02 01:42:11 +00:00
Kenichi Handa
98fe1969ff (ccl-decode-mule-utf-8): Lookup
utf-subst-table-for-decode even for U+E000..U+FFFF.
2003-10-02 00:50:33 +00:00
Glenn Morris
01fea72be9 *** empty log message *** 2003-10-01 20:47:13 +00:00
Dave Love
9e4eea3d46 (cp1251): Alias for windows-1251. 2003-10-01 18:08:48 +00:00
Richard M. Stallman
0124cce865 *** empty log message *** 2003-10-01 15:13:52 +00:00
Dave Love
f52d10f2b7 (vc-cvs-parse-entry): Revert last change to allow
bootstrap.
2003-10-01 13:23:34 +00:00
Richard M. Stallman
fb93a896b2 *** empty log message *** 2003-09-30 20:48:00 +00:00
Nick Roberts
8591f729cc *** empty log message *** 2003-09-30 17:55:08 +00:00
Richard M. Stallman
ab8f7d5cce *** empty log message *** 2003-09-30 13:01:33 +00:00
Thien-Thi Nguyen
cb049c411e (scheme-mode-variables): When setting
`font-lock-defaults', also specify that "#" should
be interpreted with `word' syntax.
(scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
2003-09-30 11:47:57 +00:00
Lars Hansen
7460e98023 *** empty log message *** 2003-09-30 07:24:40 +00:00
Rajesh Vaidheeswarran
c98ddbe5da whitespace.el now takes user customizable variable to display cleanliness of
files.

ffap.el - bugfix.
2003-09-29 18:05:31 +00:00
Thien-Thi Nguyen
ce2b99074a *** empty log message *** 2003-09-29 14:42:36 +00:00
Thien-Thi Nguyen
6e8fcd2193 Thank Michael Ernst; nfc. 2003-09-29 13:24:30 +00:00
Lute Kamstra
86b9b767c5 *** empty log message *** 2003-09-29 10:28:56 +00:00
Kenichi Handa
b69ff51b95 (decode-coding-inserted-region): Use car
of the return value of find-operation-coding-system.
2003-09-29 02:18:58 +00:00
Kenichi Handa
f98ddc9986 *** empty log message *** 2003-09-28 23:53:42 +00:00
Kenichi Handa
3413f9720b *** empty log message *** 2003-09-28 23:30:45 +00:00
Andreas Schwab
e641d30067 (ff-special-constructs): Add autoload cookie. 2003-09-28 16:11:45 +00:00
Eli Zaretskii
14ef72889c *** empty log message *** 2003-09-28 09:19:38 +00:00
Eli Zaretskii
ca388882bf (dired-clean-tex): Doc fix. 2003-09-28 09:05:31 +00:00
Eli Zaretskii
04c00c854f ("Chinese-GB", "Chinese-BIG5"): Set up for
using a Chinese tutorial.
2003-09-28 09:01:52 +00:00
Eli Zaretskii
a8df98fd8b (smtpmail-via-smtp): Don't insert a space
between "MAIL FROM:" and "RCPT TO:" and the following address.
2003-09-28 08:55:50 +00:00
Eli Zaretskii
57fff5de66 (paragraph-indent-minor-mode): Doc fix. 2003-09-28 08:49:44 +00:00
Eli Zaretskii
51c8b53fd2 (recentf-initialize-file-name-history): New defcustom.
(recentf-load-list): When `recentf-initialize-file-name-history'
is non-nil, initialize an empty `file-name-history' with the
recent list.
2003-09-28 08:42:49 +00:00
Eli Zaretskii
a069f50952 (Man-default-man-entry): Remove the leading `*' from the word at point. 2003-09-28 08:31:45 +00:00
Lute Kamstra
bc3b02f99b *** empty log message *** 2003-09-26 12:53:18 +00:00
André Spiegel
7ae39109ac # 2003-09-26 07:26:11 +00:00
Stefan Monnier
7146d1c1a8 *** empty log message *** 2003-09-25 21:13:19 +00:00
Glenn Morris
dd130f1d5e *** empty log message *** 2003-09-25 01:56:25 +00:00
Kim F. Storm
fbe574208a *** empty log message *** 2003-09-24 23:52:11 +00:00
Martin Stjernholm
de2dcd185a Bumped patch release number. Minor docstring update. 2003-09-24 14:01:16 +00:00
André Spiegel
1e3187e322 # 2003-09-24 11:57:40 +00:00
Lute Kamstra
2fd8a18a9a (upcase-char): Fix docstring.
(zap-up-to-char): New command.
2003-09-24 08:52:09 +00:00
Kenichi Handa
d722dd28e4 *** empty log message *** 2003-09-23 23:07:29 +00:00
Dave Love
72041d01b5 (bootstrap-clean): Fix misplaced `!'. 2003-09-23 10:46:15 +00:00
Nick Roberts
81fc7b45ed *** empty log message *** 2003-09-22 22:00:57 +00:00
Richard M. Stallman
8fe7d8c8bd *** empty log message *** 2003-09-22 15:51:28 +00:00
John Paul Wallington
b8313039df Add Commentary section, minor cleanup of file header.
(ld-script-font-lock-keywords): Doc fix.
(toplevel): Provide `ld-script' feature.
2003-09-22 12:37:00 +00:00
Kim F. Storm
b648413bf5 *** empty log message *** 2003-09-20 23:36:00 +00:00
Glenn Morris
9df076f27f (use-fancy-splash-screens-p, display-splash-screen): Move
display-graphic-p test from latter to former.  Fixes previous change.
2003-09-19 22:44:45 +00:00
Masatake YAMATO
9ceda1bb22 Change the prompt depending on `filter' value. 2003-09-19 18:43:16 +00:00
Glenn Morris
9f8b58091c (command-line-1): Stop startup-echo-area-message being hidden by
"Loading image..." message.
2003-09-19 17:13:23 +00:00
Richard M. Stallman
b0f23edf1c *** empty log message *** 2003-09-19 14:43:31 +00:00
Masatake YAMATO
8cbb7c6199 Fix broken magic autoload comments. 2003-09-18 17:08:22 +00:00
Nick Roberts
a85d03b779 *** empty log message *** 2003-09-17 18:31:36 +00:00
Miles Bader
54ab09c428 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Add loaddefs.el bootstrapping to lisp/makefile.w32-in
2003-09-16 02:40:49 +00:00
Nick Roberts
966e332183 *** empty log message *** 2003-09-15 19:08:21 +00:00
Glenn Morris
96c6fd77e0 *** empty log message *** 2003-09-15 16:23:29 +00:00
Miles Bader
41a7fdd2b0 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-47
Update lisp/ChangeLog
2003-09-15 05:47:52 +00:00
Thien-Thi Nguyen
4a5717d19f (Electric-pop-up-window): For the `one-window' case,
no longer disconcertingly move point in the original buffer.
2003-09-13 13:53:30 +00:00
Eli Zaretskii
e5f06fcebb Documentation (comments-only) fix. 2003-09-13 09:49:46 +00:00
Luc Teirlinck
da92b8d990 *** empty log message *** 2003-09-12 15:06:41 +00:00
Luc Teirlinck
8e4fb86bf5 *** empty log message *** 2003-09-12 14:22:07 +00:00
Richard M. Stallman
f387bdeaae *** empty log message *** 2003-09-12 01:09:43 +00:00
Alex Schroeder
9f7b135da7 *** empty log message *** 2003-09-10 20:09:17 +00:00
Eli Zaretskii
d5d78bd53e Ensure that recentf correctly update the menu bar:
(recentf-menu-path,recentf-menu-before): Doc fix.
(recentf-menu-bar): New function.
(recentf-clear-data): Use it
(recentf-update-menu): Likewise.  Use easy-menu-add-item instead
of easy-menu-change.
2003-09-08 19:01:57 +00:00
Eli Zaretskii
cc7593b13f Mark changes by Kevin Rodgers as tiny changes. 2003-09-08 18:26:17 +00:00
Lute Kamstra
5df034de1f *** empty log message *** 2003-09-08 08:06:58 +00:00
Eli Zaretskii
73804d0206 *** empty log message *** 2003-09-06 19:27:29 +00:00
Dave Love
10fea268ed (ielm-mode-hook): Add :options. 2003-09-06 17:34:11 +00:00
Nick Roberts
d5b235a12e *** empty log message *** 2003-09-04 22:32:43 +00:00
Dave Love
e1f973d48a (non-iso-charset-alist): Revert to defining in defvar -- OK with the
new autoload.
2003-09-04 18:20:21 +00:00
Dave Love
13ff0e2780 *** empty log message *** 2003-09-04 17:17:34 +00:00