bpt/emacs.git
18 years ago* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong [Thu, 16 Mar 2006 03:19:56 +0000 (03:19 +0000)]
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
moved here from Emacs manual.

* programs.texi (Fortran): Section moved to emacs-xtra.
(Program Modes): Xref to Fortran in emacs-xtra.

* maintaining.texi (Emerge): Moved to emacs-xtra.
* files.texi (Comparing Files): Xref to Emerge in emacs-xtra.

* picture.texi: File deleted.
* text.texi (Text): Xref to Picture Mode in emacs-xtra.
* abbrevs.texi (Abbrevs):
* sending.texi (Sending Mail): Picture node removed.

* emacs.texi (Top): Update node listings.

18 years ago(auto-coding-regexp-alist): Add entries
Kenichi Handa [Thu, 16 Mar 2006 02:22:20 +0000 (02:22 +0000)]
(auto-coding-regexp-alist): Add entries
for Unicode BOM.

18 years ago(sort-build-lists): Temporarily bind
Kenichi Handa [Thu, 16 Mar 2006 02:11:08 +0000 (02:11 +0000)]
(sort-build-lists): Temporarily bind
inhibit-field-text-motion to t.

18 years ago(locate-command, locate-make-command-line)
Luc Teirlinck [Thu, 16 Mar 2006 01:43:59 +0000 (01:43 +0000)]
(locate-command, locate-make-command-line)
(locate-fcodes-file, locate-update-command)
(locate-prompt-for-command, locate, locate-with-filter)
(locate-get-file-positions): Doc fixes.
(locate-buffer-name, locate-header-face): Remove leading `*' in defcustom.
(locate-filter-output): Use `keep-lines' instead of its alias
`delete-non-matching-lines'.
(locate-get-filename, locate-get-dirname): Add introductory comment.
(locate-find-directory-other-window): Give appropriate error
message if used outside main listing.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 16 Mar 2006 01:42:32 +0000 (01:42 +0000)]
*** empty log message ***

18 years ago* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
Stefan Monnier [Wed, 15 Mar 2006 22:26:09 +0000 (22:26 +0000)]
* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
the new extend-region feature.
(font-lock-after-change-function): Update correspondingly.
* jit-lock.el (jit-lock-after-change): Update correspondingly.
* progmodes/grep.el (font-lock-lines-before): Don't disable.
* modes.texi (Region to Fontify): Remove font-lock-lines-before.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 15 Mar 2006 19:41:35 +0000 (19:41 +0000)]
*** empty log message ***

18 years agoWhitespace fixups.
Romain Francoise [Wed, 15 Mar 2006 19:26:08 +0000 (19:26 +0000)]
Whitespace fixups.

18 years ago(extend_face_to_end_of_line): Always add space glyph to
Kim F. Storm [Wed, 15 Mar 2006 19:02:14 +0000 (19:02 +0000)]
(extend_face_to_end_of_line): Always add space glyph to
empty row.  Fixes memory corruption revealed by 2006-03-02 change.
(display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
(tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
width is exactly the same as the window width.  Don't count a final
empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).

18 years ago*** empty log message ***
Kim F. Storm [Wed, 15 Mar 2006 19:02:00 +0000 (19:02 +0000)]
*** empty log message ***

18 years ago(Defining Images): Fix example in image-load-path-for-library by not
Bill Wohler [Wed, 15 Mar 2006 17:08:39 +0000 (17:08 +0000)]
(Defining Images): Fix example in image-load-path-for-library by not
recommending that one binds image-load-path. Just defvar it to placate
compiler and only use it if previously defined.

18 years ago(image-load-path-for-library): Fix example by not recommending that
Bill Wohler [Wed, 15 Mar 2006 17:06:16 +0000 (17:06 +0000)]
(image-load-path-for-library): Fix example by not recommending that
one binds image-load-path. Just defvar it to placate compiler and only
use it if previously defined.

18 years ago* mh-compat.el (mh-image-load-path-for-library): Fix example by not
Bill Wohler [Wed, 15 Mar 2006 17:03:58 +0000 (17:03 +0000)]
* mh-compat.el (mh-image-load-path-for-library): Fix example by not
recommending that one binds image-load-path. Just defvar it to placate
compiler and only use it if previously defined.

* mh-e.el (image-load-path): Don't bind!

* mh-folder.el (mh-folder-mode): Only use image-load-path if
previously defined.

* mh-letter.el (mh-letter-mode): Ditto.

* mh-utils.el (mh-logo-display): Ditto.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 15 Mar 2006 11:20:34 +0000 (11:20 +0000)]
*** empty log message ***

18 years ago(w32_init_fringe, w32_reset_fringes): Restore to being conditional on
Juanma Barranquero [Wed, 15 Mar 2006 10:48:26 +0000 (10:48 +0000)]
(w32_init_fringe, w32_reset_fringes): Restore to being conditional on
HAVE_NTGUI, not WINDOWS_NT.

18 years ago(mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
YAMAMOTO Mitsuharu [Wed, 15 Mar 2006 07:56:16 +0000 (07:56 +0000)]
(mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
(max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
(mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
(mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
(mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
(x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
instead of mac_draw_bitmap.
(x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
define_fringe_bitmap and destroy_fringe_bitmap.

18 years ago(mac_init_fringe) [MAC_OS]: New function.
YAMAMOTO Mitsuharu [Wed, 15 Mar 2006 07:55:45 +0000 (07:55 +0000)]
(mac_init_fringe) [MAC_OS]: New function.

18 years ago(mac_init_fringe) [MAC_OS]: Add prototype.
YAMAMOTO Mitsuharu [Wed, 15 Mar 2006 07:55:36 +0000 (07:55 +0000)]
(mac_init_fringe) [MAC_OS]: Add prototype.

18 years agoVersion number change only.
Carsten Dominik [Wed, 15 Mar 2006 07:14:20 +0000 (07:14 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 15 Mar 2006 07:13:43 +0000 (07:13 +0000)]
*** empty log message ***

18 years agoVersion number change.
Carsten Dominik [Wed, 15 Mar 2006 07:12:36 +0000 (07:12 +0000)]
Version number change.

18 years ago(org-insert-centered): Use `string-width' to make
Carsten Dominik [Wed, 15 Mar 2006 07:11:19 +0000 (07:11 +0000)]
(org-insert-centered): Use `string-width' to make
underlining work for wide characters.
(org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
TAB to `org-cycle', to make sure that no binding in
`outline-mode-map' can supercede it.

18 years ago* allout.el: Increment version to 2.2.1 in file commentary.
Luc Teirlinck [Wed, 15 Mar 2006 03:14:15 +0000 (03:14 +0000)]
* allout.el: Increment version to 2.2.1 in file commentary.
(allout-version): Increment to 2.2.1.
(allout-default-layout): New customization variable, used when the
file lacks a specific allout-layout.  Uses allout-layout-type for
recursively nested definition.
(allout-layout-type): Widget defining allout layouts, necessary for
self-recursive definition.
(allout-mode): Incorporate allout-default-layout as fallback for
allout-layout.
(allout-layout): Mark as 'safe-local-variable', and refer mention
fallback to `allout-default-layout' in absence of a specified value.
(allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Mark as 'safe-local-variable'.
(allout-file-passphrase-verifier-string): Obsolete variable, removed.
(allout-get-encryption-passphrase-verifier): Use correct name of
passphrase verifier in docstring.

From Ken Manheimer.

18 years agoWhitespace change.
Luc Teirlinck [Wed, 15 Mar 2006 03:03:55 +0000 (03:03 +0000)]
Whitespace change.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 15 Mar 2006 02:57:37 +0000 (02:57 +0000)]
*** empty log message ***

18 years agoAdd index entries around each paragraph rather than depend on entries
Bill Wohler [Wed, 15 Mar 2006 00:26:12 +0000 (00:26 +0000)]
Add index entries around each paragraph rather than depend on entries
from beginning of node. Doing so ensures that index entries are less
likely to be forgotten if text is cut and pasted, and are necessary
anyway if the references are on a separate page. It seems that
makeinfo is now (v. 4.8) only producing one index entry per node, so
there is no longer any excuse not to. Use subheading instead of
heading. The incorrect use of heading produced very large fonts in
Info--as large as the main heading.
(From Bill Wohler): MH-E never did appear in Emacs 21--MH-E versions 6
and 7 appeared *around* the time of these Emacs releases.

18 years ago(Note): Describe features for debugging with GDB in Emacs.
Nick Roberts [Tue, 14 Mar 2006 20:29:15 +0000 (20:29 +0000)]
(Note): Describe features for debugging with GDB in Emacs.

18 years ago(gud-speedbar-buttons): Follow change to gdb-var-list.
Nick Roberts [Tue, 14 Mar 2006 20:27:57 +0000 (20:27 +0000)]
(gud-speedbar-buttons): Follow change to gdb-var-list.

18 years ago(gdb-var-list): Change order of first two elements.
Nick Roberts [Tue, 14 Mar 2006 20:26:57 +0000 (20:26 +0000)]
(gdb-var-list): Change order of first two elements.
(gdb-find-watch-expression): Make it work for arrays too.  Follow
change to gdb-var-list.
(gud-watch): Allow the user to enter variable name with a prexix
arg.  Create keybindings.
(gdb-var-create-handler, gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler, gdb-var-update-handler)
(gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Follow change to gdb-var-list.
(gdb-starting): Don't show the overlay arrows when program is
running.

18 years ago*** empty log message ***
Nick Roberts [Tue, 14 Mar 2006 20:25:42 +0000 (20:25 +0000)]
*** empty log message ***

18 years ago(Defining Images): In image-load-path-for-library, always return list
Bill Wohler [Tue, 14 Mar 2006 19:35:08 +0000 (19:35 +0000)]
(Defining Images): In image-load-path-for-library, always return list
of directories. Update example.

18 years ago* mh-compat.el (mh-image-load-path-for-library): Incorporate changes
Bill Wohler [Tue, 14 Mar 2006 19:21:48 +0000 (19:21 +0000)]
* mh-compat.el (mh-image-load-path-for-library): Incorporate changes
from image-load-path-for-library, which are:
(image-load-path-for-library): Pass value of path rather than symbol.
Always return list of directories. Guarantee that image directory
comes first.

* mh-e.el (image-load-path): Define on those Emacsen that lack it to
avoid compile and run-time errors.

* mh-folder.el (mh-folder-mode): Use new idiom for setting
image-load-path.

* mh-letter.el (mh-letter-mode): Ditto.

* mh-utils.el (mh-logo-display): Ditto.

18 years ago(image-load-path-for-library): Pass value of path rather than symbol.
Bill Wohler [Tue, 14 Mar 2006 19:16:24 +0000 (19:16 +0000)]
(image-load-path-for-library): Pass value of path rather than symbol.
Always return list of directories. Guarantee that image directory
comes first.

18 years ago*** empty log message ***
Alan Mackenzie [Tue, 14 Mar 2006 18:32:13 +0000 (18:32 +0000)]
*** empty log message ***

18 years ago* modes.texi: New node, "Region to Fontify" (for Font Lock).
Alan Mackenzie [Tue, 14 Mar 2006 18:30:48 +0000 (18:30 +0000)]
* modes.texi: New node, "Region to Fontify" (for Font Lock).
This describes font-lock-extend-region-function.
("Other Font Lock Variables"): move "font-lock-lines-before" to
the new node "Region to Fontify".

18 years ago* font-core.el: New function/variable
Alan Mackenzie [Tue, 14 Mar 2006 18:23:47 +0000 (18:23 +0000)]
* font-core.el: New function/variable
font-lock-extend-region\(-function\)?.

* font-lock.el (font-lock-after-change-function): Call
font-lock-extend-region.  Obey font-lock-lines-before.
(font-lock-default-fontify-region): Remove reference to
font-lock-lines-before.

* jit-lock.el (jit-lock-after-change): Call
font-lock-extend-region.  Obey font-lock-lines-before.

18 years ago* xterm.c (x_uncatch_errors): Block input for entire function.
Chong Yidong [Tue, 14 Mar 2006 15:38:43 +0000 (15:38 +0000)]
* xterm.c (x_uncatch_errors): Block input for entire function.

18 years ago(tree-widget-themes-load-path)
David Ponce [Tue, 14 Mar 2006 10:20:51 +0000 (10:20 +0000)]
(tree-widget-themes-load-path)
(tree-widget-themes-directory, tree-widget-theme): Doc fix.

18 years ago*** empty log message ***
David Ponce [Tue, 14 Mar 2006 10:20:02 +0000 (10:20 +0000)]
*** empty log message ***

18 years ago(Defining Images): Clean up last change.
Richard M. Stallman [Mon, 13 Mar 2006 12:41:59 +0000 (12:41 +0000)]
(Defining Images): Clean up last change.

18 years ago(Invisible Text): The impossible position is
Richard M. Stallman [Mon, 13 Mar 2006 11:47:26 +0000 (11:47 +0000)]
(Invisible Text): The impossible position is
now before the invisible text, not after.
(Defining Images): Clean up last change.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-156
Miles Bader [Mon, 13 Mar 2006 10:10:09 +0000 (10:10 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-156

rcirc.el update from Ryan Yeske

2006-03-13  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc) <defgroup>: Add link to manual.
   (rcirc-print): Mark the start of text at the end of the prompt.
   (rcirc-track-minor-mode): Add autoload cookie.
   (rcirc-update-activity-string): Add space to front of mode-line
   indicator.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-155
Miles Bader [Mon, 13 Mar 2006 10:01:06 +0000 (10:01 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-155

Remove nick-abbrevs stuff from rcirc.el

2006-03-13  Miles Bader  <miles@gnu.org>

   * lisp/net/rcirc.el (rcirc-nick-abbrevs): Variable removed.
   (rcirc-abbrev-nick): Function removed.
   (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.

18 years agoHandle themes across all occurrences of the main
David Ponce [Mon, 13 Mar 2006 07:49:31 +0000 (07:49 +0000)]
Handle themes across all occurrences of the main
themes sub-directory found in tree-widget-themes-load-path.
(tree-widget-themes-directory, tree-widget-theme): Doc fix.
(tree-widget--locate-sub-directory): Return all occurrences.
(tree-widget-themes-path): New function.  Replace
tree-widget-themes-directory, and return a list of directories.
(tree-widget-set-parent-theme)
(tree-widget-lookup-image): Use it.

18 years ago*** empty log message ***
David Ponce [Mon, 13 Mar 2006 07:48:29 +0000 (07:48 +0000)]
*** empty log message ***

18 years agoVersion number update only
Carsten Dominik [Mon, 13 Mar 2006 07:10:48 +0000 (07:10 +0000)]
Version number update only

18 years ago(Clean view): Document new startup options.
Carsten Dominik [Mon, 13 Mar 2006 07:10:02 +0000 (07:10 +0000)]
(Clean view): Document new startup options.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 13 Mar 2006 07:09:52 +0000 (07:09 +0000)]
*** empty log message ***

18 years ago(org-link-search): Avoid self-matching of links, allow
Carsten Dominik [Mon, 13 Mar 2006 07:08:15 +0000 (07:08 +0000)]
(org-link-search): Avoid self-matching of links, allow
target text to be distributed over several lines.
(org-search-not-link): New function.
(org-set-regexps-and-options, org-get-current-options): New
startup options.
(org-export-as-html): Take odd-level setting from local variable.
(org-fontify-emphasized-text): New option.
(org-set-font-lock-defaults): Include emphasized text.
(org-follow-mhe-link): Allow folder-only links, fix folder name.
(org-font-lock): Customize group renamed from `org-faces'.

18 years ago(ibuffer-never-show-predicates): Add `require' keyword; require
John Paul Wallington [Mon, 13 Mar 2006 01:45:16 +0000 (01:45 +0000)]
(ibuffer-never-show-predicates): Add `require' keyword; require
`ibuf-ext' feature.  Thanks to Zhang Wei.

18 years ago(mh-folder-list): Fix docstring (closes SF #1448498).
Bill Wohler [Mon, 13 Mar 2006 01:05:27 +0000 (01:05 +0000)]
(mh-folder-list): Fix docstring (closes SF #1448498).

18 years ago(add_registry): Don't change the registry unless keys
Jason Rumney [Sun, 12 Mar 2006 18:10:29 +0000 (18:10 +0000)]
(add_registry): Don't change the registry unless keys
already exist from a previous version.

18 years ago*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 17:20:35 +0000 (17:20 +0000)]
*** empty log message ***

18 years ago(install): Use -q when invoking addpm. Avoids problem with MSYS trying
Jason Rumney [Sun, 12 Mar 2006 17:20:13 +0000 (17:20 +0000)]
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
to interpret it as a fake path and messing with it.

18 years ago(main): Accept -q as alternative for /q.
Jason Rumney [Sun, 12 Mar 2006 17:16:54 +0000 (17:16 +0000)]
(main): Accept -q as alternative for /q.

18 years ago*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 17:16:34 +0000 (17:16 +0000)]
*** empty log message ***

18 years ago(Fx_create_frame): Remove call to
Jason Rumney [Sun, 12 Mar 2006 17:08:48 +0000 (17:08 +0000)]
(Fx_create_frame): Remove call to
Qface_set_after_frame_default. (from xfns.c 2003-05-26)

18 years ago(Fx_popup_menu): Call w32_free_menu_strings when
Jason Rumney [Sun, 12 Mar 2006 16:29:25 +0000 (16:29 +0000)]
(Fx_popup_menu): Call w32_free_menu_strings when
finished with the menu.

18 years ago*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 15:13:38 +0000 (15:13 +0000)]
*** empty log message ***

18 years agoSync 2005-10-24 xterm.c changes.
Jason Rumney [Sun, 12 Mar 2006 14:56:54 +0000 (14:56 +0000)]
Sync 2005-10-24 xterm.c changes.
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(w32_mouse_position): Set last_mouse_glyph_frame.
 Remove OLD_REDISPLAY_CODE block.

18 years ago(all): Delete :version keyword for members of the fringe group, since
Luc Teirlinck [Sun, 12 Mar 2006 14:35:31 +0000 (14:35 +0000)]
(all): Delete :version keyword for members of the fringe group, since
the entire group is new in 22.1.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 12 Mar 2006 14:34:42 +0000 (14:34 +0000)]
*** empty log message ***

18 years ago(gdb-stack-list-locals-handler): Add local
Nick Roberts [Sun, 12 Mar 2006 14:19:13 +0000 (14:19 +0000)]
(gdb-stack-list-locals-handler): Add local
map if value is hexadecimal (an address).
(gud-watch): Only search roots for existing watch expressions.
(gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
prevent caching problems with speedbar-update-directory-contents.

18 years ago*** empty log message ***
Nick Roberts [Sun, 12 Mar 2006 14:18:06 +0000 (14:18 +0000)]
*** empty log message ***

18 years agoVarious cleanups.
Richard M. Stallman [Sun, 12 Mar 2006 13:10:02 +0000 (13:10 +0000)]
Various cleanups.

18 years ago(struct mac_output) [USE_CG_DRAWING]: New member cg_context.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:21:06 +0000 (08:21 +0000)]
(struct mac_output) [USE_CG_DRAWING]: New member cg_context.
(mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.

18 years ago(mac_draw_rectangle, x_draw_glyph_string_foreground)
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:20:37 +0000 (08:20 +0000)]
(mac_draw_rectangle, x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Undo previous changes.
(x_draw_hollow_cursor): Likewise.  Subtract 1 from the last
argument of mac_draw_rectangle.
(CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
(mac_draw_string_common, mac_draw_image_string_cg): Use them.
(FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
(mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
[USE_CG_DRAWING]: New functions.
(mac_draw_line, mac_erase_rectangle, mac_clear_window)
(mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
(mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
(mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
(mac_copy_area, mac_scroll_area, x_scroll_bar_create)
(x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
(XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.

18 years ago[USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:20:24 +0000 (08:20 +0000)]
[USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.

18 years ago(x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:19:50 +0000 (08:19 +0000)]
(x_create_tip_frame): Apply 2006-03-11 change for xfns.c.

18 years ago(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:19:42 +0000 (08:19 +0000)]
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.

18 years ago(Scan Line Formats): Replace @samp with @kbd.
Bill Wohler [Sun, 12 Mar 2006 03:57:54 +0000 (03:57 +0000)]
(Scan Line Formats): Replace @samp with @kbd.

18 years ago(x_icon): Disable redundant call to `x_wm_set_window_state'.
Károly Lőrentey [Sun, 12 Mar 2006 01:37:34 +0000 (01:37 +0000)]
(x_icon): Disable redundant call to `x_wm_set_window_state'.

18 years ago(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler [Sun, 12 Mar 2006 01:06:59 +0000 (01:06 +0000)]
(Preface, More About MH-E, Options, HTML, Folders)
(Composing, Scan Line Formats): Fix @refs.
(Getting Started): Define MH profile and MH profile components.
(Incorporating Mail, Reading Mail, Viewing, Printing)
(Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
(Signature, Aliases, Scan Line Formats): Use @code instead of @samp
for string constants.
(Tool Bar): Remove spurious quote.
(Junk): Use ``...'' instead of "...".

18 years ago(signal_user_input): New function.
Jason Rumney [Sat, 11 Mar 2006 23:46:27 +0000 (23:46 +0000)]
(signal_user_input): New function.
(post_character_message): Use it for keyboard input.
(w32_msg_pump): Use it for mouse input.

18 years ago*** empty log message ***
Jason Rumney [Sat, 11 Mar 2006 23:45:44 +0000 (23:45 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader [Sat, 11 Mar 2006 23:42:49 +0000 (23:42 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151

Merge from gnus--rel--5.10

Patches applied:

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

   - Copy/update icons from Gnus trunk

18 years agoAdd period to last sentence added.
Bill Wohler [Sat, 11 Mar 2006 22:50:06 +0000 (22:50 +0000)]
Add period to last sentence added.

18 years agoDocument `image-load-path-for-library'. Note that all images have been
Bill Wohler [Sat, 11 Mar 2006 22:49:40 +0000 (22:49 +0000)]
Document `image-load-path-for-library'. Note that all images have been
moved from lisp into etc/images in `find-image' item. Fix typo in
`copy-tree'

18 years ago(Defining Images): Add @tindex for image-load-path-for-library.
Bill Wohler [Sat, 11 Mar 2006 22:43:44 +0000 (22:43 +0000)]
(Defining Images): Add @tindex for image-load-path-for-library.

18 years ago(Creating Strings): Fix Texinfo usage.
Luc Teirlinck [Sat, 11 Mar 2006 22:42:14 +0000 (22:42 +0000)]
(Creating Strings): Fix Texinfo usage.

18 years ago(Adaptive Fill): Fix Texinfo usage.
Luc Teirlinck [Sat, 11 Mar 2006 22:41:41 +0000 (22:41 +0000)]
(Adaptive Fill): Fix Texinfo usage.

18 years ago(Defining Images): Add image-load-path-for-library.
Bill Wohler [Sat, 11 Mar 2006 22:39:35 +0000 (22:39 +0000)]
(Defining Images): Add image-load-path-for-library.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 11 Mar 2006 22:37:08 +0000 (22:37 +0000)]
*** empty log message ***

18 years ago(Info-dir-remove-duplicates): Move point to the
Juri Linkov [Sat, 11 Mar 2006 22:35:51 +0000 (22:35 +0000)]
(Info-dir-remove-duplicates): Move point to the
beginning of the current line after deleting the entries from
redundant heading.  Use marker for `limit' and compare it with
point before calling `re-search-forward'.

18 years ago(battery-linux-proc-acpi): Check `capacity' for non-nil
Juri Linkov [Sat, 11 Mar 2006 22:34:46 +0000 (22:34 +0000)]
(battery-linux-proc-acpi): Check `capacity' for non-nil
before comparing with `low' and `warn'.

18 years ago(Regexp Special): Use @samp for regular expressions that are not in
Luc Teirlinck [Sat, 11 Mar 2006 21:23:11 +0000 (21:23 +0000)]
(Regexp Special): Use @samp for regular expressions that are not in
Lisp syntax.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 11 Mar 2006 21:21:57 +0000 (21:21 +0000)]
*** empty log message ***

18 years ago(Regexps): Use @samp for regexp that is not in Lisp syntax.
Luc Teirlinck [Sat, 11 Mar 2006 21:18:15 +0000 (21:18 +0000)]
(Regexps): Use @samp for regexp that is not in Lisp syntax.

18 years ago(yank): Fix typo in docstring.
Luc Teirlinck [Sat, 11 Mar 2006 17:01:47 +0000 (17:01 +0000)]
(yank): Fix typo in docstring.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 11 Mar 2006 17:00:13 +0000 (17:00 +0000)]
*** empty log message ***

18 years agoRename preserve_y to window_scroll_pixel_based_preserve_y.
Luc Teirlinck [Sat, 11 Mar 2006 16:46:38 +0000 (16:46 +0000)]
Rename preserve_y to window_scroll_pixel_based_preserve_y.
(window_scroll_pixel_based, syms_of_window): Adapt to above change.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:32:09 +0000 (16:32 +0000)]
*** empty log message ***

18 years ago(w32_wnd_proc): Ignore middle and extra button events if a menu is already
Eli Zaretskii [Sat, 11 Mar 2006 16:31:39 +0000 (16:31 +0000)]
(w32_wnd_proc): Ignore middle and extra button events if a menu is already
active (the menubar_active flag is on).

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:26:31 +0000 (16:26 +0000)]
*** empty log message ***

18 years ago(x_create_tip_frame): Preserve received parms by copying them.
Eli Zaretskii [Sat, 11 Mar 2006 16:25:36 +0000 (16:25 +0000)]
(x_create_tip_frame): Preserve received parms by copying them.

18 years ago(rmail-summary-next-msg): Skip deleted messages, where "D" is the
Eli Zaretskii [Sat, 11 Mar 2006 16:18:20 +0000 (16:18 +0000)]
(rmail-summary-next-msg): Skip deleted messages, where "D" is the
6th character.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:03:03 +0000 (16:03 +0000)]
*** empty log message ***

18 years agoAdd x_fully_uncatch_errors and x_catching_errors to
Eli Zaretskii [Sat, 11 Mar 2006 16:02:38 +0000 (16:02 +0000)]
Add x_fully_uncatch_errors and x_catching_errors to
the list of unused display error handling functions.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:01:21 +0000 (16:01 +0000)]
*** empty log message ***

18 years ago(unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.
Eli Zaretskii [Sat, 11 Mar 2006 16:00:50 +0000 (16:00 +0000)]
(unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.
(internal_condition_case, internal_condition_case_1)
(internal_condition_case_2): Call x_catching_errors only if HAVE_X_WINDOWS.