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

6027 Commits

Author SHA1 Message Date
John Paul Wallington
efde809a83 (describe-mode): Doc fix. 2004-04-12 10:25:33 +00:00
John Paul Wallington
4ed1f829e2 (ibuffer-delete-window-on-quit): Remove.
(ibuffer-restore-window-config-on-quit): New variable to replace
`ibuffer-delete-window-on-quit'.  Update all references.
(ibuffer-prev-window-config): New variable.
(ibuffer-quit): Restore previous window configuration instead of deleting
window.
(ibuffer): Save window configuration before showing Ibuffer buffer.
2004-04-12 10:03:08 +00:00
Stefan Monnier
888101d654 *** empty log message *** 2004-04-12 05:01:19 +00:00
Juri Linkov
cd478f3d37 (Info-follow-reference): Allow multiline reference name. 2004-04-12 04:46:47 +00:00
Stefan Monnier
6f480c7a38 New file. 2004-04-12 01:58:43 +00:00
André Spiegel
3c1dc2cb2b # 2004-04-11 15:08:39 +00:00
Juri Linkov
ee213e98df *** empty log message *** 2004-04-11 09:58:19 +00:00
John Paul Wallington
dbed3cd3c0 * replace.el (occur-engine): Distinguish between one and several
matches in the matches per buffer heading.
2004-04-11 04:57:44 +00:00
Kim F. Storm
539859c33d *** empty log message *** 2004-04-10 21:40:18 +00:00
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Jesper Harder
7b30b20c7e (info-apropos): Improve menu item regexp. 2004-04-09 14:32:49 +00:00
Simon Josefsson
758b7b0962 Add comment, based on report by kdc@rcn.com (Kevin D. Clark). 2004-04-09 13:39:30 +00:00
Stefan Monnier
91fa27cd32 (compilation-mode-font-lock-keywords):
Redo one more thing that I didn't notice Daniel had undone.
2004-04-08 22:16:14 +00:00
Nick Roberts
e20b265a86 *** empty log message *** 2004-04-08 21:00:56 +00:00
Stefan Monnier
cb53a3519d *** empty log message *** 2004-04-08 17:09:35 +00:00
Glenn Morris
79b429810c *** empty log message *** 2004-04-08 16:21:43 +00:00
Juri Linkov
8a7757f6f5 (Info-history): Doc fix.
(Info-history-list): New var.
(info-xref): Change magenta4 to blue, remove bold for dark and
light backgrounds, change bold to underline for non-color classes.
(info-xref-visited): New face.
(Info-fontify-visited-nodes): New custom.
(Info-hide-note-references): Add new value `hide'.  Doc fix.
(Info-reference-name): New var.
(Info-selection-hook): New custom.
(Info-edit-mode-hook): New var.
(Info-find-file): New fun.
(Info-find-node): Move part of code to Info-find-file.
(Info-find-node-2): Add anchors to Info-history-list.  Move point
to the place with the reference name if name is defined.
(Info-select-node): Add current node to Info-history-list.
(Info-goto-node): Switch to *info* from *info-history* *info-toc*.
(Info-search-whitespace-regexp): New custom.
(Info-search-case-fold): New var.
(Info-search): Add "case-sensitively" to the prompt.  Use
Info-search-whitespace-regexp.  Set Info-search-case-fold.
(Info-search-case-sensitively, Info-search-next): New fun.
(Info-up): Move point to the menu item of the current node.
(Info-history): New fun.  Add *info-history* to same-window-buffer-names.
(Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
(Info-insert-toc): New fun.
(Info-build-toc): New fun.
(Info-follow-reference): Add new arg `fork'.  Doc fix.
Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
with the same name prefer the reference closest to point.
(Info-next-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://.  Skip the *Note prefix.
(Info-prev-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://.  Skip the *Note prefix.
(Info-follow-nearest-node): Add new arg `fork'.
(Info-try-follow-nearest-node): Add new arg `fork'.
Call browse-url for http:// and ftp:// references.
Set Info-reference-name for index entries.
(Info-mode-menu): Add menu items for Info-search-case-sensitively,
Info-search-next, Info-history, Info-toc, clone-buffer.
(Info-menu-update): Replace * by + in the *Note regexp.
(Info-mode): Add documentation for Info-history, Info-toc,
Info-search-case-sensitively, Info-search-next, clone-buffer.
(Info-fontify-menu-headers): Remove fun.  Move code to
Info-fontify-node.
(Info-fontify-node): Add docstring.  Add local vars
fontify-visited-p and not-fontified-p.  If not-fontified-p is t
then fontify header line, titles, menu headers, http and ftp
references, refill paragraphs.  If not-fontified-p is t or
fontify-visited-p is t then fontify cross references, menu items.
Fontify menu headers.  Fontify http and ftp references.  Change
regexp for cross references to require whitespace after *Note, add
matching groups for file and node names.  Remove hack for quote.
Use display property for Info-hide-note-references=t.  Use fifth
or fourth match for help-echo.  Display visited nodes in a
different face.  Unhide file names of external references.  Unhide
newlines.  Display visited menu items in a different face.
2004-04-08 03:44:34 +00:00
Juri Linkov
0c1b7af5c5 (Info-hide-cookies-node): New function.
(Info-select-node): Use it.
(Info-display-images-node): Remove message with image file name.
2004-04-08 03:12:16 +00:00
Daniel Pfeiffer
f6164cdd52 (compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.
2004-04-07 12:57:04 +00:00
Kenichi Handa
3a8b699318 (latin1-display-setup): Check each character is displayable or not
instead of calling latin1-display-check-font.
2004-04-07 07:38:13 +00:00
Vinicius Jose Latorre
f88aa6e56e printing doc fix. 2004-04-06 02:58:04 +00:00
Kenichi Handa
3699afe8a5 (ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
2004-04-05 23:30:44 +00:00
Nick Roberts
38e33352d8 *** empty log message *** 2004-04-05 21:44:38 +00:00
Kim F. Storm
c953fe1bac *** empty log message *** 2004-04-05 21:40:02 +00:00
Per Abrahamsen
8e4d1662d2 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Changed unbound variable
	`symbol' to `name'.
2004-04-05 17:21:09 +00:00
Jesper Harder
ab2f22adc0 (info-apropos): New function.
(Info-mode-menu): Add it.
(Info-find-node, Info-find-node-2): Grok apropos virtual file.
2004-04-05 12:40:56 +00:00
Jesper Harder
1d0a6ebb50 (help-make-xrefs): Recognize aliased variable with
inherited docstring.
2004-04-05 12:09:53 +00:00
Jesper Harder
cbfbd37df5 (gamegrid-add-score-insecure): Use sort-fields. 2004-04-05 11:57:14 +00:00
Vinicius Jose Latorre
6411a60a71 ebnf2ps 4.2 2004-04-05 02:00:42 +00:00
Luc Teirlinck
1f41bcba72 (auto-revert-handler): If point (or a window point) is at the end of
the buffer, keep it there after reverting.  This allows to tail a file.
Mention this in the `Commentary'.
2004-04-05 01:09:37 +00:00
Eli Zaretskii
a6eeaa811c Update my email address. 2004-04-04 21:38:56 +00:00
Eli Zaretskii
c19942680d *** empty log message *** 2004-04-04 21:32:05 +00:00
Stefan Monnier
aa81d8d24a *** empty log message *** 2004-04-04 01:27:13 +00:00
Andreas Schwab
5c84686c48 (diff-mode): Fix missing quote. 2004-04-03 20:02:16 +00:00
Juri Linkov
35aeddc47b *** empty log message *** 2004-04-03 04:42:43 +00:00
Jan Djärv
bcfa9925a6 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
utf-16le on little endian machines and utf-16be otherwise.
2004-04-02 17:29:52 +00:00
David Kastrup
6555a8dd3e *** empty log message *** 2004-04-02 14:32:48 +00:00
Daniel Pfeiffer
e5c644da12 message deletion note added to M-x compile 2004-04-01 10:48:40 +00:00
Vinicius Jose Latorre
38253bba66 Var initialization fix. 2004-04-01 02:29:00 +00:00
Luc Teirlinck
04e08b8c2e *** empty log message *** 2004-04-01 02:14:01 +00:00
Luc Teirlinck
71c8db4cd5 Delete obsolete autoload's and defvar's.
(auto-revert-check-vc-info): New variable.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): Delete.
(auto-revert-handler): Treat return value `fast' of
buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2004-04-01 01:37:03 +00:00
Nick Roberts
606ebcd177 *** empty log message *** 2004-03-31 23:46:23 +00:00
Juri Linkov
3ccd316045 (dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.
2004-03-31 16:33:00 +00:00
Vinicius Jose Latorre
1ede99a8ec Write a buffer if and only if the buffer was modified. 2004-03-31 01:33:26 +00:00
Kenichi Handa
ce4dd05c9f Delete pairs for U+2308..U+230B. 2004-03-30 08:07:41 +00:00
Nick Roberts
5d987733d0 *** empty log message *** 2004-03-29 19:23:30 +00:00
Kenichi Handa
984d06b317 (ucs-insert): Fix the error message. 2004-03-29 12:05:50 +00:00
Kenichi Handa
2d76740f08 *** empty log message *** 2004-03-29 03:51:41 +00:00
Vinicius Jose Latorre
f8b0995724 printing 6.7.3. 2004-03-29 02:58:56 +00:00
Luc Teirlinck
b6ea9927a0 *** empty log message *** 2004-03-29 02:46:53 +00:00
Kenichi Handa
39cc05f572 (setwins, setwins_almost): Change directory to $wd
before finding directories by `find'.
2004-03-29 02:25:50 +00:00
Stefan Monnier
adb3b3532f *** empty log message *** 2004-03-29 00:53:28 +00:00
Vinicius Jose Latorre
6ca94f87ae Doc fix. 2004-03-28 23:08:29 +00:00
Vinicius Jose Latorre
0b6f125dce New file. 2004-03-28 22:49:39 +00:00
Vinicius Jose Latorre
9d59cbb052 Handle initial comments. 2004-03-28 22:41:42 +00:00
Vinicius Jose Latorre
757caf1c6a Modify interactive declaration. 2004-03-28 22:29:31 +00:00
Nick Roberts
80cce9aeb7 *** empty log message *** 2004-03-28 20:19:41 +00:00
Stefan Monnier
1e87be1b83 (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). 2004-03-28 17:38:17 +00:00
Luc Teirlinck
75e975ea04 *** empty log message *** 2004-03-28 03:55:28 +00:00
Luc Teirlinck
c86afc19df (auto-revert-handler): Handle auto-revert-mode.
Call vc-find-file-hook here instead of in auto-revert-buffers.
(auto-revert-buffers): Delete call to vc-find-file-hook.
2004-03-28 01:39:49 +00:00
Eli Zaretskii
692feebddf (woman-change-fonts): Rename local variable
woman-font-alist to font-alist to avoid a compiler warning.
2004-03-27 12:07:09 +00:00
Eli Zaretskii
4d82882bb6 Fix last entry. 2004-03-27 11:54:40 +00:00
Eli Zaretskii
05ec033b10 (rx): Work at compile time, not run time. 2004-03-27 11:52:07 +00:00
Eli Zaretskii
99e0e3e2df (strokes-global-set-stroke-string): New function.
(strokes-list-strokes): Cope with strings, not just commands.  Set
foreground colour of image.
(strokes-global-set-stroke): Doc fix.
2004-03-27 11:34:23 +00:00
Luc Teirlinck
77bca4db95 *** empty log message *** 2004-03-27 02:33:49 +00:00
Stefan Monnier
8dc87047d1 (vc-maybe-resolve-conflicts): Don't prompt the user. 2004-03-26 16:17:33 +00:00
Stefan Monnier
e1fbd956b0 Add comment. 2004-03-26 15:30:42 +00:00
Juri Linkov
7c7085c052 * eshell/esh-cmd.el (eshell-cmd):
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:05:31 +00:00
André Spiegel
c3504abb2e # 2004-03-26 06:10:40 +00:00
Juanma Barranquero
825d074503 (cperl-indent-alist, cperl-where-am-i): Comment out (it's unused and
unfinished code).
2004-03-25 22:45:20 +00:00
Masatake YAMATO
abcdd45aee (completion-setup-function): Emphasize the first uncommon characters in the completions;and de-emphasize the common prefix substrings.
(completion-emphasis): New face.
(completion-de-emphasis): New face.
2004-03-25 16:01:38 +00:00
Sam Steingold
5217a76a0b (vc-print-log): backend-function may be a byte-compiled object, not a lambda 2004-03-25 15:39:03 +00:00
Juri Linkov
ead147301f * jit-lock.el (jit-lock): Remove links to removed Support Modes
Info node.
2004-03-25 10:47:17 +00:00
Nick Roberts
0d1a8fa052 *** empty log message *** 2004-03-25 02:02:53 +00:00
Glenn Morris
9edfb3d2a1 *** empty log message *** 2004-03-24 18:37:57 +00:00
Stefan Monnier
d7aed37c2e (dired) <defgroup>: Add link to manual.
(dired-font-lock-keywords): Ad highlighting on unusual permissions.
(dired-revert): Use dolist.
(dired-mode-map): Add U binding.
(dired-mode): Add font-lock-beginning-of-syntax-function.
(dired-garbage-files-regexp): Make it a defcustom.
2004-03-23 21:44:31 +00:00
Juri Linkov
ef3e91755f (display-time-string-forms): Fix help-echo date format. 2004-03-23 07:43:10 +00:00
Luc Teirlinck
d4411cef6e (global-auto-revert-non-file-buffers): Expand doc string.
(buffer-stale-function): New variable.
(auto-revert-list-diff, auto-revert-dired-file-list)
(auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
(auto-revert-handler): Take over some functionality of deleted functions.
(auto-revert-buffers): Delete call to auto-revert-buffer-p.
2004-03-23 05:24:55 +00:00
Kenichi Handa
d6af0bff2d Setup syntaxes for more parentheses Unicode characters. 2004-03-23 04:30:25 +00:00
Kenichi Handa
6aa69bd7c5 (select-safe-coding-system): Merge
coding-system and auto-cs before comparing them.
2004-03-23 02:35:36 +00:00
Stefan Monnier
d08c4c2857 Fix copyright. 2004-03-22 15:38:14 +00:00
Juri Linkov
8f7ea68706 *** empty log message *** 2004-03-22 07:49:24 +00:00
Luc Teirlinck
19e580b4e9 (format-insert-file): Always return a list of two elements,
like insert-file-contents does.
2004-03-22 04:43:17 +00:00
André Spiegel
091ec19209 # 2004-03-21 15:53:17 +00:00
Juanma Barranquero
942269e7b4 (rx): Work at compile time, not run time. 2004-03-21 15:34:56 +00:00
Juanma Barranquero
f134d28b2f (allout-mode): Fix docstring. 2004-03-21 15:24:38 +00:00
Luc Teirlinck
8f8607bebf (insert-directory): Fix bug if SWITCHES is a list. 2004-03-21 04:40:38 +00:00
Luc Teirlinck
a2ac68f1ee (auto-revert-interval): Make new value take effect immediately when
set through Custom.
(auto-revert-set-timer): Add interactive declaration.
2004-03-21 00:30:12 +00:00
Kim F. Storm
31da0380c3 From David Ponce <david@dponce.com>
(ruler-mode-header-line-format-old): Don't `make-variable-buffer-local'.
(ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
(ruler-mode-header-line-format): Simply funcall the above.
(ruler-mode): Use `make-local-variable' and `kill-local-variable'
to save/restore a previous header line format.
(ruler-mode-space): Don't depend on a numeric WIDTH value.
(ruler-mode-ruler): Use symbolic display elements for scrollbar,
fringes and margins width.
(ruler-mode-ruler-function): Default to ruler-mode-ruler
2004-03-19 13:17:16 +00:00
Kim F. Storm
ec952fde50 *** empty log message *** 2004-03-19 10:40:29 +00:00
Kim F. Storm
36bc84aac9 *** empty log message *** 2004-03-19 10:10:43 +00:00
Kim F. Storm
45dbfc84ec *** empty log message *** 2004-03-19 00:41:56 +00:00
Luc Teirlinck
b2a737cd69 *** empty log message *** 2004-03-18 03:07:38 +00:00
Stefan Monnier
372641015e *** empty log message *** 2004-03-18 02:59:33 +00:00
Juanma Barranquero
7ab91c5f45 (make-obsolete-variable): Fix docstring. 2004-03-18 00:20:44 +00:00
Nick Roberts
feaa7f5c40 *** empty log message *** 2004-03-17 23:52:11 +00:00
Masatake YAMATO
935ce7caa0 (smerge-popup-context-menu): Put unwind-protect' arround overlay-put' and `popup-menu'. 2004-03-16 16:27:10 +00:00
Masatake YAMATO
0f214cdfef Provide `register' feature. 2004-03-16 09:52:37 +00:00
Stefan Monnier
0820b1f639 *** empty log message *** 2004-03-15 18:06:06 +00:00
Masatake YAMATO
11ece56b1a 2004-03-15 Masatake YAMATO <jet@gyve.org>
Added context menu support in smerge mode.
	Most of the part is written by Stefan Monnier.

	* smerge-mode.el (smerge-context-menu-map, smerge-context-menu): New
	keyman and menu.
	(smerge-text-properties): New function.
	(smerge-remove-props): New function.
	(smerge-popup-context-menu): New function.
	(smerge-resolve): Call `smerge-remove-props'.
	(smerge-keep-base, smerge-keep-other, smerge-keep-mine):
	Ditto.
	(smerge-keep-current): Ditto.
	(smerge-kill-current): New function.
	(smerge-match-conflict): Detect the file as `a same-diff conflict'
	if the filename is "ANCESTOR". Put text properties.
2004-03-15 11:27:47 +00:00
Masatake YAMATO
0eeebaf5d7 2004-03-15 David Ponce <david@dponce.com>
* ruler-mode.el: (ruler-mode-left-fringe-cols)
	(ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
	(ruler-mode-right-scroll-bar-cols): Remove.
	(ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
	(ruler-mode-mouse-set-right-margin, ruler-mode-ruler): Use
	fringe-columns and scroll-bar-columns.
2004-03-15 08:39:06 +00:00
Masatake YAMATO
9b05111d02 Fix a typo. 2004-03-15 07:28:38 +00:00
Masatake YAMATO
9fd76d04e8 2004-03-15 Masatake YAMATO <jet@gyve.org>
* hl-line.el (hl-line-range-function): New variable.
	(hl-line-move): New function.
	(global-hl-line-highlight): Use `hl-line-move'.
	(hl-line-highlight): Ditto.

	* scroll-bar.el (scroll-bar-columns): New function derived from
	ruler-mode.el.

	* fringe.el (fringe-columns): New function derived from
	ruler-mode.el.

	* ruler-mode.el (top-level): Require scroll-bar and fringe.
	(ruler-mode-left-fringe-cols)
	(ruler-mode-right-fringe-cols): Use `fringe-columns'.
	(ruler-mode-right-scroll-bar-cols)
	(ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
	(ruler-mode-ruler-function): New variable.
	(ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
	if the value for `ruler-mode-ruler-function'is given.

	* hexl.el (hexl-mode-hook): Make the hook customizable.
	(hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
	customize variables.
	(hexlify-buffer): Put font-lock-faces on the address area and
	the ascii area.
	(hexl-activate-ruler): New function.
	(hexl-follow-line): New function.
	(hexl-highlight-line-range): New function.
	(hexl-mode-ruler): New function.
2004-03-15 07:27:02 +00:00
Eli Zaretskii
5109b06a47 *** empty log message *** 2004-03-13 13:13:14 +00:00
Eli Zaretskii
1239851cdd (woman-preserve-ascii): Default value changed to t and
doc string revised.
2004-03-13 13:06:48 +00:00
Stefan Monnier
fbc4d3bdcf *** empty log message *** 2004-03-12 15:03:10 +00:00
Richard M. Stallman
e69cfac29e *** empty log message *** 2004-03-12 10:16:20 +00:00
Jason Rumney
f6a20b2cca (ldap-search-internal): Handle file URLs with drive
letters on DOS/Windows.
2004-03-11 21:10:21 +00:00
Stefan Monnier
61042632e3 *** empty log message *** 2004-03-11 18:46:47 +00:00
Simon Josefsson
2ceed428a9 (smtpmail-read-response): Abort if process has
died to avoid infloop.  Reported by Jonathan Glauner
<jglauner@sbum.org>.
2004-03-11 10:53:22 +00:00
John Paul Wallington
d544d2ca97 (foldout-fold-list, foldout-modeline-string): Declare them as
variables, not constants.
2004-03-11 01:27:10 +00:00
Vinicius Jose Latorre
1f5a8e4a27 New tips in Tips section. 2004-03-10 23:47:54 +00:00
Vinicius Jose Latorre
197d4ebcbc Modification to print *Messages* buffer. 2004-03-10 22:56:45 +00:00
Vinicius Jose Latorre
739ce3950a Doc fix. 2004-03-10 00:47:45 +00:00
Stefan Monnier
2c8155f784 (type-break-emacs-variant): Remove.
(type-break-run-at-time, type-break-cancel-function-timers):
Use fboundp rather than version name and number.
2004-03-09 15:28:27 +00:00
Masatake YAMATO
4f918f606b 2004-03-09 Masatake YAMATO <jet@gyve.org>
* hexl.el (hexl-mode): Use `make-local-variable' instead of
	`make-variable-buffer-local'.
2004-03-09 01:25:27 +00:00
Michael Albinus
1a9c959bb2 * find-dired.el (find-dired): Call `shell-command' instead of
`start-process-shell-command'.  By this, Tramp takes over
handling of remote directories.
2004-03-08 21:47:59 +00:00
Stefan Monnier
5895f7fd1a (fill) <defgroup>: Move to fill.el. 2004-03-08 01:10:23 +00:00
Eli Zaretskii
651f4d9f27 (rfc2368-unhexify-char): Deleted.
(rfc2368-unhexify-string): Use replace-regexp-in-string.
2004-03-07 20:02:02 +00:00
Eli Zaretskii
372713e696 (woman-man.conf-path): Doc fix.
(woman-parse-man.conf): Also parse OPTIONAL_MANPATH.  (Suggested
by Stefan Reich <xsteve@nit.at>.)
2004-03-07 14:54:35 +00:00
Eli Zaretskii
263d3d5d20 (sort-columns): Remove ms-dos from the list of systems
where the external `sort' command is not used.
2004-03-07 07:08:43 +00:00
Kim F. Storm
d90ee664e1 *** empty log message *** 2004-03-07 00:24:14 +00:00
Nick Roberts
0d3cb997d7 *** empty log message *** 2004-03-06 12:01:36 +00:00
Nick Roberts
06884a3583 *** empty log message *** 2004-03-05 23:59:08 +00:00
Stefan Monnier
032cbf902c *** empty log message *** 2004-03-05 17:07:47 +00:00
Richard M. Stallman
2e8d40a1da (sort-columns): Don't use external 'sort' on ms-windows. Otherwise,
do use it if the region only contains font-lock text properties.
2004-03-05 11:31:58 +00:00
Masatake YAMATO
01ff913677 (hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
(hexl-print-current-point-info): New function.
(hexl-current-address): print the address in both decimal and hexadecimal format.
2004-03-04 18:19:19 +00:00
Richard M. Stallman
04a6e76be8 *** empty log message *** 2004-03-04 17:25:52 +00:00
Stefan Monnier
5a7139eec2 (fill-comment-paragraph): Be more careful when
recognizing leading comment on code line.
2004-03-04 00:29:50 +00:00
Kim F. Storm
9310ba2176 Typo. 2004-03-03 23:43:02 +00:00
Stefan Monnier
d8d95bc7ac *** empty log message *** 2004-03-02 22:13:02 +00:00
Juri Linkov
5fe61ed270 net/browse-url.el 2004-03-02 14:56:26 +00:00
Vinicius Jose Latorre
71efd3c473 Doc fix. 2004-03-02 04:54:04 +00:00
Kim F. Storm
d24bc50fce *** empty log message *** 2004-03-02 00:14:33 +00:00
Juanma Barranquero
45435c0eaf (allout-rebullet-heading): Fix typo in docstring. 2004-03-01 22:45:27 +00:00
Vinicius Jose Latorre
b8d955f419 Replace "As Is..." in PostScript file print/preview by "No Preprocessing...". 2004-03-01 02:26:01 +00:00
Vinicius Jose Latorre
acc037ba7a Adjust buffer interface. 2004-02-29 23:59:04 +00:00
Juanma Barranquero
05f1c4ec55 (desktop-file-version, desktop-after-read-hook): Fix typos.
(desktop-clear-preserve-buffers): Remove redundant info in docstring
already shown by the obsolescence message.
(desktop-truncate, desktop-internal-v2s, desktop-value-to-string): Change
argument name to match docstring.
2004-02-29 23:13:58 +00:00
Juanma Barranquero
9e6e8d1a2c *** empty log message *** 2004-02-29 19:15:43 +00:00
Kai Großjohann
5ec2cc41db Tramp: sync with upstream version 2.0.39. 2004-02-29 17:52:17 +00:00
Vinicius Jose Latorre
cd0f9f85ad New funs. 2004-02-28 22:13:00 +00:00
Vinicius Jose Latorre
7fd08a0ae7 Doc fix. 2004-02-28 21:37:17 +00:00
Vinicius Jose Latorre
97818b07c3 Doc fix. 2004-02-28 21:01:46 +00:00
Vinicius Jose Latorre
06c97a0410 Doc fix. 2004-02-28 20:50:45 +00:00
Richard M. Stallman
ab6d47ea5f New file. 2004-02-28 17:47:26 +00:00
Juri Linkov
c0bf9913f8 lisp/ffap.el 2004-02-28 05:02:20 +00:00
Juanma Barranquero
28eba01f65 Fix typos and formatting. 2004-02-28 02:22:38 +00:00
Kim F. Storm
ec03e8b30a Put gdb breakpoint icons in fringe when available. 2004-02-28 01:32:35 +00:00
Eli Zaretskii
9022d4219b *** empty log message *** 2004-02-27 17:32:57 +00:00
Eli Zaretskii
5d18b95355 (sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
(sh-leading-keywords, sh-other-keywords): Fix custom type.
2004-02-27 17:22:27 +00:00
Eli Zaretskii
328419c117 (isearch, isearch-lazy-highlight-face): Use `min-colors'. 2004-02-27 17:05:29 +00:00
Vinicius Jose Latorre
449cba4499 A lot of doc fix. 2004-02-26 04:03:40 +00:00
Vinicius Jose Latorre
ea946fccfb For compatibility with Emacs 20, define assq-delete-all if it's not defined. 2004-02-26 00:44:29 +00:00
Vinicius Jose Latorre
ac4780a12c ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reported by Markus Dreyer. 2004-02-25 00:07:33 +00:00
Luc Teirlinck
92f5fba2d6 *** empty log message *** 2004-02-24 03:35:21 +00:00
Nick Roberts
baf92c0d07 *** empty log message *** 2004-02-23 00:41:44 +00:00
Glenn Morris
4c635ea353 *** empty log message *** 2004-02-23 00:11:12 +00:00
Eli Zaretskii
4effffca65 *** empty log message *** 2004-02-21 14:09:01 +00:00
Eli Zaretskii
235de37296 (texinfo-insert-@item): Look for the current
Texinfo environment, using the same method as in texinfo-insert-@end,
and insert a space rather than a newline if point in a `table' environment.
2004-02-21 13:51:34 +00:00
Eli Zaretskii
0eee131ecc Remove "tiny change" from Jari Aalto's entry for 2004-02-16. 2004-02-21 13:43:32 +00:00
Eli Zaretskii
7e1626fbe8 (ffap-file-at-point): Try parent directories. 2004-02-21 13:42:04 +00:00
Eli Zaretskii
69e82404c0 (vcursor-modifiers): New defcustom.
(vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.
2004-02-21 13:37:46 +00:00
Eli Zaretskii
8bcfd13b54 (animate-birthday-present): Accept other than `Sarah', too. 2004-02-21 13:30:42 +00:00
Eli Zaretskii
32e51983e9 Remove table of command line arguments from the Commentary section. 2004-02-21 13:22:31 +00:00
John Wiegley
36b0f52b35 *** empty log message *** 2004-02-20 12:31:57 +00:00
Luc Teirlinck
923c1e6f75 *** empty log message *** 2004-02-20 03:49:52 +00:00
Michael Kifer
6d2986fb74 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
temporary file for buffer already visiting one.  This change makes
	output likely to be directly usable by patch program.
	Suggested by Adrian Aichner  <adrian@xemacs.org>
2004-02-20 02:41:02 +00:00
Nick Roberts
5223afdaa5 *** empty log message *** 2004-02-20 01:13:55 +00:00
Stefan Monnier
b15aa9f9e8 (union Lisp_Object): Give a more precise type for `type'.
Remove unused `gu' alternative.
2004-02-19 20:25:17 +00:00
Simon Josefsson
507c5deb1e Fix typo.
(morse-code): Add @.
2004-02-19 19:36:36 +00:00
Glenn Morris
e306dc9f58 *** empty log message *** 2004-02-19 01:11:26 +00:00
Markus Rost
c6190ba03b (executable-command-find-posix-p): Fix choice of the directory. 2004-02-18 20:48:26 +00:00
Luc Teirlinck
8e5d85ffc0 (interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil.  Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.
2004-02-18 03:04:32 +00:00
Eli Zaretskii
ac84042c63 (rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.
2004-02-17 19:55:43 +00:00
Luc Teirlinck
43e48bdaa5 *** empty log message *** 2004-02-17 03:18:43 +00:00
Luc Teirlinck
8a9825f74d (auto-revert-buffer-p): Only revert dired buffers if one of
global-auto-revert-non-file-buffers or autorevert-mode is non-nil.
2004-02-17 02:26:58 +00:00
Eli Zaretskii
4e039f3f1f *** empty log message *** 2004-02-16 19:41:27 +00:00
Eli Zaretskii
279dffd676 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
* progmodes/icon.el (icon-indent-command): Ditto.
* textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2004-02-16 19:35:20 +00:00
Eli Zaretskii
8c094106a8 *** empty log message *** 2004-02-16 19:29:00 +00:00
Eli Zaretskii
c33b76da3e *** empty log message *** 2004-02-16 18:45:30 +00:00
Eli Zaretskii
1c0ecbc499 (Man-fontify-manpage): Render section headings in
`Man-overstrike-face' even when overstrike was not used by man
formatter for section headings.
2004-02-16 18:22:33 +00:00
Eli Zaretskii
88fcbeaa95 (vm-use-spam-filter)
(rsf-min-region-length-added-to-spam-list): New	variables.
(rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from
rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
spam testing.  Don't delete spam message if automatic deletion
after output via variable rmail-delete-after-output is turned on.
(rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from
rsf-bbdb-dont-create-entries-for-spam.
(check-field): New function, extracted from code in
rmail-spam-filter to ease addition of header fields like
content-type.
(message-content-type): New variable to check the content-type:
field added, also in defcustom of rsf-definitions-alist.
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rsf-add-contents-type): New function to convert old format
of rmail-spam-definitions-alist into new one.
Changed prefixes of all variables and functions from
rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2004-02-16 18:06:23 +00:00
Eli Zaretskii
dffc4dfc5d (unload-hook-features-list): New defvar. 2004-02-16 17:50:32 +00:00
Eli Zaretskii
0ca9aa8f07 *** empty log message *** 2004-02-16 17:48:09 +00:00
Eli Zaretskii
7b5368c1a9 *** empty log message *** 2004-02-16 17:18:58 +00:00
Eli Zaretskii
ca4bc494c2 *** empty log message *** 2004-02-16 17:05:44 +00:00
Eli Zaretskii
740b7c2dbb (rx-check, rx-check-any, rx-check-not)
(rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
lower-case "rx" in all error message.
(rx-or): Put group around result.
(rx-constituents): Add backref.
(rx-syntax): Add string-delimiter, comment-delimiter.
(rx-categories): Add combining-diacritic.
(rx-check-not, rx-greedy, rx): Doc fix.
(rx-backref, rx-check-backref): New.
2004-02-16 16:51:39 +00:00
Eli Zaretskii
065b7364da (uncomment-region): Allow eob as comment end. 2004-02-16 14:12:57 +00:00
Eli Zaretskii
4e664f62f0 Autorevert: Add support for VC controlled files.
(eval-when-compile): Defvar dired-directory and vc-mode.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): New functions.
2004-02-16 13:59:46 +00:00
Eli Zaretskii
0f98bc2350 (auto-revert-dired-file-list): added missing variable file' to let'.
(top level): Byte compiler fixes: defvar `dired-directory' added,
autoload `dired-get-filename' added.
2004-02-16 13:47:39 +00:00
Eli Zaretskii
bbc66b08e1 All message and error commands now use prefix `filecache:'
to make it easy to read *Messages* buffer.
2004-02-16 13:41:03 +00:00
Eli Zaretskii
fb94f75f4c *** empty log message *** 2004-02-16 13:31:06 +00:00
Eli Zaretskii
ebb8cb682a (compilation-directory): New defvar.
(compile): Save current directory in compilation-directory.
(recompile): Bind default-directory to compilation-directory if
that is non-nil.
2004-02-16 12:53:25 +00:00
Eli Zaretskii
a71b3805cd (comment-insert-comment-function, comment-region-function,
uncomment-region-function): New functions.
(comment-indent): Use comment-insert-comment-function.
(uncomment-region): Use uncomment-region-function.
(comment-region): Use comment-region-function.
2004-02-16 12:37:21 +00:00
Eli Zaretskii
062a9fce99 (rx-not): Bind case-fold-search to nil. 2004-02-16 12:12:02 +00:00
Eli Zaretskii
f800daf646 (TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*. 2004-02-16 12:07:09 +00:00
Eli Zaretskii
ca06718d25 (rmail-dont-reply-to): Anchor user login
name and email address at the beginning and end of the address.
2004-02-16 11:43:57 +00:00
Stefan Monnier
783bcffa10 *** empty log message *** 2004-02-16 03:18:25 +00:00
Kenichi Handa
f92f5e37ce *** empty log message *** 2004-02-16 00:06:00 +00:00
Thien-Thi Nguyen
4ae8d76c90 (grep-compute-defaults): Fix typos. 2004-02-15 13:09:44 +00:00
Jan Djärv
49f87d230f * x-dnd.el: Mention support for Motif in commentary.
(x-dnd-handle-drag-n-drop-event): Ditto.
2004-02-15 12:30:04 +00:00
Jonathan Yavner
584b627ec9 *** empty log message *** 2004-02-15 00:03:03 +00:00
Martin Stjernholm
8445679307 * Makefile.in: Fixed the CC Mode recompile kludge so it works
when building in a different directory.
2004-02-14 18:10:32 +00:00
Luc Teirlinck
7e46b7bf24 (kill-new): Put yank-handler property on the entire string. 2004-02-13 23:10:59 +00:00
Luc Teirlinck
fb2dcf046c (kill-append): Doc fix. 2004-02-12 04:23:54 +00:00
Luc Teirlinck
6827d7308d *** empty log message *** 2004-02-12 01:53:51 +00:00
John Paul Wallington
1cdb6ab4a7 (smtpmail-try-auth-methods): Fix typo. 2004-02-11 07:21:09 +00:00
Stefan Monnier
4c11f6a8f2 (diff-switches): New fun.
(diff, diff-backup): Use it.
(diff): Clean up the args construction.  Use backquote.
Use listp instead of consp to avoid putting a nil arg.
2004-02-10 21:37:35 +00:00
Jan Djärv
b9aafad504 x-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)
protocol.
2004-02-10 17:27:26 +00:00
Kenichi Handa
3638f0e08f *** empty log message *** 2004-02-10 03:58:37 +00:00
Miles Bader
4d449b11a0 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
Add lisp/emacs-lisp/macroexp.el
2004-02-10 01:52:31 +00:00
Kenichi Handa
f73145c173 (tar-extract): Fix for the case that a file doesn't have end-of-line. 2004-02-09 05:48:42 +00:00
Stefan Monnier
fc4d69e139 (window-safely-shrinkable-p): Don't change the buffer-list.
Don't allow shrink if there's a window on our right.
2004-02-09 00:56:25 +00:00
Martin Stjernholm
7fefaee7c9 Added extra dependencies in the recompile target needed to cope with
the compile time macro expansions in CC Mode.
2004-02-09 00:49:54 +00:00
Kim F. Storm
82722af355 *** empty log message *** 2004-02-08 23:32:37 +00:00
Andreas Schwab
e1dc18db5b *** empty log message *** 2004-02-08 22:45:30 +00:00
Nick Roberts
c35391d102 *** empty log message *** 2004-02-08 15:29:09 +00:00
Andreas Schwab
ea85551138 *** empty log message *** 2004-02-08 00:39:40 +00:00
Kim F. Storm
7fdd1f6246 *** empty log message *** 2004-02-07 01:00:22 +00:00
Andreas Schwab
daa3ea8d18 (view-mode-enable): Add view-mode-map to
minor-mode-overriding-map-alist.
2004-02-06 21:41:45 +00:00
Jan Djärv
14ca885408 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning 2004-02-05 11:46:57 +00:00
Stefan Monnier
d134542780 *** empty log message *** 2004-02-05 00:19:13 +00:00
Sam Steingold
dbfa9ed49f (smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.
Do not try authentication when no mechanism is available.
2004-02-04 15:35:11 +00:00
Stephen Eglen
12ad758a66 *** empty log message *** 2004-02-04 13:45:38 +00:00
John Paul Wallington
21575d922f (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. 2004-02-04 08:21:48 +00:00
Jan Djärv
133aad747d * x-dnd.el: New file for drag and drop.
* term/x-win.el: require x-dnd, set after-make-frame-functions
to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
drag-n-drop event.

* dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
(dired-dnd-do-ask-action, dired-dnd-handle-local-file)
(dired-dnd-handle-file): New functions for drag and drop support.
(dired-mode): Initialize drag and drop if x-dnd present.
2004-02-03 16:55:30 +00:00
Benjamin Rutt
c010ecfa9a Bind q to `quit-window'. 2004-02-02 21:09:05 +00:00
David Kastrup
0fc8fa73bb *** empty log message *** 2004-02-02 12:50:24 +00:00
Andreas Schwab
679be51789 (executable-command-find-posix-p): Doc fix. 2004-02-01 16:27:34 +00:00
Stephen Eglen
b3a3e4e162 Add support for maxima-mode. Update commentary
because info-lookup-symbol is now bound to C-h S.
2004-02-01 13:52:33 +00:00
Luc Teirlinck
11178a0606 (edit-and-eval-command): Bind print-level and
minibuffer-history-sexp-flag around call to read-from-minibuffer.
Correct initial position in command-history.
2004-01-31 15:07:40 +00:00
Luc Teirlinck
eb99610125 *** empty log message *** 2004-01-31 04:41:35 +00:00
Jonathan Yavner
9e2d29b605 Changes suggested by Stefan Monnier to truncate decimal places if print format too large for column width. 2004-01-30 08:02:57 +00:00
Stefan Monnier
cce5462e72 *** empty log message *** 2004-01-30 00:40:55 +00:00
Richard M. Stallman
ab43c85050 (byte-compile-compatibility): Doc fix.
(byte-compile-format-warn): New.
(byte-compile-callargs-warn): Use it.
(Format, message, error): Add byte-compile-format-like property.
(byte-compile-maybe-guarded): New.
(byte-compile-if, byte-compile-cond): Use it.
(byte-compile-lambda): Compile interactive forms, just to make
warnings about them.
2004-01-29 17:58:16 +00:00
Stefan Monnier
05e72590a1 *** empty log message *** 2004-01-29 17:22:15 +00:00
Jonathan Yavner
100eda14f0 Increase ses-initial-column-width to 14, so it will play well with default
printer of "%.7g" for extreme values like "-1.234567e+07".
2004-01-29 06:51:03 +00:00
Kenichi Handa
3ff05361d8 *** empty log message *** 2004-01-29 04:58:11 +00:00
Jason Rumney
d57625a021 *** empty log message *** 2004-01-28 23:33:32 +00:00
Richard M. Stallman
f5ea26f8ec Change rmail-spam-filter- or spam-filter-
or rmail-spam- to rsf- in all function and variable names.
(rsf-min-region-to-spam-list): New variable.
(rsf-bbdb-auto-delete-spam-entries): Renamed from
rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
scanned together with the recipients field for spam testing; Don't
delete spam message if rmail-delete-after-output is non-nil;
(check-field) New function, extracted from code in
rmail-spam-filter to ease addition of header fields like content-type:.
(message-content-type) New variable.  The content-type: field was
added also in defcustom of rsf-definitions-alist;
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rmail-use-spam-filter): Add autoload cookie.
2004-01-27 19:01:24 +00:00
Kenichi Handa
f43a0b9824 (fill-delete-newlines): Don't add a space if a
setence ends with one of a character in
sentence-end-without-space.
2004-01-27 07:34:35 +00:00
Stefan Monnier
6497a8f888 (font-lock): Add jit-lock as explicit group member.
(jit-lock): Group declaration moved to jit-lock.el.
(toplevel): Don't explicitly require jit-lock, since it's autoloaded
when necessary.
2004-01-26 23:06:20 +00:00
Glenn Morris
337c50a52f (fortran-break-before-delimiters): Doc fix.
(fortran-break-delimiters-re, fortran-no-break-re): New defconsts.
(fortran-fill): When filling a string, adjust re-search-backward
argument for special case of string just on fill-column.
When filling non-string, allow one extra char if
fortran-break-before-delimiters is non-nil.  Suggested by
Michael Hagemann <michael.hagemann@unibas.ch>.
Use fortran-break-delimiters-re and fortran-no-break-re to
correctly handle cases such as "**".
2004-01-25 23:59:57 +00:00
Thien-Thi Nguyen
2528f9c4a6 Use two semicolons as Commentary line prefix.
Add ";;; Code:" stylized comment.
Delete end-of-line whitespace.
Wrap (require 'cl) with `eval-when-compile'.
2004-01-24 17:00:21 +00:00
André Spiegel
414f7d4eb2 # 2004-01-23 11:23:08 +00:00
André Spiegel
fe722d76d3 # 2004-01-22 23:37:46 +00:00
Kim F. Storm
f076870ac3 (line-at-pos): New defun.
(what-line): Use it.  Optimize by only counting lines in narrowed region once.
2004-01-22 20:42:52 +00:00
Kenichi Handa
6a8b9ce429 (ccl-encode-windows-1251-font): Rearrange
code point (register r0) only for charset mule-unicode-0100-24ff.
2004-01-22 00:19:59 +00:00
Stefan Monnier
438fc6c0c0 *** empty log message *** 2004-01-21 19:36:00 +00:00
Markus Rost
f78d258e7a (rmail-convert-to-babyl-format): Avoid deleting trailing white space
and ensure a final newline.
2004-01-21 12:36:18 +00:00
André Spiegel
3a849027bd # 2004-01-21 11:09:09 +00:00
Jan Djärv
a5bfbd4e67 Enable clipboard on the menu bar and make Paste from the menu bar first
use clipboard.  For compliance with freedesktop.org.
2004-01-21 10:56:29 +00:00
Stefan Monnier
f56af8ca83 (outline-insert-heading): Tighten up match.
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.
2004-01-21 03:26:30 +00:00
Glenn Morris
4e788be24a *** empty log message *** 2004-01-20 22:51:38 +00:00
Glenn Morris
24aaadecc7 *** empty log message *** 2004-01-20 22:16:49 +00:00
André Spiegel
00911925b9 # 2004-01-20 17:43:02 +00:00
Karl Berry
a73c299983 texinfo.el 2004-01-20 01:28:40 +00:00
Luc Teirlinck
d0cd7210e5 *** empty log message *** 2004-01-20 00:08:33 +00:00
Karl Berry
412be09bf7 textmodes/texinfo.el 2004-01-19 15:18:22 +00:00
Glenn Morris
dd64e5e535 Jesper Harder <harder@ifa.au.dk>
(smtpmail-send-data): Don't append spurious newline.
2004-01-18 14:11:11 +00:00
Thien-Thi Nguyen
d14b04bc3c (diary-entry-time): Fix typo/bug:
Remove spurious left square bracket in XX:XXam regexp.
2004-01-17 13:48:26 +00:00
Luc Teirlinck
a151ecffc9 Do not require cl at run time. 2004-01-17 03:01:45 +00:00
Richard M. Stallman
557be03634 Comment change. 2004-01-16 18:26:32 +00:00
Luc Teirlinck
3e7274ae13 *** empty log message *** 2004-01-16 01:48:11 +00:00
Thien-Thi Nguyen
c1bfdd5447 (scheme-font-lock-keywords-2): Add "force". 2004-01-15 14:18:24 +00:00
Stefan Monnier
7fc34f8550 *** empty log message *** 2004-01-14 14:40:24 +00:00
Stefan Monnier
9b07d7346e *** empty log message *** 2004-01-13 11:59:02 +00:00
Glenn Morris
d9acc06f0e *** empty log message *** 2004-01-13 00:22:47 +00:00
Luc Teirlinck
4007b34c12 *** empty log message *** 2004-01-12 23:26:55 +00:00
Richard M. Stallman
09843470aa (rmail-convert-to-babyl-format): Use mail-unquote-printable-region.
(rmail-hex-string-to-integer, rmail-decode-quoted-printable):
(rmail-hex-char-to-integer): Functions deleted.
2004-01-12 21:59:03 +00:00
Glenn Morris
21dcb70922 *** empty log message *** 2004-01-11 22:28:18 +00:00
John Paul Wallington
fdce4c6d9c (mode-line-change-eol): Add EVENT parameter.
Temporarily select EVENT's window for changing eol type.
2004-01-10 01:20:39 +00:00
Thien-Thi Nguyen
3b42c18565 (appt-add): Also accept time in the form XX[.XX][am/pm/AM/PM].
(appt-make-list): Likewise.
(appt-convert-time): Likewise.
2004-01-08 23:35:07 +00:00
Nick Roberts
7f0edca43f *** empty log message *** 2004-01-08 22:09:12 +00:00
John Paul Wallington
c9ec040a0d (emerge-restore-buffer-characteristics): Doc fix. 2004-01-08 05:43:22 +00:00
Nick Roberts
2fae198414 *** empty log message *** 2004-01-07 23:21:10 +00:00
Luc Teirlinck
583c353d8b *** empty log message *** 2004-01-07 20:49:14 +00:00
Kenichi Handa
c251286b57 (set-auto-coding): Fix for the case that end-of-line is only CR. 2004-01-07 01:43:32 +00:00
Kim F. Storm
05faee07bb *** empty log message *** 2004-01-06 23:49:51 +00:00
Andreas Schwab
a8410c29b1 (gdb-frame-handler): Handle word wrapping anywhere in
output.
2004-01-06 20:39:28 +00:00
Karl Berry
2e3b4a0b35 allow / and *, too 2004-01-05 22:50:58 +00:00
Simon Josefsson
bcbc6fd3d0 Fix comment to recommend
before-save-hook instead of write-file-functions.
2004-01-05 18:19:11 +00:00
Simon Josefsson
3c3b81d190 (before-save-hook): Add.
(basic-save-buffer): Use before-save-hook.
2004-01-05 18:17:41 +00:00
Richard M. Stallman
61e938eb8b (finder-commentary): Call delete-other-windows. 2004-01-05 13:59:08 +00:00
Karl Berry
17b337762f allow % and # as well as ; in copyright notice 2004-01-04 23:00:06 +00:00
Per Abrahamsen
551150794a Restored ChangeLog 2004-01-04 16:05:15 +00:00
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