1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

75361 commits

Author SHA1 Message Date
Dan Nicolaescu
ec6918a80f * 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.
2007-11-20 00:40:35 +00:00
Michael Albinus
8950769ab6 * 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.
2007-11-19 20:04:51 +00:00
Dan Nicolaescu
cef8032b09 * 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.
2007-11-19 16:29:47 +00:00
Juanma Barranquero
d8f1d2f3a3 (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).
2007-11-19 12:10:41 +00:00
Juanma Barranquero
39da3b6892 *** empty log message *** 2007-11-19 11:28:17 +00:00
Jan Djärv
ee15f3125e (socket_connection): Move realhost out of #ifdefs.
Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
2007-11-19 11:09:20 +00:00
Dan Nicolaescu
004a00f4ae * 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.
2007-11-19 08:50:04 +00:00
Martin Rudalics
34cf517c8d (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.
2007-11-19 07:52:07 +00:00
Martin Rudalics
c328399020 (top-level): Deactivate clipboard-kill-region and
clipboard-yank when the buffer is read-only.
2007-11-19 07:48:56 +00:00
Stefan Monnier
e7c10f83b3 (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.
2007-11-19 07:44:30 +00:00
Stefan Monnier
136eb6ed3f * data.c (store_symval_forwarding, set_internal):
* eval.c (specbind): Remove dead code.
2007-11-19 07:42:25 +00:00
Stefan Monnier
bae72c12b5 * 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.
2007-11-19 07:40:51 +00:00
Nick Roberts
cc6546c9c7 Update commentary. 2007-11-19 07:34:18 +00:00
Nick Roberts
cb07a30cdf *** empty log message *** 2007-11-19 07:33:26 +00:00
Miles Bader
1428d46be9 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-933
2007-11-19 05:50:39 +00:00
Dan Nicolaescu
282e1e37cb * net/tramp.el (tramp-terminal-type): Remove duplicated
definition.
2007-11-19 00:25:31 +00:00
Glenn Morris
db28340206 (compilation-forget-errors): Declare as function. 2007-11-19 00:10:38 +00:00
Glenn Morris
0ef97535e6 (w32-shell-dos-semantics): Declare as function. 2007-11-19 00:09:48 +00:00
Glenn Morris
f3a4724d5c (check-declare-verify): If fnfile does not exist, try adding `.el'
extension.  Also search for defsubsts.
2007-11-19 00:09:20 +00:00
Glenn Morris
b581d2ea49 (recentf-expand-file-name): Declare as function. 2007-11-19 00:08:23 +00:00
Glenn Morris
5c4fa70fdc (dired-relist-entry): Declare as function. 2007-11-19 00:08:01 +00:00
Glenn Morris
70b0a6931a Comment. 2007-11-19 00:06:25 +00:00
Stefan Monnier
0b281d035a (kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist.
(clear-abbrev-table): Preserve properties.
2007-11-18 19:32:53 +00:00
Dan Nicolaescu
a94129699b Add Gnus problems. 2007-11-18 18:57:06 +00:00
Dan Nicolaescu
2fc7198085 Remove C-x v v entry, fixed on 2007-11-13. 2007-11-18 18:38:55 +00:00
Jan Djärv
3d66b98576 (init_system_name): Use getaddrinfo if available. 2007-11-18 17:34:03 +00:00
Jan Djärv
33a2a87254 (socket_connection): Use getaddrinfo if available. 2007-11-18 17:24:37 +00:00
Jan Djärv
95fbaefc5f (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.
2007-11-18 13:54:46 +00:00
Juri Linkov
71f89cd952 (texinfo-format-printindex): Collect combined indexes
using texinfo-short-index-format-cmds-alist.
2007-11-18 12:48:32 +00:00
Michael Albinus
b048d47875 * tramp.texi (Filename completion): Simplify explanation of
double-slash behaviour.  Explain directory contents flushing.
2007-11-18 10:26:50 +00:00
Michael Albinus
b50dd0d2b6 * 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.
2007-11-18 10:24:51 +00:00
Dan Nicolaescu
6c1d8cb62c (BASE_PURESIZE): Increase to 1190000. 2007-11-17 18:23:01 +00:00
Dan Nicolaescu
a3269bc45f * 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).
2007-11-17 17:35:09 +00:00
Andreas Schwab
8d6069a493 Atomically update subdirs.el. 2007-11-17 12:02:32 +00:00
Eli Zaretskii
4e60b1b66c (eshell-load-defgroups): Don't make backups when saving esh-groups.el. 2007-11-17 10:53:32 +00:00
Eli Zaretskii
221bb7f677 (Communication Coding): Fix wording of last change. 2007-11-17 10:33:27 +00:00
Martin Rudalics
48b0e82e67 (widget-default-complete): Fix typo in doc-string. 2007-11-17 09:48:17 +00:00
Martin Rudalics
caf790b6e3 (flymake-goto-file-and-line): Fix typo in string. 2007-11-17 09:46:37 +00:00
Glenn Morris
c4c0510a6b Remove file 2007-11-17 03:56:37 +00:00
Glenn Morris
127a6f0e7d Richard M. Stallman <rms at gnu.org>: Remove file. 2007-11-17 03:55:09 +00:00
Glenn Morris
967b2682d1 Add: declare-function, check-declare, process-lines. 2007-11-17 03:51:20 +00:00
Glenn Morris
4f73d1e108 (check-declare): New target. 2007-11-17 03:50:53 +00:00
Glenn Morris
63150f3c46 (check-declare): New target. 2007-11-17 03:50:23 +00:00
Glenn Morris
2e49e9f7f7 (gud-find-c-expr): Declare as a function. 2007-11-17 03:49:59 +00:00
Glenn Morris
f772cd180d (check-declare): New target. 2007-11-17 03:49:02 +00:00
Glenn Morris
87b8db2bf3 New file. 2007-11-17 03:47:59 +00:00
Glenn Morris
d97362d779 (byte-compile-declare-function): New function, byte-hunk-handler for
declare-function.
(byte-compile-callargs-warn): Handle declared functions.
2007-11-17 03:46:23 +00:00
Glenn Morris
aefbd1608c (declare-function): New macro. 2007-11-17 03:45:17 +00:00
Glenn Morris
43ab13de0b (authors-process-lines): Remove.
(authors): Use process-lines rather than authors-process-lines.
2007-11-17 03:43:54 +00:00
Glenn Morris
1453abd0cc (process-lines): Move to ../lisp/subr.el. 2007-11-17 03:42:57 +00:00