1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

73964 commits

Author SHA1 Message Date
Juanma Barranquero
bbe6f2aa11 (syms_of_image) <image-types>: Fix typo in docstring. 2007-10-04 16:57:53 +00:00
Juanma Barranquero
b138403dca (image-dired-image-at-point-p): Fix typo in docstring. 2007-10-04 16:46:19 +00:00
Juanma Barranquero
3e078a5e6a *** empty log message *** 2007-10-04 13:01:02 +00:00
Juanma Barranquero
6ab3804adc (sieve-manage-interactive-login): Doc fix.
(sieve-manage-open): Use `mapc' instead of `mapcar'.
2007-10-04 11:56:15 +00:00
Juanma Barranquero
de3054d517 Fix typos. 2007-10-04 11:25:29 +00:00
Juanma Barranquero
63bb3d8e60 *** empty log message *** 2007-10-04 07:29:55 +00:00
Stefan Monnier
2cb250dd39 (copyright-update): Don't update if the file
already uses a more recent copyright version than the "current" one.
2007-10-03 23:42:06 +00:00
Michaël Cadilhac
e48a5bf9dd (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
(doc-view-insert-image): Minor aesthetical docstring changes.
2007-10-03 23:40:07 +00:00
Michaël Cadilhac
1ca678aaf7 (doc-view): Don't ignore pdf and dvi files when completing filename.
(doc-view-search-internal): Docstring change.
2007-10-03 23:28:19 +00:00
Stefan Monnier
a390930c45 (struct frame): Don't try to GC-mark menu_bar_items_used. 2007-10-03 23:18:18 +00:00
Richard M. Stallman
9a12ab317d *** empty log message *** 2007-10-03 15:22:54 +00:00
Michael Albinus
94be87e8b7 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
(tramp-file-name-handler-alist): Add
`tramp-handle-insert-file-contents-literally'.  Neded for XEmacs.
(tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
used before, creates the file already, which is not desired.
(tramp-do-copy-or-rename-file-directly): Simplify handling of
temporary file.
(tramp-handle-insert-file-contents): Assign the result in the
short track case.
(tramp-handle-insert-file-contents-literally): New defun.
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).

* net/tramp-compat.el (top): Add also compatibility code for loading
appropriate timer package.
(tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
order to avoid autoloading problems.

* net/tramp-fish.el:
* net/tramp-smb.el: Move further compatibility code to
tramp-compat.el.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
where the second parameter of `copy-file' or `rename-file' is a
remote file but not via ftp.
2007-10-03 10:54:03 +00:00
Stefan Monnier
e330de4483 (mark_terminals): Typo. 2007-10-02 22:07:41 +00:00
Stefan Monnier
d0fdb6daae * window.h (struct window):
* window.c (struct save_window_data, struct saved_window):
* termhooks.h (struct terminal):
* process.h (struct Lisp_Process):
* frame.h (struct frame):
* buffer.h (struct buffer):
* lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
(struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
The size field of (pseudo)vectors is now unsigned.
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
2007-10-02 21:55:27 +00:00
Stefan Monnier
878f97ffed * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Turn `count' into an integer.
* fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
(sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
* print.c (print_object) <HASH_TABLE_P>: `count' is an int.
* alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
(mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
2007-10-02 21:24:47 +00:00
Stefan Monnier
5b2f56dfa6 (mark_object): Fix typo. 2007-10-02 21:19:17 +00:00
Stefan Monnier
d2029e5b81 (allocate_pseudovector): New fun.
(ALLOCATE_PSEUDOVECTOR): New macro.
(allocate_window, allocate_terminal, allocate_frame)
(allocate_process): Use it.
(mark_vectorlike): New function.
(mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
(mark_terminals): Use it.
(Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
(Fmake_byte_code): Use XSETPVECTYPE.
2007-10-02 21:16:53 +00:00
Stefan Monnier
cf00e751e1 (Fget_buffer_create, init_buffer_once): Use XSETPVECTYPE. 2007-10-02 21:09:17 +00:00
Stefan Monnier
19b5e79bd5 (Fframe_parameters): Minor simplification. 2007-10-02 21:07:47 +00:00
Stefan Monnier
86a56ef373 (adjust_markers_for_insert): Generalize assertion checks. 2007-10-02 21:07:15 +00:00
Stefan Monnier
5a6891e297 (defsubr): Use XSETPVECTYPE. 2007-10-02 21:06:16 +00:00
Stefan Monnier
0754c46a89 (Fmarker_buffer): Make test for odd case into a failure. 2007-10-02 21:05:39 +00:00
Stefan Monnier
85e616ab18 (Fcurrent_window_configuration): Use XSETPVECTYPE. 2007-10-02 21:03:04 +00:00
Stefan Monnier
539b8c1c07 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't allow definition in m/*.h files.
(XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
(XSETPVECTYPE): New macro.
(XSETPSEUDOVECTOR): Use it.
2007-10-02 20:57:49 +00:00
Stefan Monnier
d6aa1876eb * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
(DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
* lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
* lread.c (defvar_per_buffer):
* abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
2007-10-02 20:51:02 +00:00
Stefan Monnier
de509a6071 (candidate_window_p): Only consider as visible frames that
are on the same terminal.
2007-10-02 20:43:54 +00:00
Stefan Monnier
766ec949f8 (MARKBIT): Remove unused macro. 2007-10-02 20:42:43 +00:00
Stefan Monnier
2f19ece7fd (gnus-uu-reginize-string, gnus-uu-expand-numbers): Don't hardcode point-min==1. 2007-10-02 20:41:50 +00:00
Richard M. Stallman
c9a39885f6 *** empty log message *** 2007-10-02 02:05:46 +00:00
Richard M. Stallman
772e490ce3 (cursor-in-non-selected-windows): Doc fix. 2007-10-02 01:53:31 +00:00
Richard M. Stallman
f7a7f4eb9a (Overlay Properties): Explain nil as priority. Explain that conflicts
are unpredictable if not resolved by priorities.
2007-10-01 21:19:22 +00:00
Jay Belanger
16635351f5 (math-largest-emacs-expt): Remove unnecessary condition check. 2007-10-01 18:16:03 +00:00
Eli Zaretskii
9417221512 Add item for MS-Windows implementation of network-interface-*. 2007-10-01 17:23:39 +00:00
Juanma Barranquero
88852d4582 (Fload): Fix typo in docstring. 2007-10-01 09:57:19 +00:00
Michaël Cadilhac
2742fe3068 (Fexpt): Manually check for overflows, so that a power
of a non-zero value can't yield zero.
2007-10-01 09:17:29 +00:00
Thien-Thi Nguyen
5db1723918 (zone): Let-bind show-trailing-whitespace to nil. 2007-10-01 06:36:58 +00:00
Jay Belanger
86e405cfcb calc-math.el (math-largest-emacs-expt): Handle the cases when expt
doesn't give range errors.
2007-10-01 03:18:00 +00:00
Jay Belanger
f1640784ad (math-smallest-emacs-expt): Make the computation more robust. 2007-10-01 02:53:29 +00:00
Miles Bader
cf9e567f96 Add arch tagline 2007-10-01 00:14:23 +00:00
David Kastrup
621af279b5 lisp/emacs-lisp/authors.el: revert accidentally committed private change. 2007-09-30 22:53:08 +00:00
David Kastrup
3d1699ec04 lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs. 2007-09-30 22:51:44 +00:00
David Kastrup
1d0df8af2e (gnus-article-reply-with-original)
(gnus-article-followup-with-original): When `transient-mark-mode' is
off, refrain from active-region behavior for followups.
2007-09-30 21:03:12 +00:00
David Kastrup
aa5310e43a (argv): Alias for `command-line-args-left' to use as
`(pop argv)' inside of --eval command sequences.  Allows for
passing shell commands into Emacs verbatim without need for Lisp
quoting.
2007-09-30 20:43:14 +00:00
David Kastrup
fdc31e1d38 (auto-revert-handler): In `auto-revert-tail-mode',
check only for changed size.
(auto-revert-tail-handler): Get size from caller.  If the file has
shrunk, tail the whole file again (the file presumably has been
rewritten).
2007-09-30 20:26:55 +00:00
David Kastrup
b616a212d4 (woman-topic-all-completions, woman-mini-help): Fix
fallout from 2007-09-07 introduction of `dolist' when the list
actually was being manipulated in the loop.
(woman-Cyg-to-Win, woman-pre-process-region)
(woman-horizontal-escapes, woman-if-body, woman-unescape)
(woman-strings, woman-special-characters, woman1-hc)
(woman-change-fonts, woman-find-next-control-line): Use
`match-beginning' rather than `match-string' when the result is
just used as a flag.
2007-09-30 19:10:44 +00:00
Michael Albinus
9e6ab520d0 * net/tramp-compat.el: New file.
* net/tramp.el:
* net/tramp-fish.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Move compatibility code to tramp-compat.el.
Apply `mapc' instead of `mapcar' when the code needs side effects
only.  Move utf-8 coding cookie to the second line.
2007-09-30 16:43:07 +00:00
Reiner Steib
2e55c9864d (x-gtk-stock-map): Add Gnus and MH-E icons. Improve custom type.
(icon-map-list): Make it customizable.  Document how to disable stock icons.
2007-09-30 11:25:08 +00:00
Richard M. Stallman
ef673042dd (zone-hiding-modeline): Use mode-line-format. 2007-09-30 11:00:54 +00:00
Stefan Monnier
b870aa6115 (term_clear_mouse_face, term_mouse_highlight)
(tty_write_glyphs_with_face): Only define is HAVE_GPM.
2007-09-29 20:56:48 +00:00
Stefan Monnier
4c37a41447 (safe_debug_print): Use XHASH. 2007-09-29 20:55:28 +00:00