1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

49860 Commits

Author SHA1 Message Date
Luc Teirlinck
b0dc9757a5 (buffer-stale-function): Moved here from autorevert.el. 2004-03-27 01:08:15 +00:00
Juanma Barranquero
df9a602c9d (gnus-server-prepare): Remove spurious call to `cdr'. 2004-03-27 00:08:57 +00:00
Stefan Monnier
3f7d6528a2 (file-relative-name): Fix last change. 2004-03-26 16:21:03 +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
Stefan Monnier
6a3ed0641c (calc-mode-map): Use mapc. 2004-03-26 15:29:13 +00:00
Stefan Monnier
caa8e7aa75 (apropos-mode): Don't autoload.
(apropos-symbols-internal): New fun.  Extracted from `apropos'.
(apropos): Use it.
(apropos-print): Add optional `text' argument.
(apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
Don't assume point-min == 1.
2004-03-26 15:27:56 +00:00
Stefan Monnier
e64dbd8bb1 (bs-buffer-list): Use buffer-local-value.
(bs--set-toggle-to-show): Use with-current-buffer.
2004-03-26 15:25:34 +00:00
Stefan Monnier
d5aacb4655 (Buffer-menu-sort, Buffer-menu-make-sort-button): New funs.
(list-buffers-noselect): Use them.  Adjust :align-to to new style.
2004-03-26 15:22:03 +00:00
Stefan Monnier
0efd0b3d19 (cvs-tree-use-jisx0208): Use char-displayable-p. 2004-03-26 15:20:20 +00:00
Stefan Monnier
2e27ed13ab (dabbrev-expand): Fix regexp construction.
(dabbrev--find-expansion): Use pop.
(dabbrev--search): Use match-string-no-properties.
2004-03-26 15:19:39 +00:00
Stefan Monnier
ff3d76aafc (dired-mode): Use run-mode-hooks.
(dired-move-to-end-of-filename): Use match-string.
2004-03-26 15:17:50 +00:00
Stefan Monnier
7d0b18b11a (ediff-hide-face): Check that facemenu-unlisted-faces is bound before using it.
(ediff-verbose-p): Make it into a var since it's not constant.
2004-03-26 15:16:42 +00:00
Stefan Monnier
e09dc079db (Electric-pop-up-window): Avoid popping up a new frame. 2004-03-26 15:15:07 +00:00
Stefan Monnier
411def8eb0 (read-face-font): Don't cons up unnecessarily.
(header-line, tool-bar): Share common parts.
2004-03-26 15:12:33 +00:00
Stefan Monnier
7c64272b8c (file-relative-name): Use compare-strings. 2004-03-26 15:04:35 +00:00
Stefan Monnier
79760fb2d0 (finder-mode): Follow coding convention. 2004-03-26 14:54:17 +00:00
Stefan Monnier
e9c8c8e7e6 (ses-read-number): Move to subr.el.
(ses-set-header-row): Use read-number.
2004-03-26 14:50:41 +00:00
Stefan Monnier
9bf2aa6a71 (read-number): New function. 2004-03-26 14:49:12 +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
Juri Linkov
c6bf6cdcc9 * eshell/em-smart.el (eshell-smart):
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:03:06 +00:00
Juri Linkov
cb875e7bbe * eshell/em-banner.el (eshell-banner):
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:02:50 +00:00
Juri Linkov
3bbc63c48b * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:02:30 +00:00
Juri Linkov
0e084137df (eshell): Fix broken info-link. 2004-03-26 07:00:39 +00:00
André Spiegel
c3504abb2e # 2004-03-26 06:10:40 +00:00
André Spiegel
cfdc6c099e (vc-print-log): Undo prev change, use new function vc-arg-list from
vc-hooks.el.
2004-03-26 06:07:55 +00:00
André Spiegel
4392edabd4 (vc-arg-list): New function, which handles both compiled and
uncompiled code.
(vc-default-workfile-unchanged-p): Use it.
2004-03-26 06:06:39 +00:00
Kim F. Storm
be21b92592 (syms_of_xdisp): Include `void-variable' in list_of_error
to catch errors in calc_pixel_width_or_height during redisplay.
2004-03-26 00:33:18 +00:00
Kim F. Storm
6fc4c9c950 *** empty log message *** 2004-03-26 00:32:56 +00:00
Kim F. Storm
b17856dd34 *** empty log message *** 2004-03-25 23:52:28 +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
abdb9b8306 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
* buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
* editfns.c (Ftranspose_regions): Likewise.
* lisp.h (top_level): Likewise.
2004-03-25 18:05:29 +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
Juri Linkov
894325b1ef * font-lock.el (fast-lock, lazy-lock): Remove links to removed
Support Modes Info node.
2004-03-25 10:44:30 +00:00
Juri Linkov
4efbcf613d (fill): Fix Info link. 2004-03-25 10:41:49 +00:00
Juri Linkov
6736ab5aa3 Fix comments. 2004-03-25 10:40:59 +00:00
Juri Linkov
b327c9913d * kmacro.el (kmacro-call-macro): Fix docstring. 2004-03-25 10:39:06 +00:00
Juri Linkov
c4131d962c * international/mule.el (keyboard-coding-system): Fix docstring. 2004-03-25 10:38:28 +00:00
Juri Linkov
7235491062 (describe-property-list): Add a button for `face' property
that calls `describe-face'.
2004-03-25 10:36:55 +00:00
Juri Linkov
d9026f5cb0 Fix commentary. 2004-03-25 10:35:07 +00:00
Juri Linkov
0332a905d8 (info-xref-check-buffer): Report empty filename parts.
Remove spurious node duplicate suppression, doesn't work, not wanted.
(info-xref-output): Take format style args, add "sit-for 0" to let
user see the results as they progress.
(info-xref-check-all-custom): New function.
2004-03-25 10:32:33 +00:00
Luc Teirlinck
e09cd94fd2 (dired-directory-changed-p): Reindent. 2004-03-25 04:21:24 +00:00
Nick Roberts
0d1a8fa052 *** empty log message *** 2004-03-25 02:02:53 +00:00
Stefan Monnier
1ec7bd14f9 (diff-font-lock-keywords): Disable yank-handler. 2004-03-24 21:35:40 +00:00
Nick Roberts
beb885fbbd Moved to progmodes directory 2004-03-24 20:40:20 +00:00
Nick Roberts
1ffac26833 Moved from lisp directory 2004-03-24 20:39:37 +00:00
Glenn Morris
9edfb3d2a1 *** empty log message *** 2004-03-24 18:37:57 +00:00
Glenn Morris
d519ea8a53 (calendar-set-mode-line): Use total available mode-line width, rather
than frame-width.
2004-03-24 18:37:08 +00:00