1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
Commit graph

50030 commits

Author SHA1 Message Date
Stefan Monnier
caae2fd85f (url-register-auth-scheme): Fix `format' call. 2004-04-12 04:02:17 +00:00
Stefan Monnier
d3c91027f3 (url-scheme-registry): Defvar.
(url-about): Use text/plain.
2004-04-12 04:01:43 +00:00
Stefan Monnier
7d0e09557f (byte-compile-cond): Fix last change. 2004-04-12 03:11:10 +00:00
Stefan Monnier
6f480c7a38 New file. 2004-04-12 01:58:43 +00:00
Masatake YAMATO
8bdbf30dbf Added "Visual feedback of *Completions* buffer is enhanced.". 2004-04-11 18:11:37 +00:00
Luc Teirlinck
54dffe35a5 (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument
equals NAME.  Doc fix.
2004-04-11 15:44:38 +00:00
André Spiegel
3c1dc2cb2b # 2004-04-11 15:08:39 +00:00
André Spiegel
65f11a25b4 (vc-print-log): Use condition-case to check for backward
compatibility.
2004-04-11 15:05:18 +00:00
André Spiegel
f88363810a (vc-arg-list): Function removed.
(vc-default-workfile-unchanged-p): Use condition-case to check for
backward compatibility.
2004-04-11 15:03:21 +00:00
Juri Linkov
ee213e98df *** empty log message *** 2004-04-11 09:58:19 +00:00
Juri Linkov
478eb46b58 (help-make-xrefs): Add a final newline to the *Help* buffer. 2004-04-11 09:52:09 +00:00
Juri Linkov
0b0e66513c (dired-faces): New defgroup.
(dired-header, dired-mark, dired-marked, dired-flagged)
(dired-warning, dired-directory, dired-symlink, dired-ignored):
New faces.
(dired-header-face, dired-mark-face, dired-marked-face)
(dired-flagged-face, dired-warning-face, dired-directory-face)
(dired-symlink-face, dired-ignored-face): New face variables.
(dired-font-lock-keywords): Use them instead of font-lock faces.
Split the rule for dired marks into 3 separate rules: for marks,
marked file names and flagged file names.
2004-04-11 09:51:52 +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
Jesper Harder
00991494b5 Markup fixes. 2004-04-11 00:14:53 +00:00
Kim F. Storm
d81aa76a11 (ido-confirm-unique-completion): New defcustom.
(ido-complete): Use it.
(ido-write-file): Set it to t unconditionally.
2004-04-10 21:41:06 +00:00
Kim F. Storm
539859c33d *** empty log message *** 2004-04-10 21:40:18 +00:00
Jason Rumney
1e3c9713ef (WinMain): Let emacs environment default to parent. 2004-04-10 21:06:31 +00:00
Masatake YAMATO
99a72bdf23 (fix_start_end_in_overlays): make overlays empty if they are backwards. 2004-04-10 20:21:50 +00:00
Jesper Harder
409e7710d9 Typo. 2004-04-10 14:52:47 +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
Andrew Innes
2808274629 (distclean clean): Remove nmake specific
stamp-subdir test.
2004-04-09 17:32:16 +00:00
Stefan Monnier
b1b2ae8162 (easy-menu-add): Make it work in non-X Emacs. 2004-04-09 16:41:36 +00:00
Stefan Monnier
066a4c6b91 (face_color_supported_p): Fix compilation without X11. 2004-04-09 16:15:08 +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
91e88cea86 (gdb-source-window): Remove variable.
(gdb-goto-breakpoint, gdb-display-buffer)
(gdb-display-source-buffer, gdb-view-source-function)
(gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
(gdb-source-info, gdb-frame-handler): Don't specify a window
for display.
(gdb-info-breakpoints-custom): Remove superfluous update of
assembler buffer.
(gdb-many-windows): Make settable outside gdb.
2004-04-08 21:02:04 +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
4fcf2701b8 (diary-mode, fancy-diary-display-mode): Derive from fundamental-mode
rather than text-mode.
2004-04-08 16:22:43 +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
Juri Linkov
0aa8368b2e Fix sorting order. 2004-04-08 02:41:08 +00:00
Stefan Monnier
f8f853ded2 *** empty log message *** 2004-04-07 19:39:45 +00:00
Stefan Monnier
154ee9b737 (help-C-source-directory): New var.
(help-subr-name, help-C-file-name, help-find-C-source): New funs.
(describe-function-1, describe-variable): Use them.
2004-04-07 19:38:54 +00:00
Stefan Monnier
0728ab1196 (help-function-def, help-variable-def): Handle hyperrefs
to C source files specially.
2004-04-07 19:35:05 +00:00
Stefan Monnier
583a15bb15 Require CL.
(compilation-mode-font-lock-keywords): Re-install the "line as function" patch.
2004-04-07 19:34:11 +00:00
Stefan Monnier
d5d66b7eda (xmalloc): Fix return type.
(put_filename): New fun.
(scan_file): Use it.
2004-04-07 19:18:42 +00:00
Stefan Monnier
a12a9bd6ab (Fsnarf_documentation): Ignore new file name entries. 2004-04-07 19:17:36 +00:00
Daniel Pfeiffer
1618ce6df7 Fix caml (Python) & irix (Info) 2004-04-07 12:57:55 +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
Kim F. Storm
661e85c1eb *** empty log message *** 2004-04-05 22:03:26 +00:00
Kim F. Storm
fa7f39add2 Typo. 2004-04-05 21:56:59 +00:00
Kim F. Storm
40d0e2815a (handle_one_xevent): Set mouse_face_hidden after clearing highlight. 2004-04-05 21:55:16 +00:00
Kim F. Storm
867756d80a (clear_mouse_face): Only clear mouse highlight if not hidden. 2004-04-05 21:54:43 +00:00
Kim F. Storm
7292c311e8 (w32_read_socket): Set mouse_face_hidden after clearing highlight. 2004-04-05 21:54:17 +00:00