bpt/emacs.git
18 years ago*** empty log message ***
Eli Zaretskii [Fri, 3 Mar 2006 12:05:39 +0000 (12:05 +0000)]
*** empty log message ***

18 years agoAdd DESTDIR variable to install target to support staged installations.
Eli Zaretskii [Fri, 3 Mar 2006 12:04:45 +0000 (12:04 +0000)]
Add DESTDIR variable to install target to support staged installations.

18 years agoFix date on last change.
Eli Zaretskii [Fri, 3 Mar 2006 12:03:11 +0000 (12:03 +0000)]
Fix date on last change.

18 years agoAdd DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii [Fri, 3 Mar 2006 12:02:31 +0000 (12:02 +0000)]
Add DESTDIR variable to install and uninstall targets to support staged
installations.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 3 Mar 2006 12:01:19 +0000 (12:01 +0000)]
*** empty log message ***

18 years ago(edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
Eli Zaretskii [Fri, 3 Mar 2006 11:55:43 +0000 (11:55 +0000)]
(edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
constant (1) on more pauses.

18 years ago(flyspell-external-point-words): Be case-sensitive.
Eli Zaretskii [Fri, 3 Mar 2006 11:49:22 +0000 (11:49 +0000)]
(flyspell-external-point-words): Be case-sensitive.

18 years ago(rcirc-url-regexp): Match entire url when it starts with "www".
Eli Zaretskii [Fri, 3 Mar 2006 11:44:11 +0000 (11:44 +0000)]
(rcirc-url-regexp): Match entire url when it starts with "www".

18 years agoRestablished intermediate missing comment header to preserve outline structure.
Eli Zaretskii [Fri, 3 Mar 2006 11:38:43 +0000 (11:38 +0000)]
Restablished intermediate missing comment header to preserve outline structure.
(allout-beginning-of-current-entry): Wasn't skipping invisible text - fixed.
(allout-open-topic): Was failing when opening a topic at end-of-buffer - fixed.
(allout-minor-mode): Moved nearer to allout-mode function.

18 years agoChangeLog
Eli Zaretskii [Fri, 3 Mar 2006 11:33:34 +0000 (11:33 +0000)]
ChangeLog

18 years agoRegenerated.
Eli Zaretskii [Fri, 3 Mar 2006 11:32:03 +0000 (11:32 +0000)]
Regenerated.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-134
Miles Bader [Fri, 3 Mar 2006 07:45:27 +0000 (07:45 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-134

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 43-48)

   - Munge arch explicit ids in etc/images to match Emacs
   - Update from CVS

18 years agoGNU Emacs folks prefer present tense in ChangeLog entries.
Bill Wohler [Fri, 3 Mar 2006 00:29:23 +0000 (00:29 +0000)]
GNU Emacs folks prefer present tense in ChangeLog entries.

18 years ago* mh-folder.el (mh-tool-bar-init): Autoload.
Bill Wohler [Fri, 3 Mar 2006 00:27:49 +0000 (00:27 +0000)]
* mh-folder.el (mh-tool-bar-init): Autoload.
(mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-tool-bar-init): Autoload.
(mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-letter-buttons-init.

* mh-show.el (mh-tool-bar-init): Autoload.
(mh-show-mode): Perform tool bar stuff conditionally in XEmacs and GNU
Emacs.

* mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
messages per conventions.
(mh-tool-bar-folder-buttons-init)
(mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
(mh-tool-bar-define call): Format.

* mh-utils.el (mh-image-directory, mh-image-load-path-called-flag):
Delete.
(mh-image-load-path): Incorporate changes from Gnus team. Biggest
changes are that it no longer uses/sets mh-image-directory or
mh-image-load-path-called-flag, and returns the updated path rather
than change it.
(mh-logo-display): Change usage of mh-image-load-path.

18 years ago(Tool Bar): Add tool-bar-border.
Kim F. Storm [Thu, 2 Mar 2006 22:34:58 +0000 (22:34 +0000)]
(Tool Bar): Add tool-bar-border.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 2 Mar 2006 22:34:39 +0000 (22:34 +0000)]
*** empty log message ***

18 years agoMinimize the unpleasent visual impact of the requirement
Kim F. Storm [Thu, 2 Mar 2006 21:55:26 +0000 (21:55 +0000)]
Minimize the unpleasent visual impact of the requirement
that non-toolkit tool-bars must occupy an integral number of screen
lines, by distributing the rows evenly over the tool-bar screen area.
(Vtool_bar_border): New variable.
(syms_of_xdisp): DEFVAR_LISP it.
(display_tool_bar_line): Add HEIGHT arg for desired row height.  Make
tool-bar row the desired height.  Use default face for border below
tool-bar.
(tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
actual tool-bar rows.
(redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
Adjust the height of the tool-bar rows to fill tool-bar screen area.
(redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
is resized.

18 years ago(struct frame): New member n_tool_bar_rows.
Kim F. Storm [Thu, 2 Mar 2006 21:55:16 +0000 (21:55 +0000)]
(struct frame): New member n_tool_bar_rows.

18 years ago(org-paste-subtree): Removed forgotten (debug)
Carsten Dominik [Thu, 2 Mar 2006 15:44:23 +0000 (15:44 +0000)]
(org-paste-subtree): Removed forgotten (debug)
form.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 2 Mar 2006 15:44:08 +0000 (15:44 +0000)]
*** empty log message ***

18 years ago(Fregexp_quote): Do not precede a literal `]' with two backslashes to
Luc Teirlinck [Wed, 1 Mar 2006 23:52:22 +0000 (23:52 +0000)]
(Fregexp_quote): Do not precede a literal `]' with two backslashes to
try to make clear that it has a literal meaning; it does not do that.
(It could close a character alternative containing a backslash.)

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 23:48:14 +0000 (23:48 +0000)]
*** empty log message ***

18 years ago(dframe-frame-mode): Don't burp when menu-bar-lines is nil.
Nick Roberts [Wed, 1 Mar 2006 22:59:06 +0000 (22:59 +0000)]
(dframe-frame-mode): Don't burp when menu-bar-lines is nil.

18 years ago*** empty log message ***
Nick Roberts [Wed, 1 Mar 2006 22:57:05 +0000 (22:57 +0000)]
*** empty log message ***

18 years ago(gdb-speedbar-refresh): Quieten speedbar-refresh.
Nick Roberts [Wed, 1 Mar 2006 22:44:19 +0000 (22:44 +0000)]
(gdb-speedbar-refresh): Quieten speedbar-refresh.

18 years ago(gud-speedbar-menu-items): Use
Nick Roberts [Wed, 1 Mar 2006 22:43:29 +0000 (22:43 +0000)]
(gud-speedbar-menu-items): Use
buffer-local-value and add missing :visible keyword.

18 years ago*** empty log message ***
Nick Roberts [Wed, 1 Mar 2006 22:42:17 +0000 (22:42 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 1 Mar 2006 10:59:33 +0000 (10:59 +0000)]
*** empty log message ***

18 years ago(reftex-index-map): Fixed typo,
Carsten Dominik [Wed, 1 Mar 2006 07:16:16 +0000 (07:16 +0000)]
(reftex-index-map): Fixed typo,
follow-mouse must be follow-link.

18 years ago(reftex-toc-map): Fixed typo,
Carsten Dominik [Wed, 1 Mar 2006 07:12:40 +0000 (07:12 +0000)]
(reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.

18 years agoVersion number change only
Carsten Dominik [Wed, 1 Mar 2006 07:09:42 +0000 (07:09 +0000)]
Version number change only

18 years ago(Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik [Wed, 1 Mar 2006 07:08:45 +0000 (07:08 +0000)]
(Interaction): Added item about `org-mouse.el' by Piotr
Zielinski.
(Managing links, Managing links): Documented that also mouse-1 can
be used to activate a link.
(Headlines, FAQ): Added entry about hiding leading stars.
(Miscellaneous): Resorted the sections in this chapter to a more
logical sequence.

18 years ago(org-export-as-html): Fixed bugs in HTML
Carsten Dominik [Wed, 1 Mar 2006 07:07:01 +0000 (07:07 +0000)]
(org-export-as-html): Fixed bugs in HTML
formatting: No nested anchors.
(org-all-targets): Fixed bug with XEmacs compatibility.
(org-read-date): Add (require 'parse-time).
(org-set-tags): Fixed bug with extra inserted space.
(org-export-html-style): Define a style class for targets.
(org-agenda-keymap, org-mouse-map): Added a binding for
`follow-link'.
(org-hide-leading-stars): New option.
(org-hide): New face.
(org-set-font-lock-defaults): Allow to hide leading stars.
(org-get-legal-level, org-tr-level): New functions.
(org-odd-levels-only): New option.
(org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
org-demote, org-promote): Deal with double-star levels.
(org-convert-to-odd-levels): New command.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 1 Mar 2006 07:06:47 +0000 (07:06 +0000)]
*** empty log message ***

18 years ago(mh-narrow-to-subject): Remove Re: string from subject so that pick
Bill Wohler [Wed, 1 Mar 2006 06:19:59 +0000 (06:19 +0000)]
(mh-narrow-to-subject): Remove Re: string from subject so that pick
can find originating message (closes SF #1438369).

18 years ago* mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
Bill Wohler [Wed, 1 Mar 2006 05:33:18 +0000 (05:33 +0000)]
* mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
(mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow to
subjects with special characters by quoting regular expression
characters in pick expression derived from existing subjects and other
fields (closes SF #1432548).

* mh-utils.el (mh-pick-regexp-chars, mh-quote-pick-expr): New variable
and function for quoting pick regular expression characters (closes SF
#1432548).

18 years ago(Named Features): Fix typo.
Luc Teirlinck [Wed, 1 Mar 2006 02:45:05 +0000 (02:45 +0000)]
(Named Features): Fix typo.

18 years ago(Load Suffixes): Fix typos.
Luc Teirlinck [Wed, 1 Mar 2006 01:58:12 +0000 (01:58 +0000)]
(Load Suffixes): Fix typos.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 01:56:31 +0000 (01:56 +0000)]
*** empty log message ***

18 years ago(Load Suffixes): Rephrase last paragraph.
Luc Teirlinck [Wed, 1 Mar 2006 01:19:52 +0000 (01:19 +0000)]
(Load Suffixes): Rephrase last paragraph.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 01:18:53 +0000 (01:18 +0000)]
*** empty log message ***

18 years ago(mh-folder-list): Fix problem with passing in a folder and getting
Bill Wohler [Tue, 28 Feb 2006 23:54:53 +0000 (23:54 +0000)]
(mh-folder-list): Fix problem with passing in a folder and getting
nothing back. Fix problem with passing in empty string and getting the
entire filesystem (or infinite loop). Don't append slash to folder.
These fixes fix problems observed with the pick search. Thanks to
Thomas Baumann for the help (closes SF #1435381).

18 years ago(gdb-speedbar-refresh): Rename from
Nick Roberts [Tue, 28 Feb 2006 21:52:30 +0000 (21:52 +0000)]
(gdb-speedbar-refresh): Rename from
gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
speedbar-timer-fn
(gdb-var-update-handler, gdb-var-update-handler-1): Use it.
(gdb-speedbar-expand-node): Use speedbar-delete-subblock
instead of gdb-speedbar-timer-fn.
(gdb-edit-value):

18 years ago(speedbar-update-localized-contents): Try to
Nick Roberts [Tue, 28 Feb 2006 21:51:39 +0000 (21:51 +0000)]
(speedbar-update-localized-contents): Try to
preserve window-start.
(speedbar-update-directory-contents): Try to preserve window-start
and window-point.
(speedbar-update-special-contents): Don't move back to start of
window.

18 years ago(mh-image-load-path): Rename variable to mh-image-directory.
Bill Wohler [Tue, 28 Feb 2006 21:47:19 +0000 (21:47 +0000)]
(mh-image-load-path): Rename variable to mh-image-directory.
(mh-image-load-path): Access mh-image-directory instead of
mh-image-load-path.

18 years ago*** empty log message ***
Nick Roberts [Tue, 28 Feb 2006 21:46:30 +0000 (21:46 +0000)]
*** empty log message ***

18 years agofixed: Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position.
Chong Yidong [Tue, 28 Feb 2006 14:57:03 +0000 (14:57 +0000)]
fixed: Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position.

18 years ago* xselect.c (x_catch_errors_unwind): New function.
Chong Yidong [Tue, 28 Feb 2006 14:52:46 +0000 (14:52 +0000)]
* xselect.c (x_catch_errors_unwind): New function.
(x_reply_selection_request): Put x_uncatch_errors in an unwind.
(Fx_get_atom_name): Call x_uncatch_errors earlier.

* window.c (Qscroll_up, Qscroll_down): New syms.
(window_scroll_pixel_based): Make preserve_y static to avoid
getting point stuck when scrolling 1 line.

18 years ago(math-compose-tex-matrix): Add a latex option.
Jay Belanger [Tue, 28 Feb 2006 14:28:42 +0000 (14:28 +0000)]
(math-compose-tex-matrix):  Add a latex option.
(math-compose-expr):  Use latex option when calling
math-compose-tex-matrix for latex mode.

18 years ago#
André Spiegel [Tue, 28 Feb 2006 08:14:44 +0000 (08:14 +0000)]
#

18 years ago(Old Versions): Clarify operation of C-x v =.
André Spiegel [Tue, 28 Feb 2006 08:13:50 +0000 (08:13 +0000)]
(Old Versions): Clarify operation of C-x v =.

18 years agoRalf Angeli's 19 Feb 2006 bug report fixed
Chong Yidong [Tue, 28 Feb 2006 04:32:40 +0000 (04:32 +0000)]
Ralf Angeli's 19 Feb 2006 bug report fixed

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Feb 2006 03:19:00 +0000 (03:19 +0000)]
*** empty log message ***

18 years ago(Top): Include "Load Suffixes" in the detailed menu.
Luc Teirlinck [Tue, 28 Feb 2006 03:07:28 +0000 (03:07 +0000)]
(Top): Include "Load Suffixes" in the detailed menu.

18 years ago(Locating Files): Suggest additional values for the
Luc Teirlinck [Tue, 28 Feb 2006 03:04:50 +0000 (03:04 +0000)]
(Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'.  Update pxref.

18 years ago(Loading): Include new node "Load Suffixes" in menu.
Luc Teirlinck [Tue, 28 Feb 2006 03:01:57 +0000 (03:01 +0000)]
(Loading): Include new node "Load Suffixes" in menu.
(How Programs Do Loading): Discuss the effects of Auto Compression
mode on `load'.
(Load Suffixes): New node.
(Library Search): Delete description of `load-suffixes': it was
moved to "Load Suffixes".
(Autoload, Named Features): Mention `load-suffixes'.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Feb 2006 03:00:18 +0000 (03:00 +0000)]
*** empty log message ***

18 years agoRe-instate comments about developing for speedbar
Nick Roberts [Tue, 28 Feb 2006 02:52:56 +0000 (02:52 +0000)]
Re-instate comments about developing for speedbar
[this is what info and gdb-ui use even if better methods exist now].

18 years ago(mh-variant, mh-default-folder-for-message-function): Sync docstring
Bill Wohler [Tue, 28 Feb 2006 01:33:28 +0000 (01:33 +0000)]
(mh-variant, mh-default-folder-for-message-function): Sync docstring
with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader [Tue, 28 Feb 2006 00:38:35 +0000 (00:38 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 40-42)

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

18 years agoAdd arch tagline
Miles Bader [Mon, 27 Feb 2006 23:40:51 +0000 (23:40 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Nick Roberts [Mon, 27 Feb 2006 22:53:26 +0000 (22:53 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 27 Feb 2006 22:52:42 +0000 (22:52 +0000)]
*** empty log message ***

18 years ago(t-mouse-tty): Use with-temp-buffer. Add more
Nick Roberts [Mon, 27 Feb 2006 22:46:06 +0000 (22:46 +0000)]
(t-mouse-tty): Use with-temp-buffer.  Add more
terminal types.
(t-mouse-lispy-buffer-posn-from-coords): Remove.  Use C
primitive...
(t-mouse-make-event-element): ...posn-at-x-y instead.
(t-mouse-make-event): Deal with Fedora Core 3.
(t-mouse-make-event): Don't sink the `stupid text mode menubar'.
(t-mouse-mouse-position-function): New function.  Use it instead
of advising mouse-position.
(t-mouse-mode): New minor mode.
(t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.

18 years ago(mh-minibuffer-read-type): Deleted comment in docstring about obsolete
Bill Wohler [Mon, 27 Feb 2006 22:30:58 +0000 (22:30 +0000)]
(mh-minibuffer-read-type): Deleted comment in docstring about obsolete
variable mh-mime-content-types.

18 years ago(mh-variant): Sync docstring with manual.
Bill Wohler [Mon, 27 Feb 2006 22:29:54 +0000 (22:29 +0000)]
(mh-variant): Sync docstring with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.

18 years ago* mh-compat.el (mh-display-color-cells): Return 2 if
Bill Wohler [Mon, 27 Feb 2006 22:25:07 +0000 (22:25 +0000)]
* mh-compat.el (mh-display-color-cells): Return 2 if
device-color-cells returns nil (closes SF #1436924).

* mh-e.el (mh-compiling-flag): Delete. No longer needed by
mh-display-color-cells.

18 years agoThis version does *not* work with Emacs 22.
Nick Roberts [Mon, 27 Feb 2006 22:10:43 +0000 (22:10 +0000)]
This version does *not* work with Emacs 22.
It is just the initial import from gpm-1.20.1.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 27 Feb 2006 13:48:44 +0000 (13:48 +0000)]
*** empty log message ***

18 years ago(calendar-holidays): Doc fix.
Glenn Morris [Mon, 27 Feb 2006 09:19:11 +0000 (09:19 +0000)]
(calendar-holidays): Doc fix.

18 years ago*** empty log message ***
Glenn Morris [Mon, 27 Feb 2006 09:18:52 +0000 (09:18 +0000)]
*** empty log message ***

18 years ago(gud-display-line): Use gdb-display-source-buffer
Nick Roberts [Mon, 27 Feb 2006 09:15:58 +0000 (09:15 +0000)]
(gud-display-line): Use gdb-display-source-buffer
for gdb-ui/gdb-mi (old concept).

18 years ago(gdb-source-window): New variable.
Nick Roberts [Mon, 27 Feb 2006 09:14:59 +0000 (09:14 +0000)]
(gdb-source-window): New variable.
Re-introduce the concept of a source window.
(gdb-get-buffer-create): Rename from gdb-get-create-buffer for
consistency with get-buffer-create.
(def-gdb-auto-update-handler, gdb-info-locals-handler)
(gdb-data-list-register-values-handler)
(gdb-stack-list-locals-handler): Try to preserve window-start as
well as window-point.
(gdb-display-source-buffer): New function (old concept).
(gdb-goto-breakpoint): Use it.

18 years ago*** empty log message ***
Nick Roberts [Mon, 27 Feb 2006 09:12:51 +0000 (09:12 +0000)]
*** empty log message ***

18 years ago(reftex-toc-map): Add `follow-mouse'
Carsten Dominik [Mon, 27 Feb 2006 07:41:32 +0000 (07:41 +0000)]
(reftex-toc-map): Add `follow-mouse'
binding.

18 years ago(reftex-select-label-map,
Carsten Dominik [Mon, 27 Feb 2006 07:41:18 +0000 (07:41 +0000)]
(reftex-select-label-map,
reftex-select-bib-map): Add `follow-mouse' binding.

18 years ago(reftex-index-map): Add `follow-mouse'
Carsten Dominik [Mon, 27 Feb 2006 07:40:59 +0000 (07:40 +0000)]
(reftex-index-map): Add `follow-mouse'
binding.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 27 Feb 2006 07:40:38 +0000 (07:40 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Mon, 27 Feb 2006 07:30:18 +0000 (07:30 +0000)]
*** empty log message ***

18 years ago* xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
Chong Yidong [Mon, 27 Feb 2006 03:35:31 +0000 (03:35 +0000)]
* xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
argument.

* xterm.c: (x_load_font, x_term_init, XTmouse_position)
(handle_one_xevent, x_connection_closed, x_list_fonts): No arg for
x_uncatch_errors.

* xselect.c (x_own_selection, x_decline_selection_request)
(x_reply_selection_request, x_get_foreign_selection)
(Fx_get_atom_name, Fx_send_client_event): Likewise.

* xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
Likewise.

18 years ago(check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes.
Luc Teirlinck [Mon, 27 Feb 2006 02:07:37 +0000 (02:07 +0000)]
(check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes.

18 years agoEXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
Luc Teirlinck [Mon, 27 Feb 2006 02:06:01 +0000 (02:06 +0000)]
EXFUN Fget_load_suffixes.  Extern Vload_file_rep_suffixes.

18 years agoDeclare Vload_file_rep_suffixes instead of
Luc Teirlinck [Mon, 27 Feb 2006 02:04:35 +0000 (02:04 +0000)]
Declare Vload_file_rep_suffixes instead of
deleted variable default_suffixes.
(Fget_load_suffixes): New function.
(Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
No longer use deleted variable default_suffixes.  Update docstring.
(syms_of_lread): defsubr Sget_load_suffixes.
Expand `load-suffixes' docstring.
Delete default_suffixes and DEFVAR_LISP the new variable
`load-file-rep-suffixes'.

18 years ago(find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 02:03:00 +0000 (02:03 +0000)]
(find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
(find-library-name): Use `load-file-rep-suffixes' instead of '("").

18 years ago(locate-library): Use `get-load-suffixes' instead of `load-suffixes'
Luc Teirlinck [Mon, 27 Feb 2006 02:01:08 +0000 (02:01 +0000)]
(locate-library): Use `get-load-suffixes' instead of `load-suffixes'
and `load-file-rep-suffixes' instead of '("").

18 years ago(update-directory-autoloads): Use `get-load-suffixes' instead of
Luc Teirlinck [Mon, 27 Feb 2006 01:58:04 +0000 (01:58 +0000)]
(update-directory-autoloads): Use `get-load-suffixes' instead of
`load-suffixes'.

18 years ago(command-line): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:56:19 +0000 (01:56 +0000)]
(command-line): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:54:42 +0000 (01:54 +0000)]
(file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(load-library): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:53:28 +0000 (01:53 +0000)]
(load-library): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(jka-compr-uninstall): Replace `mapcar' with `mapc'.
Luc Teirlinck [Mon, 27 Feb 2006 01:51:17 +0000 (01:51 +0000)]
(jka-compr-uninstall): Replace `mapcar' with `mapc'.
Update `load-file-rep-suffixes' instead of `load-suffixes'.
Use jka-compr-compression-info-list--internal,
jka-compr-mode-alist-additions--internal and
jka-compr-load-suffixes--internal.

18 years agoSecond step of the previous changes: move all defcustoms to where they belong.
Luc Teirlinck [Mon, 27 Feb 2006 01:50:36 +0000 (01:50 +0000)]
Second step of the previous changes: move all defcustoms to where they belong.

18 years ago(jka-compr-compression-info-list)
Luc Teirlinck [Mon, 27 Feb 2006 01:47:56 +0000 (01:47 +0000)]
(jka-compr-compression-info-list)
(jka-compr-mode-alist-additions, jka-compr-load-suffixes):
Give :set functions to provide automatic updating.
Update docstring.  Give compiler defvars early in the file
and move the defcustoms to a later spot where all called functions
are defined.
(jka-compr-file-name-handler-entry): Doc fix.
(jka-compr-compression-info-list--internal)
(jka-compr-mode-alist-additions--internal)
(jka-compr-load-suffixes--internal): New variables.
(jka-compr-install): Set the three above variables.
Update `load-file-rep-suffixes' instead of `load-suffixes'.
(jka-compr-update, jka-compr-set): New functions.
(auto-compression-mode): Doc fix.

These changes are installed in two steps to provide better diffs.
The present revision makes no sense without the next one.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Feb 2006 01:44:20 +0000 (01:44 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Feb 2006 18:18:01 +0000 (18:18 +0000)]
*** empty log message ***

18 years ago(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
Luc Teirlinck [Sun, 26 Feb 2006 18:08:02 +0000 (18:08 +0000)]
(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.

18 years ago(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
Stefan Monnier [Sun, 26 Feb 2006 16:14:20 +0000 (16:14 +0000)]
(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
trying to avoid the bug that was fixed by yesterday's changes to xterm.c.

18 years ago(ido-save-history, ido-load-history): Simplify. Don't
Kim F. Storm [Sun, 26 Feb 2006 00:48:27 +0000 (00:48 +0000)]
(ido-save-history, ido-load-history): Simplify.  Don't
use find-file-noselect to avoid interference from other modes.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 26 Feb 2006 00:48:11 +0000 (00:48 +0000)]
*** empty log message ***

18 years agobuffer.c: Revert last change.
Chong Yidong [Sat, 25 Feb 2006 23:33:57 +0000 (23:33 +0000)]
buffer.c: Revert last change.

18 years ago* buffer.c (Foverlay_put): Mark buffer as changed.
Chong Yidong [Sat, 25 Feb 2006 23:32:19 +0000 (23:32 +0000)]
* buffer.c (Foverlay_put): Mark buffer as changed.