]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(auto-revert-tail-mode): Use make-local-variable,
Richard M. Stallman [Tue, 9 Aug 2005 02:55:00 +0000 (02:55 +0000)]
(auto-revert-tail-mode): Use make-local-variable,
not make-variable-buffer-local.

18 years ago(Info-current-file): Add defvar.
Richard M. Stallman [Tue, 9 Aug 2005 02:54:39 +0000 (02:54 +0000)]
(Info-current-file): Add defvar.
(bookmark-jump-noselect): Use with-no-warnings.

18 years ago(c-mode-map, fortran-mode-map): Add defvars.
Richard M. Stallman [Tue, 9 Aug 2005 02:53:54 +0000 (02:53 +0000)]
(c-mode-map, fortran-mode-map): Add defvars.

18 years ago(Helper-return-blurb): Add defvar.
Richard M. Stallman [Tue, 9 Aug 2005 02:53:39 +0000 (02:53 +0000)]
(Helper-return-blurb): Add defvar.

18 years ago(gnus-summary-buffer, gnus-article-buffer): Add defvars.
Richard M. Stallman [Tue, 9 Aug 2005 02:53:19 +0000 (02:53 +0000)]
(gnus-summary-buffer, gnus-article-buffer): Add defvars.

18 years ago(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.
Richard M. Stallman [Tue, 9 Aug 2005 02:53:00 +0000 (02:53 +0000)]
(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.

18 years ago(Info-insert-dir): Use insert-buffer-substring.
Richard M. Stallman [Tue, 9 Aug 2005 02:52:39 +0000 (02:52 +0000)]
(Info-insert-dir): Use insert-buffer-substring.

18 years ago(xml-att-def-re): Add defvar.
Richard M. Stallman [Tue, 9 Aug 2005 02:52:15 +0000 (02:52 +0000)]
(xml-att-def-re): Add defvar.

18 years ago(icomplete-exhibit): Adapt to new while-no-input calling convention.
Richard M. Stallman [Tue, 9 Aug 2005 02:51:55 +0000 (02:51 +0000)]
(icomplete-exhibit): Adapt to new while-no-input calling convention.

18 years ago(while-no-input): Return t if there is input.
Richard M. Stallman [Tue, 9 Aug 2005 02:51:22 +0000 (02:51 +0000)]
(while-no-input): Return t if there is input.

18 years agoNo more contact with Henry Kautz.
Richard M. Stallman [Tue, 9 Aug 2005 00:56:37 +0000 (00:56 +0000)]
No more contact with Henry Kautz.

18 years ago(all): Add `overflow-newline-into-fringe'.
Luc Teirlinck [Mon, 8 Aug 2005 21:48:35 +0000 (21:48 +0000)]
(all): Add `overflow-newline-into-fringe'.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 8 Aug 2005 21:47:42 +0000 (21:47 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 8 Aug 2005 18:08:22 +0000 (18:08 +0000)]
*** empty log message ***

18 years ago(inferior-scheme-mode-hook, inferior-scheme-mode, scheme-prev-l/c-dir/file):
Juanma Barranquero [Mon, 8 Aug 2005 18:00:19 +0000 (18:00 +0000)]
(inferior-scheme-mode-hook, inferior-scheme-mode, scheme-prev-l/c-dir/file):
Fix typos in docstrings.

18 years ago(scheme-start-file): Replace reference to `user-emacs-directory' by
Juanma Barranquero [Mon, 8 Aug 2005 17:53:51 +0000 (17:53 +0000)]
(scheme-start-file): Replace reference to `user-emacs-directory' by
"~/.emacs.d/".

18 years agoFix reference to ~/.emacs.d.
Juanma Barranquero [Mon, 8 Aug 2005 17:50:20 +0000 (17:50 +0000)]
Fix reference to ~/.emacs.d.

18 years ago* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
Jan Djärv [Mon, 8 Aug 2005 15:02:39 +0000 (15:02 +0000)]
* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
should not be there, causing menu display errors with GTK 2.6.9.

18 years ago* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
Jan Djärv [Mon, 8 Aug 2005 15:01:35 +0000 (15:01 +0000)]
* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
should not be there, causing menu display errors in GTK 2.6.9.

18 years ago(Info-dir-remove-duplicates): Avoid case folding in loop;
Thien-Thi Nguyen [Mon, 8 Aug 2005 00:20:19 +0000 (00:20 +0000)]
(Info-dir-remove-duplicates): Avoid case folding in loop;
instead, keep downcased strings for comparison.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-515
Miles Bader [Sun, 7 Aug 2005 23:56:33 +0000 (23:56 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-515

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-08-05  Daiki Ueno <ueno@unixuser.org>

   * lisp/gnus/mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.

   * lisp/gnus/pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.

2005-08-06  Romain Francoise  <romain@orebokech.com>

   * lisp/gnus/message.el: Fix typo in docstring.

2005-07-16  Romain Francoise  <romain@orebokech.com>

   * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
   instead of `current-time-string' as the latter creates a time
   string that is not RFC 2822 compliant (it lacks the zone).

18 years ago(Fexpt): Undo previous change.
Richard M. Stallman [Sun, 7 Aug 2005 17:47:48 +0000 (17:47 +0000)]
(Fexpt): Undo previous change.

18 years ago(Fframe_or_buffer_changed_p): Take an arg
Richard M. Stallman [Sun, 7 Aug 2005 17:42:38 +0000 (17:42 +0000)]
(Fframe_or_buffer_changed_p): Take an arg
so it can be used with various state vectors.

18 years ago(endif): Convert -script into -scriptload.
Richard M. Stallman [Sun, 7 Aug 2005 17:38:36 +0000 (17:38 +0000)]
(endif): Convert -script into -scriptload.
(standard_args): Add -scriptload.  Allow -basic-display with one dash.

18 years ago(syms_of_fns): Add `emacs' to features.
Richard M. Stallman [Sun, 7 Aug 2005 17:36:12 +0000 (17:36 +0000)]
(syms_of_fns): Add `emacs' to features.

18 years ago(set_terminal_modes): If no TS_termcap_modes string,
Richard M. Stallman [Sun, 7 Aug 2005 17:35:09 +0000 (17:35 +0000)]
(set_terminal_modes): If no TS_termcap_modes string,
output newlines to scroll the old screen contents off the screen.

18 years agoSync with Tramp 2.0.50.
Michael Albinus [Sun, 7 Aug 2005 15:42:42 +0000 (15:42 +0000)]
Sync with Tramp 2.0.50.

18 years agoUpdate "copyright years" section.
Thien-Thi Nguyen [Sun, 7 Aug 2005 12:46:16 +0000 (12:46 +0000)]
Update "copyright years" section.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sun, 7 Aug 2005 12:33:19 +0000 (12:33 +0000)]
Update years in copyright notice; nfc.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sun, 7 Aug 2005 10:56:27 +0000 (10:56 +0000)]
Update years in copyright notice; nfc.

18 years agoUpdate "copyright years" section.
Thien-Thi Nguyen [Sun, 7 Aug 2005 10:17:09 +0000 (10:17 +0000)]
Update "copyright years" section.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sun, 7 Aug 2005 09:52:28 +0000 (09:52 +0000)]
Update years in copyright notice; nfc.

18 years ago(widget-choice-value-create): Unconditionally respect user choice.
Luc Teirlinck [Sun, 7 Aug 2005 01:07:33 +0000 (01:07 +0000)]
(widget-choice-value-create): Unconditionally respect user choice.
Set :explicit-choice back to nil when no longer needed.
(widget-choice-action): Unconditionally respect user choice.
Eliminate :explicit-choice-value.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 7 Aug 2005 01:05:10 +0000 (01:05 +0000)]
*** empty log message ***

18 years agoMunge comment associated w/ last change to describe intent; nfc.
Thien-Thi Nguyen [Sun, 7 Aug 2005 00:57:10 +0000 (00:57 +0000)]
Munge comment associated w/ last change to describe intent; nfc.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sat, 6 Aug 2005 22:13:43 +0000 (22:13 +0000)]
Update years in copyright notice; nfc.

18 years ago(set-fringe-indicators-1, fringe-indicators): Delete.
Luc Teirlinck [Sat, 6 Aug 2005 21:59:02 +0000 (21:59 +0000)]
(set-fringe-indicators-1, fringe-indicators): Delete.

18 years ago(menu-bar-options-save): Replace `fringe-indicators'
Luc Teirlinck [Sat, 6 Aug 2005 21:51:38 +0000 (21:51 +0000)]
(menu-bar-options-save): Replace `fringe-indicators'
with `indicate-empty-lines' and `indicate-buffer-boundaries'.
(menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
running new function `toggle-indicate-empty-lines'.
Rename "Customize" item to "Customize fringe".
Rename "Indicators" item to "Buffer boundaries" and change help echo.
(menu-bar-showhide-fringe-ind-menu): Change several help echos.
Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
Delete "Empty lines only" item.
(menu-bar-showhide-fringe-ind-customize): New function.
(menu-bar-showhide-fringe-ind-mixed)
(menu-bar-showhide-fringe-ind-box)
(menu-bar-showhide-fringe-ind-right)
(menu-bar-showhide-fringe-ind-left)
(menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
instead of `fringe-indicators'.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 6 Aug 2005 21:49:19 +0000 (21:49 +0000)]
*** empty log message ***

18 years agoRemove spurious character.
Juanma Barranquero [Sat, 6 Aug 2005 20:38:32 +0000 (20:38 +0000)]
Remove spurious character.

18 years ago*** empty log message ***
Juanma Barranquero [Sat, 6 Aug 2005 20:37:01 +0000 (20:37 +0000)]
*** empty log message ***

18 years ago2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 6 Aug 2005 20:29:11 +0000 (20:29 +0000)]
2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode.
Change the date of last update.

18 years agoUpdate "copyright years" section.
Thien-Thi Nguyen [Sat, 6 Aug 2005 19:54:47 +0000 (19:54 +0000)]
Update "copyright years" section.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sat, 6 Aug 2005 19:51:42 +0000 (19:51 +0000)]
Update years in copyright notice; nfc.

18 years ago(Fexpt): Use floats for negative exponent.
Thien-Thi Nguyen [Sat, 6 Aug 2005 18:27:09 +0000 (18:27 +0000)]
(Fexpt): Use floats for negative exponent.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sat, 6 Aug 2005 17:48:15 +0000 (17:48 +0000)]
Update years in copyright notice; nfc.

18 years ago2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 6 Aug 2005 16:58:54 +0000 (16:58 +0000)]
2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-harness-minor-mode,viper-exec-delete,
viper-exec-yank,viper-put-back): don't display modification msg if in
the minibuffer.

* viper-init.el (viper-replace-overlay-cursor-color,
viper-insert-state-cursor-color,viper-vi-state-cursor-color): make
variables frame local.

* viper-util.el (viper-append-filter-alist): use append instead of
nconc.

* viper.el (viper-vi-state-mode-list,viper-emacs-state-mode-list): move
help-mode and completion-list-mode from the first list to the second.
(viper-mode): docstring.
(viper-go-away,viper-non-hook-settings): don't localize
minor-mode-alist in newer emacsen.
Add advice to set-cursor-color.
Don't bind "\C-c\\".

18 years agoUpdate "copyright years" section.
Thien-Thi Nguyen [Sat, 6 Aug 2005 16:20:52 +0000 (16:20 +0000)]
Update "copyright years" section.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Sat, 6 Aug 2005 15:55:38 +0000 (15:55 +0000)]
Update years in copyright notice; nfc.

18 years agoMention changes in cmuscheme.
Eli Zaretskii [Sat, 6 Aug 2005 07:42:06 +0000 (07:42 +0000)]
Mention changes in cmuscheme.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 Aug 2005 07:39:22 +0000 (07:39 +0000)]
*** empty log message ***

18 years ago(scheme-trace-command, scheme-untrace-command)
Eli Zaretskii [Sat, 6 Aug 2005 07:37:45 +0000 (07:37 +0000)]
(scheme-trace-command, scheme-untrace-command)
(scheme-macro-expand-command): New user options.
(scheme-trace-procedure, scheme-expand-current-form): New commands.
(scheme-form-at-point, scheme-start-file): New functions.
(run-scheme): Call `scheme-start-file' to get start file, and pass it to
`make-comint'.
(switch-to-scheme, scheme-proc): Call `scheme-interactively-start-process'
if no Scheme buffer/process is available.
(scheme-get-process): New function extracted from `scheme-proc'.
(scheme-interactively-start-process): New function.

18 years ago(Coding Systems): Rephrase the paragraph about codepages: no need for
Eli Zaretskii [Sat, 6 Aug 2005 07:27:33 +0000 (07:27 +0000)]
(Coding Systems): Rephrase the paragraph about codepages: no need for
"M-x codepage-setup" anymore, except on MS-DOS.

18 years ago(MS-DOS and MULE): Clarify that this section is for the MS-DOS port only.
Eli Zaretskii [Sat, 6 Aug 2005 07:18:18 +0000 (07:18 +0000)]
(MS-DOS and MULE): Clarify that this section is for the MS-DOS port only.

18 years ago(grep-regexp-alist): Set 5th arg `TYPE' to
Juri Linkov [Sat, 6 Aug 2005 01:11:41 +0000 (01:11 +0000)]
(grep-regexp-alist): Set 5th arg `TYPE' to
0 instead of 1 to display binary file names as info file links.
(grep-error-face): Use `compilation-error-face' instead of
`font-lock-keyword-face'.
(grep-mode-font-lock-keywords): Use `compilation-info-text-face'
and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
Use `compilation-error-text-face' instead of `grep-error-face'.

18 years ago(compilation-mode-font-lock-keywords):
Juri Linkov [Sat, 6 Aug 2005 01:10:09 +0000 (01:10 +0000)]
(compilation-mode-font-lock-keywords):
Use `compilation-text-face', `compilation-info-text-face' and
`compilation-error-text-face' instead of `font-lock-keyword-face'.
(compilation-error): New face.
(compilation-error-file-name): Inherit from
`compilation-error' instead of `font-lock-warning-face'.
(compilation-warning-file-name): Inherit from
`compilation-warning' instead of `font-lock-warning-face'.
(compilation-info, compilation-error-file-name)
(compilation-warning-file-name, compilation-info-file-name)
(compilation-line-number, compilation-column-number): Doc fix.
(compilation-error-text-face, compilation-warning-text-face)
(compilation-info-text-face): New face variables.
(compilation-line-face, compilation-column-face)
(compilation-enter-directory-face)
(compilation-leave-directory-face): Doc fix.
(compilation-text-face): New function.

18 years agoAdd examples of finished compilation.
Juri Linkov [Sat, 6 Aug 2005 00:55:11 +0000 (00:55 +0000)]
Add examples of finished compilation.

18 years agoAdd missing 2005-06-28 entry for progmodes/compile.el.
Juri Linkov [Sat, 6 Aug 2005 00:48:18 +0000 (00:48 +0000)]
Add missing 2005-06-28 entry for progmodes/compile.el.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-513
Miles Bader [Fri, 5 Aug 2005 08:48:40 +0000 (08:48 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-513

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-bodies.el (mm-encode-body): Use coding system rather than
   charset to encode text.

   * lisp/gnus/mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
   number of charsets if utf-8 is available (XEmacs).

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-512
Miles Bader [Fri, 5 Aug 2005 08:37:44 +0000 (08:37 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-512

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 101-102)

   - Update from CVS

2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-art.el (article-unsplit-urls): Don't anchor urls to the
   start of the lines.
   (gnus-picon-databases): Add /usr/share/picons.

2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (gnus-button-valid-localpart-regexp): New variable
   taken from `gnus-button-mid-or-mail-regexp'.
   (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
   (gnus-button-alist): Improve regexp for domain part of the MIDs
   for news:localpart@domain buttons.
   (gnus-button-ctan-directory-regexp): Update.

   * lisp/gnus/message.el (message-kill-buffer): Raise the current frame.
   (message-bury): Use `window-dedicated-p'.

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

   * lisp/gnus/sieve-manage.el (sieve-manage-interactive-login): Use
   make-local-variable rather than make-variable-buffer-local.
   (sieve-manage-open): Ditto.
   (sieve-manage-authenticate): Ditto.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 5 Aug 2005 01:19:04 +0000 (01:19 +0000)]
*** empty log message ***

18 years agoFix the entry describing code-pages.
Kenichi Handa [Fri, 5 Aug 2005 01:18:52 +0000 (01:18 +0000)]
Fix the entry describing code-pages.

18 years agoAdd autoload cookies for all coding systems.
Kenichi Handa [Fri, 5 Aug 2005 01:14:08 +0000 (01:14 +0000)]
Add autoload cookies for all coding systems.

18 years ago(all): Put undo.c where it alphabetically belongs.
Luc Teirlinck [Thu, 4 Aug 2005 21:34:41 +0000 (21:34 +0000)]
(all): Put undo.c where it alphabetically belongs.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 4 Aug 2005 21:33:21 +0000 (21:33 +0000)]
*** empty log message ***

18 years ago(grep-mode-map): Bind TAB to `compilation-next-error'
Juri Linkov [Thu, 4 Aug 2005 01:38:42 +0000 (01:38 +0000)]
(grep-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.

18 years ago(compilation-mode-map): Bind TAB to `compilation-next-error'
Juri Linkov [Thu, 4 Aug 2005 01:36:10 +0000 (01:36 +0000)]
(compilation-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.

18 years ago(grep-regexp-alist): Replace complex regexp
Juri Linkov [Thu, 4 Aug 2005 01:11:17 +0000 (01:11 +0000)]
(grep-regexp-alist): Replace complex regexp
matching line numbers, column numbers and their ranges with regexp
matching only line numbers.
(grep-context-face): New face variable.
(grep-mode-font-lock-keywords): Use it.

18 years ago(read-face-name): Delete duplicate faces.
Juri Linkov [Thu, 4 Aug 2005 01:06:44 +0000 (01:06 +0000)]
(read-face-name): Delete duplicate faces.

18 years agoFix typo.
Juanma Barranquero [Tue, 2 Aug 2005 23:18:27 +0000 (23:18 +0000)]
Fix typo.

18 years agoAdd `lock'.
Juanma Barranquero [Tue, 2 Aug 2005 22:59:02 +0000 (22:59 +0000)]
Add `lock'.

18 years agoFix typo.
Juanma Barranquero [Tue, 2 Aug 2005 13:10:02 +0000 (13:10 +0000)]
Fix typo.

18 years ago(thumbs-find-image): Don't make variables automatically buffer local.
Juanma Barranquero [Tue, 2 Aug 2005 10:26:31 +0000 (10:26 +0000)]
(thumbs-find-image): Don't make variables automatically buffer local.
(thumbs-current-tmp-filename, thumbs-current-image-filename, thumbs-image-num):
Make automatically buffer local.
(thumbs-show-thumbs-list): Use `make-local-variable', not
`make-variable-buffer-local'.
(thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.

18 years ago(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.
Juanma Barranquero [Tue, 2 Aug 2005 10:24:17 +0000 (10:24 +0000)]
(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.

18 years ago(doctor-type-symbol): "?\ " -> "?\s".
Juanma Barranquero [Tue, 2 Aug 2005 09:42:20 +0000 (09:42 +0000)]
(doctor-type-symbol): "?\ " -> "?\s".
(**mad**, *debug*, *print-space*, *print-upcase*, abuselst, abusewords, account,
afraidof, arerelated, areyou, bak, beclst, bother, bye, canyou, chatlst,
continue, deathlst, describe, drnk, drugs, eliza-flag, elizalst, famlst, feared,
fears, feelings-about, foullst, found, hello, history, howareyoulst, howdyflag,
huhlst, ibelieve, improve, inter, isee, isrelated, lincount, longhuhlst, lover,
machlst, mathlst, maybe, moods, neglst, obj, object, owner, please, problems,
qlist, random-adjective, relation, remlst, repetitive-shortness, replist,
rms-flag, schoollst, sent, sexlst, shortbeclst, shortlst, something, sportslst,
stallmanlst, states, subj, suicide-flag, sure, things, thlst, toklst, typos,
verb, want, whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
Defvar at compile time.

18 years ago(Fframe_char_width): Doc fix.
Juanma Barranquero [Tue, 2 Aug 2005 08:12:35 +0000 (08:12 +0000)]
(Fframe_char_width): Doc fix.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-507
Miles Bader [Tue, 2 Aug 2005 07:21:08 +0000 (07:21 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-507

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

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

   * lisp/gnus/mml.el (mml-generate-mime-1): Make the content type default to
   text/plain if the filename is not specified.

2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
   instead of insert-buffer.

   * lisp/gnus/message.el (message-yank-original): Ditto; set the mark at the
   end of the yanked message.

18 years ago(all): Make `indicate-buffer-boundaries' display values set outside
Luc Teirlinck [Tue, 2 Aug 2005 02:00:20 +0000 (02:00 +0000)]
(all): Make `indicate-buffer-boundaries' display values set outside
Custom once again correctly in Custom buffer.

18 years ago(cua--highlight-rectangle): Only show
Kim F. Storm [Mon, 1 Aug 2005 22:06:42 +0000 (22:06 +0000)]
(cua--highlight-rectangle): Only show
rectangle overlay in selected window.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Aug 2005 22:06:25 +0000 (22:06 +0000)]
*** empty log message ***

18 years ago(all): Prevent nil from matching two alternatives in
Luc Teirlinck [Mon, 1 Aug 2005 20:09:18 +0000 (20:09 +0000)]
(all): Prevent nil from matching two alternatives in
`indicate-buffer-boundaries' defcustom.

18 years ago(all): Prevent bug if user sets `indicate-buffer-boundaries' outside Custom.
Luc Teirlinck [Mon, 1 Aug 2005 18:40:16 +0000 (18:40 +0000)]
(all): Prevent bug if user sets `indicate-buffer-boundaries' outside Custom.

18 years ago(all): Put `indicate-empty-lines' in fringe group instead of display group.
Luc Teirlinck [Mon, 1 Aug 2005 17:20:04 +0000 (17:20 +0000)]
(all): Put `indicate-empty-lines' in fringe group instead of display group.
Make `indicate-buffer-boundaries' customizable through Custom.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 1 Aug 2005 17:18:35 +0000 (17:18 +0000)]
*** empty log message ***

18 years agoUpdate copyright years section.
Thien-Thi Nguyen [Mon, 1 Aug 2005 16:14:30 +0000 (16:14 +0000)]
Update copyright years section.

18 years ago(gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,
Juanma Barranquero [Mon, 1 Aug 2005 16:10:53 +0000 (16:10 +0000)]
(gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,
gdb-cpp-define-alist-program, gdb-set-gud-minor-mode, gdb-exited,
gdb-setup-windows, gdb-put-string): Fix typos in docstrings.

18 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Mon, 1 Aug 2005 15:47:19 +0000 (15:47 +0000)]
Update years in copyright notice; nfc.

18 years ago*** empty log message ***
Nick Roberts [Mon, 1 Aug 2005 10:15:58 +0000 (10:15 +0000)]
*** empty log message ***

18 years agoUpdate copyright for release of 22.1 for progmodes directory.
Nick Roberts [Mon, 1 Aug 2005 08:43:45 +0000 (08:43 +0000)]
Update copyright for release of 22.1 for progmodes directory.

18 years ago*** empty log message ***
Nick Roberts [Mon, 1 Aug 2005 08:41:02 +0000 (08:41 +0000)]
*** empty log message ***

18 years ago* progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
Nick Roberts [Mon, 1 Aug 2005 08:29:11 +0000 (08:29 +0000)]
* progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.

* progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
(gud-tooltip-mode): Don't barf if the GUD buffer has been killed.

18 years ago*** empty log message ***
Nick Roberts [Mon, 1 Aug 2005 08:18:10 +0000 (08:18 +0000)]
*** empty log message ***

18 years ago(table-yank-handler): Change defcustom to defvar.
Kim F. Storm [Sun, 31 Jul 2005 22:33:09 +0000 (22:33 +0000)]
(table-yank-handler): Change defcustom to defvar.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 31 Jul 2005 22:32:12 +0000 (22:32 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-505
Miles Bader [Sun, 31 Jul 2005 00:12:23 +0000 (00:12 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-505

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-next-page-1): Reduce the number of
   lines to scroll rather than to stop it.

   * lisp/gnus/mml.el (mml-generate-default-type): Add doc string.
   (mml-generate-mime-1): Use mm-default-file-encoding or make it
   default to application/octet-stream when determining the content
   type if it is not specified for the part or the mml contents; add
   a comment about mml-generate-default-type.

2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
   make it default to application/octet-stream when determining the
   content type if it is not specified for the external contents.

2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-decode.el (mm-display-external): Delete temp file, directory
   and buffer immediately if the external process is exited.

18 years ago(syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it.
Juanma Barranquero [Sat, 30 Jul 2005 19:04:19 +0000 (19:04 +0000)]
(syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 30 Jul 2005 11:45:41 +0000 (11:45 +0000)]
*** empty log message ***

18 years ago(info): Don't run install-info.
Eli Zaretskii [Sat, 30 Jul 2005 11:45:20 +0000 (11:45 +0000)]
(info): Don't run install-info.
($(infodir)/dir): New target, produced by running install-info.

18 years ago(info): Don't run multi-install-info.bat.
Eli Zaretskii [Sat, 30 Jul 2005 11:42:35 +0000 (11:42 +0000)]
(info): Don't run multi-install-info.bat.
($(infodir)/dir): New target, produced by running multi-install-info.bat.

18 years ago(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
Eli Zaretskii [Sat, 30 Jul 2005 11:30:33 +0000 (11:30 +0000)]
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.