aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Fill Commands): Document fill-paragraph-or-region.Juri Linkov2007-10-061-18/+25
| | | | | (Fill Prefix, Format Indentation): Replace fill-paragraph with fill-paragraph-or-region.
* (cua-paste): Check if mouse-region-match is fboundJuri Linkov2007-10-062-0/+19
| | | | to not fail on mouseless tty.
* (delete-selection-pre-hook): Check if mouse-region-match is fboundJuri Linkov2007-10-061-0/+1
| | | | to not fail on mouseless tty.
* (image-type): Check if image-types is bound to not fail on tty.Juri Linkov2007-10-061-1/+1
|
* (tutorial--default-keys): Replace fill-paragraphJuri Linkov2007-10-061-4/+2
| | | | | with fill-paragraph-or-region. Suspend command is now the same `suspend-frame' on window systems and on tty.
* (esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.Juri Linkov2007-10-061-2/+1
|
* (fill-paragraph-or-region): New function.Juri Linkov2007-10-061-0/+12
|
* Typo and whitespace fixes to reduce the diff with new VC.Eric S. Raymond2007-10-061-3/+3
|
* * net/tramp.el (top): Move loading of tramp-util.el andMichael Albinus2007-10-064-74/+129
| | | | | | | | | | | | | | | | | tramp-vc.el to tramp-compat.el. (tramp-make-tramp-temp-file): Complete rewrite. Create remote temporary file if possible, in order to avoid a security hole. (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file' with DONT-CREATE, because the connection is not setup yet. (tramp-handle-process-file): Rewrite temporary file handling. (tramp-completion-mode): New defvar. (tramp-completion-mode-p): Use it. * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el. * net/tramp-fish.el (tramp-fish-handle-process-file): Rewrite temporary file handling.
* * tramp.texi (External packages): New section.Michael Albinus2007-10-062-0/+37
|
* Port various comments from new VC to reduce the noise in the diff.Eric S. Raymond2007-10-062-24/+74
| | | | | | | Rename vc-revert-buffer1 to vc-revert-buffer-internal. Patch in the new vc-create-repo function to go with the header comment about it already present. No changes to existing logic.
* More manual updates and additions bringing it current with modernEric S. Raymond2007-10-061-27/+44
| | | | | VCSes. This includes the workfile version -> focus version terminology change, but not the UI changes for new VC.
* Update manual for 2007 conditions. None of these changes areEric S. Raymond2007-10-062-62/+75
| | | | specific to new VC, that wil come later.
* Terminology sync, workfile version -> focus version.Eric S. Raymond2007-10-062-33/+38
|
* (Fwrite_region): Ignore EINVAL error from fsync.Andreas Schwab2007-10-062-2/+8
|
* *** empty log message ***Glenn Morris2007-10-062-20/+44
|
* Aaron Hawley <aaronh at garden.org>Glenn Morris2007-10-061-1/+82
| | | | (auto-insert-alist): Add a Texinfo entry.
* John W. Eaton <jwe at octave.org>Glenn Morris2007-10-062-38/+70
| | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Remove broken end-of-file comment.Glenn Morris2007-10-061-3/+0
|
* Chris Moore <dooglus at gmail.com>Glenn Morris2007-10-061-3/+3
| | | | (server-kill-new-buffers): Doc fix.
* (Auto Faces): Fix typo.Juanma Barranquero2007-10-052-8/+12
|
* Fix configuring `doc' due to changes in the directory structure.Eli Zaretskii2007-10-052-15/+9
|
* Update comment to reflect doc directory structure.Eli Zaretskii2007-10-052-2/+8
|
* (RSVG_LIBS, RSVG_CFLAGS): Edit out.Eli Zaretskii2007-10-051-0/+2
|
* Reorder functions, no code changes.Dan Nicolaescu2007-10-052-502/+504
|
* * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.Michael Albinus2007-10-046-82/+123
| | | | | | | | | | | | | | | (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'.
* (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-042-14/+18
|
* (image-dired-image-at-point-p): Fix typo in docstring.Juanma Barranquero2007-10-042-3/+7
|
* *** empty log message ***Juanma Barranquero2007-10-041-448/+448
|
* (sieve-manage-interactive-login): Doc fix.Juanma Barranquero2007-10-042-2/+7
| | | | (sieve-manage-open): Use `mapc' instead of `mapcar'.
* Fix typos.Juanma Barranquero2007-10-041-3/+3
|
* *** empty log message ***Juanma Barranquero2007-10-041-6/+5
|
* (copyright-update): Don't update if the fileStefan Monnier2007-10-032-12/+19
| | | | already uses a more recent copyright version than the "current" one.
* (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)Michaël Cadilhac2007-10-032-5/+9
| | | | (doc-view-insert-image): Minor aesthetical docstring changes.
* (doc-view): Don't ignore pdf and dvi files when completing filename.Michaël Cadilhac2007-10-032-167/+177
| | | | (doc-view-search-internal): Docstring change.
* (struct frame): Don't try to GC-mark menu_bar_items_used.Stefan Monnier2007-10-032-2/+7
|
* *** empty log message ***Richard M. Stallman2007-10-031-0/+3
|
* * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.Michael Albinus2007-10-036-153/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (mark_terminals): Typo.Stefan Monnier2007-10-021-1/+1
|
* * window.h (struct window):Stefan Monnier2007-10-029-15/+28
| | | | | | | | | | | | * 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.
* * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-025-55/+37
| | | | | | | | | 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.
* (mark_object): Fix typo.Stefan Monnier2007-10-021-7/+8
|
* (allocate_pseudovector): New fun.Stefan Monnier2007-10-022-131/+111
| | | | | | | | | | | (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.
* (Fget_buffer_create, init_buffer_once): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+3
|
* (Fframe_parameters): Minor simplification.Stefan Monnier2007-10-021-2/+2
|
* (adjust_markers_for_insert): Generalize assertion checks.Stefan Monnier2007-10-021-10/+3
|
* (defsubr): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+1
|
* (Fmarker_buffer): Make test for odd case into a failure.Stefan Monnier2007-10-021-3/+6
|
* (Fcurrent_window_configuration): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+1
|
* (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't allow definition in m/*.h files.Stefan Monnier2007-10-021-11/+8
| | | | | | (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking. (XSETPVECTYPE): New macro. (XSETPSEUDOVECTOR): Use it.