1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

75507 commits

Author SHA1 Message Date
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
Glenn Morris
ad95f32a98 (check-declare-verify): Implement arglist checking for C files. 2007-11-22 06:20:53 +00:00
Glenn Morris
dc5786a52f *** empty log message *** 2007-11-22 06:20:27 +00:00
Glenn Morris
9769d49f91 (check-declare-scan): Expand .c files relative to src/ directory.
(check-declare-verify): Handle .c files (without arg checking).
2007-11-22 04:19:48 +00:00
Glenn Morris
3ab75caec0 (declare-function): Doc fix. 2007-11-22 04:17:44 +00:00
Glenn Morris
64831124ba (cal-menu-holidays-menu): Fix holiday-list call. 2007-11-22 04:17:17 +00:00
Glenn Morris
c0dac68f0d (holiday-list): Add autoload cookie. 2007-11-22 04:16:40 +00:00
Glenn Morris
6769db505c (int86): Fix declaration. 2007-11-22 04:15:55 +00:00
Glenn Morris
37fe14df14 (mac-font-panel-mode): Fix declaration. 2007-11-22 04:14:10 +00:00
Dan Nicolaescu
85ea5b19e4 (occur-mode-map): Add a major mode menu with entries
for all occur operations.
2007-11-22 03:01:36 +00:00
Dan Nicolaescu
d5f05c46bd *** empty log message *** 2007-11-22 01:17:41 +00:00
Dan Nicolaescu
73e6adaa14 * international/titdic-cnv.el (dos-8+3-filename):
* obsolete/fast-lock.el (msdos-long-file-names):
* frame.el (msdos-mouse-p):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* net/browse-url.el (w32-shell-execute):
* w32-fns.el (set-message-beep, w32-get-clipboard-data)
(w32-get-locale-info, w32-get-valid-locale-ids)
(w32-set-clipboard-data):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Declare as functions.
2007-11-22 01:05:55 +00:00
Dan Nicolaescu
7c401d155d * term.c: Include stdarg.h.
(fatal): Implement using varargs.
* lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
2007-11-22 01:01:26 +00:00
Jason Rumney
c2ca78bc31 (declare-function): Return nil. 2007-11-21 22:40:10 +00:00
Stefan Monnier
64e16c3c22 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
* data.c (store_symval_forwarding): Get type from buffer_objfwd.
Update call to buffer_slot_type_mismatch.
* buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
(buffer_slot_type_mismatch): Update.
* buffer.c (buffer_local_types): Remove.
(buffer_slot_type_mismatch): Get the symbol and type as arguments.
(defvar_per_buffer): Set the type in the buffer_objfwd.
2007-11-21 20:59:47 +00:00
Stefan Monnier
cb01ce3f05 Fit within 80 columns. 2007-11-21 20:37:22 +00:00
Stefan Monnier
b6ddf8d773 (sh-mode): Set defun-prompt-regexp. 2007-11-21 20:23:26 +00:00
Vinicius Jose Latorre
9b1d7c3445 ps-lpr-switches docstring fix. 2007-11-21 15:27:22 +00:00
Juanma Barranquero
b541ccb455 Undo 2007-11-21 change by Dan Nicolaescu. 2007-11-21 10:51:52 +00:00