1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

51853 Commits

Author SHA1 Message Date
Vinicius Jose Latorre
553d333400 Doc fix. 2004-07-21 05:06:49 +00:00
Luc Teirlinck
bf294e2fbd (modify-all-frames-parameters): Minor doc fix. 2004-07-21 02:34:07 +00:00
Richard M. Stallman
1637ed8767 (fill-comment-paragraph): Handle indent-tabs-mode.
(fill-delete-newlines): Call sentence-end as function.
(fill-nobreak-p, canonically-space-region): Likewise.
(fill-nobreak-p): If this break point is at the end of the line,
don't consider the newline which follows as a reason to return t.
2004-07-20 20:51:26 +00:00
Luc Teirlinck
cb7516e566 *** empty log message *** 2004-07-19 22:00:18 +00:00
Luc Teirlinck
a0a37a6f54 (Fpos_visible_in_window_p, Fset_window_hscroll)
(Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
(Fset_window_start, Fscroll_up, Fscroll_down)
(Fother_window_for_scrolling, Fscroll_other_window)
(Fsave_window_excursion, Fset_window_vscroll)
(syms_of_window) <window-size-fixed>: Doc fixes.
2004-07-19 21:57:05 +00:00
Luc Teirlinck
eab4e895a5 Various small changes in addition to:
(Window Point): Mention return value of `set-window-point'.
(Window Start): `pos-visible-in-window-p' disregards horizontal
scrolling.  Explain return value if PARTIALLY is non-nil.
(Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
and `set-window-vscroll'.
(Size of Window): The argument WINDOW to `window-inside-edges',
`window-pixel-edges' and `window-inside-pixel-edges' is optional.
(Resizing Windows): Explain return value of
`shrink-window-if-larger-than-buffer'.
`window-size-fixed' automatically becomes buffer local when set.
(Window Configurations): Explain return value of `set-window-configuration'.
2004-07-19 21:33:37 +00:00
Luc Teirlinck
f96bad52a4 (Minibuffer Misc): Add anchor for `minibuffer-scroll-window'. 2004-07-19 21:04:00 +00:00
Luc Teirlinck
5148bc3cd5 (Text Lines): Add anchor for `count-lines'. 2004-07-19 21:01:07 +00:00
John Paul Wallington
9375be0117 (dired-file-set-difference): Don't use `caddr'. 2004-07-19 12:34:02 +00:00
Jason Rumney
dda741ec19 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
* w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
	ENCODE_SYSTEM for filenames.
2004-07-19 07:58:24 +00:00
Steven Tamm
bfcf660801 mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage.  Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2004-07-19 06:38:14 +00:00
Steven Tamm
bde32f3bb4 Fixing typo in sys_select. 2004-07-19 05:20:01 +00:00
Steven Tamm
e082ac9deb Fixes for Ctrl-G support on carbon, replacing old timeout based polling
with alarm based polling.
mac.c (sys_select): Redo sys_select to use alarm-based
polling instead of 1 sec timeouts (like solaris).
macterm.c (x_make_frame_visible): Comment in polling on
frame creation.
keyboard.c: Undef SIGIO on Carbon
atimer.c (alarm_signal_handler): Call alarm handlers after
scheduling.
eval.c (Feval): Remove quit_char test
process.c (wait_reading_process_input): Remove clearing
stdin for select call on process input
2004-07-19 04:42:43 +00:00
Luc Teirlinck
1204e81c9e *** empty log message *** 2004-07-19 01:00:19 +00:00
Luc Teirlinck
4b9da0fb5e (syms_of_xdisp): Correct capitalization error in
`window-scroll-functions' docstring.
2004-07-19 00:54:04 +00:00
Luc Teirlinck
def26fa450 (Subdir switches): Minor fix to previous change. 2004-07-18 16:23:45 +00:00
Luc Teirlinck
b6d0a32139 (Subdir switches): Dired does not remember the `R' switch. 2004-07-18 16:00:16 +00:00
Luc Teirlinck
c60b302c22 *** empty log message *** 2004-07-18 14:30:25 +00:00
Luc Teirlinck
35d9c1cc0d (Dired Updating): `k' only deletes inserted subdirectories from the
Dired buffer if a prefix argument was given.
2004-07-18 14:29:40 +00:00
Luc Teirlinck
7695a3ae48 (Regexps): Delete redundant definition of `symbol' in description of
`\_>'.  It already occurs in the description of `\_<'.
2004-07-18 14:03:01 +00:00
Luc Teirlinck
769d9ed66f (dired-do-kill-lines): Expand docstring.
Delete irrelevant code.
2004-07-18 13:48:06 +00:00
Kai Großjohann
cdfa3eccb1 (tramp-handle-verify-visited-file-modtime): New
docstring.  From Luc Teirlinck.
2004-07-17 21:33:32 +00:00
Luc Teirlinck
2d67776657 Describe Auto Revert Tail Mode' in Commentary' section.
(auto-revert-handler): Do not check `auto-revert-tail-mode' for
non-file buffers.  We know it is nil.
2004-07-17 20:55:57 +00:00
Juanma Barranquero
26503ad203 (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined. 2004-07-17 17:33:05 +00:00
Kai Großjohann
07dfe73898 Sync with Tramp 2.0.43.
(tramp-handle-verify-visited-file-modtime): Remove
outdated comment.
(tramp-locked, tramp-locker): New variables for implementing a
global lock.
(tramp-sh-file-name-handler): Use them to implement the global
lock.
2004-07-17 17:28:43 +00:00
Jonathan Yavner
3e39672fd3 Added some additional functions to the 1-valued', compose', and progn groups.
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
2004-07-17 17:06:26 +00:00
Richard M. Stallman
3751eb00d7 *** empty log message *** 2004-07-17 15:00:22 +00:00
Richard M. Stallman
403de3b40e (coordinates_in_window): Inside the window but outside
its box to the L or R, return ON_VERTICAL_BORDER.
(window_list_1): Rotate the list to start with WINDOW.
2004-07-17 14:59:02 +00:00
Richard M. Stallman
15479e8b2f (print_preprocess): Test for print_depth at limit
before entering in being_printed.
2004-07-17 14:54:56 +00:00
Richard M. Stallman
0c1c1b936d (not_single_kboard_state): New function.
(stuff_buffered_input): Now no-op only if no SIGTSTP.
2004-07-17 14:50:58 +00:00
Richard M. Stallman
8ceb7434df (Fdelete_frame): If we're in single_bboard_state on
this kboard, and we delete its last frame, go to any_kboard_state.
2004-07-17 14:45:01 +00:00
Richard M. Stallman
b3264fd2a8 (syms_of_buffer) <transient-mark-mode>: Doc fix. 2004-07-17 14:43:49 +00:00
Richard M. Stallman
11cd606401 (Overlay Properties): Adding `evaporate' prop deletes empty overlay immediately. 2004-07-17 14:40:22 +00:00
Richard M. Stallman
9206efb955 (Abbrev Expansion): Clarify pre-abbrev-expand-hook, fix example. 2004-07-17 14:39:11 +00:00
Richard M. Stallman
442a68c7f1 (occur-read-primary-args): Pass default to read-from-minibuffer. 2004-07-17 14:34:42 +00:00
Richard M. Stallman
c4dc7971b9 (footnote-section-tag): Use defcustom. 2004-07-17 14:31:27 +00:00
Richard M. Stallman
5ac714934d (font-lock-add-keywords, font-lock-remove-keywords):
Compile font-lock-keywords, not KEYWORDS.
(lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
Add warn, check-type.  Handle cerror like error.
2004-07-17 14:30:33 +00:00
Richard M. Stallman
cf0fad845a (quote_file_name): Pass COPY thru %s to output it. 2004-07-17 14:27:24 +00:00
Richard M. Stallman
d1b2b8cc72 Minor cleanups in text. 2004-07-17 12:00:10 +00:00
Richard M. Stallman
06382b7187 *** empty log message *** 2004-07-17 11:57:13 +00:00
Daniel Pfeiffer
7778781072 (which-func-keymap): New var.
(which-func-face): New face.
(which-func-format): Use them.
2004-07-17 08:10:28 +00:00
Luc Teirlinck
dd0a3ea36a Mention new \_< and \_> operators. (From Jim Blandy.) 2004-07-16 18:55:01 +00:00
Luc Teirlinck
9a7e97c6fb (Regexp Backslash): Document new \_< and \_> operators.
From Jim Blandy.
2004-07-16 18:38:38 +00:00
Juanma Barranquero
aa0e4da88d (Images): Fix Texinfo usage. 2004-07-16 16:05:28 +00:00
Eli Zaretskii
b6fdd1efe6 (list-buffers-noselect): Append the buffer's process status to its mode name. 2004-07-16 13:15:09 +00:00
Kim F. Storm
f9253326af *** empty log message *** 2004-07-16 10:42:43 +00:00
Kim F. Storm
ff99642792 (cua--preserve-mark-commands): New defvar.
Init to beginning-of-buffer and end-of-buffer.
(cua--undo-push-mark): New defvar.
(cua--pre-command-handler): Set inhibit-mark-movement if mark is
already active and command is in cua--preserve-mark-commands.
Also fix check for shift modifier on non-window systems.
(cua--post-command-handler): Clear inhibit-mark-movement if set.
2004-07-16 10:42:26 +00:00
Kim F. Storm
a416e7ef56 (inhibit-mark-movement): New defvar.
(beginning-of-buffer, end-of-buffer): Do not push mark if
inhibit-mark-movement is non-nil or C-u prefix is given.
2004-07-16 10:42:00 +00:00
Jason Rumney
62eb6ca914 *** empty log message *** 2004-07-15 20:14:09 +00:00
Jason Rumney
bb40cb8e6b (Fx_file_dialog): Encode strings in system coding system before
passing them to OS functions for display.
2004-07-15 19:57:05 +00:00