1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
Commit graph

75347 commits

Author SHA1 Message Date
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
Glenn Morris
d43c8d0332 (process-lines): Move here from ../admin/admin.el. 2007-11-17 03:42:22 +00:00
Juanma Barranquero
efb67a5e8d (ring-size, ring-p, ring-insert, ring-length, ring-empty-p): Use c[ad]dr.
(ring-plus1): Use `1+'.
(ring-minus1): Use `zerop'.
(ring-remove): Use c[ad]dr.  Use `when'.
(ring-copy): Use c[ad]dr.  Use `let', not `let*'.
(ring-ref): Use `let', not `let*'.
(ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
(ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
(ring-member): Simplify.  Doc fix.
(ring-convert-sequence-to-ring): Simplify.
2007-11-17 02:51:49 +00:00
Juanma Barranquero
82bb564322 (backquote): Improve argument/docstring consistency. 2007-11-17 02:49:49 +00:00
Juri Linkov
934b49686d (dired-create-directory): Allow creating
a directory of an arbitrary depth.  Add a loop to find the topmost
nonexistent parent dir `new', and call `dired-add-file' on it.
Set the `PARENTS' arg of `make-directory' to t.
2007-11-17 01:27:52 +00:00
Jay Belanger
b2e7f0f07f (calc-last-user-lang-parse-table): New variable.
(math-build-parse-table): Get parse information from `math-parse-table'.
2007-11-16 23:48:26 +00:00
Stefan Monnier
66b04bd440 (struct buffer): Move undo_list' back to before name'.
This undoes Richard's change of 14-Oct-2002.
2007-11-16 21:58:46 +00:00
Stefan Monnier
6d3f2bb282 * alloc.c (allocate_other_vector):
* lisp.h (allocate_other_vector): Remove.
2007-11-16 21:24:59 +00:00
Stefan Monnier
b05b4e2787 (struct save_window_data): Move non-lisp data to the end
and make it `int' rather than Lisp_Object.
(Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
Done wrap/unwrap integer values.
(Fset_window_configuration, compare_window_configurations):
Update use of fields to their new types.
2007-11-16 21:23:07 +00:00
Stefan Monnier
056ce19597 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Turn integer fields into `int'.  Merge x_window_low and x_window_high.
(SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
(SET_SCROLL_BAR_X_WINDOW): Remove.
(SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
Access the new x_window field directly.
* xterm.c (x_scroll_bar_create): Use a pseudovector.
Don't wrap/unwrap integers into Lisp_Objects.
(XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
(x_scroll_bar_report_motion):
Don't wrap/unwrap integers into Lisp_Objects.
(x_term_init): Use SDATA.
(x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
(x_scroll_bar_set_handle, x_scroll_bar_remove)
(XTset_vertical_scroll_bar, x_scroll_bar_expose)
(x_scroll_bar_report_motion, x_scroll_bar_clear):
* xfns.c (x_set_background_color):
* gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
Access the new x_window field directly.
2007-11-16 21:04:30 +00:00
Stefan Monnier
30f95089ed * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
(allocate_pseudovector): Make non-static.
* lisp.h (enum pvec_type): New tag PVEC_OTHER.
(allocate_pseudovector): Declare.
(ALLOCATE_PSEUDOVECTOR): Move from alloc.c
2007-11-16 20:36:34 +00:00
Stefan Monnier
de8ebf6226 (recenter-last-op): New var.
(recenter-top-bottom): New command.
(global-map): Bind it to C-l.
2007-11-16 18:50:35 +00:00
Stefan Monnier
d548715ceb (abbrev--write): Fix error in transcription from C. 2007-11-16 18:27:07 +00:00
Stefan Monnier
e85c6b7cee (pc-select-shifted-mark): Remove.
(pc-select-ensure-mark): Set mark-active to a special value instead.
Rename from ensure-mark.  Update call callers.
(pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
Rewrite.  Update all callers.
(pc-selection-mode): Remove redundant var declaration.
2007-11-16 18:07:14 +00:00
Dan Nicolaescu
da99b369e9 * doc-view.el (doc-view-search-backward, doc-view-search): Fix
assignment to free variable bug.
2007-11-16 18:00:39 +00:00