]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(holiday-list): Add autoload cookie.
Glenn Morris [Thu, 22 Nov 2007 04:16:40 +0000 (04:16 +0000)]
(holiday-list): Add autoload cookie.

16 years ago(int86): Fix declaration.
Glenn Morris [Thu, 22 Nov 2007 04:15:55 +0000 (04:15 +0000)]
(int86): Fix declaration.

16 years ago(mac-font-panel-mode): Fix declaration.
Glenn Morris [Thu, 22 Nov 2007 04:14:10 +0000 (04:14 +0000)]
(mac-font-panel-mode): Fix declaration.

16 years ago(occur-mode-map): Add a major mode menu with entries
Dan Nicolaescu [Thu, 22 Nov 2007 03:01:36 +0000 (03:01 +0000)]
(occur-mode-map): Add a major mode menu with entries
for all occur operations.

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 22 Nov 2007 01:17:41 +0000 (01:17 +0000)]
*** empty log message ***

16 years ago* international/titdic-cnv.el (dos-8+3-filename):
Dan Nicolaescu [Thu, 22 Nov 2007 01:05:55 +0000 (01:05 +0000)]
* 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.

16 years ago* term.c: Include stdarg.h.
Dan Nicolaescu [Thu, 22 Nov 2007 01:01:26 +0000 (01:01 +0000)]
* term.c: Include stdarg.h.
(fatal): Implement using varargs.
* lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).

16 years ago(declare-function): Return nil.
Jason Rumney [Wed, 21 Nov 2007 22:40:10 +0000 (22:40 +0000)]
(declare-function): Return nil.

16 years ago* lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
Stefan Monnier [Wed, 21 Nov 2007 20:59:47 +0000 (20:59 +0000)]
* 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.

16 years agoFit within 80 columns.
Stefan Monnier [Wed, 21 Nov 2007 20:37:22 +0000 (20:37 +0000)]
Fit within 80 columns.

16 years ago(sh-mode): Set defun-prompt-regexp.
Stefan Monnier [Wed, 21 Nov 2007 20:23:26 +0000 (20:23 +0000)]
(sh-mode): Set defun-prompt-regexp.

16 years agops-lpr-switches docstring fix.
Vinicius Jose Latorre [Wed, 21 Nov 2007 15:27:22 +0000 (15:27 +0000)]
ps-lpr-switches docstring fix.

16 years agoUndo 2007-11-21 change by Dan Nicolaescu.
Juanma Barranquero [Wed, 21 Nov 2007 10:51:52 +0000 (10:51 +0000)]
Undo 2007-11-21 change by Dan Nicolaescu.

16 years ago(check-declare-verify): Skip C files for now. Handle
Glenn Morris [Wed, 21 Nov 2007 09:03:16 +0000 (09:03 +0000)]
(check-declare-verify): Skip C files for now.  Handle
define-minor-mode, and defalias (with no argument checking).

16 years ago* frame.el (msdos-mouse-p):
Dan Nicolaescu [Wed, 21 Nov 2007 08:37:31 +0000 (08:37 +0000)]
* 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.

16 years ago(message-send-mail-function): Require sendmail.
Reiner Steib [Wed, 21 Nov 2007 07:45:36 +0000 (07:45 +0000)]
(message-send-mail-function): Require sendmail.

16 years agoMerge from emacs--rel--22
Miles Bader [Wed, 21 Nov 2007 04:55:58 +0000 (04:55 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937

16 years agoAdd arch tagline
Miles Bader [Wed, 21 Nov 2007 04:36:42 +0000 (04:36 +0000)]
Add arch tagline

16 years ago(init_display) [WINDOWSNT]: Hardcode terminal_type.
Jason Rumney [Wed, 21 Nov 2007 03:46:31 +0000 (03:46 +0000)]
(init_display) [WINDOWSNT]: Hardcode terminal_type.

16 years ago(w32con_write_glyphs): Remove unused variables.
Jason Rumney [Wed, 21 Nov 2007 03:46:15 +0000 (03:46 +0000)]
(w32con_write_glyphs): Remove unused variables.

16 years ago(x-setup-function-keys): Remove.
Jason Rumney [Wed, 21 Nov 2007 03:41:27 +0000 (03:41 +0000)]
(x-setup-function-keys): Remove.

16 years ago(x-alternatives-map): Copy from term/x-win.el.
Jason Rumney [Wed, 21 Nov 2007 03:39:33 +0000 (03:39 +0000)]
(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.

16 years ago(tty-register-default-colors): Remove special case for w32.
Jason Rumney [Wed, 21 Nov 2007 03:35:28 +0000 (03:35 +0000)]
(tty-register-default-colors): Remove special case for w32.

16 years agoNew term init file for w32 console.
Jason Rumney [Wed, 21 Nov 2007 03:33:25 +0000 (03:33 +0000)]
New term init file for w32 console.

16 years ago* frame.el (msdos-mouse-p):
Dan Nicolaescu [Wed, 21 Nov 2007 03:06:01 +0000 (03:06 +0000)]
* 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.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 21 Nov 2007 00:34:44 +0000 (00:34 +0000)]
*** empty log message ***

16 years ago(forward-sentence): Doc fix.
Juanma Barranquero [Wed, 21 Nov 2007 00:32:46 +0000 (00:32 +0000)]
(forward-sentence): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years ago(forward-sentence): Doc fix.
Juanma Barranquero [Wed, 21 Nov 2007 00:28:30 +0000 (00:28 +0000)]
(forward-sentence): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years agoRegenerate.
Andreas Schwab [Tue, 20 Nov 2007 23:08:26 +0000 (23:08 +0000)]
Regenerate.

16 years agoAlways include <resolv.h> when checking for
Andreas Schwab [Tue, 20 Nov 2007 23:06:39 +0000 (23:06 +0000)]
Always include <resolv.h> when checking for
res_init.

16 years ago(x-setup-function-keys): Protect against
Jason Rumney [Tue, 20 Nov 2007 22:22:06 +0000 (22:22 +0000)]
(x-setup-function-keys): Protect against
multiple calls on the same terminal.

16 years ago*** empty log message ***
Jason Rumney [Tue, 20 Nov 2007 22:21:54 +0000 (22:21 +0000)]
*** empty log message ***

16 years agodefvar smtpmail-default-smtp-server.
Reiner Steib [Tue, 20 Nov 2007 21:51:09 +0000 (21:51 +0000)]
defvar smtpmail-default-smtp-server.

16 years ago(message-send-mail-function): Check for smtpmail too.
Reiner Steib [Tue, 20 Nov 2007 21:49:06 +0000 (21:49 +0000)]
(message-send-mail-function): Check for smtpmail too.

16 years ago(utf7-encode, utf7-decode): Use coding system
Reiner Steib [Tue, 20 Nov 2007 21:06:35 +0000 (21:06 +0000)]
(utf7-encode, utf7-decode): Use coding system
`utf-7'/`utf-7-imap' from utf-7.el' if available.

16 years ago(message-send-mail-function): New function.
Reiner Steib [Tue, 20 Nov 2007 20:12:53 +0000 (20:12 +0000)]
(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.

16 years agoFix typo.
Dan Nicolaescu [Tue, 20 Nov 2007 18:22:56 +0000 (18:22 +0000)]
Fix typo.

16 years ago(mac_term_init): Call add_keyboard_wait_descriptor.
Dan Nicolaescu [Tue, 20 Nov 2007 18:14:19 +0000 (18:14 +0000)]
(mac_term_init): Call add_keyboard_wait_descriptor.

16 years ago* term/mac-win.el (x-setup-function-keys): Only setup
Dan Nicolaescu [Tue, 20 Nov 2007 17:58:52 +0000 (17:58 +0000)]
* term/mac-win.el (x-setup-function-keys): Only setup
local-function-key-map if it has not been setup already for the
current frame. Move the suspend-emacs processing here.

* s/darwin.h (MULTI_KBOARD): Remove.

* macfns.c (x_create_tip_frame, Fx_create_frame)
(x_create_tip_frame): Don't deal with MULTI_KBOARD.

16 years ago(xargs-program): New variable.
Juanma Barranquero [Tue, 20 Nov 2007 16:40:16 +0000 (16:40 +0000)]
(xargs-program): New variable.
(grep-compute-defaults): Use it.
(grep-default-command): Doc fix.
(grep, lgrep, rgrep): Reflow docstrings.

16 years agoBackporting bug corrections from trunk.
Francesco Potortì [Tue, 20 Nov 2007 16:17:40 +0000 (16:17 +0000)]
Backporting bug corrections from trunk.

2007-11-15  Francesco Potort�<pot@gnu.org>

* etags.c: (C_entries): In case '}' decrement bracelev before testing it.

2007-11-15  Masatake YAMATO  <jet@gyve.org>

* etags.c (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

2007-11-15  Francesco Potort�<pot@gnu.org>

* etags.c: (C_entries): Reset the fvdef machine when out of function.
(C_entries): Parse start of C comment as a space == end of token.
This is not necessary for C++ comment, already parsed as newline.

16 years agoBackporting bug corrections from trunk.
Francesco Potortì [Tue, 20 Nov 2007 16:17:03 +0000 (16:17 +0000)]
Backporting bug corrections from trunk.

16 years ago(Example -- Configuring a tool called directly): Update example.
Richard M. Stallman [Tue, 20 Nov 2007 12:39:52 +0000 (12:39 +0000)]
(Example -- Configuring a tool called directly): Update example.

16 years agoComment change.
Richard M. Stallman [Tue, 20 Nov 2007 12:38:26 +0000 (12:38 +0000)]
Comment change.

16 years ago(vc-find-revision): Set the parent buffer.
Dan Nicolaescu [Tue, 20 Nov 2007 08:15:00 +0000 (08:15 +0000)]
(vc-find-revision): Set the parent buffer.
Use when instead of if.

16 years ago* progmodes/python.el (info-lookup-maybe-add-help):
Dan Nicolaescu [Tue, 20 Nov 2007 07:56:02 +0000 (07:56 +0000)]
* progmodes/python.el (info-lookup-maybe-add-help):
* progmodes/ps-mode.el (doc-view-minor-mode):
* mail/emacsbug.el (Info-menu, Info-goto-node):
* emulation/viper-keym.el (viper-ex)
(viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
* emulation/viper-cmd.el (widget-type, widget-button-press)
(viper-set-hooks):
* emacs-lisp/tcover-unsafep.el (unsafep-function):
* emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
(ses-load, ses-vector-delete, ses-create-header-string)
(ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
* emacs-lisp/gulp.el (mail-subject, mail-send): Declare as
functions.

* url-mailto.el (mail-send-and-exit):
* url-http.el (url-dav-file-attributes):
* url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal):
(url-generate-unique-filename): Declare as functions.

16 years ago(declare-function): Define as a no-op, for compatibility with Emacs 23.
Glenn Morris [Tue, 20 Nov 2007 04:05:18 +0000 (04:05 +0000)]
(declare-function): Define as a no-op, for compatibility with Emacs 23.

16 years ago(cvs-revert-if-needed): Fix copy&paste typo.
Stefan Monnier [Tue, 20 Nov 2007 04:04:45 +0000 (04:04 +0000)]
(cvs-revert-if-needed): Fix copy&paste typo.

16 years ago*** empty log message ***
Glenn Morris [Tue, 20 Nov 2007 04:04:37 +0000 (04:04 +0000)]
*** empty log message ***

16 years ago(check-declare-verify): Tweak regexp for end of function-name. Handle
Glenn Morris [Tue, 20 Nov 2007 03:53:33 +0000 (03:53 +0000)]
(check-declare-verify): Tweak regexp for end of function-name.  Handle
define-derived-mode.

16 years ago* progmodes/idlw-help.el: Require browse-url unconditionally, it
Dan Nicolaescu [Tue, 20 Nov 2007 00:57:10 +0000 (00:57 +0000)]
* progmodes/idlw-help.el: Require browse-url unconditionally, it
is available by default.
(idlwave-help-browse-url-available): Change default to t.

* emulation/edt.el (defgroup, defcustom): Remove definition.
(eval-when-compile): Remove.
(c-mark-function):
* textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
* textmodes/fill.el (comment-search-forward)
(comment-string-strip):
* progmodes/prolog.el (comint-mode, comint-send-string)
(comint-send-region, comint-send-eof):
* progmodes/dcl-mode.el (imenu-default-create-index-function):
* emulation/viper-util.el (viper-forward-Word):
* emulation/vi.el (c-mark-function):
* emulation/edt-vt100.el (vt100-wide-mode):
* emacs-lisp/timer.el (diary-entry-time): Declare as functions.

* url-mailto.el (mail-send-and-exit):
* url-http.el (url-dav-file-attributes):
* url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal):
Declare as functions.

* url-privacy.el (url-device-type): Define unconditionally.

16 years ago* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
Dan Nicolaescu [Tue, 20 Nov 2007 00:40:35 +0000 (00:40 +0000)]
* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
* play/yow.el (doctor-ret-or-read):
* vc-hooks.el (vc-dired-resynch-file):
* vc-hg.el (log-view-get-marked):
* smerge-mode.el (ediff-cleanup-mess):
* pcvs.el (vc-editable-p, vc-checkout):
* pcomplete.el (comint-bol):
* informat.el (texinfo-format-refill):
* ido.el (tramp-tramp-file-p):
* ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
(ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
* add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
functions.

* textmodes/ispell.el (ispell-int-char): Make it a defalias
instead of fset.
(ispell-message): Use with-no-warnings for sc-cite-regexp call.

* ido.el (ido-file-internal): Move with-no-warnings to include the
ffap-string-at-point call.

* pcomplete.el (pcomplete-executables): Move defsubst before first use.

* vc-hg.el (vc-hg-revision-table): Fix last change.

16 years ago* net/tramp.el (tramp-open-connection-setup-interactive-shell):
Michael Albinus [Mon, 19 Nov 2007 20:04:51 +0000 (20:04 +0000)]
* net/tramp.el (tramp-open-connection-setup-interactive-shell):
Still some tuning in case of an echoing shell.
(tramp-send-command): Connection property "remote-echo" is not
persistent; cache key is the process therefore.

16 years ago* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
Dan Nicolaescu [Mon, 19 Nov 2007 16:29:47 +0000 (16:29 +0000)]
* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
* play/yow.el (doctor-ret-or-read):
* vc-hooks.el (vc-dired-resynch-file):
* vc-hg.el (log-view-get-marked):
* smerge-mode.el (ediff-cleanup-mess):
* pcvs.el (vc-editable-p, vc-checkout):
* pcomplete.el (comint-bol):
* informat.el (texinfo-format-refill):
* ido.el (tramp-tramp-file-p):
* ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
(ibuffer-generate-filter-groups)
(ibuffer-format-filter-group-data):
* add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
functions.

* textmodes/ispell.el (ispell-int-char): Make it a defalias
instead of fset.
(ispell-message): Use with-no-warnings for sc-cite-regexp call.

* ido.el (ido-file-internal): Move with-no-warnings to include the
ffap-string-at-point call.

* pcomplete.el (pcomplete-executables): Move defsubst before first
use.

* vc-hg.el (vc-hg-revision-table): Fix last change.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 Nov 2007 13:01:14 +0000 (13:01 +0000)]
*** empty log message ***

16 years ago(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
Juanma Barranquero [Mon, 19 Nov 2007 12:47:03 +0000 (12:47 +0000)]
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
made with no ChangeLog entry).

16 years ago(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
Juanma Barranquero [Mon, 19 Nov 2007 12:10:41 +0000 (12:10 +0000)]
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
made on 2000-05-21 with no ChangeLog entry).

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 Nov 2007 11:28:17 +0000 (11:28 +0000)]
*** empty log message ***

16 years ago(socket_connection): Move realhost out of #ifdefs.
Jan Djärv [Mon, 19 Nov 2007 11:09:20 +0000 (11:09 +0000)]
(socket_connection): Move realhost out of #ifdefs.
Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.

16 years ago(w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
Jason Rumney [Mon, 19 Nov 2007 09:14:38 +0000 (09:14 +0000)]
(w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
returns NULL on failure.

16 years ago* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
Dan Nicolaescu [Mon, 19 Nov 2007 08:50:04 +0000 (08:50 +0000)]
* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
* play/yow.el (doctor-ret-or-read):
* vc-hooks.el (vc-dired-resynch-file):
* vc-hg.el (log-view-get-marked):
* smerge-mode.el (ediff-cleanup-mess):
* pcvs.el (vc-editable-p, vc-checkout):
* pcomplete.el (comint-bol):
* informat.el (texinfo-format-refill):
* ido.el (tramp-tramp-file-p):
* ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
(ibuffer-generate-filter-groups)
(ibuffer-format-filter-group-data):
* add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
functions.

* ido.el (ido-file-internal): Move with-no-warnings to include the
ffap-string-at-point call.

* pcomplete.el (pcomplete-executables): Move defsubst before first
use.

* vc-hg.el (vc-hg-revision-table): Fix last change.

16 years ago(custom-field-keymap): Move to other Custom mode
Martin Rudalics [Mon, 19 Nov 2007 07:52:07 +0000 (07:52 +0000)]
(custom-field-keymap): Move to other Custom mode
keymaps such that it's before the definition of Custom-mode-menu.
(Custom-mode-menu): Show it for custom-field-keymap too.

16 years ago(top-level): Deactivate clipboard-kill-region and
Martin Rudalics [Mon, 19 Nov 2007 07:48:56 +0000 (07:48 +0000)]
(top-level): Deactivate clipboard-kill-region and
clipboard-yank when the buffer is read-only.

16 years ago(Fbuffer_local_value): Remove redundant test.
Stefan Monnier [Mon, 19 Nov 2007 07:44:30 +0000 (07:44 +0000)]
(Fbuffer_local_value): Remove redundant test.
(swap_out_buffer_local_variables): Swap out binding in `buffer' rather
than in `current-buffer' to match the comment.
Do the swap using swap_in_global_binding.

16 years ago* data.c (store_symval_forwarding, set_internal):
Stefan Monnier [Mon, 19 Nov 2007 07:42:25 +0000 (07:42 +0000)]
* data.c (store_symval_forwarding, set_internal):
* eval.c (specbind): Remove dead code.

16 years ago* coding.c (detect_coding, Fupdate_coding_systems_internal):
Stefan Monnier [Mon, 19 Nov 2007 07:40:51 +0000 (07:40 +0000)]
* coding.c (detect_coding, Fupdate_coding_systems_internal):
* fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
Since we do not want to see internal Lisp_*fwd objects here.

16 years agoUpdate commentary.
Nick Roberts [Mon, 19 Nov 2007 07:34:18 +0000 (07:34 +0000)]
Update commentary.

16 years ago*** empty log message ***
Nick Roberts [Mon, 19 Nov 2007 07:33:26 +0000 (07:33 +0000)]
*** empty log message ***

16 years agoUpdate commentary.
Nick Roberts [Mon, 19 Nov 2007 07:26:01 +0000 (07:26 +0000)]
Update commentary.

16 years ago*** empty log message ***
Nick Roberts [Mon, 19 Nov 2007 07:24:21 +0000 (07:24 +0000)]
*** empty log message ***

16 years agoMerge from gnus--devo--0
Miles Bader [Mon, 19 Nov 2007 05:50:39 +0000 (05:50 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-933

16 years ago* net/tramp.el (tramp-terminal-type): Remove duplicated
Dan Nicolaescu [Mon, 19 Nov 2007 00:25:31 +0000 (00:25 +0000)]
* net/tramp.el (tramp-terminal-type): Remove duplicated
definition.

16 years ago(compilation-forget-errors): Declare as function.
Glenn Morris [Mon, 19 Nov 2007 00:10:38 +0000 (00:10 +0000)]
(compilation-forget-errors): Declare as function.

16 years ago(w32-shell-dos-semantics): Declare as function.
Glenn Morris [Mon, 19 Nov 2007 00:09:48 +0000 (00:09 +0000)]
(w32-shell-dos-semantics): Declare as function.

16 years ago(check-declare-verify): If fnfile does not exist, try adding `.el'
Glenn Morris [Mon, 19 Nov 2007 00:09:20 +0000 (00:09 +0000)]
(check-declare-verify): If fnfile does not exist, try adding `.el'
extension.  Also search for defsubsts.

16 years ago(recentf-expand-file-name): Declare as function.
Glenn Morris [Mon, 19 Nov 2007 00:08:23 +0000 (00:08 +0000)]
(recentf-expand-file-name): Declare as function.

16 years ago(dired-relist-entry): Declare as function.
Glenn Morris [Mon, 19 Nov 2007 00:08:01 +0000 (00:08 +0000)]
(dired-relist-entry): Declare as function.

16 years agoComment.
Glenn Morris [Mon, 19 Nov 2007 00:06:25 +0000 (00:06 +0000)]
Comment.

16 years ago(kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist.
Stefan Monnier [Sun, 18 Nov 2007 19:32:53 +0000 (19:32 +0000)]
(kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist.
(clear-abbrev-table): Preserve properties.

16 years agoAdd Gnus problems.
Dan Nicolaescu [Sun, 18 Nov 2007 18:57:06 +0000 (18:57 +0000)]
Add Gnus problems.

16 years agoRemove C-x v v entry, fixed on 2007-11-13.
Dan Nicolaescu [Sun, 18 Nov 2007 18:38:55 +0000 (18:38 +0000)]
Remove C-x v v entry, fixed on 2007-11-13.

16 years ago(init_system_name): Use getaddrinfo if available.
Jan Djärv [Sun, 18 Nov 2007 17:34:03 +0000 (17:34 +0000)]
(init_system_name): Use getaddrinfo if available.

16 years ago(socket_connection): Use getaddrinfo if available.
Jan Djärv [Sun, 18 Nov 2007 17:24:37 +0000 (17:24 +0000)]
(socket_connection): Use getaddrinfo if available.

16 years ago(x_scroll_bar_set_handle, x_scroll_bar_handle_click)
Jan Djärv [Sun, 18 Nov 2007 13:54:46 +0000 (13:54 +0000)]
(x_scroll_bar_set_handle, x_scroll_bar_handle_click)
(x_scroll_bar_note_movement): start, end, with, height in struct
scroll_bar are integers and not Lisp_Object, so remove XINT for them.

16 years ago(texinfo-format-printindex): Collect combined indexes
Juri Linkov [Sun, 18 Nov 2007 12:48:32 +0000 (12:48 +0000)]
(texinfo-format-printindex): Collect combined indexes
using texinfo-short-index-format-cmds-alist.

16 years ago* tramp.texi (Filename completion): Simplify explanation of
Michael Albinus [Sun, 18 Nov 2007 10:26:50 +0000 (10:26 +0000)]
* tramp.texi (Filename completion): Simplify explanation of
double-slash behaviour.  Explain directory contents flushing.

16 years ago* net/tramp.el (tramp-completion-reread-directory-timeout): New
Michael Albinus [Sun, 18 Nov 2007 10:24:51 +0000 (10:24 +0000)]
* net/tramp.el (tramp-completion-reread-directory-timeout): New
defcustom.
(tramp-handle-file-name-all-completions): Flush directory contents
from cache regularly.
(tramp-set-auto-save-file-modes): Check also for
`buffer-modified-p'.
(tramp-open-connection-setup-interactive-shell): Call
`tramp-cleanup-connection' via funcall.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
created when copying.

16 years ago(BASE_PURESIZE): Increase to 1190000.
Dan Nicolaescu [Sat, 17 Nov 2007 18:23:01 +0000 (18:23 +0000)]
(BASE_PURESIZE): Increase to 1190000.

16 years ago* eshell/esh-util.el (eshell-under-xemacs-p): Remove.
Dan Nicolaescu [Sat, 17 Nov 2007 17:35:09 +0000 (17:35 +0000)]
* eshell/esh-util.el (eshell-under-xemacs-p): Remove.
* eshell/esh-mode.el (eshell-mode-syntax-table)
(command-running-p):
* eshell/esh-ext.el (eshell-external-command):
* eshell/esh-cmd.el (require):
* eshell/em-unix.el (eshell-plain-locate-behavior):
* eshell/em-cmpl.el (eshell-cmpl-initialize): Replace
eshell-under-xemacs-p with (featurep 'xemacs).
* eshell/esh-mode.el (characterp,char-int): Remove unused
conditional defaliases.

* pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename
from event-matches-key-specifier-p, define unconditionally.
(event-basic-type): Remove unused defalias.
(pcomplete-show-completions):
Use pcomplete-event-matches-key-specifier-p.

* mh-e.el (mh-xemacs-flag): Remove.
(mh-min-colors-defined-flag):
* mh-xface.el (mh-show-xface-function):
* mh-utils.el (mh-colors-available-p):
* mh-show.el (mh-show-mode):
* mh-gnus.el (mh-gnus-local-map-property):
* mh-folder.el (mh-folder-mode-map)
(mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
* mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
with (featurep 'xemacs).

16 years agoAtomically update subdirs.el.
Andreas Schwab [Sat, 17 Nov 2007 12:02:32 +0000 (12:02 +0000)]
Atomically update subdirs.el.

16 years agoProvide exact information about customizing Alt-Shift on Windows XP.
Eli Zaretskii [Sat, 17 Nov 2007 11:16:40 +0000 (11:16 +0000)]
Provide exact information about customizing Alt-Shift on Windows XP.

16 years ago(eshell-load-defgroups): Don't make backups when saving esh-groups.el.
Eli Zaretskii [Sat, 17 Nov 2007 10:53:32 +0000 (10:53 +0000)]
(eshell-load-defgroups): Don't make backups when saving esh-groups.el.

16 years ago(Communication Coding): Fix wording of last change.
Eli Zaretskii [Sat, 17 Nov 2007 10:33:27 +0000 (10:33 +0000)]
(Communication Coding): Fix wording of last change.

16 years ago(widget-default-complete): Fix typo in doc-string.
Martin Rudalics [Sat, 17 Nov 2007 09:48:17 +0000 (09:48 +0000)]
(widget-default-complete): Fix typo in doc-string.

16 years ago(flymake-goto-file-and-line): Fix typo in string.
Martin Rudalics [Sat, 17 Nov 2007 09:46:37 +0000 (09:46 +0000)]
(flymake-goto-file-and-line): Fix typo in string.

16 years agoRemove file
Glenn Morris [Sat, 17 Nov 2007 03:56:37 +0000 (03:56 +0000)]
Remove file

16 years agoRichard M. Stallman <rms at gnu.org>: Remove file.
Glenn Morris [Sat, 17 Nov 2007 03:55:09 +0000 (03:55 +0000)]
Richard M. Stallman <rms at gnu.org>: Remove file.

16 years agoAdd: declare-function, check-declare, process-lines.
Glenn Morris [Sat, 17 Nov 2007 03:51:20 +0000 (03:51 +0000)]
Add: declare-function, check-declare, process-lines.

16 years ago(check-declare): New target.
Glenn Morris [Sat, 17 Nov 2007 03:50:53 +0000 (03:50 +0000)]
(check-declare): New target.

16 years ago(check-declare): New target.
Glenn Morris [Sat, 17 Nov 2007 03:50:23 +0000 (03:50 +0000)]
(check-declare): New target.