Andreas Schwab
6cff77fd8a
(Fwrite_region): Ignore EINVAL error from fsync.
2007-10-06 08:15:26 +00:00
Glenn Morris
590394eb5b
*** empty log message ***
2007-10-06 01:52:18 +00:00
Glenn Morris
1caf5f96e2
Aaron Hawley <aaronh at garden.org>
...
(auto-insert-alist): Add a Texinfo entry.
2007-10-06 01:49:53 +00:00
Glenn Morris
490a8abe37
John W. Eaton <jwe at octave.org>
...
(octave-abbrev-table): Add "until".
(octave-begin-keywords): Add "do".
(octave-end-keywords): Remove "end".
(octave-reserved-words): Add "end". Remove "all_va_args",
"gplot", and 'gsplot".
(octave-text-functions): Remove "gset", "gshow", "set", and "show".
(octave-variables): Remove "IMAGEPATH", "INFO_FILE",
"INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
"default_return_value", "define_all_return_values",
"do_fortran_indexing", "empty_list_elements_ok",
"gnuplot_has_multiplot", "implicit_str_to_num_ok",
"ok_to_lose_imaginary_part", "prefer_column_vectors",
"prefer_zero_one_indexing", "propagate_empty_matrices",
"resize_on_range_error", "treat_neg_dim_as_zero",
"warn_assign_as_truth_value", "warn_comma_in_global_decl",
"warn_divide_by_zero", "warn_function_name_clash",
"warn_missing_semicolon", "whitespace_in_literal_matrix".
Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
"crash_dumps_octave_core", "sighup_dumps_octave_core",
"sigterm_dumps_octave_core".
(octave-block-match-alist): Remove "end" from block-end keywords.
(octave-mode): Update ftp site address.
2007-10-06 01:49:23 +00:00
Glenn Morris
303dba99e6
Remove broken end-of-file comment.
2007-10-06 01:45:50 +00:00
Glenn Morris
f258b5254d
Chris Moore <dooglus at gmail.com>
...
(server-kill-new-buffers): Doc fix.
2007-10-06 01:44:51 +00:00
Juanma Barranquero
4638454b62
(Auto Faces): Fix typo.
2007-10-05 11:31:55 +00:00
Eli Zaretskii
799303b632
Fix configuring `doc' due to changes in the directory structure.
2007-10-05 09:39:39 +00:00
Eli Zaretskii
57df543ca0
Update comment to reflect doc directory structure.
2007-10-05 09:37:09 +00:00
Eli Zaretskii
478e48df51
(RSVG_LIBS, RSVG_CFLAGS): Edit out.
2007-10-05 09:34:24 +00:00
Dan Nicolaescu
2765044b39
Reorder functions, no code changes.
2007-10-05 04:35:37 +00:00
Michael Albinus
258800f85f
* net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
...
(tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
the cond clauses where needed.
(tramp-handle-write-region): Rearrange code for proper handling of
tmpfile.
* net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
* net/tramp.el:
* net/tramp-fish.el:
* net/tramp-ftp.el:
* net/tramp-smb.el: Rename `tramp-make-temp-file' to
`tramp-compat-make-temp-file'.
2007-10-04 20:09:32 +00:00
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