]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(mh-insert-letter): If a message number isn't given, throw an error
Bill Wohler [Fri, 21 Apr 2006 17:49:02 +0000 (17:49 +0000)]
(mh-insert-letter): If a message number isn't given, throw an error
rather than using a potentially incorrect message number (closes SF
#1473729). In addition, use the cur message if mh-sent-from-msg is
nil (when sending a message, in contrast to replying). Move conversion
of int to string into interactive stanza so body can assume variables
are of proper type.

18 years ago(four_corners_best): New arg CORNERS specifies what pixels
Kim F. Storm [Fri, 21 Apr 2006 14:07:05 +0000 (14:07 +0000)]
(four_corners_best): New arg CORNERS specifies what pixels
to look at in case image has margin.
(x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
(image_background, image_background_transparent)
(x_build_heuristic_mask): Pass img->corners to four_corners_best.
(gif_load): Set img->corners according to image's margin spec.
Use img->corners values directly where applicable.
Save image extension data in img->data.lisp_val.
(gif_clear_image): New function to free img->data.lisp_val.
(gif_type): Use it instead of generic x_clear_image.
(Fimage_extension_data): New defun.
(syms_of_image): Defsubr it.

18 years ago(struct image): New member `corners'.
Kim F. Storm [Fri, 21 Apr 2006 14:06:55 +0000 (14:06 +0000)]
(struct image): New member `corners'.
(TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Apr 2006 14:06:42 +0000 (14:06 +0000)]
*** empty log message ***

18 years agoVersion number change to 4.26.
Carsten Dominik [Fri, 21 Apr 2006 13:50:21 +0000 (13:50 +0000)]
Version number change to 4.26.

18 years agoMany small fixes.
Carsten Dominik [Fri, 21 Apr 2006 13:49:28 +0000 (13:49 +0000)]
Many small fixes.
(Handling links): Renamed from "Managing links".

18 years ago*** empty log message ***
Carsten Dominik [Fri, 21 Apr 2006 13:49:05 +0000 (13:49 +0000)]
*** empty log message ***

18 years ago(org-export-as-xoxo): Fix call to `indent-region'.
Carsten Dominik [Fri, 21 Apr 2006 13:48:00 +0000 (13:48 +0000)]
(org-export-as-xoxo): Fix call to `indent-region'.

18 years ago(org-mode-map): Catch conflict with old allout.el.
Carsten Dominik [Fri, 21 Apr 2006 13:45:58 +0000 (13:45 +0000)]
(org-mode-map): Catch conflict with old allout.el.
(org-open-at-point): Remove the "...done" message to keep
output in the echo area visible.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 21 Apr 2006 13:45:44 +0000 (13:45 +0000)]
*** empty log message ***

18 years ago(Emacs and Microsoft Windows): Fix wording of the first paragraph.
Eli Zaretskii [Fri, 21 Apr 2006 12:46:19 +0000 (12:46 +0000)]
(Emacs and Microsoft Windows): Fix wording of the first paragraph.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 21 Apr 2006 12:23:10 +0000 (12:23 +0000)]
*** empty log message ***

18 years ago(keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
Eli Zaretskii [Fri, 21 Apr 2006 12:22:24 +0000 (12:22 +0000)]
(keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".

18 years agoChange herring@lanl.gov's entries to use the name from his legal papers.
Eli Zaretskii [Fri, 21 Apr 2006 12:06:53 +0000 (12:06 +0000)]
Change herring@lanl.gov's entries to use the name from his legal papers.

18 years ago(Fdisplay_buffer): Doc fix.
Eli Zaretskii [Fri, 21 Apr 2006 11:55:17 +0000 (11:55 +0000)]
(Fdisplay_buffer): Doc fix.

18 years ago(MS-DOS File Names): Remove section about backslashes and case-insensitivity
Eli Zaretskii [Fri, 21 Apr 2006 11:42:01 +0000 (11:42 +0000)]
(MS-DOS File Names): Remove section about backslashes and case-insensitivity
in file names (moved to the main manual).
(MS-DOS Printing): Move most of the text to the main manual.

18 years ago(Windows Files, Windows HOME, MS-Windows Printing): New nodes.
Eli Zaretskii [Fri, 21 Apr 2006 11:41:16 +0000 (11:41 +0000)]
(Windows Files, Windows HOME, MS-Windows Printing): New nodes.
(Windows Processes, Windows System Menu): Add index entries and fix wording.

18 years ago(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
Eli Zaretskii [Fri, 21 Apr 2006 09:24:43 +0000 (09:24 +0000)]
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.

18 years ago(x_per_char_metric): Return NULL if glyph width is 0.
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:57:17 +0000 (07:57 +0000)]
(x_per_char_metric): Return NULL if glyph width is 0.
(add_mac_font_name): New function.
(init_font_name_table): Use it.  Adopt the first found font from
those having the same family name.

18 years ago(restore_menu_items, save_menu_items): New functions from xmenu.c.
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:56:47 +0000 (07:56 +0000)]
(restore_menu_items, save_menu_items): New functions from xmenu.c.
(set_frame_menubar, digest_single_submenu): Apply 2006-04-18
changes for xmenu.c.

18 years ago[MAC_OS] (xpm_load_image): Fill in background field
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:56:33 +0000 (07:56 +0000)]
[MAC_OS] (xpm_load_image): Fill in background field
while we have ximg handy.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-238
Miles Bader [Fri, 21 Apr 2006 05:35:31 +0000 (05:35 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-238

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 87-90)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago* mh-tool-bar.el (image-load-path): Define to shush compiler.
Bill Wohler [Fri, 21 Apr 2006 01:32:16 +0000 (01:32 +0000)]
* mh-tool-bar.el (image-load-path): Define to shush compiler.
(mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it isn't
used outside of it.
(mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
Update load-path/image-load-path before setting buttons. This code
used to be in mh-folder-mode/mh-letter-mode but this was the wrong
place since mh-tool-bar-*-buttons-init can also be called when
customizing the buttons.
(mh-tool-bar-update): New function which updates tool-bar-map in all
of the MH-E buffers after customizing the buttons (closes SF
#1452718).
(mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set): Call
it (closes SF #1452718).

* mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
mh-folder-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-folder-mode): Moved setting of image-load-path into
mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
mh-letter-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-letter-mode): Moved setting of image-load-path into
mh-tool-bar-letter-buttons-init.

* mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
instead of set-buffer.

18 years ago(sh-shell): Mark as safe.
Dan Nicolaescu [Thu, 20 Apr 2006 23:35:08 +0000 (23:35 +0000)]
(sh-shell): Mark as safe.

18 years ago(note_mouse_highlight): Use build_string.
Nick Roberts [Thu, 20 Apr 2006 23:03:03 +0000 (23:03 +0000)]
(note_mouse_highlight): Use build_string.

18 years ago*** empty log message ***
Nick Roberts [Thu, 20 Apr 2006 23:00:16 +0000 (23:00 +0000)]
*** empty log message ***

18 years ago(gdb-data-list-register-values-handler):
Nick Roberts [Thu, 20 Apr 2006 22:57:03 +0000 (22:57 +0000)]
(gdb-data-list-register-values-handler):
Use font-lock-warning-face for any errors e.g. no stack.
(gdb-stack-list-locals-handler): Display any errors e.g. no stack.

18 years agoMention t-mouse.el. Touch up description of gdb-ui.el.
Nick Roberts [Thu, 20 Apr 2006 22:52:16 +0000 (22:52 +0000)]
Mention t-mouse.el.  Touch up description of gdb-ui.el.

18 years ago(comment-start, comment-start-skip)
Dan Nicolaescu [Thu, 20 Apr 2006 21:24:19 +0000 (21:24 +0000)]
(comment-start, comment-start-skip)
(comment-end-skip, comment-end): Mark as safe.

18 years ago2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib [Thu, 20 Apr 2006 20:14:50 +0000 (20:14 +0000)]
2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus.texi (Spam Statistics Package): Fix typo in @pxref.
(Splitting mail using spam-stat): Fix @xref.

2006-04-20  Chong Yidong <cyd@stupidchicken.com>

* gnus.texi (Spam Package): Major revision of the text.  Previouly
this node was "Filtering Spam Using The Spam ELisp Package".

18 years agoEnsure point at beginning of source help buffer, so class/tag finding works.
J.D. Smith [Thu, 20 Apr 2006 19:45:16 +0000 (19:45 +0000)]
Ensure point at beginning of source help buffer, so class/tag finding works.

18 years agoRemove forgotten (debug) form.
Carsten Dominik [Thu, 20 Apr 2006 12:17:26 +0000 (12:17 +0000)]
Remove forgotten (debug) form.

18 years agoVersion number change only.
Carsten Dominik [Thu, 20 Apr 2006 11:49:12 +0000 (11:49 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 20 Apr 2006 11:48:56 +0000 (11:48 +0000)]
*** empty log message ***

18 years ago* org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik [Thu, 20 Apr 2006 11:48:19 +0000 (11:48 +0000)]
* org.texi: (Time stamps): Better explanation of the purpose of
different time stamps.
(Structure editing, Plain lists): More details on how new items
and headings are inserted.

18 years ago* org.el (org-deadline-announce): Face removed.
Carsten Dominik [Thu, 20 Apr 2006 11:44:52 +0000 (11:44 +0000)]
* org.el (org-deadline-announce): Face removed.
        (org-level-faces, org-n-levels): Converted to constant.
        (org-compatible-face): New function.
        (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
        (org-level-5, org-level-6, org-level-7, org-level-8)
        (org-special-keyword, org-warning, org-headline-done,
        org-link)
        (org-date, org-tag, org-todo, org-done, org-table,
        org-formula)
        (org-scheduled-today, org-scheduled-previously,
        org-time-grid):
        Face definition revised for better color tty support.
        (org-bold-re, org-italic-re, org-underline-re): New constants.
        (org-set-font-lock-defaults): Use the new constants.
        (org-agenda-highlight-todo): New function.
        (org-agenda-todo): Fixed bug with point at end of line.
        (org-agenda-change-all-lines, org-finalize-agenda-entries):
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        (org-export-as-html): Convert links pointing to .org files
        into
        links that will work beteen the exported HTML files.
        (org-todo-list): Fix bug when arg=0.
        (org-insert-heading): More fine-tuning.

18 years ago(PRINTFINISH): Call signal_after_change.
Lars Hansen [Thu, 20 Apr 2006 11:37:44 +0000 (11:37 +0000)]
(PRINTFINISH): Call signal_after_change.

18 years ago(Fremove_list_of_text_properties): Ensure
Lars Hansen [Thu, 20 Apr 2006 11:36:50 +0000 (11:36 +0000)]
(Fremove_list_of_text_properties): Ensure
modify_region is called only when buffer is modified and that
signal_after_change is allways called in that case.

18 years agoadded changelog of updated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 09:19:25 +0000 (09:19 +0000)]
added changelog of updated copyright year(s)

18 years ago* xdisp.c (redisplay_window): Fix last change.
Kim F. Storm [Thu, 20 Apr 2006 08:46:56 +0000 (08:46 +0000)]
* xdisp.c (redisplay_window): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Apr 2006 08:46:37 +0000 (08:46 +0000)]
*** empty log message ***

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:38:14 +0000 (08:38 +0000)]
updated copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:36:18 +0000 (08:36 +0000)]
updated copyright year(s)
CV:S ----------------------------------------------------------------------

18 years agoupdate copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:26:37 +0000 (08:26 +0000)]
update copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 07:29:01 +0000 (07:29 +0000)]
updated copyright year(s)

18 years agoUpdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 06:59:38 +0000 (06:59 +0000)]
Updated copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 05:05:33 +0000 (05:05 +0000)]
updated copyright year(s)

18 years ago(redisplay_window): If current window start is not at the
Kim F. Storm [Wed, 19 Apr 2006 23:20:21 +0000 (23:20 +0000)]
(redisplay_window): If current window start is not at the
beginning of a line, select a new window start if buffer is modified
and window start is in the modified region, but the first change is
before window start.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Apr 2006 23:20:08 +0000 (23:20 +0000)]
*** empty log message ***

18 years agoAdded sentence on partial input being saved with M-p/M-n/M-s/M-r.
J.D. Smith [Wed, 19 Apr 2006 21:27:28 +0000 (21:27 +0000)]
Added sentence on partial input being saved with M-p/M-n/M-s/M-r.

18 years agoRemove C-c C-j binding.
J.D. Smith [Wed, 19 Apr 2006 21:17:12 +0000 (21:17 +0000)]
Remove C-c C-j binding.

18 years agoFix typo.
Bill Wohler [Wed, 19 Apr 2006 21:03:23 +0000 (21:03 +0000)]
Fix typo.

18 years ago(mh-tool-bar-define): Fix enable-expr so that one can permenently
Bill Wohler [Wed, 19 Apr 2006 21:02:59 +0000 (21:02 +0000)]
(mh-tool-bar-define): Fix enable-expr so that one can permenently
disable a button (such as a separator) with nil.

18 years ago(rmail-convert-to-babyl-format): Use second group from
Romain Francoise [Wed, 19 Apr 2006 09:55:40 +0000 (09:55 +0000)]
(rmail-convert-to-babyl-format): Use second group from
`rmail-mime-charset-pattern'.

18 years ago(python-mode): Fix typo.
Dan Nicolaescu [Wed, 19 Apr 2006 06:37:31 +0000 (06:37 +0000)]
(python-mode): Fix typo.

18 years agoRemove conflict marker.
Romain Francoise [Wed, 19 Apr 2006 06:29:47 +0000 (06:29 +0000)]
Remove conflict marker.

18 years ago* misc.texi (Shell Ring): Added notes on saved input when navigating off
J.D. Smith [Tue, 18 Apr 2006 23:50:28 +0000 (23:50 +0000)]
* misc.texi (Shell Ring): Added notes on saved input when navigating off
  the end of the history list.

18 years ago(comint-previous-input): Don't clobber input line when moving off either
J.D. Smith [Tue, 18 Apr 2006 23:49:28 +0000 (23:49 +0000)]
(comint-previous-input): Don't clobber input line when moving off either
end of the input history ring.
(comint-delete-input): New function, used by `comint-previous-input' and
others.
(comint-previous-matching-input): Use `coming-delete-input'. Save the
partial input if leaving the edit line.  Goto point-max before deleting
input to avoid partial input fragments hanging around.
(comint-restore-input): New function, used by `comint-previous-input',
and bound to "C-c C-j".

18 years ago* comint.el (comint-previous-input): Don't clobber input line
J.D. Smith [Tue, 18 Apr 2006 23:46:53 +0000 (23:46 +0000)]
* comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line.  Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 18 Apr 2006 23:04:23 +0000 (23:04 +0000)]
*** empty log message ***

18 years ago(imenu--index-alist): Balance parentheses.
Luc Teirlinck [Tue, 18 Apr 2006 22:49:21 +0000 (22:49 +0000)]
(imenu--index-alist): Balance parentheses.

18 years agoAdd note about whitespace-cleanup.
Dan Nicolaescu [Tue, 18 Apr 2006 22:36:34 +0000 (22:36 +0000)]
Add note about whitespace-cleanup.

18 years ago(python-mode): Add support for
Dan Nicolaescu [Tue, 18 Apr 2006 22:34:54 +0000 (22:34 +0000)]
(python-mode): Add support for
hs-minor-mode.

18 years ago(read-abbrev-file): Use abbrev-file-name if optional
Reiner Steib [Tue, 18 Apr 2006 22:04:27 +0000 (22:04 +0000)]
(read-abbrev-file): Use abbrev-file-name if optional
file is nil.

18 years agoAdd SF number to :package-version implementation.
Bill Wohler [Tue, 18 Apr 2006 21:29:03 +0000 (21:29 +0000)]
Add SF number to :package-version implementation.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Apr 2006 21:25:10 +0000 (21:25 +0000)]
*** empty log message ***

18 years ago(tooltip-mode, tooltip-use-echo-area): Doc fixes.
Richard M. Stallman [Tue, 18 Apr 2006 21:23:12 +0000 (21:23 +0000)]
(tooltip-mode, tooltip-use-echo-area): Doc fixes.

18 years ago(imenu-create-index-function, imenu--index-alist)
Richard M. Stallman [Tue, 18 Apr 2006 21:22:33 +0000 (21:22 +0000)]
(imenu-create-index-function, imenu--index-alist)
(imenu--last-menubar-index-alist, imenu--make-index-alist)
(imenu-default-create-index-function, imenu--generic-function):
Doc fixes.

18 years ago(image-toggle-display): Handle tar and arc subfiles.
Richard M. Stallman [Tue, 18 Apr 2006 21:21:08 +0000 (21:21 +0000)]
(image-toggle-display): Handle tar and arc subfiles.

18 years ago(enable-local-variables): Allow :all as value.
Richard M. Stallman [Tue, 18 Apr 2006 21:20:03 +0000 (21:20 +0000)]
(enable-local-variables): Allow :all as value.
(hack-local-variables): Implement that value.
(safe-local-variable-values, safe-local-eval-forms)
(enable-local-variables): Mark as risky.
(find-file-visit-truename, kept-old-versions): Mark safe.

18 years ago(help-mode): Set view-exit-action to delete window.
Richard M. Stallman [Tue, 18 Apr 2006 21:18:27 +0000 (21:18 +0000)]
(help-mode): Set view-exit-action to delete window.

18 years ago(setenv): Get rid of arg UNSET. Interactive unsetting
Richard M. Stallman [Tue, 18 Apr 2006 21:17:50 +0000 (21:17 +0000)]
(setenv): Get rid of arg UNSET.  Interactive unsetting
now works by passing nil as arg.

18 years ago(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
Stefan Monnier [Tue, 18 Apr 2006 21:16:50 +0000 (21:16 +0000)]
(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
even in the presence of fields.
(tcl-eval-region): Strip surrounding space to avoid multiple prompts in return.
(inferior-tcl): Tell tclsh to work in interactive mode.

18 years ago(apropos-print): Don't do where-is on self-insert-command.
Richard M. Stallman [Tue, 18 Apr 2006 21:16:50 +0000 (21:16 +0000)]
(apropos-print): Don't do where-is on self-insert-command.

18 years ago(edit-abbrevs-redefine): Temporarily widen.
Richard M. Stallman [Tue, 18 Apr 2006 21:16:13 +0000 (21:16 +0000)]
(edit-abbrevs-redefine): Temporarily widen.
(read-abbrev-file): Provide default when reading filename.

18 years ago(Coding Conventions): Explain when the package's
Richard M. Stallman [Tue, 18 Apr 2006 21:10:14 +0000 (21:10 +0000)]
(Coding Conventions): Explain when the package's
prefix should appear later on (not at the start of the name).

18 years ago(String Search): Clarify effect of NOERROR.
Richard M. Stallman [Tue, 18 Apr 2006 21:09:13 +0000 (21:09 +0000)]
(String Search): Clarify effect of NOERROR.

18 years ago(Imenu): Clarify what special items do.
Richard M. Stallman [Tue, 18 Apr 2006 21:08:45 +0000 (21:08 +0000)]
(Imenu): Clarify what special items do.

18 years ago(Standard Hooks): Delete text about old hook names.
Richard M. Stallman [Tue, 18 Apr 2006 21:08:02 +0000 (21:08 +0000)]
(Standard Hooks): Delete text about old hook names.

18 years agoComment changes.
Richard M. Stallman [Tue, 18 Apr 2006 21:05:45 +0000 (21:05 +0000)]
Comment changes.

18 years ago(restore_menu_items, save_menu_items): New fns.
Richard M. Stallman [Tue, 18 Apr 2006 21:01:16 +0000 (21:01 +0000)]
(restore_menu_items, save_menu_items): New fns.
(set_frame_menubar): Use save_menu_items.  Save updated vector in
the frame before unwinding it.  Don't use unuse_menu_items.  Don't
use discard_menu_items.
(digest_single_submenu): Abort if an item is not in a pane.
(init_menu_items): Put the error check at the top.

18 years agoComment munging wrt max-specpdl-size; nfc.
Thien-Thi Nguyen [Tue, 18 Apr 2006 21:00:44 +0000 (21:00 +0000)]
Comment munging wrt max-specpdl-size; nfc.

18 years ago(describe_map): Make "shadowed" warning more verbose.
Richard M. Stallman [Tue, 18 Apr 2006 20:58:59 +0000 (20:58 +0000)]
(describe_map): Make "shadowed" warning more verbose.

18 years ago(Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
Richard M. Stallman [Tue, 18 Apr 2006 20:57:56 +0000 (20:57 +0000)]
(Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
(record_symbol): New function.

18 years ago(adjust_window_trailing_edge): Correctly distinguish
Richard M. Stallman [Tue, 18 Apr 2006 20:56:31 +0000 (20:56 +0000)]
(adjust_window_trailing_edge): Correctly distinguish
series vs parallel cases, even when window has no parent.

18 years ago* misc.texi (Shell Options): Correct default value of
Chong Yidong [Tue, 18 Apr 2006 19:37:41 +0000 (19:37 +0000)]
* misc.texi (Shell Options): Correct default value of
comint-scroll-show-maximum-output.

18 years agoUpdate date.
Reiner Steib [Tue, 18 Apr 2006 19:28:42 +0000 (19:28 +0000)]
Update date.

18 years agoBump version to 5.11. Remove duplicate \def's.
Reiner Steib [Tue, 18 Apr 2006 19:27:01 +0000 (19:27 +0000)]
Bump version to 5.11.  Remove duplicate \def's.

18 years ago(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
Bill Wohler [Tue, 18 Apr 2006 19:20:44 +0000 (19:20 +0000)]
(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
(mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
(mh-min-colors-defined-flag): Do not unbind these macros and
variables. Nice idea, but too many nasty side-effects. These macros
are needed by [Cc]ustom-make-dependencies when creating the MH-E
customization groups in mh-cus-load.el. These disappeared when the
macros above were introduced. Besides, if a developer were to try to
show the help for a macro or variable they were looking at and got [No
match] when they did so, that would be bad.

18 years ago(partial-completion-mode): Use 'choose-completion-string-functions to make
Stefan Monnier [Tue, 18 Apr 2006 17:33:33 +0000 (17:33 +0000)]
(partial-completion-mode): Use 'choose-completion-string-functions to make
sure that choose-completion fills the minibuffer properly.

(PC-old-read-file-name-internal): Remove.
(PC-read-include-file-name-internal): Remove.  Turn it into an advice
of read-file-name-internal.
(partial-completion-mode): Enable/disable this advice.

18 years agoAdd MH-E.
Bill Wohler [Tue, 18 Apr 2006 17:27:51 +0000 (17:27 +0000)]
Add MH-E.

18 years agoBring ChangeLog back to the iso-2022-7bit flock.
Juanma Barranquero [Tue, 18 Apr 2006 10:26:37 +0000 (10:26 +0000)]
Bring ChangeLog back to the iso-2022-7bit flock.

18 years ago(tramp-completion-file-name-handler): Revert change of 2006-04-17.
Juanma Barranquero [Tue, 18 Apr 2006 10:02:40 +0000 (10:02 +0000)]
(tramp-completion-file-name-handler): Revert change of 2006-04-17.

18 years ago(XCreateGC, x_per_char_metric, xlfdpat_create)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:13:49 +0000 (08:13 +0000)]
(XCreateGC, x_per_char_metric, xlfdpat_create)
(init_font_name_table, init_font_name_table, mac_do_list_fonts)
(XLoadQueryFont, mac_store_apple_event): Don't check
return value of xmalloc.

18 years ago(get_scrap_target_type_list, defer_apple_events)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:12:31 +0000 (08:12 +0000)]
(get_scrap_target_type_list, defer_apple_events)
(copy_scrap_flavor_data, mac_handle_service_event): Don't check
return value of xmalloc/xrealloc.

18 years ago(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:11:56 +0000 (08:11 +0000)]
(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
(create_apple_event_from_event_ref, xrm_get_preference_database)
(cfstring_create_normalized): Don't check return value of xmalloc.

18 years ago(x_create_bitmap_from_data) [MAC_OS]: Don't check return
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:10:30 +0000 (08:10 +0000)]
(x_create_bitmap_from_data) [MAC_OS]: Don't check return
value of xmalloc.

18 years agoVersion number change only.
Carsten Dominik [Tue, 18 Apr 2006 06:37:51 +0000 (06:37 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 18 Apr 2006 06:37:40 +0000 (06:37 +0000)]
*** empty log message ***

18 years ago(Formula syntax): Fixed link to Calc Manual.
Carsten Dominik [Tue, 18 Apr 2006 06:36:56 +0000 (06:36 +0000)]
(Formula syntax): Fixed link to Calc Manual.