]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago* xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
Jan Djärv [Tue, 21 Feb 2006 08:37:33 +0000 (08:37 +0000)]
* xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
returning it.

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 21 Feb 2006 08:34:23 +0000 (08:34 +0000)]
*** empty log message ***

18 years ago(horizontal_bar_bits): Rename from `horisontal_bar_bits'.
Juanma Barranquero [Tue, 21 Feb 2006 08:11:07 +0000 (08:11 +0000)]
(horizontal_bar_bits): Rename from `horisontal_bar_bits'.
(standard_bitmaps): Use it.

18 years ago(mac_draw_string_common): Remove arg MODE. New arg
YAMAMOTO Mitsuharu [Tue, 21 Feb 2006 08:10:04 +0000 (08:10 +0000)]
(mac_draw_string_common): Remove arg MODE.  New arg
BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
(mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
[USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.  Draw
background if BG_WIDTH is not zero.  Use float constants as
divisors instead of double.  Use alloca instead of xmalloc/xfree.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8 || USE_ATSUI]: Background may be drawn using
mac_draw_image_string* functions.
(XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
some fonts when srcCopy text transfer mode might be used.
(mac_begin_clip, mac_end_clip): Check if region is empty.
(mac_set_clip_rectangles): When resetting clip region, make it
empty instead of disposing of it.

18 years ago(Watch Expressions): Update and describe gdb-speedbar-auto-raise.
Nick Roberts [Tue, 21 Feb 2006 03:57:43 +0000 (03:57 +0000)]
(Watch Expressions): Update and describe gdb-speedbar-auto-raise.

18 years ago*** empty log message ***
Nick Roberts [Tue, 21 Feb 2006 03:56:38 +0000 (03:56 +0000)]
*** empty log message ***

18 years ago* mh-e.el (mh-invisible-header-fields-internal): Added entries
Eric Ding [Tue, 21 Feb 2006 00:45:17 +0000 (00:45 +0000)]
* mh-e.el (mh-invisible-header-fields-internal): Added entries
"X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
"X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
"X-Resolved-to:", and "X-SA-Exim".  Fixed "X-Bugzilla-" and
"X-Roving-" by removing unnecessary "*" at end.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 20 Feb 2006 22:31:16 +0000 (22:31 +0000)]
*** empty log message ***

18 years ago(NEW FEATURES): Completed work on this item:
Kim F. Storm [Mon, 20 Feb 2006 22:24:10 +0000 (22:24 +0000)]
(NEW FEATURES): Completed work on this item:
Rework how fringe bitmaps are defined and used.
Currently, bitmap usage and bitmap appearence are "mixed-up" in a
one-level representation.  It would be cleaner to split the
representation into a two-level model where first level maps
bitmap usage to a bitmap name, and second level maps bitmap name to
a bitmap appearence.

18 years ago(url-http-find-free-connection): braino.
Stefan Monnier [Mon, 20 Feb 2006 22:21:00 +0000 (22:21 +0000)]
(url-http-find-free-connection): braino.

18 years agoAdd fringe.elc to WINDOW_SUPPORT.
Kim F. Storm [Mon, 20 Feb 2006 22:16:00 +0000 (22:16 +0000)]
Add fringe.elc to WINDOW_SUPPORT.

18 years ago(Fringe Indicators): New section.
Kim F. Storm [Mon, 20 Feb 2006 22:15:13 +0000 (22:15 +0000)]
(Fringe Indicators): New section.
Move indicate-empty-lines, indicate-buffer-boundaries, and
default-indicate-buffer-boundaries here.
Add fringe-indicator-alist and default-fringes-indicator-alist.
Add list of logical fringe indicator symbols.
Update list of standard bitmap names.
(Fringe Cursors): New section.
Move overflow-newline-into-fringe here.
Add fringe-cursor-alist and default-fringes-cursor-alist.
Add list of fringe cursor symbols.

18 years agoLoad "fringe" on window systems.
Kim F. Storm [Mon, 20 Feb 2006 22:14:54 +0000 (22:14 +0000)]
Load "fringe" on window systems.

18 years ago(fringe-bitmaps): Update to new bitmap names.
Kim F. Storm [Mon, 20 Feb 2006 22:14:47 +0000 (22:14 +0000)]
(fringe-bitmaps): Update to new bitmap names.
(fringe-indicator-alist, fringe-cursor-alist): Initialize.

18 years ago(enum fringe_bitmap_type): Remove. Change all uses
Kim F. Storm [Mon, 20 Feb 2006 22:14:22 +0000 (22:14 +0000)]
(enum fringe_bitmap_type): Remove.  Change all uses
to use `int'.
(NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
Define explicitly.
(Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
(Qhollow_small): New variables.
(syms_of_fringe): Intern and staticpro them.
(question_mark_bits): Rename from unknown_bits.
(left_curly_arrow_bits): Rename from continuation_bits.
(right_curly_arrow_bits): Rename from continued_bits.
(left_triangle_bits): Rename from ov_bits.
(right_triangle_bits): Added.
(filled_rectangle_bits): Rename from filled_box_cursor_bits.
(hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
(filled_square_bits): Added.
(vertical_bar_bits): Rename from bar_cursor_bits.
(horisontal_bar_bits): Rename from hbar_cursor_bits.
(empty_line_bits): Rename from zv_bits.
(standard_bitmaps): Update to use new names.
(draw_fringe_bitmap_1): Make static.
(get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
to map from logical cursors and indicators to physical bitmaps.
(draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
bitmaps using symbol names instead of bitmap numbers.
(update_window_fringes): Use logical indicator symbol names
instead of bitmap numbers for logical.  Add bitmap cache.
(LEFT_FRINGE, RIGHT_FRINGE): New helper macros.

18 years ago(struct buffer): New members fringe_indicator_alist and
Kim F. Storm [Mon, 20 Feb 2006 22:14:12 +0000 (22:14 +0000)]
(struct buffer): New members fringe_indicator_alist and
fringe_cursor_alist.

18 years ago(init_buffer_once): Set dummy default values for
Kim F. Storm [Mon, 20 Feb 2006 22:14:06 +0000 (22:14 +0000)]
(init_buffer_once): Set dummy default values for
fringe-indicator-alist and fringe-cursor-alist.  The proper
default values are set by pre-loading fringe.el.
(syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
correspondig default- variables.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-106
Miles Bader [Mon, 20 Feb 2006 21:55:04 +0000 (21:55 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-106

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 37)

   - Update from CVS

18 years ago(url-redirect-buffer): New var.
Stefan Monnier [Mon, 20 Feb 2006 21:54:23 +0000 (21:54 +0000)]
(url-redirect-buffer): New var.
(url-retrieve-synchronously): Use it to follow redirections.

18 years agoRequire `url' rather than try to autoload parts of it.
Stefan Monnier [Mon, 20 Feb 2006 21:52:08 +0000 (21:52 +0000)]
Require `url' rather than try to autoload parts of it.
(url-http-find-free-connection): `url-open-stream' needs a real buffer.
(url-http-parse-headers): Set `url-redirect-buffer' when following
a redirection reply.

18 years ago(gdb-speedbar-auto-raise): Don't enable by default.
Nick Roberts [Mon, 20 Feb 2006 21:48:49 +0000 (21:48 +0000)]
(gdb-speedbar-auto-raise): Don't enable by default.

18 years ago(gud-speedbar-buttons): Use shadow face for all out of scope components.
Nick Roberts [Mon, 20 Feb 2006 21:47:56 +0000 (21:47 +0000)]
(gud-speedbar-buttons): Use shadow face for all out of scope components.

18 years ago*** empty log message ***
Nick Roberts [Mon, 20 Feb 2006 21:46:12 +0000 (21:46 +0000)]
*** empty log message ***

18 years ago* regex.c: Revert 2006-02-19 change.
Chong Yidong [Mon, 20 Feb 2006 16:44:09 +0000 (16:44 +0000)]
* regex.c: Revert 2006-02-19 change.
Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.

18 years ago* regex.c (xmalloc, xrealloc): Define these when not linked to
Chong Yidong [Mon, 20 Feb 2006 16:25:21 +0000 (16:25 +0000)]
* regex.c (xmalloc, xrealloc): Define these when not linked to
Emacs.

18 years ago* custom.el (customize-mark-to-save, customize-mark-as-set): Load
Chong Yidong [Mon, 20 Feb 2006 15:59:51 +0000 (15:59 +0000)]
* custom.el (customize-mark-to-save, customize-mark-as-set): Load
the symbol first.

18 years ago(Using Interactive): Fix reference to node "Minibuffers".
Juanma Barranquero [Mon, 20 Feb 2006 10:29:02 +0000 (10:29 +0000)]
(Using Interactive): Fix reference to node "Minibuffers".

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-102
Miles Bader [Mon, 20 Feb 2006 09:40:28 +0000 (09:40 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-102
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Feb 2006 03:53:56 +0000 (03:53 +0000)]
*** empty log message ***

18 years ago(extend_range_table_work_area): Fix typo.
Luc Teirlinck [Mon, 20 Feb 2006 03:48:53 +0000 (03:48 +0000)]
(extend_range_table_work_area): Fix typo.

18 years ago* mh-alias.el (mh-address-mail-regexp)
Bill Wohler [Mon, 20 Feb 2006 01:24:38 +0000 (01:24 +0000)]
* mh-alias.el (mh-address-mail-regexp)
(mh-goto-address-find-address-at-point): Delete copies from
goto-addr.el. (mh-alias-suggest-alias): Use goto-address-mail-regexp
instead of mh-address-mail-regexp.
(mh-alias-add-address-under-point): Use
goto-address-find-address-at-point instead of
mh-goto-address-find-address-at-point.

* mh-e.el (mh-show-use-goto-addr-flag): Delete.

* mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
docstring.
(mh-show-addr): Call goto-address unconditionally. User should use
goto-address-highlight-p instead of mh-show-use-goto-addr-flag.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 20 Feb 2006 01:21:47 +0000 (01:21 +0000)]
*** empty log message ***

18 years ago(regex_compile): Call xmalloc and xrealloc.
Richard M. Stallman [Mon, 20 Feb 2006 01:19:15 +0000 (01:19 +0000)]
(regex_compile): Call xmalloc and xrealloc.
(regcomp): Use xmalloc.

18 years ago(x_catch_errors): Use xmalloc.
Richard M. Stallman [Mon, 20 Feb 2006 01:18:43 +0000 (01:18 +0000)]
(x_catch_errors): Use xmalloc.

18 years ago(extend_range_table_work_area): Call xmalloc and xrealloc.
Richard M. Stallman [Mon, 20 Feb 2006 01:15:42 +0000 (01:15 +0000)]
(extend_range_table_work_area): Call xmalloc and xrealloc.

18 years ago(malloc_widget_value): Use xmalloc.
Richard M. Stallman [Mon, 20 Feb 2006 01:14:07 +0000 (01:14 +0000)]
(malloc_widget_value): Use xmalloc.

18 years ago(list-buffers-noselect): Turn also "\n" into a strech spec so it doesn't display
Juanma Barranquero [Mon, 20 Feb 2006 00:56:31 +0000 (00:56 +0000)]
(list-buffers-noselect): Turn also "\n" into a strech spec so it doesn't display
as "^J" on the header line when `Buffer-menu-use-header-line' is t.

18 years ago(gdb-speedbar-expand-node): Force update of speedbar.
Nick Roberts [Mon, 20 Feb 2006 00:03:15 +0000 (00:03 +0000)]
(gdb-speedbar-expand-node): Force update of speedbar.

18 years ago(gud-speedbar-buttons): Fontify watch expessions.
Nick Roberts [Mon, 20 Feb 2006 00:02:22 +0000 (00:02 +0000)]
(gud-speedbar-buttons): Fontify watch expessions.

18 years ago(speedbar-make-button): Keep text properties
Nick Roberts [Mon, 20 Feb 2006 00:01:10 +0000 (00:01 +0000)]
(speedbar-make-button): Keep text properties
of string arguments if desired.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Feb 2006 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago[HAVE_GETRLIMIT]: Include sys/resource.h.
Richard M. Stallman [Mon, 20 Feb 2006 00:00:18 +0000 (00:00 +0000)]
[HAVE_GETRLIMIT]: Include sys/resource.h.
(check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.

18 years ago*** empty log message ***
Nick Roberts [Mon, 20 Feb 2006 00:00:11 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago(digest_single_submenu): When pane_string is empty, do initialize save_wv.
Richard M. Stallman [Sun, 19 Feb 2006 23:41:31 +0000 (23:41 +0000)]
(digest_single_submenu): When pane_string is empty, do initialize save_wv.

18 years ago(High-Level Completion): Add xref to read-input-method-name.
Richard M. Stallman [Sun, 19 Feb 2006 23:40:25 +0000 (23:40 +0000)]
(High-Level Completion): Add xref to read-input-method-name.

18 years ago(Relative File Names): Move file-relative-name here.
Richard M. Stallman [Sun, 19 Feb 2006 23:39:55 +0000 (23:39 +0000)]
(Relative File Names): Move file-relative-name here.
(File Name Expansion): From here.  Minor clarifications.

18 years ago(Using Interactive): Put string case before list case.
Richard M. Stallman [Sun, 19 Feb 2006 23:38:11 +0000 (23:38 +0000)]
(Using Interactive): Put string case before list case.

18 years ago(Using Interactive): Add xrefs about reading input.
Richard M. Stallman [Sun, 19 Feb 2006 23:37:38 +0000 (23:37 +0000)]
(Using Interactive): Add xrefs about reading input.
Clarify remarks about that moving point and mark.

18 years agoUse @smallbook.
Richard M. Stallman [Sun, 19 Feb 2006 23:35:56 +0000 (23:35 +0000)]
Use @smallbook.
(Top): Update ref to Emacs paper, delete ref to Cookbook.
Update subnode menu.

18 years ago(Lisp Interaction): Minor addition.
Richard M. Stallman [Sun, 19 Feb 2006 23:34:53 +0000 (23:34 +0000)]
(Lisp Interaction): Minor addition.

18 years ago(ffap-read-file-or-url): Bind `completion-ignore-case' to value of
John Paul Wallington [Sun, 19 Feb 2006 23:28:42 +0000 (23:28 +0000)]
(ffap-read-file-or-url): Bind `completion-ignore-case' to value of
`read-file-name-completion-ignore-case'.  From Ryan Yeske.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Feb 2006 21:21:34 +0000 (21:21 +0000)]
*** empty log message ***

18 years ago* cus-edit.el (customize-set-variable): Push setting to `user' theme.
Chong Yidong [Sun, 19 Feb 2006 17:27:37 +0000 (17:27 +0000)]
* cus-edit.el (customize-set-variable): Push setting to `user' theme.

18 years ago* custom.el (customize-mark-as-set): Push to `user' theme.
Chong Yidong [Sun, 19 Feb 2006 17:26:44 +0000 (17:26 +0000)]
* custom.el (customize-mark-as-set): Push to `user' theme.

18 years ago* custom.el (customize-mark-to-save): Load the symbol's
Chong Yidong [Sun, 19 Feb 2006 16:20:21 +0000 (16:20 +0000)]
* custom.el (customize-mark-to-save): Load the symbol's
dependencies, so that `standard-value' will be present.

18 years ago* cus-edit.el (custom-save-variables): Allow unthemed values.
Chong Yidong [Sun, 19 Feb 2006 15:50:09 +0000 (15:50 +0000)]
* cus-edit.el (custom-save-variables): Allow unthemed values.

18 years ago(update_menu_bar) [MAC_OS]: Don't set
YAMAMOTO Mitsuharu [Sun, 19 Feb 2006 07:33:40 +0000 (07:33 +0000)]
(update_menu_bar) [MAC_OS]: Don't set
w->update_mode_line if arg F is not the selected frame.

18 years ago(popup_activated_flag, submenu_id)
YAMAMOTO Mitsuharu [Sun, 19 Feb 2006 07:33:13 +0000 (07:33 +0000)]
(popup_activated_flag, submenu_id)
(next_menubar_widget_id): Remove variables.
(initialize_frame_menubar): Remove function.
(pop_down_menu, mac_menu_show): Simplify save value.
(dispose_menus): New function.
(pop_down_menu, fill_menubar): Use it.
(fill_submenu): Remove function.  All uses changed to fill_menu.
(add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
POS.  Don't call SetMenuItemHierarchicalID here.
(fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
used next.  Call SetMenuItemHierarchicalID here.
(fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
objects if needed.  Reuse existing menu bar titles if possible.
(set_frame_menubar): Don't clean up menu objects here.

18 years ago(gdb-force-update): Rename from gdb-var-changed.
Nick Roberts [Sun, 19 Feb 2006 05:21:50 +0000 (05:21 +0000)]
(gdb-force-update): Rename from gdb-var-changed.
(gdb-post-prompt): Use it.
(gdb-var-create-handler, gdb-var-evaluate-expression-handler)
(gdb-var-update-handler, gdb-var-delete)
(gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Don't set gdb-var-changed, just set
gdb-force-update in gdb-post-prompt.
(gdb-reset): Clear watch expressions from speedbar when quitting.

18 years agoDon't require font-lock as it's now automatically loaded.
Nick Roberts [Sun, 19 Feb 2006 05:20:44 +0000 (05:20 +0000)]
Don't require font-lock as it's now automatically loaded.
(gud-speedbar-buttons): Replace gdb-var-changed with gdb-force-update.

18 years ago*** empty log message ***
Nick Roberts [Sun, 19 Feb 2006 05:19:26 +0000 (05:19 +0000)]
*** empty log message ***

18 years ago2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 19 Feb 2006 03:16:45 +0000 (03:16 +0000)]
2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-insert-state-post-command-sentinel,
viper-change-state-to-vi, viper-change-state-to-emacs):
made aware of cursor coloring in the emacs state.
(viper-special-read-and-insert-char): use read-char-exclusive.
(viper-minibuffer-trim-tail): workaround for fields in minibuffer.

* viper-init.el (viper-emacs-state-cursor-color): new variable.

* viper-util.el (viper-save-cursor-color,
viper-get-saved-cursor-color-in-replace-mode,
viper-get-saved-cursor-color-in-insert-mode,
viper-restore-cursor-color): make aware of the cursor color in emacs
state.
(viper-get-saved-cursor-color-in-emacs-mode): new function.

* ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
ediff-ignore-case-option3, ediff-actual-diff-options,
ediff-actual-diff3-options): new variables to control case sensitivity.
(ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
ediff-setup-diff-regions3): made aware of case-sensitivity.
(ediff-toggle-ignore-case): new function.
(ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.

* ediff-help.el (ediff-long-help-message-narrow2,
ediff-long-help-message-compare2, ediff-long-help-message-compare3,
ediff-long-help-message-word-mode): add ignore-case command.
(ediff-help-for-quick-help): add ignore-case command.

* ediff-merg.el: move provide to the end.

* ediff-ptch.el: move provide to the end.

* ediff-wind.el: move provide to the end.

* ediff-mult.el: move provide to the end.
(ediff-set-meta-overlay): enable follow-link.

* ediff.el: move provide to the end.
Break recursive load cycle in eval-when-compile.
(ediff-patch-buffer): better heuristics.

* ediff-util.el: move provide to the end.
Break recursive load cycle in eval-when-compile.
(ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
defuns.
(ediff-submit-report): pass the values of ediff-diff3-program,
ediff-diff3-options.

18 years ago(Version, mh-version): Add +cvs to version.
Bill Wohler [Sat, 18 Feb 2006 23:38:39 +0000 (23:38 +0000)]
(Version, mh-version): Add +cvs to version.

18 years ago(help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
Juanma Barranquero [Sat, 18 Feb 2006 23:34:18 +0000 (23:34 +0000)]
(help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
the following bracketing pairs: {}, [], (), <>, `' (for example, in the
docstring of `windmove-default-keybindings').

18 years ago(gdb-var-evaluate-expression-handler)
Nick Roberts [Sat, 18 Feb 2006 22:58:26 +0000 (22:58 +0000)]
(gdb-var-evaluate-expression-handler)
(gdb-var-update-handler): Detect out of scope variables with pre
GDB 6.4 too.
(gdb-post-prompt): Revert changet 2006-02-17 (force update).
Reset status of variable objexts to nil in update handlers.
(gdb-var-update-handler-1): Detect when a variable object comes
in scope.  setcar on var changes gdb-var-list directly.

18 years ago(gud-speedbar-buttons): Update properly for
Nick Roberts [Sat, 18 Feb 2006 22:57:05 +0000 (22:57 +0000)]
(gud-speedbar-buttons): Update properly for
shadow face.  Don't provide binding to edit variable when it is
out of scope.

18 years ago*** empty log message ***
Nick Roberts [Sat, 18 Feb 2006 22:55:09 +0000 (22:55 +0000)]
*** empty log message ***

18 years agoMention that 7.92 is the third 8.0 beta release.
Bill Wohler [Sat, 18 Feb 2006 22:47:54 +0000 (22:47 +0000)]
Mention that 7.92 is the third 8.0 beta release.

18 years agoUpdate for MH-E release 7.92.
Bill Wohler [Sat, 18 Feb 2006 22:47:01 +0000 (22:47 +0000)]
Update for MH-E release 7.92.

18 years ago(Version, mh-version): Update for release 7.92.
Bill Wohler [Sat, 18 Feb 2006 22:43:43 +0000 (22:43 +0000)]
(Version, mh-version): Update for release 7.92.

18 years ago* window.c (window_min_size_1): Ensure room for the scroll bar and
Chong Yidong [Sat, 18 Feb 2006 22:17:09 +0000 (22:17 +0000)]
* window.c (window_min_size_1): Ensure room for the scroll bar and
fringes.

18 years agoRemove trailing whitespace (checkdoc fix).
Bill Wohler [Sat, 18 Feb 2006 18:39:31 +0000 (18:39 +0000)]
Remove trailing whitespace (checkdoc fix).

18 years ago(Info-search): Skip `Local Variables' node.
Juri Linkov [Fri, 17 Feb 2006 21:55:44 +0000 (21:55 +0000)]
(Info-search): Skip `Local Variables' node.

18 years ago(icomplete-get-keys): Use `t' for the second arg `visible-ok'
Juri Linkov [Fri, 17 Feb 2006 21:54:35 +0000 (21:54 +0000)]
(icomplete-get-keys): Use `t' for the second arg `visible-ok'
of `other-buffer' to find the right original buffer.

18 years ago(ffap) <defface>: Add explicit face declaration.
Juri Linkov [Fri, 17 Feb 2006 21:54:17 +0000 (21:54 +0000)]
(ffap) <defface>: Add explicit face declaration.
(ffap-highlight): Use face `ffap' directly instead of checking
for its existence.

18 years ago(Info-find-file): Check for symbols `apropos', `history',
Juri Linkov [Fri, 17 Feb 2006 21:29:13 +0000 (21:29 +0000)]
(Info-find-file): Check for symbols `apropos', `history',
`toc' in the input filename, and return these symbols as is.
(Info-find-node-2): Set Info-current-file to symbols `apropos',
`history', `toc' instead of strings.
(Info-set-mode-line): For non-string Info-current-file use the
symbol's name inside **.
(Info-isearch-push-state): Add quote before Info-current-file and
Info-current-node.
(Info-isearch-pop-state): Use `equal' instead of `string='.
(Info-extract-pointer, Info-following-node-name): Use
`match-string-no-properties' instead of `match-string'.
(Info-up): Check `old-file' for `stringp'.
(Info-history): Use `equal' instead of `string-equal'.
Check `file' for `stringp'.
(Info-history): Use symbol `history' instead of string as first arg
of `Info-find-node'.
(Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
`toc' instead of string.
(Info-extract-menu-node-name): Use `buffer-substring-no-properties'
instead of `buffer-substring', and `match-string-no-properties'
instead of `match-string'.
(Info-index-nodes): Check for symbols `apropos', `history', `toc'
instead of strings.
(info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
Use symbol `apropos' instead of string.
(Info-copy-current-node-name): Check `Info-current-file' for
`stringp' and construct a command with `Info-find-node' from it.
(Info-fontify-node): Use `match-string-no-properties' instead of
`match-string' and check file names for `stringp'.
(Info-desktop-buffer-misc-data): Check for symbols `apropos',
`history', `toc' instead of strings.

18 years ago(Watch Expressions): Update and be more precise.
Nick Roberts [Fri, 17 Feb 2006 20:55:18 +0000 (20:55 +0000)]
(Watch Expressions): Update and be more precise.

18 years ago*** empty log message ***
Nick Roberts [Fri, 17 Feb 2006 20:51:12 +0000 (20:51 +0000)]
*** empty log message ***

18 years ago(mh-folder-msg-number): Use purple on low-color, light backgrounds per
Bill Wohler [Fri, 17 Feb 2006 20:32:16 +0000 (20:32 +0000)]
(mh-folder-msg-number): Use purple on low-color, light backgrounds per
Mark's suggestion.

18 years ago(BASE_PURESIZE): Increment to 1200000.
Romain Francoise [Fri, 17 Feb 2006 19:58:17 +0000 (19:58 +0000)]
(BASE_PURESIZE): Increment to 1200000.

18 years ago(mh-image-load-path): Fix problem that images on load-path or
Bill Wohler [Fri, 17 Feb 2006 18:36:03 +0000 (18:36 +0000)]
(mh-image-load-path): Fix problem that images on load-path or
image-load-path would win over relative paths (newer MH-E or Emacs
distribution).

18 years ago(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
Stefan Monnier [Fri, 17 Feb 2006 16:00:35 +0000 (16:00 +0000)]
(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.

18 years ago* files.el: Rearrange functions and variables in the file local
Chong Yidong [Fri, 17 Feb 2006 15:33:22 +0000 (15:33 +0000)]
* files.el: Rearrange functions and variables in the file local
variables section.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 17 Feb 2006 15:12:43 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(Fset_window_scroll_bars): Doc fix.
Juanma Barranquero [Fri, 17 Feb 2006 15:02:30 +0000 (15:02 +0000)]
(Fset_window_scroll_bars): Doc fix.

18 years agoAdd truncate-lines, ispell-check-comments and
Reiner Steib [Fri, 17 Feb 2006 13:42:17 +0000 (13:42 +0000)]
Add truncate-lines, ispell-check-comments and
ispell-local-dictionary as safe local variables.

18 years ago(display_mode_element): Call display_string with correct
Kenichi Handa [Fri, 17 Feb 2006 12:35:52 +0000 (12:35 +0000)]
(display_mode_element): Call display_string with correct
PREC arg (which must be a number of characters, not column width).

18 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Feb 2006 12:35:38 +0000 (12:35 +0000)]
*** empty log message ***

18 years ago(gdb-var-list): Update doc string.
Nick Roberts [Fri, 17 Feb 2006 11:51:38 +0000 (11:51 +0000)]
(gdb-var-list): Update doc string.
(gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
(gdb-show-changed-values): Also use for out of scope variables.
(gdb-var-update-handler-1): Note if variable goes out of scope.

18 years ago(gud-speedbar-buttons): Use shadow face for
Nick Roberts [Fri, 17 Feb 2006 11:50:48 +0000 (11:50 +0000)]
(gud-speedbar-buttons): Use shadow face for
out of scope variables.
(gud-speedbar-buttons): Use unless.

18 years ago*** empty log message ***
Nick Roberts [Fri, 17 Feb 2006 11:49:39 +0000 (11:49 +0000)]
*** empty log message ***

18 years agoReworked.
Kenichi Handa [Fri, 17 Feb 2006 11:24:57 +0000 (11:24 +0000)]
Reworked.

18 years ago(TUTORIAL.cn): Update the maintainer.
Kenichi Handa [Fri, 17 Feb 2006 11:24:24 +0000 (11:24 +0000)]
(TUTORIAL.cn): Update the maintainer.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 17 Feb 2006 11:20:41 +0000 (11:20 +0000)]
*** empty log message ***

18 years ago(rcirc-connect): Make all arguments optional, and default to global variable
Eli Zaretskii [Fri, 17 Feb 2006 11:19:00 +0000 (11:19 +0000)]
(rcirc-connect): Make all arguments optional, and default to global variable
values for unsupplied args.
(rcirc-get-buffer-create): Fix bug with setting the target.
(rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include test for
rcirc-always-use-server-buffer-flag here.
(rcirc-response-formats): Add %N, which is a facified nick.  %n uses the
default face.  Change the ACTION format string.  If the "nick" is the server,
don't print anything for that field.  Comment fixes.
(rcirc-target-buffer): Don't test rcirc-always-use-server-buffer-flag here.
(rcirc-print): Squeeze extra spaces out of the text before message.
(rcirc-put-nick-channel): Strip potential "@" char from nick before adding
them to nick table.
(rcirc-url-regexp): Improve to match address like "foo.com".

18 years ago(ispell-local-dictionary-alist): Accept as valid any coding-system
Eli Zaretskii [Fri, 17 Feb 2006 11:13:26 +0000 (11:13 +0000)]
(ispell-local-dictionary-alist): Accept as valid any coding-system
supported by emacs.
(ispell-dictionary-alist-3): Esperanto dictionary's coding system
changed to iso-8859-3.

18 years ago(allout-hidden-p): Move this defsubts before
Eli Zaretskii [Fri, 17 Feb 2006 11:02:27 +0000 (11:02 +0000)]
(allout-hidden-p): Move this defsubts before
allout-overlay-interior-modification-handler, where it is first used.

18 years agoUpdate the Allout entry.
Eli Zaretskii [Fri, 17 Feb 2006 10:58:37 +0000 (10:58 +0000)]
Update the Allout entry.

18 years agoUse allout invisible-text overlays instead of
Eli Zaretskii [Fri, 17 Feb 2006 10:53:13 +0000 (10:53 +0000)]
Use allout invisible-text overlays instead of
selective display for concealed text.  Also, lots of general
cleanup, and improved compatibility code.
(allout-version) Incremented, corrected, revised, and refined
module commentary.
(provide 'allout): Moved to the bottom, added a require of overlay.
(allout-encrypt-unencrypted-on-saves): Defaults to t instead of
`except-current'.
(allout-write-file-hook-handler): Minimize delay.
(count-trailing-whitespace-region): New function so
auto-encryption of current topic can resituate cursor exactly.
PGP/GPG encryption trims trailing whitespace from lines, which
must be accounted for across encryption then decryption.
(allout-command-prefix): Now defaults to "\C-c<space>" rather than
just plain "\C-c", to avoid intruding on user's keybinding space.
(allout-toggle-current-subtree-encryption): Pass along fetch-pass
parameter, so user request to provide a new password is done.
(allout-outside-normal-auto-fill-function, allout-auto-fill):
Refined mechanism for auto-filling behavior while in allout mode.
(allout-mode): Explicitly specify the mode map in the docstring.
Clarify provision for various write-file hook var names.
Adjusted for invisible-text overlays instead of selective-display.
(allout-depth): Really return 0 if not within any topic.  This
rectifies `allout-beginning-of-level' and sequence numbering
errors that occur when cutting and pasting numbered topics.
Changed from a in-line subst to a regular function, as well.
(allout-pre-next-prefix): Renamed from allout-pre-next-preface.
(allout-end-of-subtree, allout-end-of-subtree)
(allout-end-of-entry, allout-end-of-current-heading)
(allout-next-visible-heading, allout-open-topic, allout-show-entry)
(allout-show-children, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-entry): Rectified
handling of trailing blank lines between items.
(allout-line-boundary-regexp, set-allout-regexp, allout-depth)
(allout-current-depth, allout-unprotected, allout-hidden-p)
(allout-on-current-heading-p, allout-listify-exposed)
(allout-chart-subtree, allout-goto-prefix)
(allout-back-to-current-heading, allout-get-body-text)
(allout-snug-back, allout-flag-current-subtree, allout-show-all)
(allout-hide-region-body, allout-toggle-subtree-encryption)
(allout-encrypt-string, allout-encrypted-key-info)
(allout-next-topic-pending-encryption, allout-encrypt-decrypted)
(allout-file-vars-section-data): Adjusted for use with
invisible-text overlays instead of selective-display.
(allout-kill-line, allout-kill-topic, allout-yank-processing):
Reworked for use with invisible text overlays.
(allout-current-topic-collapsed-p): New function.
(allout-hide-current-subtree): Use allout-current-topic-collapsed-p
to know when to close the containing topic.
(allout-pre-command-business, allout-post-command-business):
Simplify undo-batching and dynamic isearch exposure.
(allout-set-overlay-category): New for invisible-text overlays.
Sets properties of allout-overlay-category, used by
allout-flag-region to set invisible-text overlay properties.
(allout-get-invisibility-overlay): Get the first qualifying
invisibility overlay, so we can find the extent of it.
(allout-back-to-visible-text): Get to just before the beginnining
of the current invisibility overlay, if any.
(allout-overlay-insert-in-front-handler)
(allout-overlay-interior-modification-handler)
(allout-before-change-handler, allout-isearch-end-handler): New
functions to handle extraordinary actions affecting concealed
text.
(allout-flag-region): Use overlays instead of selective-display
for invisible text - by inheritence from the properties of
allout-overlay-category in mainline emacs, and applied
property-by-property in xemacs, some recent versions of which
don't inherit the properties from the category.  Provisions to
respond to concealed-text edits simplified drastically.
(allout-isearch-rectification, allout-isearch-was-font-lock)
(allout-isearch-expose, allout-enwrap-isearch)
(allout-isearch-abort, allout-pre-was-isearching)
(allout-isearch-prior-pos, allout-isearch-did-quit)
(allout-isearch-dynamic-expose)
(allout-hide-current-entry-completely): Functions deleted.
(allout-undo-aggregation): Explicit undo aggregation no longer
necessary due to transition away from selective-display.
(set-allout-regexp, allout-up-current-level)
(allout-next-visible-heading, allout-forward-current-level)
(allout-open-topic, allout-reindent-body, allout-rebullet-topic)
(allout-kill-line, allout-yank-processing, allout-show-children)
(allout-expose-topic, allout-old-expose-topic)
(allout-listify-exposed, allout-insert-latex-header)
(allout-toggle-subtree-encryption, allout-encrypt-string)
(remove-from-invisibility-spec, allout-hide-current-subtree):
Ditched unused variables.

18 years ago(ispell-change-dictionary): Call ispell-buffer-local-dict instead of
Eli Zaretskii [Fri, 17 Feb 2006 10:43:53 +0000 (10:43 +0000)]
(ispell-change-dictionary):  Call ispell-buffer-local-dict instead of
ispell-accept-buffer-local-defs.