1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
Commit Graph

47779 Commits

Author SHA1 Message Date
Stefan Monnier
b3f6010e46 (temp_output_buffer_setup): Typo. 2003-07-22 19:22:02 +00:00
Stefan Monnier
29ea8ae9da (Finsert_file_contents): Use delete_all_overlays. 2003-07-22 19:07:49 +00:00
Stefan Monnier
fd53195196 (temp_output_buffer_setup): Use delete_all_overlays. 2003-07-22 19:06:48 +00:00
Stefan Monnier
6ed0af6782 (run_pre_post_conversion_on_str): Use delete_all_overlays. 2003-07-22 19:06:12 +00:00
Stefan Monnier
d2398db319 Don't check HAVE_PNG_H: autoconf doesn't seem to find it. 2003-07-22 19:05:18 +00:00
Stefan Monnier
599ca9c27b (get_minibuffer): Use it. 2003-07-22 19:03:45 +00:00
Stefan Monnier
ae15c6c74b (delete_all_overlays): Declare. 2003-07-22 19:02:58 +00:00
Stefan Monnier
d4f5719ace (delete_all_overlays): New function. 2003-07-22 19:02:11 +00:00
Andrew Choi
1dd7ccf280 unexmacosx.c: Sort and merge unexec regions before dumping them. 2003-07-22 17:54:50 +00:00
Andrew Choi
5b4ffca2d0 Truncated process output with pty's on Mac OS X. 2003-07-22 17:51:57 +00:00
Dave Love
f57bd9674a *** empty log message *** 2003-07-22 17:31:46 +00:00
Dave Love
34e8c597f5 Consider both png.h and libpng/png.h. 2003-07-22 17:31:33 +00:00
Dave Love
8cfdf2ca3a Make XRegisterIMInstantiateCallback test depend on
HAVE_X11, not with_xim.
(HAVE_CRTIN): Provide template.
<with_png>: Test for png.h and libpng/png.h.
2003-07-22 17:29:56 +00:00
Markus Rost
f0514b34ed (Garbage Collection): Fix previous change. 2003-07-22 16:15:25 +00:00
Stefan Monnier
7f856567ea (get_minibuffer): Be careful when calling `reset_buffer'
which assumes the buffer is uninitialized.
2003-07-22 16:12:45 +00:00
Richard M. Stallman
c73983bbfa (Truenames): Add LIMIT arg to file-chase-links. 2003-07-22 15:26:01 +00:00
Richard M. Stallman
6bc3abcbba (Width): Use \s syntax in example.
(Font Selection): Add face-font-rescale-alist.
2003-07-22 15:25:22 +00:00
Richard M. Stallman
5a5d2aecd8 (Imenu): Add xref to Emacs Manual node on Imenu.
Remove spurious indent in example.
2003-07-22 15:24:39 +00:00
Richard M. Stallman
1006f20669 (Building Lists): Add number-sequence. 2003-07-22 15:23:50 +00:00
Richard M. Stallman
66c0f0547b (Garbage Collection): Add gcs-done, gc-elapsed. 2003-07-22 15:23:16 +00:00
Richard M. Stallman
13a105af21 (Function Documentation): Explain how to
show calling convention explicitly in the doc string.
2003-07-22 15:22:50 +00:00
Richard M. Stallman
9258d6043f (Selecting Windows): save-selected-window saves selected window of each frame.
(Window Configurations): Minor change.
2003-07-22 15:22:12 +00:00
Richard M. Stallman
2b01bb5552 (Syntax Table Functions): Use \s syntax in examples. 2003-07-22 15:21:10 +00:00
Richard M. Stallman
58c962913e (Output Variables): Add print-continuous-numbering and print-number-table. 2003-07-22 15:20:31 +00:00
Richard M. Stallman
591a3500e9 Fix typo. 2003-07-22 15:19:05 +00:00
Richard M. Stallman
582ef186ea (Decoding Output): New node. 2003-07-22 15:18:32 +00:00
Richard M. Stallman
75442b3f43 (Time Conversion): decode-time arg is optional. 2003-07-22 15:17:55 +00:00
Richard M. Stallman
6efdb8e54c (Character Type): Don't use space as example for \.
Make list of char names and \-sequences correspond.
Explain that \s is not used in strings.  `\ ' needs space after.
2003-07-22 15:17:28 +00:00
Richard M. Stallman
131bf94364 (Converting Representations): Add string-to-multibyte.
(Translation of Characters): Add translation-table-for-input.
(Default Coding Systems): Add auto-coding-functions.
(Explicit Encoding): Add decode-coding-inserted-region.
(Locales): Add locale-info.
2003-07-22 15:15:20 +00:00
Richard M. Stallman
7370e0a883 (Basic Completion): Describe test-completion.
Collections can be lists of strings.
Clean up lazy-completion-table.
(Programmed Completion): Mention test-completion.
Clarify why lambda expressions are not accepted.
(Minibuffer Misc): Describe minibufferp.
2003-07-22 15:13:58 +00:00
Markus Rost
93af03f0a1 (idlwave-comment-indent-char): Fix default value using ?\s. 2003-07-21 21:36:55 +00:00
Stefan Monnier
7cdee93615 (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
(GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
MARKBIT as the gcmarkbit for strings.
2003-07-21 20:03:35 +00:00
John Paul Wallington
ec589b784a (with-selected-window): Add closing paren. 2003-07-21 18:06:33 +00:00
Richard M. Stallman
e50886d302 *** empty log message *** 2003-07-21 09:58:57 +00:00
Richard M. Stallman
fb16e93267 (emacs-lisp-mode): Use run-mode-hooks.
(lisp-mode): Likewise.
2003-07-21 09:58:06 +00:00
Richard M. Stallman
4df623c073 (with-selected-window): Copy code form save-selected-window
so as to call select-window with norecord arg.
(dynamic-completion-table): Doc fix.
(lazy-completion-table): Doc fix.
2003-07-21 09:57:01 +00:00
Richard M. Stallman
3479c80635 (set-locale-environment): langinfo renamed to locale-info. 2003-07-21 09:54:34 +00:00
Richard M. Stallman
66643502dd (auto-coding-functions): Doc fix. 2003-07-21 09:54:09 +00:00
Richard M. Stallman
763dbe6baf (LD_SWITCH_SYSTEM_TEMACS): Add undef. 2003-07-21 09:53:19 +00:00
Richard M. Stallman
d68beb2f6d (Flocale_info): Renamed from Flanginfo. Doc fixes.
(syms_of_fns): Corresponding change.
2003-07-21 09:52:45 +00:00
Richard M. Stallman
c124274d34 Use -Wl syntax. 2003-07-21 09:51:20 +00:00
Richard M. Stallman
e74154871e (syms_of_alloc): Doc fixes. 2003-07-21 09:50:53 +00:00
Kenichi Handa
cbdbef2dc1 (quail-translate-key): Update quail-current-str correctly. 2003-07-21 07:17:51 +00:00
Andreas Schwab
29653ebc24 (sh-mode-syntax-table): Change syntax of ?, to "_". 2003-07-21 06:25:33 +00:00
Markus Rost
10aa5486d8 Indicate boundaries of the big quoted region by comments. 2003-07-20 23:38:20 +00:00
Kai Großjohann
90f8dc0308 Tramp 2.0.36 released.
* net/tramp.el (tramp-default-password-end-of-line): Renamed from
tramp-password-end-of-line.
(tramp-password-end-of-line): New method parameter.
(tramp-get-password-end-of-line): Function to access method
parameter `tramp-password-end-of-line', or variable
`tramp-default-password-end-of-line' (default value).
(tramp-methods): Add entries for new parameter
tramp-password-end-of-line.
(tramp-enter-password): Use new function
`tramp-get-password-end-of-line'.
(tramp-handle-insert-file-contents): Do not
unconditionally inhibit the file operation file-local-copy, only
do that when the inhibit-file-name-operation is currently
insert-file-contents.  This fixes finding remote CVS-controlled
files.  (It would barf on inserting the CVS/Entries file
literally, because the file-local-copy handler wasn't called.)
(tramp-handle-shell-command): Support optional third arg
ERROR-BUFFER.
(tramp-sh-extra-args): Adapt defcustom type to XEmacs.
(tramp-initial-commands): New variable.
(tramp-process-initial-commands): New function, using the variable.
(tramp-open-connection-setup-interactive-shell): Call the new
function.
(tramp-buffer-name, tramp-debug-buffer-name): Always put the
method into the buffer name, never use nil.  Reported by Hanak
David <dhanak@inf.bme.hu>.
(tramp-open-connection-setup-interactive-shell): Erase buffer
before sending "stty -onlcr".

* net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2003-07-20 19:04:48 +00:00
Kai Großjohann
6013ce4724 Tramp 2.0.36 released.
(Remote shell setup): Explain about problems with
non-Bourne commands in ~/.profile and ~/.shrc.
2003-07-20 19:00:56 +00:00
Markus Rost
177f7c5192 (artist-erase-char): Fix default value using ?\s. 2003-07-19 20:44:23 +00:00
John Paul Wallington
431328cc1c (2C-mode-line-format): Doc fix. 2003-07-19 16:25:43 +00:00
John Paul Wallington
3592613a42 (enriched-decode-display-prop): Doc fix. 2003-07-19 16:22:35 +00:00