]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years agoMerged from emacs@sv.gnu.org
Karoly Lorentey [Wed, 15 Mar 2006 17:22:12 +0000 (17:22 +0000)]
Merged from emacs@sv.gnu.org

Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-153
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-154
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-155
   Remove nick-abbrevs stuff from rcirc.el

 * emacs@sv.gnu.org/emacs--devo--0--patch-156
   rcirc.el update from Ryan Yeske

 * emacs@sv.gnu.org/emacs--devo--0--patch-157
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-158
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-159
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-532

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 agoFix bizarre syntax error, probably from a baz merge bug.
Karoly Lorentey [Sun, 12 Mar 2006 05:02:59 +0000 (05:02 +0000)]
Fix bizarre syntax error, probably from a baz merge bug.

* src/xfns.c (x_create_tip_frame): Fix syntax error.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-531

18 years agoMerged from emacs@sv.gnu.org
Karoly Lorentey [Sun, 12 Mar 2006 04:51:49 +0000 (04:51 +0000)]
Merged from emacs@sv.gnu.org

Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-144
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-145
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-146
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-147
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-148
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-149
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-150
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-151
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-152
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-56
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-57
   Copy/update icons from Gnus trunk

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-530

18 years agoFix compilation error in ediff-wind.el. D'oh.
Karoly Lorentey [Sun, 12 Mar 2006 04:16:48 +0000 (04:16 +0000)]
Fix compilation error in ediff-wind.el.  D'oh.

* lisp/ediff-wind.el (ediff-window-setup-function): Fix typo.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-529

18 years agoFix ediff problems. (Reported by Dan Nicolaescu.)
Karoly Lorentey [Sun, 12 Mar 2006 04:12:31 +0000 (04:12 +0000)]
Fix ediff problems.  (Reported by Dan Nicolaescu.)

* lisp/subr.el (with-selected-frame): Make sure the current buffer is
  restored as well.

* src/xfns.c (Fx_create_frame): Use `store_frame_param' to set
  `window-system' frame parameter, and make sure it overrides any
  user-supplied setting.

* src/xfns.c (x_icon): Disable redundant call to
  `x_wm_set_window_state'. (Also applied in CVS.)

* lisp/faces.el (x-create-frame-with-faces): Don't make frame visible
  until we are done setting up all its parameters.

* lisp/ediff-wind.el (ediff-setup-windows-automatic): New function.
  (ediff-window-setup-function): Use it as default.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-528

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.

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

18 years ago[HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.h
Eli Zaretskii [Sat, 11 Mar 2006 15:45:47 +0000 (15:45 +0000)]
[HAVE_GETRLIMIT]: Don't define unconditionally.  Don't include sys/resource.h
unless HAVE_GETRLIMIT is defined.

18 years ago(yank): Escape double quote in doc string.
Jason Rumney [Sat, 11 Mar 2006 15:44:19 +0000 (15:44 +0000)]
(yank): Escape double quote in doc string.

18 years ago(ispell-find-aspell-dictionaries): Add aliases before merging elements from the
Eli Zaretskii [Sat, 11 Mar 2006 15:36:15 +0000 (15:36 +0000)]
(ispell-find-aspell-dictionaries): Add aliases before merging elements from the
standard ispell-dictionary-alist.
(ispell-aspell-add-aliases): Add aliases to the passed dictionary alist, and
return the new alist.

18 years ago(ispell-menu-map-needed) [ispell-message]: Be visible only if major mode
Eli Zaretskii [Sat, 11 Mar 2006 15:29:52 +0000 (15:29 +0000)]
(ispell-menu-map-needed) [ispell-message]: Be visible only if major mode
is Mail Mode.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 11 Mar 2006 15:25:13 +0000 (15:25 +0000)]
*** empty log message ***

18 years ago(describe_map): Shorten string to indicate shadowed binding.
Richard M. Stallman [Sat, 11 Mar 2006 15:25:03 +0000 (15:25 +0000)]
(describe_map): Shorten string to indicate shadowed binding.

18 years ago(get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.
Richard M. Stallman [Sat, 11 Mar 2006 15:24:02 +0000 (15:24 +0000)]
(get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.
(enum warnlevel): New data type.
(check_memory_limits): Rewrite the logic about warnings.
Use standard `struct rlimit'.  Check return values for nonsense.
(memory_warnings): Always clear lim_data.

18 years ago(get_lim_data, lim_data, data_space_start): Moved to vm-limit.c.
Richard M. Stallman [Sat, 11 Mar 2006 15:21:13 +0000 (15:21 +0000)]
(get_lim_data, lim_data, data_space_start): Moved to vm-limit.c.

18 years ago(x_fully_uncatch_errors, x_catching_errors): New functions.
Richard M. Stallman [Sat, 11 Mar 2006 15:20:09 +0000 (15:20 +0000)]
(x_fully_uncatch_errors, x_catching_errors): New functions.

18 years ago(unwind_to_catch): Call x_fully_uncatch_errors.
Richard M. Stallman [Sat, 11 Mar 2006 15:19:31 +0000 (15:19 +0000)]
(unwind_to_catch): Call x_fully_uncatch_errors.
(internal_condition_case_1, internal_condition_case_2):
Abort if within unclosed x_catch_errors.

18 years ago(rmail-ignored-headers): Discard DomainKey-Signature.
Richard M. Stallman [Sat, 11 Mar 2006 15:13:47 +0000 (15:13 +0000)]
(rmail-ignored-headers): Discard DomainKey-Signature.

18 years ago(eshell-prefer-to-shell): Variable deleted;
Richard M. Stallman [Sat, 11 Mar 2006 15:13:19 +0000 (15:13 +0000)]
(eshell-prefer-to-shell): Variable deleted;
the way it is implemented is too unclean.

18 years ago(octave-indent-for-comment): Behave according to do string.
Eli Zaretskii [Sat, 11 Mar 2006 15:11:09 +0000 (15:11 +0000)]
(octave-indent-for-comment): Behave according to do string.

18 years ago(kill-region, yank): Doc fix.
Richard M. Stallman [Sat, 11 Mar 2006 15:09:48 +0000 (15:09 +0000)]
(kill-region, yank): Doc fix.

18 years ago(battery-echo-area-format): Doc fix.
Richard M. Stallman [Sat, 11 Mar 2006 15:08:42 +0000 (15:08 +0000)]
(battery-echo-area-format): Doc fix.
(battery-mode-line-format): Likewise.
(battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
(battery-linux-proc-acpi): Ignore batteries that say "charged".

18 years ago(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.
Eli Zaretskii [Sat, 11 Mar 2006 15:07:32 +0000 (15:07 +0000)]
(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.