Commit graph

75525 commits

Author SHA1 Message Date
Mark A. Hershberger
8cd39fb3c4 Initial merge of nxml 2007-11-23 06:58:00 +00:00
Stefan Monnier
f7cf8b2009 (main): Call init_editfns before init_process, since
init_process sets Vprocess_connection_type depending on OS release
2007-11-23 04:17:56 +00:00
Juri Linkov
dc2f6c0510 In C-x d, if you type M-n you get the visited file name of the current buffer. 2007-11-23 00:35:28 +00:00
Juri Linkov
813c626ce8 Remove task that in C-x d M-n should get the visited file name of the current buffer. 2007-11-23 00:34:51 +00:00
Juri Linkov
b3acb094ec (dired-read-dir-and-switches): For C-x d, set the value for M-n to the
visited file name of the current buffer.  Use minibuffer-with-setup-hook
to set minibuffer-default to buffer-file-name inside read-file-name.
2007-11-23 00:33:48 +00:00
Juri Linkov
8783fe91be (Man-getpage-in-background): Don't disregard user option
`Man-width' on non-window systems.  Remove test for `window-system'
around setting envvar "COLUMNS" depending on the value of `Man-width'.
2007-11-23 00:32:42 +00:00
Juri Linkov
6b8d0852a0 (grep-process-setup): Set envvar "TERM" to "emacs-grep".
Set envvar "GREP_OPTIONS" to "--color=auto" instead of "--color=always".
2007-11-23 00:32:05 +00:00
Stefan Monnier
50bfa18a09 (beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function. 2007-11-22 22:12:22 +00:00
Reiner Steib
a352dec11f Add missing entry from merge of No Gnus. 2007-11-22 21:12:54 +00:00
Reiner Steib
47b1ca2636 Move from ../gnus. Add hashcash payments to email. 2007-11-22 20:50:16 +00:00
Reiner Steib
63ff84789a Move to ../mail directory. 2007-11-22 20:45:00 +00:00
Reiner Steib
8746c8b802 Remove. Not used in Emacs 22 and up. 2007-11-22 20:29:51 +00:00
Stefan Monnier
8787dd7335 (do_symval_forwarding): Use same code as in find_symbol_value.
(find_symbol_value): Use do_symval_forwarding.
2007-11-22 20:29:48 +00:00
Glenn Morris
d0a3b8c274 (x-clipboard-yank): Fix declaration. 2007-11-22 20:28:14 +00:00
Reiner Steib
145cc6b9ea (smime-cert-by-ldap-1): Use `ldap-search' instead of
`smime-ldap-search' for Emacs 22 and up.
2007-11-22 20:26:33 +00:00
Glenn Morris
e3e7216217 (declare-function): Doc fix. 2007-11-22 20:26:33 +00:00
Glenn Morris
7d4184ba6f (check-declare-locate): New function.
(check-declare-scan): Use check-declare-locate.
(check-declare-verify): No longer adjust fnfile, now
check-declare-locate does it.
2007-11-22 20:25:51 +00:00
Stefan Monnier
e31d2d890a (posn-col-row): Make the `default-value' use explicit. 2007-11-22 20:14:13 +00:00
Stefan Monnier
b7b80032a2 (gnus-article-truncate-lines): Use `truncate-lines'. 2007-11-22 20:13:35 +00:00
Stefan Monnier
82816ba1c9 (message-send-mail-function): Fix error convention.
(message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
(message-widen-reply, message-send-mail, message-talkative-question)
(message-with-reply-buffer, message-generate-new-buffer-clone-locals)
(message-clone-locals, message-send-news): Use with-current-buffer.
(message-insert-or-toggle-importance): Remove unused var `valid'.
(message-make-references): Remove unused var `new-references'.
(message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2007-11-22 20:12:45 +00:00
Stefan Monnier
569c11e306 (set_internal): Set the value in the `cons-cell' (for
Buffer_Local_values) not only for frame-local variables.
2007-11-22 19:48:57 +00:00
Stefan Monnier
693b2fe296 (balance-windows): Remove unused var `counter'.
(bw-balance-sub): Remove unused var `lastchild'.
(split-window-vertically): Remove unused var `switch'.
(recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2007-11-22 18:08:06 +00:00
Stefan Monnier
2546bcdd94 (byte-compile-file-form-custom-declare-variable): Simplify. 2007-11-22 18:03:05 +00:00
Juanma Barranquero
d1a3873fe8 (custom-mode): Define with `define-derived-mode'.
Set `show-trailing-whitespace' to nil.
2007-11-22 16:50:11 +00:00
Andreas Schwab
6af1696d06 (print_object): Add cast when passing EMACS_INT
values to sprintf.
2007-11-22 16:16:09 +00:00
Andreas Schwab
959e1b49b1 (Fsingle_key_description): Add cast when passing EMACS_INT
values to sprintf.
2007-11-22 16:15:44 +00:00
Andreas Schwab
dfa3bb7a61 (Fnumber_to_string): Add cast when passing EMACS_INT
values to sprintf.
2007-11-22 16:15:24 +00:00
Juanma Barranquero
3042deeff3 (spam-find-spam, spam-enter-list): Doc fixes.
(spam-split-symbolic-return-positive): Reflow docstring.
(spam-backends, spam-summary-exit-behavior,
spam-mark-ham-unread-before-move-from-spam-group,
spam-summary-score-preferred-header, spam-sa-learn-spam-switch,
spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch, spam-clear-cache,
spam-backend-check, spam-install-backend, spam-install-statistical-backend,
spam-list-of-processors, spam-group-processor-p, spam-split,
spam-bogofilter-score, spam-bsfilter-score, spam-check-bsfilter,
spam-crm114-score, spam-check-crm114, spam-initialize, spam-unload-hook):
Fix typos in docstrings.
2007-11-22 16:12:58 +00:00
Juanma Barranquero
967c6c497f (x-clipboard-yank): Declare as function. 2007-11-22 13:56:22 +00:00
Juanma Barranquero
cc63039ece (x-register-dnd-atom, x-get-atom-name, x-send-client-message):
Declare as functions.
2007-11-22 13:52:35 +00:00
Juanma Barranquero
5ba0fd437f (make-symbolic-link): Declare as function. 2007-11-22 13:52:04 +00:00
Juanma Barranquero
c2649d3f84 (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal,
x-store-cut-buffer-internal): Declare as functions.
2007-11-22 13:51:38 +00:00
Juanma Barranquero
f464330b30 (x-menu-bar-open): Declare as function. 2007-11-22 13:51:09 +00:00
Juanma Barranquero
bbf6ef44b6 (x-initialize-window-system): Declare as function. 2007-11-22 13:50:36 +00:00
Juanma Barranquero
e842554845 (make-symbolic-link): Declare as function. 2007-11-22 13:50:06 +00:00
Juanma Barranquero
8e845e23f4 (mailcap-parse-mailcaps, mailcap-parse-mimetypes, mailcap-extension-to-mime,
mailcap-mime-info, make-symbolic-link): Declare as functions.
2007-11-22 13:49:34 +00:00
Juanma Barranquero
f36d1cdc01 (make-symbolic-link): Declare as function. 2007-11-22 13:48:39 +00:00
Francesco Potortì
961bdc7194 Ctags and Etags now share the same defaults, so remove
--defines, --globals, --members, --typedefs, --typedefs-and-c++.
2007-11-22 12:30:08 +00:00
Francesco Potortì
f1f8e728a2 etags.1 2007-11-22 12:29:32 +00:00
Juanma Barranquero
6a1f439832 *** empty log message *** 2007-11-22 12:26:48 +00:00
Juanma Barranquero
65c5f027ea *** empty log message *** 2007-11-22 11:40:03 +00:00
Francesco Potortì
20f123b4e0 etags: the --members option is now the default. 2007-11-22 10:39:44 +00:00
Francesco Potortì
b0d2d4e83d For some reason, this new feature was not in etags for Emacs 22,
so add it for Emacs 23:

 *** The --members option is now the default.

 Use --no-members if you want the old default behaviour of not tagging
 struct members in C, members variables in C++ and variables in PHP.
2007-11-22 10:38:23 +00:00
Jan Djärv
d4ad8c0488 (update_frame_tool_bar): Don't call x-gtk-map-stock if
file for image is nil.
2007-11-22 08:35:57 +00:00
Jan Djärv
d2ea686304 (x-gtk-map-stock): Check if FILE is a string. 2007-11-22 08:35:31 +00:00
Glenn Morris
8b6f8091d7 *** empty log message *** 2007-11-22 07:15:14 +00:00
Glenn Morris
4b3cc624c5 mail_send is originally from Gnome? 2007-11-22 07:13:35 +00:00
Glenn Morris
fe22da3cad New file, with info from
<http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01480.html>
2007-11-22 07:03:00 +00:00
Glenn Morris
64cea5550d (check-declare-verify): Fix previous change. Warn if could not find
an arglist to check.
2007-11-22 06:53:24 +00:00
Glenn Morris
d5cf82def8 (check-declare-verify): Fix previous change. 2007-11-22 06:53:04 +00:00