1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00
Commit graph

5700 commits

Author SHA1 Message Date
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