bpt/emacs.git
19 years ago(xg_create_frame_widgets): UNBLOCK_INPUT on error.
Kim F. Storm [Mon, 21 Feb 2005 08:51:52 +0000 (08:51 +0000)]
(xg_create_frame_widgets): UNBLOCK_INPUT on error.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Feb 2005 08:51:09 +0000 (08:51 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Mon, 21 Feb 2005 02:36:16 +0000 (02:36 +0000)]
*** empty log message ***

19 years ago(ispell-dictionary-alist): Fix docstring.
Kenichi Handa [Mon, 21 Feb 2005 02:15:31 +0000 (02:15 +0000)]
(ispell-dictionary-alist): Fix docstring.

19 years ago(scheme-font-lock-keywords-2): Handle named-let.
Thien-Thi Nguyen [Sun, 20 Feb 2005 12:07:08 +0000 (12:07 +0000)]
(scheme-font-lock-keywords-2): Handle named-let.

19 years ago(undo-more): restore defadvice, but only the part that allows changes
Jonathan Yavner [Sun, 20 Feb 2005 05:02:54 +0000 (05:02 +0000)]
(undo-more): restore defadvice, but only the part that allows changes
outside the restricted area of the buffer.

19 years ago*** empty log message ***
Jonathan Yavner [Sun, 20 Feb 2005 05:02:11 +0000 (05:02 +0000)]
*** empty log message ***

19 years ago(pos_visible_p): Be sure to move to the specified
Kim F. Storm [Sat, 19 Feb 2005 23:30:51 +0000 (23:30 +0000)]
(pos_visible_p): Be sure to move to the specified
position.  Always get the full ascent / descent of the
corresponding row, to return reliable rtop and rbot values.
(back_to_previous_visible_line_start): Fix 2005-01-18 change.
Must look one character back, as back_to_previous_line_start
returns position after the newline.
(move_it_vertically_backward): Fix heuristic for when to move further
back in case line_height * 2/3 is larger than window height.
(cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
as it does not do anything anymore.  Add arg current_matrix_p to
use current matrix rather than desired matrix when set.
(try_cursor_movement): Don't scroll to make cursor row fully
visible if cursor didn't move.  This avoids unexpected recentering
in case of blinking cursor or accepting process output.
Use current matrix to check cursor row visibility.
(redisplay_window): Fix whether to recenter or move to top in case
cursor line is taller than window height.
(find_first_unchanged_at_end_row): Stop search if we reach a row
which not enabled (instead of abort).

19 years ago(line-move): Add fourth optional arg try-vscroll which
Kim F. Storm [Sat, 19 Feb 2005 23:30:29 +0000 (23:30 +0000)]
(line-move): Add fourth optional arg try-vscroll which
must be set to perform auto-window-vscroll.
When moving backwards and doing auto-window-vscroll, automatically
vscroll to the last part of lines which are taller than the window.
(next-line, previous-line): Set try-vscroll arg on line-move.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 19 Feb 2005 23:30:12 +0000 (23:30 +0000)]
*** empty log message ***

19 years ago(query-replace, query-replace-regexp)
Dan Nicolaescu [Sat, 19 Feb 2005 21:08:43 +0000 (21:08 +0000)]
(query-replace, query-replace-regexp)
(replace-string, replace-regexp): When operating on region, make
the minibuffer prompt say so.

19 years ago(isearch-forward): Document isearch-query-replace and
Dan Nicolaescu [Sat, 19 Feb 2005 20:52:47 +0000 (20:52 +0000)]
(isearch-forward): Document isearch-query-replace and
isearch-query-replace-regexp keybindings.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 20:28:04 +0000 (20:28 +0000)]
*** empty log message ***

19 years agoAdd differentiation rule for calcFunc-coth.
Jay Belanger [Sat, 19 Feb 2005 20:02:43 +0000 (20:02 +0000)]
Add differentiation rule for calcFunc-coth.
Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
calcFunc-tanh.
Adjust integration rule for calcFunc-tan.

19 years ago(calc-user-define-edit): Add local variable.
Jay Belanger [Sat, 19 Feb 2005 20:01:01 +0000 (20:01 +0000)]
(calc-user-define-edit): Add local variable.
(calc-edit-top): Move declaration to earlier in file.
(calc-edit-macro-repeats): Add local variables.

19 years ago(math-read-token): Add local variable.
Jay Belanger [Sat, 19 Feb 2005 19:59:49 +0000 (19:59 +0000)]
(math-read-token): Add local variable.

19 years ago* viper-cmd.el (viper-prefix-commands): make into a defconst.
Michael Kifer [Sat, 19 Feb 2005 19:32:47 +0000 (19:32 +0000)]
* viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
string.
(viper-minibuffer-setup-sentinel): make some variables buffer-local.
(viper-skip-separators): bug fix.
(viper-set-searchstyle-toggling-macros): allow to unset macros in a
particular major mode.
(viper-del-backward-char-in-replace): don't put deleted char on the
kill ring.

* viper-ex.el (viper-color-display-p): new function.
(viper-has-face-support-p): use viper-color-display-p.

* viper-keym.el (viper-gnus-modifier-map): new keymap.

* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

* viper-util.el (viper-glob-unix-files): fix shell status check.
(viper-file-remote-p): make equivalent to file-remote-p.

* viper.el (viper-major-mode-modifier-list): use
viper-gnus-modifier-map.

19 years agoRemove the description of the PCL-CVS bug: it's now in PROBLEMS.
Eli Zaretskii [Sat, 19 Feb 2005 18:54:24 +0000 (18:54 +0000)]
Remove the description of the PCL-CVS bug: it's now in PROBLEMS.

19 years ago(subregexp-context-p): Fix garbled doc string by adding
David Kastrup [Sat, 19 Feb 2005 18:54:17 +0000 (18:54 +0000)]
(subregexp-context-p): Fix garbled doc string by adding
quoting.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 16:11:52 +0000 (16:11 +0000)]
*** empty log message ***

19 years ago(calc-arctan, calc-tanh, calc-arctanh): Removed extra definitions.
Jay Belanger [Sat, 19 Feb 2005 15:59:53 +0000 (15:59 +0000)]
(calc-arctan, calc-tanh, calc-arctanh): Removed extra definitions.
(calc-coth): New function.
(calcFunc-cot): Fix `let'.

19 years ago(escape-glyph, minibuffer-prompt, button): Add commentary for
Eli Zaretskii [Sat, 19 Feb 2005 13:27:09 +0000 (13:27 +0000)]
(escape-glyph, minibuffer-prompt, button): Add commentary for
the reasons we use "type pc" in these faces.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Miles Bader [Sat, 19 Feb 2005 13:24:16 +0000 (13:24 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
   containing special characters.

   * lisp/gnus/gnus-sum.el (gnus-summary-edit-article): Ditto.

   * lisp/gnus/mml.el (mime-to-mml): Ditto.

   * lisp/gnus/rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
   (rfc2047-quote-decoded-words-containing-tspecials): New variable.
   (rfc2047-decode-region): Quote decoded words containing special
   characters when rfc2047-quote-decoded-words-containing-tspecials
   is non-nil.

2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>

   * lisp/gnus/gnus-registry.el (gnus-registry-delete-group): minor bug fix

   * lisp/gnus/gnus.el (gnus-install-group-spam-parameters): Doc fix.

2005-02-15  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/nnimap.el (nnimap-debug): Doc fix.

   * lisp/gnus/imap.el (imap-debug): Doc fix.

2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Mention prefix
   argument in doc string.  Make query for type more clear.

19 years ago(query-replace-read-from): Set the value of
Eli Zaretskii [Sat, 19 Feb 2005 13:12:21 +0000 (13:12 +0000)]
(query-replace-read-from): Set the value of
query-replace-from-history-variable to handle the case of an empty
string entered to accept the suggested default.

19 years agoDocument problems with PCL-CVS wrt CVS v1.12.8 and 1.12.9.
Eli Zaretskii [Sat, 19 Feb 2005 12:56:21 +0000 (12:56 +0000)]
Document problems with PCL-CVS wrt CVS v1.12.8 and 1.12.9.

19 years ago(tramp-file-name-for-operation): Use dired-call-process instead of
Eli Zaretskii [Sat, 19 Feb 2005 12:49:02 +0000 (12:49 +0000)]
(tramp-file-name-for-operation): Use dired-call-process instead of
dired-call-process-command.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 06:07:49 +0000 (06:07 +0000)]
*** empty log message ***

19 years ago(math-trig-inverses, math-div-trig, math-div-non-trig): New variables.
Jay Belanger [Sat, 19 Feb 2005 05:36:21 +0000 (05:36 +0000)]
(math-trig-inverses, math-div-trig, math-div-non-trig): New variables.
(math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
(math-div-isolate-trig, math-div-isolate-trig-term): New functions.
(math-combine-prod, math-div-symb-fancy): Add simplifications for trig
expressions.

19 years ago(gdb-var-update-handler)
Nick Roberts [Sat, 19 Feb 2005 05:08:49 +0000 (05:08 +0000)]
(gdb-var-update-handler)
(gdb-speedbar-timer-fn): Ensure speedbar updates with new values
for watch expressions,
(gdb-var-create-handler): Don't set speedbar-update-flag.
(gdb-post-prompt): Simplify test for speedbar.

19 years ago*** empty log message ***
Nick Roberts [Sat, 19 Feb 2005 05:06:30 +0000 (05:06 +0000)]
*** empty log message ***

19 years ago* ediff.el (ediff-set-diff-overlays-in-one-buffer,
Michael Kifer [Sat, 19 Feb 2005 04:46:24 +0000 (04:46 +0000)]
* ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
we use the syntax table of the correct buffer.
(ediff-same-file-contents,ediff-same-contents): enhancements thanks to
Felix Gatzemeier.

* ediff-init.el (ediff-hide-face): checks for definedness of functions.
(ediff-file-remote-p): make synonymous with file-remote-p.
In all deffaces ediff-*-face-*, use min-colors.

* ediff-mult.el (ediff-meta-mark-equal-files): make use of
        ediff-recurse-to-subdirectories.
(ediff-mark-if-equal): check that the arguments are strings, use
ediff-same-contents (after to Felix Gatzemeier).

* ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
nil.

19 years ago(Finternal_set_lisp_face_attribute): Allow :color property
Kim F. Storm [Fri, 18 Feb 2005 22:55:53 +0000 (22:55 +0000)]
(Finternal_set_lisp_face_attribute): Allow :color property
to be nil in a :box attribute value list; customize prints that
as lisp value when no box color is specified.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 18 Feb 2005 22:55:37 +0000 (22:55 +0000)]
*** empty log message ***

19 years ago(pitx, pit): Pretty print display iterator.
Kim F. Storm [Fri, 18 Feb 2005 22:21:36 +0000 (22:21 +0000)]
(pitx, pit): Pretty print display iterator.
(prowx, prow): Pretty print glyph row.
(pcursorx, pcursor): Pretty print a window cursor.
(pwinx, pwin): Pretty print struct window.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 18 Feb 2005 22:20:38 +0000 (22:20 +0000)]
*** empty log message ***

19 years ago(log-view-message-re): Fix up Subversion regexp.
Stefan Monnier [Fri, 18 Feb 2005 21:56:47 +0000 (21:56 +0000)]
(log-view-message-re): Fix up Subversion regexp.

19 years ago*** empty log message ***
Stefan Monnier [Fri, 18 Feb 2005 18:17:16 +0000 (18:17 +0000)]
*** empty log message ***

19 years ago(BLOCK_BYTES): Harmless typo.
Stefan Monnier [Fri, 18 Feb 2005 18:16:09 +0000 (18:16 +0000)]
(BLOCK_BYTES): Harmless typo.

19 years ago(meta-mark-active): Fix condition to just
David Kastrup [Fri, 18 Feb 2005 14:28:24 +0000 (14:28 +0000)]
(meta-mark-active): Fix condition to just
use `mark-active' when defined.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 18 Feb 2005 07:08:18 +0000 (07:08 +0000)]
*** empty log message ***

19 years agoses.texi: Add concept/function/variable indices
Jonathan Yavner [Fri, 18 Feb 2005 05:48:09 +0000 (05:48 +0000)]
ses.texi: Add concept/function/variable indices

19 years ago(auto-revert-stop-on-user-input): Doc fix.
Luc Teirlinck [Fri, 18 Feb 2005 00:46:29 +0000 (00:46 +0000)]
(auto-revert-stop-on-user-input): Doc fix.

19 years ago(ps-font-info-database): New entry
Kenichi Handa [Fri, 18 Feb 2005 00:44:44 +0000 (00:44 +0000)]
(ps-font-info-database): New entry
ZapfChancery-MediumItalic with correct font name.  Fix font name
of the entry Zapf-Chancery-MediumItalic.

19 years ago(handle_one_xevent): Use union of struct input_event and
Andreas Schwab [Thu, 17 Feb 2005 12:52:35 +0000 (12:52 +0000)]
(handle_one_xevent): Use union of struct input_event and
struct selection_input_event to avoid aliasing issues.
(SET_SAVED_MENU_EVENT): Adapt reference to inev.

19 years ago(Fx_disown_selection_internal): Use union of struct
Andreas Schwab [Thu, 17 Feb 2005 12:50:08 +0000 (12:50 +0000)]
(Fx_disown_selection_internal): Use union of struct
input_event and struct selection_input_event to avoid aliasing
issues.

19 years ago(hack_wm_protocols): Use correct type for last parameter
Andreas Schwab [Thu, 17 Feb 2005 12:49:34 +0000 (12:49 +0000)]
(hack_wm_protocols): Use correct type for last parameter
of XGetWindowProperty to avoid aliasing issues.
(Fx_window_property): Likewise.

19 years ago(auto-revert-stop-on-user-input): Further doc fix.
Luc Teirlinck [Thu, 17 Feb 2005 00:58:19 +0000 (00:58 +0000)]
(auto-revert-stop-on-user-input): Further doc fix.

19 years ago(check_it, init_from_display_pos, handle_stop)
Kim F. Storm [Wed, 16 Feb 2005 23:45:03 +0000 (23:45 +0000)]
(check_it, init_from_display_pos, handle_stop)
(setup_for_ellipsis, handle_single_display_spec)
(handle_composition_prop, next_overlay_string)
(get_overlay_strings, reseat_1, reseat_to_string)
(next_element_from_ellipsis, BUFFER_POS_REACHED_P)
(in_display_vector_p, display_line, get_next_display_element):
Change it->method from function pointer to enum.
(get_next_element): New array to map it->method to function.
(get_next_display_element): Use it.
(set_iterator_to_next): Use switch instead of if/else chain.

19 years ago(enum it_method): New enum.
Kim F. Storm [Wed, 16 Feb 2005 23:44:48 +0000 (23:44 +0000)]
(enum it_method): New enum.
(GET_FROM_*): Its members.
(struct it): Change member method from function pointer to enum.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 16 Feb 2005 23:44:28 +0000 (23:44 +0000)]
*** empty log message ***

19 years ago(ido-fallback-command): Pass user input to fallback command.
Kim F. Storm [Wed, 16 Feb 2005 21:36:41 +0000 (21:36 +0000)]
(ido-fallback-command): Pass user input to fallback command.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 16 Feb 2005 21:36:24 +0000 (21:36 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 16 Feb 2005 21:21:35 +0000 (21:21 +0000)]
*** empty log message ***

19 years ago(gdb-set-gud-minor-mode-existing-buffers)
Nick Roberts [Wed, 16 Feb 2005 20:23:16 +0000 (20:23 +0000)]
(gdb-set-gud-minor-mode-existing-buffers)
(gdb-find-file-hook): Add server prefix.

19 years ago*** empty log message ***
Nick Roberts [Wed, 16 Feb 2005 20:22:38 +0000 (20:22 +0000)]
*** empty log message ***

19 years ago(Quitting): Update xref for splitting of node in msdog.texi.
Luc Teirlinck [Wed, 16 Feb 2005 15:39:52 +0000 (15:39 +0000)]
(Quitting): Update xref for splitting of node in msdog.texi.

19 years ago(Frames): Update xref for splitting of node in msdog.texi.
Luc Teirlinck [Wed, 16 Feb 2005 15:36:57 +0000 (15:36 +0000)]
(Frames): Update xref for splitting of node in msdog.texi.

19 years ago(Top): Update menu for splitting of node in msdog.texi.
Luc Teirlinck [Wed, 16 Feb 2005 15:34:45 +0000 (15:34 +0000)]
(Top): Update menu for splitting of node in msdog.texi.

19 years ago(auto-revert-stop-on-user-input): Doc fix.
Luc Teirlinck [Wed, 16 Feb 2005 14:14:56 +0000 (14:14 +0000)]
(auto-revert-stop-on-user-input): Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 16 Feb 2005 10:22:14 +0000 (10:22 +0000)]
*** empty log message ***

19 years ago(Split Window): Simplify line truncation info
Richard M. Stallman [Wed, 16 Feb 2005 10:21:59 +0000 (10:21 +0000)]
(Split Window): Simplify line truncation info
and xref to Display Custom.

19 years ago(Quitting): Emergency escape only for text terminal.
Richard M. Stallman [Wed, 16 Feb 2005 10:21:18 +0000 (10:21 +0000)]
(Quitting): Emergency escape only for text terminal.
(Screen Garbled): C-l for ungarbling is only for text terminal.

19 years ago(Text Mode): ESC TAB alternative for M-TAB.
Richard M. Stallman [Wed, 16 Feb 2005 10:19:05 +0000 (10:19 +0000)]
(Text Mode): ESC TAB alternative for M-TAB.

19 years ago(Header Editing): ESC TAB alternative for M-TAB.
Richard M. Stallman [Wed, 16 Feb 2005 10:17:29 +0000 (10:17 +0000)]
(Header Editing): ESC TAB alternative for M-TAB.

19 years ago(Program Modes): Mention Python mode.
Richard M. Stallman [Wed, 16 Feb 2005 10:17:01 +0000 (10:17 +0000)]
(Program Modes): Mention Python mode.
(Moving by Defuns): Repeating C-M-h extends region.
(Basic Indent): Clarify.
(Custom C Indent): Clarify.
(Expressions): Repeating C-M-@ extends region.
(Info Lookup): Clarify for C-h S.
(Symbol Completion): ESC TAB alternative for M-TAB.
(Electric C): Clarify.

19 years ago(Top): Update display.texi and frames.texi submenu data.
Richard M. Stallman [Wed, 16 Feb 2005 10:13:01 +0000 (10:13 +0000)]
(Top): Update display.texi and frames.texi submenu data.

19 years ago(MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node.
Richard M. Stallman [Wed, 16 Feb 2005 10:11:06 +0000 (10:11 +0000)]
(MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node.
(MS-DOS Keyboard): Start with explaining DEL and BREAK.
(MS-DOS and MULE): Clarify.
(MS-DOS Processes, Windows Processes): Fix typos.

19 years ago(Choosing Modes): Clarify.
Richard M. Stallman [Wed, 16 Feb 2005 10:08:30 +0000 (10:08 +0000)]
(Choosing Modes): Clarify.

19 years ago(Basic Keyboard Macro): Doc F3, F4.
Richard M. Stallman [Wed, 16 Feb 2005 10:07:28 +0000 (10:07 +0000)]
(Basic Keyboard Macro): Doc F3, F4.
(Keyboard Macro Step-Edit): Clarify.

19 years ago(Indentation): Clarifications.
Richard M. Stallman [Wed, 16 Feb 2005 10:05:39 +0000 (10:05 +0000)]
(Indentation): Clarifications.

19 years ago(Help): Correct error about C-h in query-replace.
Richard M. Stallman [Wed, 16 Feb 2005 10:04:34 +0000 (10:04 +0000)]
(Help): Correct error about C-h in query-replace.
Clarify apropos vs C-h a.  Fix how to search in FAQ.
(Key Help): Describe C-h w here.
(Name Help): Minor cleanup.  C-h w moved to Key Help.
Clarify the "object" joke.
(Apropos): Clarify.  Mouse-1 like Mouse-2.
(Help Mode): Mouse-1 like Mouse-2.

19 years ago(Spelling): Mention ESC TAB as alt. for M-TAB.
Richard M. Stallman [Wed, 16 Feb 2005 10:01:06 +0000 (10:01 +0000)]
(Spelling): Mention ESC TAB as alt. for M-TAB.

19 years ago(Display): Reorder menu.
Richard M. Stallman [Wed, 16 Feb 2005 09:59:32 +0000 (09:59 +0000)]
(Display): Reorder menu.
(Faces): Cleanup.
(Font Lock): Cleanup.  Mention Options menu.  Delete obsolete text.
(Scrolling): For C-l, don't presume text terminal.
(Horizontal Scrolling): Simplify intro.
(Follow Mode): Clarify.
(Cursor Display): Moved before Display Custom.
(Display Custom): Explain no-redraw-on-reenter is for text terminals.
Doc default-tab-width.  Doc line truncation more thoroughly.

19 years ago(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman [Wed, 16 Feb 2005 09:54:47 +0000 (09:54 +0000)]
(Dired Enter): C-x C-f can run Dired.
(Dired Visiting): Comment out `a' command.
Mouse-1 is like Mouse-2.
(Shell Commands in Dired): ? can be used more than once.

19 years ago(Continuation Lines): Simplify description of truncation,
Richard M. Stallman [Wed, 16 Feb 2005 09:51:37 +0000 (09:51 +0000)]
(Continuation Lines): Simplify description of truncation,
and refer to Display Custom for the rest of it.

19 years ago(perform-replace): Pass new args to replace-highlight.
Richard M. Stallman [Wed, 16 Feb 2005 09:49:45 +0000 (09:49 +0000)]
(perform-replace): Pass new args to replace-highlight.
(replace-highlight): Take region args,
and pass them to isearch-lazy-highlight-new-loop.

19 years ago(disabled-command-hook): Autoload the defalias
Richard M. Stallman [Wed, 16 Feb 2005 09:48:29 +0000 (09:48 +0000)]
(disabled-command-hook): Autoload the defalias
and the make-obsolete-variable call.

19 years ago(menu-bar-select-frame): FRAME defaults to selected.
Richard M. Stallman [Wed, 16 Feb 2005 09:47:37 +0000 (09:47 +0000)]
(menu-bar-select-frame): FRAME defaults to selected.

19 years ago(isearch-lazy-highlight-start-limit)
Richard M. Stallman [Wed, 16 Feb 2005 09:41:02 +0000 (09:41 +0000)]
(isearch-lazy-highlight-start-limit)
(isearch-lazy-highlight-end-limit): New variables limit
the region for highlighting.
(isearch-lazy-highlight-new-loop): New args BEG and END.
(isearch-lazy-highlight-search): Use the new vars.
(isearch-lazy-highlight-update): Likewise.

19 years ago(dired-build-subdir-alist): Bind buffer-undo-list to t.
Richard M. Stallman [Wed, 16 Feb 2005 09:39:06 +0000 (09:39 +0000)]
(dired-build-subdir-alist): Bind buffer-undo-list to t.

19 years ago(all): Use default-boundp.
Richard M. Stallman [Wed, 16 Feb 2005 09:37:20 +0000 (09:37 +0000)]
(all): Use default-boundp.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 16 Feb 2005 05:13:39 +0000 (05:13 +0000)]
*** empty log message ***

19 years ago(auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes.
Luc Teirlinck [Wed, 16 Feb 2005 05:00:29 +0000 (05:00 +0000)]
(auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes.

19 years agoFix typo in date
Jason Rumney [Tue, 15 Feb 2005 23:29:17 +0000 (23:29 +0000)]
Fix typo in date

19 years ago2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Jason Rumney [Tue, 15 Feb 2005 23:19:26 +0000 (23:19 +0000)]
2004-11-08  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>

        * w32select.c: Summary: Thorough rework to implement Unicode
        clipboard operations and delayed rendering.

        Drop last_clipboard_text and related code, keep track of
        ownership via clipboard_owner instead.  Drop old #if0
        sections.

        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
        (current_num_nls, current_clipboard_type, current_lcid): New
        static variables.

        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
        (enum_locale_callback, cp_from_locale, coding_from_cp): New
        local functions.

        (term_w32select, globals_of_w32select): New global functions.

        (Fw32_set_clipboard_data): Ignore parameter FRAME, use
        clipboard_owner instead.  Use delayed rendering and provide
        all text formats.  Provide CF_LOCALE if necessary.

        (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
        CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
        available.  Force DOS line-ends for decoding.

        (Fx_selection_exists_p): Handle CF_UNICODETEXT.

        (syms_of_w32select): Init and register new variables.

        * w32.h: Add prototypes for globals_of_w32select and
        term_w32select.  Make the neighboring K&R declarations into
        prototypes, too.

        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.

        * w32.c (term_ntproc): Call term_w32select.

        * mule-cmds.el (set-locale-environment): Remove call to
        set-selection-coding-system on Windows.

        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.

19 years ago(BUFFER_POS_REACHED_P): Return true if pos reached and
Kim F. Storm [Tue, 15 Feb 2005 23:04:45 +0000 (23:04 +0000)]
(BUFFER_POS_REACHED_P): Return true if pos reached and
at end of display vector.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 15 Feb 2005 23:04:21 +0000 (23:04 +0000)]
*** empty log message ***

19 years agoAdd note about Unicode clipboard support on Windows.
Jason Rumney [Tue, 15 Feb 2005 23:02:56 +0000 (23:02 +0000)]
Add note about Unicode clipboard support on Windows.

19 years agoDo not rely on non-standard behaviour of tar --exclude.
Jason Rumney [Tue, 15 Feb 2005 22:07:53 +0000 (22:07 +0000)]
Do not rely on non-standard behaviour of tar --exclude.

19 years ago*** empty log message ***
Jason Rumney [Tue, 15 Feb 2005 22:07:05 +0000 (22:07 +0000)]
*** empty log message ***

19 years ago(math-csc-raw): Fix typo.
Jay Belanger [Tue, 15 Feb 2005 19:49:51 +0000 (19:49 +0000)]
(math-csc-raw): Fix typo.

19 years ago(math-eqn-special-funcs): Add functions to list.
Jay Belanger [Tue, 15 Feb 2005 19:28:08 +0000 (19:28 +0000)]
(math-eqn-special-funcs): Add functions to list.

19 years agoAdd derivative and integration rules for calcFunc-sec, calcFunc-csc,
Jay Belanger [Tue, 15 Feb 2005 19:27:47 +0000 (19:27 +0000)]
Add derivative and integration rules for calcFunc-sec, calcFunc-csc,
calcFunc-cot, calcFunc-sech, calcFunc-csch, calcFunc-coth.
(math-do-integral-methods): Add to checks for when to use
substitutions.

19 years agoAdd simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot.
Jay Belanger [Tue, 15 Feb 2005 19:27:17 +0000 (19:27 +0000)]
Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot.

19 years ago(calc-handle-undo): Remove prefix from variable in message.
Jay Belanger [Tue, 15 Feb 2005 19:26:49 +0000 (19:26 +0000)]
(calc-handle-undo): Remove prefix from variable in message.

19 years ago(calc-DistribRules, calc-NegateRules): Add rules.
Jay Belanger [Tue, 15 Feb 2005 19:26:07 +0000 (19:26 +0000)]
(calc-DistribRules, calc-NegateRules): Add rules.

19 years ago(calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth)
Jay Belanger [Tue, 15 Feb 2005 19:25:20 +0000 (19:25 +0000)]
(calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth)
(calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech)
(calcFunc-csch, calcFunc-coth, math-sec-raw, math-csc-raw)
(math-cot-raw): New functions.

19 years agoAdd functions to autoloads.
Jay Belanger [Tue, 15 Feb 2005 19:24:49 +0000 (19:24 +0000)]
Add functions to autoloads.

19 years ago(math-real-if-arg-functions): Add functions to list.
Jay Belanger [Tue, 15 Feb 2005 19:24:24 +0000 (19:24 +0000)]
(math-real-if-arg-functions): Add functions to list.

19 years agoAdd simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot,
Jay Belanger [Tue, 15 Feb 2005 19:23:46 +0000 (19:23 +0000)]
Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot,
calcFunc-sech, calcFunc-csch, calcFunc-coth.