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
Glenn Morris
2ae3bb8564
(check-declare-verify): Skip C files for now. Handle
...
define-minor-mode, and defalias (with no argument checking).
2007-11-21 09:03:16 +00:00
Dan Nicolaescu
99c715160b
* 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):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Undo previous change.
2007-11-21 08:37:31 +00:00
Reiner Steib
b62a39c41d
(message-send-mail-function): Require sendmail.
2007-11-21 07:45:36 +00:00
Miles Bader
d4aa48db8e
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
2007-11-21 04:55:58 +00:00
Miles Bader
3d9bd2bc28
Add arch tagline
2007-11-21 04:36:42 +00:00
Jason Rumney
6152361fcb
(init_display) [WINDOWSNT]: Hardcode terminal_type.
2007-11-21 03:46:31 +00:00
Jason Rumney
bdae054022
(w32con_write_glyphs): Remove unused variables.
2007-11-21 03:46:15 +00:00
Jason Rumney
2101ea1a44
(x-setup-function-keys): Remove.
2007-11-21 03:41:27 +00:00
Jason Rumney
716eb5749c
(x-alternatives-map): Copy from term/x-win.el.
...
(x-setup-function-keys): Likewise, replacing top-level key definitions.
(w32-tty-standard-colors): Move to term/w32console.el.
2007-11-21 03:39:33 +00:00
Jason Rumney
a3481da1fb
(tty-register-default-colors): Remove special case for w32.
2007-11-21 03:35:28 +00:00
Jason Rumney
2097e21d69
New term init file for w32 console.
2007-11-21 03:33:25 +00:00
Dan Nicolaescu
e8ffb999b9
* frame.el (msdos-mouse-p):
...
* generic-x.el (w32-shell-name):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names, dired-get-filename, dired-unmark)
(dired-do-flagged-delete, dos-8+3-filename, vms-read-directory)
(view-mode-disable):
* 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):
* w32-fns.el (set-message-beep, w32-get-clipboard-data)
(w32-get-locale-info, w32-get-valid-locale-ids)
(w32-set-clipboard-data):
* help-fns.el (ad-get-advice-info):
* font-lock.el (fast-lock-after-fontify-buffer)
(fast-lock-after-unfontify-buffer, fast-lock-mode)
(lazy-lock-after-fontify-buffer)
(lazy-lock-after-unfontify-buffer, lazy-lock-mode):
* net/browse-url.el (w32-shell-execute):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Declare as functions.
2007-11-21 03:06:01 +00:00
Juanma Barranquero
3644f7865b
*** empty log message ***
2007-11-21 00:34:44 +00:00
Juanma Barranquero
33127d1a78
(forward-sentence): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2007-11-21 00:32:46 +00:00
Juanma Barranquero
71b1b3b5c5
(forward-sentence): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2007-11-21 00:28:30 +00:00
Andreas Schwab
074767f2b1
Regenerate.
2007-11-20 23:08:26 +00:00
Andreas Schwab
c0a3f2a24a
Always include <resolv.h> when checking for
...
res_init.
2007-11-20 23:06:39 +00:00
Jason Rumney
a49e5cc320
(x-setup-function-keys): Protect against
...
multiple calls on the same terminal.
2007-11-20 22:22:06 +00:00
Jason Rumney
8281b9f9c9
*** empty log message ***
2007-11-20 22:21:54 +00:00
Reiner Steib
5e174b3d81
defvar smtpmail-default-smtp-server.
2007-11-20 21:51:09 +00:00
Reiner Steib
9e0a857645
(message-send-mail-function): Check for smtpmail too.
2007-11-20 21:49:06 +00:00
Reiner Steib
f21470efb6
(utf7-encode, utf7-decode): Use coding system
...
`utf-7'/`utf-7-imap' from utf-7.el' if available.
2007-11-20 21:06:35 +00:00
Reiner Steib
2ea6167b2d
(message-send-mail-function): New function.
...
(message-send-mail-function): Set default using
message-send-mail-function. Adjust doc string.
(message-send-mail-with-mailclient): New function.
2007-11-20 20:12:53 +00:00
Dan Nicolaescu
798ae196db
Fix typo.
2007-11-20 18:22:56 +00:00