bpt/emacs.git
19 years ago*** empty log message ***
Luc Teirlinck [Fri, 23 Jul 2004 12:27:18 +0000 (12:27 +0000)]
*** empty log message ***

19 years ago(modify-all-frames-parameters): Minor doc fix.
Luc Teirlinck [Fri, 23 Jul 2004 12:20:22 +0000 (12:20 +0000)]
(modify-all-frames-parameters): Minor doc fix.
(set-frame-configuration): Doc fix.

19 years ago(completion-setup-function): Compute the common parts
Eli Zaretskii [Fri, 23 Jul 2004 11:53:07 +0000 (11:53 +0000)]
(completion-setup-function): Compute the common parts
and the first difference place correctly when
partial-completion-mode is on.

19 years agoImprove DSC compliance.
Vinicius Jose Latorre [Fri, 23 Jul 2004 01:16:06 +0000 (01:16 +0000)]
Improve DSC compliance.

19 years agoFix comments.
Kim F. Storm [Thu, 22 Jul 2004 14:26:26 +0000 (14:26 +0000)]
Fix comments.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Jul 2004 14:26:06 +0000 (14:26 +0000)]
*** empty log message ***

19 years agoFrom Barry Fishman <barry_fishman@att.net> (tiny change)
Kim F. Storm [Wed, 21 Jul 2004 22:04:29 +0000 (22:04 +0000)]
From Barry Fishman <barry_fishman@att.net>  (tiny change)
Use GC_MARK_STACK if __amd64__ is defined.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 21 Jul 2004 22:02:22 +0000 (22:02 +0000)]
*** empty log message ***

19 years ago(display_line): Increment nrows_scale_factor and set
Kim F. Storm [Wed, 21 Jul 2004 21:09:43 +0000 (21:09 +0000)]
(display_line): Increment nrows_scale_factor and set
fonts_changed_p if past last allocated row.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Increment ncols_scale_factor and set
fonts_changed_p if current area is full.

19 years ago(struct glyph_matrix): New members nrows_scale_factor
Kim F. Storm [Wed, 21 Jul 2004 21:08:56 +0000 (21:08 +0000)]
(struct glyph_matrix): New members nrows_scale_factor
and ncols_scale_factor.

19 years ago(make_window): Initialize nrows_scale_factor and
Kim F. Storm [Wed, 21 Jul 2004 21:08:45 +0000 (21:08 +0000)]
(make_window): Initialize nrows_scale_factor and
ncols_scale_factor members.

19 years ago(margin_glyphs_to_reserve): Apply ncols_scale_factor.
Kim F. Storm [Wed, 21 Jul 2004 21:08:23 +0000 (21:08 +0000)]
(margin_glyphs_to_reserve): Apply ncols_scale_factor.
(allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
(required_matrix_height): Apply nrows_scale_factor.
(required_matrix_width): Apply ncols_scale_factor.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 21 Jul 2004 21:07:59 +0000 (21:07 +0000)]
*** empty log message ***

19 years ago* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
Jan Djärv [Wed, 21 Jul 2004 19:18:29 +0000 (19:18 +0000)]
* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.

19 years agoDoc fix.
Vinicius Jose Latorre [Wed, 21 Jul 2004 05:06:49 +0000 (05:06 +0000)]
Doc fix.

19 years ago(modify-all-frames-parameters): Minor doc fix.
Luc Teirlinck [Wed, 21 Jul 2004 02:34:07 +0000 (02:34 +0000)]
(modify-all-frames-parameters): Minor doc fix.

19 years ago(fill-comment-paragraph): Handle indent-tabs-mode.
Richard M. Stallman [Tue, 20 Jul 2004 20:51:26 +0000 (20:51 +0000)]
(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.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 19 Jul 2004 22:00:18 +0000 (22:00 +0000)]
*** empty log message ***

19 years ago(Fpos_visible_in_window_p, Fset_window_hscroll)
Luc Teirlinck [Mon, 19 Jul 2004 21:57:05 +0000 (21:57 +0000)]
(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.

19 years agoVarious small changes in addition to:
Luc Teirlinck [Mon, 19 Jul 2004 21:33:37 +0000 (21:33 +0000)]
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'.

19 years ago(Minibuffer Misc): Add anchor for `minibuffer-scroll-window'.
Luc Teirlinck [Mon, 19 Jul 2004 21:04:00 +0000 (21:04 +0000)]
(Minibuffer Misc): Add anchor for `minibuffer-scroll-window'.

19 years ago(Text Lines): Add anchor for `count-lines'.
Luc Teirlinck [Mon, 19 Jul 2004 21:01:07 +0000 (21:01 +0000)]
(Text Lines): Add anchor for `count-lines'.

19 years ago(dired-file-set-difference): Don't use `caddr'.
John Paul Wallington [Mon, 19 Jul 2004 12:34:02 +0000 (12:34 +0000)]
(dired-file-set-difference): Don't use `caddr'.

19 years ago2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
Jason Rumney [Mon, 19 Jul 2004 07:58:24 +0000 (07:58 +0000)]
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.

19 years agomac.c (sys_select): Block input around call to
Steven Tamm [Mon, 19 Jul 2004 06:38:14 +0000 (06:38 +0000)]
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

19 years agoFixing typo in sys_select.
Steven Tamm [Mon, 19 Jul 2004 05:20:01 +0000 (05:20 +0000)]
Fixing typo in sys_select.

19 years agoFixes for Ctrl-G support on carbon, replacing old timeout based polling
Steven Tamm [Mon, 19 Jul 2004 04:42:43 +0000 (04:42 +0000)]
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

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 19 Jul 2004 01:00:19 +0000 (01:00 +0000)]
*** empty log message ***

19 years ago(syms_of_xdisp): Correct capitalization error in
Luc Teirlinck [Mon, 19 Jul 2004 00:54:04 +0000 (00:54 +0000)]
(syms_of_xdisp): Correct capitalization error in
`window-scroll-functions' docstring.

19 years ago(Subdir switches): Minor fix to previous change.
Luc Teirlinck [Sun, 18 Jul 2004 16:23:45 +0000 (16:23 +0000)]
(Subdir switches): Minor fix to previous change.

19 years ago(Subdir switches): Dired does not remember the `R' switch.
Luc Teirlinck [Sun, 18 Jul 2004 16:00:16 +0000 (16:00 +0000)]
(Subdir switches): Dired does not remember the `R' switch.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 18 Jul 2004 14:30:25 +0000 (14:30 +0000)]
*** empty log message ***

19 years ago(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck [Sun, 18 Jul 2004 14:29:40 +0000 (14:29 +0000)]
(Dired Updating): `k' only deletes inserted subdirectories from the
Dired buffer if a prefix argument was given.

19 years ago(Regexps): Delete redundant definition of `symbol' in description of
Luc Teirlinck [Sun, 18 Jul 2004 14:03:01 +0000 (14:03 +0000)]
(Regexps): Delete redundant definition of `symbol' in description of
`\_>'.  It already occurs in the description of `\_<'.

19 years ago(dired-do-kill-lines): Expand docstring.
Luc Teirlinck [Sun, 18 Jul 2004 13:48:06 +0000 (13:48 +0000)]
(dired-do-kill-lines): Expand docstring.
Delete irrelevant code.

19 years ago(tramp-handle-verify-visited-file-modtime): New
Kai Großjohann [Sat, 17 Jul 2004 21:33:32 +0000 (21:33 +0000)]
(tramp-handle-verify-visited-file-modtime): New
docstring.  From Luc Teirlinck.

19 years agoDescribe `Auto Revert Tail Mode' in `Commentary' section.
Luc Teirlinck [Sat, 17 Jul 2004 20:55:57 +0000 (20:55 +0000)]
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.

19 years ago(not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.
Juanma Barranquero [Sat, 17 Jul 2004 17:33:05 +0000 (17:33 +0000)]
(not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.

19 years agoSync with Tramp 2.0.43.
Kai Großjohann [Sat, 17 Jul 2004 17:28:43 +0000 (17:28 +0000)]
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.

19 years agoAdded some additional functions to the `1-valued', `compose', and progn groups.
Jonathan Yavner [Sat, 17 Jul 2004 17:06:26 +0000 (17:06 +0000)]
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.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Jul 2004 15:00:22 +0000 (15:00 +0000)]
*** empty log message ***

19 years ago(coordinates_in_window): Inside the window but outside
Richard M. Stallman [Sat, 17 Jul 2004 14:59:02 +0000 (14:59 +0000)]
(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.

19 years ago(print_preprocess): Test for print_depth at limit
Richard M. Stallman [Sat, 17 Jul 2004 14:54:56 +0000 (14:54 +0000)]
(print_preprocess): Test for print_depth at limit
before entering in being_printed.

19 years ago(not_single_kboard_state): New function.
Richard M. Stallman [Sat, 17 Jul 2004 14:50:58 +0000 (14:50 +0000)]
(not_single_kboard_state): New function.

(stuff_buffered_input): Now no-op only if no SIGTSTP.

19 years ago(Fdelete_frame): If we're in single_bboard_state on
Richard M. Stallman [Sat, 17 Jul 2004 14:45:01 +0000 (14:45 +0000)]
(Fdelete_frame): If we're in single_bboard_state on
this kboard, and we delete its last frame, go to any_kboard_state.

19 years ago(syms_of_buffer) <transient-mark-mode>: Doc fix.
Richard M. Stallman [Sat, 17 Jul 2004 14:43:49 +0000 (14:43 +0000)]
(syms_of_buffer) <transient-mark-mode>: Doc fix.

19 years ago(Overlay Properties): Adding `evaporate' prop deletes empty overlay immediately.
Richard M. Stallman [Sat, 17 Jul 2004 14:40:22 +0000 (14:40 +0000)]
(Overlay Properties): Adding `evaporate' prop deletes empty overlay immediately.

19 years ago(Abbrev Expansion): Clarify pre-abbrev-expand-hook, fix example.
Richard M. Stallman [Sat, 17 Jul 2004 14:39:11 +0000 (14:39 +0000)]
(Abbrev Expansion): Clarify pre-abbrev-expand-hook, fix example.

19 years ago(occur-read-primary-args): Pass default to read-from-minibuffer.
Richard M. Stallman [Sat, 17 Jul 2004 14:34:42 +0000 (14:34 +0000)]
(occur-read-primary-args): Pass default to read-from-minibuffer.

19 years ago(footnote-section-tag): Use defcustom.
Richard M. Stallman [Sat, 17 Jul 2004 14:31:27 +0000 (14:31 +0000)]
(footnote-section-tag): Use defcustom.

19 years ago(font-lock-add-keywords, font-lock-remove-keywords):
Richard M. Stallman [Sat, 17 Jul 2004 14:30:33 +0000 (14:30 +0000)]
(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.

19 years ago(quote_file_name): Pass COPY thru %s to output it.
Richard M. Stallman [Sat, 17 Jul 2004 14:27:24 +0000 (14:27 +0000)]
(quote_file_name): Pass COPY thru %s to output it.

19 years agoMinor cleanups in text.
Richard M. Stallman [Sat, 17 Jul 2004 12:00:10 +0000 (12:00 +0000)]
Minor cleanups in text.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Jul 2004 11:57:13 +0000 (11:57 +0000)]
*** empty log message ***

19 years ago(which-func-keymap): New var.
Daniel Pfeiffer [Sat, 17 Jul 2004 08:10:28 +0000 (08:10 +0000)]
(which-func-keymap): New var.
(which-func-face): New face.
(which-func-format): Use them.

19 years agoMention new \_< and \_> operators. (From Jim Blandy.)
Luc Teirlinck [Fri, 16 Jul 2004 18:55:01 +0000 (18:55 +0000)]
Mention new \_< and \_> operators.  (From Jim Blandy.)

19 years ago(Regexp Backslash): Document new \_< and \_> operators.
Luc Teirlinck [Fri, 16 Jul 2004 18:38:38 +0000 (18:38 +0000)]
(Regexp Backslash): Document new \_< and \_> operators.

From Jim Blandy.

19 years ago(Images): Fix Texinfo usage.
Juanma Barranquero [Fri, 16 Jul 2004 16:05:28 +0000 (16:05 +0000)]
(Images): Fix Texinfo usage.

19 years ago(list-buffers-noselect): Append the buffer's process status to its mode name.
Eli Zaretskii [Fri, 16 Jul 2004 13:15:09 +0000 (13:15 +0000)]
(list-buffers-noselect): Append the buffer's process status to its mode name.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Jul 2004 10:42:43 +0000 (10:42 +0000)]
*** empty log message ***

19 years ago(cua--preserve-mark-commands): New defvar.
Kim F. Storm [Fri, 16 Jul 2004 10:42:26 +0000 (10:42 +0000)]
(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.

19 years ago(inhibit-mark-movement): New defvar.
Kim F. Storm [Fri, 16 Jul 2004 10:42:00 +0000 (10:42 +0000)]
(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.

19 years ago*** empty log message ***
Jason Rumney [Thu, 15 Jul 2004 20:14:09 +0000 (20:14 +0000)]
*** empty log message ***

19 years ago(Fx_file_dialog): Encode strings in system coding system before
Jason Rumney [Thu, 15 Jul 2004 19:57:05 +0000 (19:57 +0000)]
(Fx_file_dialog): Encode strings in system coding system before
passing them to OS functions for display.

19 years ago(syms_of_search): staticpro
David Kastrup [Thu, 15 Jul 2004 03:01:08 +0000 (03:01 +0000)]
(syms_of_search): staticpro
`saved_last_thing_searched'.  Apparently fixes an abort condition.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 15 Jul 2004 00:38:38 +0000 (00:38 +0000)]
*** empty log message ***

19 years ago(Modification Time): `visited-file-modtime' now
Luc Teirlinck [Thu, 15 Jul 2004 00:09:09 +0000 (00:09 +0000)]
(Modification Time): `visited-file-modtime' now
returns a list of two integers, instead of a cons.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 14 Jul 2004 23:35:30 +0000 (23:35 +0000)]
*** empty log message ***

19 years ago(calendar-time-from-absolute): Return a list of two integers, instead
Luc Teirlinck [Wed, 14 Jul 2004 23:22:14 +0000 (23:22 +0000)]
(calendar-time-from-absolute): Return a list of two integers, instead
of a cons.

19 years ago(tramp-handle-verify-visited-file-modtime): `visited-file-modtime' now
Luc Teirlinck [Wed, 14 Jul 2004 23:04:14 +0000 (23:04 +0000)]
(tramp-handle-verify-visited-file-modtime): `visited-file-modtime' now
returns a list of two integers, instead of a cons.

19 years ago(dired-directory-changed-p): `visited-file-modtime' now returns a
Luc Teirlinck [Wed, 14 Jul 2004 22:59:08 +0000 (22:59 +0000)]
(dired-directory-changed-p): `visited-file-modtime' now returns a
list of two integers, instead of a cons.

19 years ago(Fvisited_file_modtime): Return a list of two integers,
Luc Teirlinck [Wed, 14 Jul 2004 22:47:11 +0000 (22:47 +0000)]
(Fvisited_file_modtime): Return a list of two integers,
instead of a cons.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
Miles Bader [Wed, 14 Jul 2004 22:42:44 +0000 (22:42 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455

Bash the dashes

2004-07-14  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>

   * src/keyboard.c (echo_dash): Do nothing if there already is a dash
   at the end of the echo string.

19 years ago(grep): Doc fix.
Luc Teirlinck [Wed, 14 Jul 2004 22:25:09 +0000 (22:25 +0000)]
(grep): Doc fix.

19 years agoTramp is now distributed with Emacs.
Luc Teirlinck [Wed, 14 Jul 2004 22:17:43 +0000 (22:17 +0000)]
Tramp is now distributed with Emacs.

19 years ago(mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode.
Daniel Pfeiffer [Wed, 14 Jul 2004 21:09:33 +0000 (21:09 +0000)]
(mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode.

19 years ago(auto-revert-tail-mode, auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
Daniel Pfeiffer [Wed, 14 Jul 2004 21:06:39 +0000 (21:06 +0000)]
(auto-revert-tail-mode, auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
(auto-revert-mode): Turn off auto-revert-tail-mode, so we're not in both at the same time.
(auto-revert-tail-mode): New command.
(turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
(auto-revert-handler): Revert only either tail or whole file.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 14 Jul 2004 15:24:33 +0000 (15:24 +0000)]
*** empty log message ***

19 years agoFix copyright notice.
Kenichi Handa [Wed, 14 Jul 2004 07:44:37 +0000 (07:44 +0000)]
Fix copyright notice.

19 years agoVarious changes in addition to:
Luc Teirlinck [Wed, 14 Jul 2004 03:14:19 +0000 (03:14 +0000)]
Various changes in addition to:
(Splitting Windows): Add `split-window-keep-point'.

19 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Jul 2004 00:03:11 +0000 (00:03 +0000)]
*** empty log message ***

19 years agoChanges from arch/CVS synchronization
Miles Bader [Tue, 13 Jul 2004 03:45:26 +0000 (03:45 +0000)]
Changes from arch/CVS synchronization

19 years agoRegenerated.
Bill Wohler [Tue, 13 Jul 2004 03:45:02 +0000 (03:45 +0000)]
Regenerated.

19 years ago(mh-version): Fixed typo.
Bill Wohler [Tue, 13 Jul 2004 03:30:21 +0000 (03:30 +0000)]
(mh-version): Fixed typo.

19 years agoUpgraded to MH-E version 7.4.4.
Bill Wohler [Tue, 13 Jul 2004 03:06:25 +0000 (03:06 +0000)]
Upgraded to MH-E version 7.4.4.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.

19 years agoDoc fix. Change name of some funs.
Vinicius Jose Latorre [Tue, 13 Jul 2004 01:32:18 +0000 (01:32 +0000)]
Doc fix.  Change name of some funs.

19 years ago(Split Window): Fix typo.
Luc Teirlinck [Tue, 13 Jul 2004 01:30:48 +0000 (01:30 +0000)]
(Split Window): Fix typo.

19 years ago(with-selected-window): Doc fix.
Luc Teirlinck [Tue, 13 Jul 2004 00:11:09 +0000 (00:11 +0000)]
(with-selected-window): Doc fix.

19 years ago(mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.
Kim F. Storm [Mon, 12 Jul 2004 14:35:53 +0000 (14:35 +0000)]
(mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Jul 2004 14:24:21 +0000 (14:24 +0000)]
*** empty log message ***

19 years ago(get-buffer-window-list): Doc fix.
Luc Teirlinck [Mon, 12 Jul 2004 01:13:25 +0000 (01:13 +0000)]
(get-buffer-window-list): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 11 Jul 2004 02:39:20 +0000 (02:39 +0000)]
*** empty log message ***

19 years ago(Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
Luc Teirlinck [Sun, 11 Jul 2004 02:36:00 +0000 (02:36 +0000)]
(Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.

19 years ago(switch-to-buffer-other-window): Doc fix.
Luc Teirlinck [Sun, 11 Jul 2004 02:18:15 +0000 (02:18 +0000)]
(switch-to-buffer-other-window): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 11 Jul 2004 01:35:37 +0000 (01:35 +0000)]
*** empty log message ***

19 years ago(Fwindow_buffer, Fother_window, Fget_lru_window)
Luc Teirlinck [Sun, 11 Jul 2004 01:20:03 +0000 (01:20 +0000)]
(Fwindow_buffer, Fother_window,  Fget_lru_window)
(Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
(Freplace_buffer_in_windows, Fset_window_buffer)
(Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
(syms_of_window): Expand docstring of `display-buffer-function'.

19 years ago(save-selected-window, one-window-p)
Luc Teirlinck [Sun, 11 Jul 2004 00:56:17 +0000 (00:56 +0000)]
(save-selected-window, one-window-p)
(split-window-keep-point, split-window-vertically)
(split-window-horizontally): Doc fixes.

19 years agoIt uses call-process instead shell-command
Vinicius Jose Latorre [Sat, 10 Jul 2004 22:14:18 +0000 (22:14 +0000)]
It uses call-process instead shell-command

19 years ago(ediff-meta-truncate-filenames): Change type to boolean.
Eli Zaretskii [Sat, 10 Jul 2004 10:53:19 +0000 (10:53 +0000)]
(ediff-meta-truncate-filenames): Change type to boolean.

19 years ago(Ffloat_time, Fformat_time_string, Fdecode_time)
Luc Teirlinck [Fri, 9 Jul 2004 23:38:54 +0000 (23:38 +0000)]
(Ffloat_time, Fformat_time_string, Fdecode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
that time values of the type (HIGH . LOW) are considered obsolete.