]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--devo--0
Miles Bader [Fri, 19 Oct 2007 00:00:21 +0000 (00:00 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 122-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270

16 years agoFrom_ Johan Bockgrd, <http://article.gmane.org/gmane.emacs.devel/81056>
Katsumi Yamaoka [Thu, 18 Oct 2007 22:49:05 +0000 (22:49 +0000)]
From_ Johan Bockgrd, <http://article.gmane.org/gmane.emacs.devel/81056>
* net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
Use `save-restriction' rather than `widen'.

16 years ago(read_key_sequence): Undo a change introduced by multi-tty
Stefan Monnier [Thu, 18 Oct 2007 22:07:34 +0000 (22:07 +0000)]
(read_key_sequence): Undo a change introduced by multi-tty
which caused key-translation-map to applied repeatedly (thus breaking
double-mode).

16 years ago(display-time-world-time-format): Display day # not month #.
Richard M. Stallman [Thu, 18 Oct 2007 21:23:32 +0000 (21:23 +0000)]
(display-time-world-time-format): Display day # not month #.

16 years agoMerge from emacs--rel--22
Miles Bader [Thu, 18 Oct 2007 21:07:57 +0000 (21:07 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 128)

   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-897

16 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 18 Oct 2007 21:09:02 +0000 (21:09 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-util.el (gnus-string<): New function.

   * lisp/gnus/gnus-sum.el (gnus-article-sort-by-author)
   (gnus-article-sort-by-subject): Use it.

2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-win.el (gnus-configure-windows): Focus on the frame for which
   the frame-focus tag is set in gnus-buffer-configuration.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-128

16 years agoMerge from emacs--rel--22
Miles Bader [Thu, 18 Oct 2007 21:07:49 +0000 (21:07 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 125-127)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896

16 years agoAdd Image Support section.
Jason Rumney [Thu, 18 Oct 2007 21:00:43 +0000 (21:00 +0000)]
Add Image Support section.

16 years ago(auto-mode-alist): Don't use doc-view for PS and EPS.
Reiner Steib [Thu, 18 Oct 2007 19:59:52 +0000 (19:59 +0000)]
(auto-mode-alist): Don't use doc-view for PS and EPS.

16 years agoRemove version keyword.
Reiner Steib [Thu, 18 Oct 2007 19:46:39 +0000 (19:46 +0000)]
Remove version keyword.
(doc-view-ghostscript-program, doc-view-dvipdfm-program)
(doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
(doc-view-ghostscript-options): Improve custom type.
(doc-view-cache-directory, doc-view-conversion-buffer)
(doc-view-conversion-refresh-interval): Simplify custom type.

16 years ago(doc-view-mode-map): Use the image-mode scrolling commands. Don't rebind C-x k.
Reiner Steib [Thu, 18 Oct 2007 19:33:57 +0000 (19:33 +0000)]
(doc-view-mode-map): Use the image-mode scrolling commands.  Don't rebind C-x k.

16 years ago* doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
Reiner Steib [Thu, 18 Oct 2007 19:30:23 +0000 (19:30 +0000)]
* doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf): Remove superfluous
messages.

16 years ago(doc-view-ghostscript-options, doc-view-ps->pdf):
Reiner Steib [Thu, 18 Oct 2007 19:24:30 +0000 (19:24 +0000)]
(doc-view-ghostscript-options, doc-view-ps->pdf):
Add comment about "-dSAFER".

16 years agoDon't require xt-mouse.
Stefan Monnier [Thu, 18 Oct 2007 19:07:49 +0000 (19:07 +0000)]
Don't require xt-mouse.
(terminal-init-xterm): Run terminal-init-xterm-hook rather than
calling turn-on-xterm-mouse-tracking-on-terminal directly.

16 years agoDon't change the global function-key-map anny more.
Stefan Monnier [Thu, 18 Oct 2007 19:06:44 +0000 (19:06 +0000)]
Don't change the global function-key-map anny more.
(xterm-mouse-mode): Use terminal-init-xterm-hook.  Don't use
after-make-frame-functions now that term/xterm.el calls us directly.
(turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
(turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
Setup input-decode-map and remember that xterm-mouse-mode was
enabled in this terminal.
(turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
terminals where it has been enabled.

16 years ago(tty-create-frame-with-faces): Make sure not only
Stefan Monnier [Thu, 18 Oct 2007 19:02:23 +0000 (19:02 +0000)]
(tty-create-frame-with-faces): Make sure not only
tty-run-terminal-initialization but also set-locale-environment
are run only once per terminal.
(tty-run-terminal-initialization): Don't check if the terminal was
already initted.

16 years ago(encoded-kbd-setup-display): Be careful not to remove keymaps that just
Stefan Monnier [Thu, 18 Oct 2007 18:53:28 +0000 (18:53 +0000)]
(encoded-kbd-setup-display): Be careful not to remove keymaps that just
happen to inherit from one of ours.  When setting up our keymap, make sure
it won't be accidentally modified by someone else.

16 years ago(emerge-setup): Use insert-buffer-substring.
Thien-Thi Nguyen [Thu, 18 Oct 2007 18:25:15 +0000 (18:25 +0000)]
(emerge-setup): Use insert-buffer-substring.
(emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.

16 years ago(org-columns-eval): Use forward-line.
Thien-Thi Nguyen [Thu, 18 Oct 2007 16:07:35 +0000 (16:07 +0000)]
(org-columns-eval): Use forward-line.

16 years agoDelete eol whitespace; nfc.
Thien-Thi Nguyen [Thu, 18 Oct 2007 16:05:45 +0000 (16:05 +0000)]
Delete eol whitespace; nfc.

16 years ago(delphi-newline): Use forward-line.
Thien-Thi Nguyen [Thu, 18 Oct 2007 16:01:02 +0000 (16:01 +0000)]
(delphi-newline): Use forward-line.

16 years ago(dired-next-line, dired-previous-line): Use forward-line.
Thien-Thi Nguyen [Thu, 18 Oct 2007 16:00:00 +0000 (16:00 +0000)]
(dired-next-line, dired-previous-line): Use forward-line.

16 years ago(artist-previous-line, artist-next-line): Use forward-line.
Thien-Thi Nguyen [Thu, 18 Oct 2007 15:56:22 +0000 (15:56 +0000)]
(artist-previous-line, artist-next-line): Use forward-line.

16 years ago(unload-feature-special-hooks): Update list of special hooks.
Juanma Barranquero [Thu, 18 Oct 2007 13:51:21 +0000 (13:51 +0000)]
(unload-feature-special-hooks): Update list of special hooks.

16 years ago(fill-individual-paragraphs): Doc fix.
Juanma Barranquero [Thu, 18 Oct 2007 13:35:16 +0000 (13:35 +0000)]
(fill-individual-paragraphs): Doc fix.
(adaptive-fill-function): Doc fix.  Remove * from docstring.

16 years ago(fill-individual-paragraphs): Fix typo in docstring.
Juanma Barranquero [Thu, 18 Oct 2007 13:29:30 +0000 (13:29 +0000)]
(fill-individual-paragraphs): Fix typo in docstring.

16 years ago(fill-individual-paragraphs): Doc fix.
Juanma Barranquero [Thu, 18 Oct 2007 13:27:04 +0000 (13:27 +0000)]
(fill-individual-paragraphs): Doc fix.
(adaptive-fill-function): Doc fix.  Remove * from docstring.

16 years ago(Quitting): Fix typo.
Martin Rudalics [Thu, 18 Oct 2007 08:12:59 +0000 (08:12 +0000)]
(Quitting): Fix typo.

16 years agoTom Horsley <tom.horsley at att.net>:
Glenn Morris [Thu, 18 Oct 2007 04:53:10 +0000 (04:53 +0000)]
Tom Horsley  <tom.horsley at att.net>:

interprogram-paste-function can return a list.

16 years agoTom Horsley <tom.horsley at att.net>
Glenn Morris [Thu, 18 Oct 2007 04:52:15 +0000 (04:52 +0000)]
Tom Horsley  <tom.horsley at att.net>

(interprogram-paste-function): Doc fix.
(current-kill): Accept list of strings as well
as single string from `interprogram-paste-function'.

16 years agoRegenerate.
Glenn Morris [Thu, 18 Oct 2007 04:46:28 +0000 (04:46 +0000)]
Regenerate.

16 years ago(ibuffer-saved-filter-groups): Doc fix.
Glenn Morris [Thu, 18 Oct 2007 04:43:08 +0000 (04:43 +0000)]
(ibuffer-saved-filter-groups): Doc fix.

16 years ago(ibuffer-saved-filter-groups): Doc fix.
Glenn Morris [Thu, 18 Oct 2007 04:43:01 +0000 (04:43 +0000)]
(ibuffer-saved-filter-groups): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Thu, 18 Oct 2007 04:42:11 +0000 (04:42 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Glenn Morris [Thu, 18 Oct 2007 04:41:52 +0000 (04:41 +0000)]
*** empty log message ***

16 years ago(Mode Line Mouse): Mention minor mode names.
Glenn Morris [Thu, 18 Oct 2007 04:16:09 +0000 (04:16 +0000)]
(Mode Line Mouse): Mention minor mode names.

16 years agoAdd mouse-1 in mode-line for minor modes.
Glenn Morris [Thu, 18 Oct 2007 04:15:58 +0000 (04:15 +0000)]
Add mouse-1 in mode-line for minor modes.

16 years agoDrew Adams <drew.adams at oracle.com>
Glenn Morris [Thu, 18 Oct 2007 04:08:42 +0000 (04:08 +0000)]
Drew Adams  <drew.adams at oracle.com>

(mode-line-minor-mode-keymap): Add mouse-minor-mode-menu on mouse-1.
(mode-line-modes): Add mouse-1 to help-echo text.
(mouse-minor-mode-menu, minor-mode-menu-from-indicator): New functions.
(mode-line-minor-mode-help): Doc fix.

16 years ago(install): Install COPYING in top-level and bin dirs.
Jason Rumney [Thu, 18 Oct 2007 00:57:12 +0000 (00:57 +0000)]
(install): Install COPYING in top-level and bin dirs.

16 years ago*** empty log message ***
Jason Rumney [Thu, 18 Oct 2007 00:56:59 +0000 (00:56 +0000)]
*** empty log message ***

16 years ago(auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.
Juri Linkov [Thu, 18 Oct 2007 00:17:38 +0000 (00:17 +0000)]
(auto-mode-alist): Add \\. before PDF/PS/DVI extensions.  Regroup.

16 years agoRemove fill-paragraph-or-region.
Juri Linkov [Thu, 18 Oct 2007 00:14:53 +0000 (00:14 +0000)]
Remove fill-paragraph-or-region.

16 years ago(Filling): Update arguments of fill-paragraph.
Juri Linkov [Thu, 18 Oct 2007 00:14:35 +0000 (00:14 +0000)]
(Filling): Update arguments of fill-paragraph.
fill-paragraph operates on the active region in Transient Mark mode.
Remove fill-paragraph-or-region.

16 years ago(Spelling): ispell-word operates on the active region in Transient Mark mode.
Juri Linkov [Thu, 18 Oct 2007 00:10:41 +0000 (00:10 +0000)]
(Spelling): ispell-word operates on the active region in Transient Mark mode.

16 years ago(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
Juri Linkov [Thu, 18 Oct 2007 00:09:49 +0000 (00:09 +0000)]
(Arguments): Replace fill-paragraph-or-region with fill-paragraph.

16 years ago(Fill Commands): Undocument fill-paragraph-or-region.
Juri Linkov [Thu, 18 Oct 2007 00:09:22 +0000 (00:09 +0000)]
(Fill Commands): Undocument fill-paragraph-or-region.
fill-paragraph operates on the active region in Transient Mark mode.
(Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
with fill-paragraph.

16 years ago(indent-for-tab-command): Change interactive spec from "P" to "p".
Juri Linkov [Thu, 18 Oct 2007 00:08:08 +0000 (00:08 +0000)]
(indent-for-tab-command): Change interactive spec from "P" to "p".
(indent-for-tab-command): Add check for interactive arg before
indenting the active region.

16 years ago(ispell-word): Add interactive arg `region'. Fix docstring.
Juri Linkov [Thu, 18 Oct 2007 00:07:48 +0000 (00:07 +0000)]
(ispell-word): Add interactive arg `region'.  Fix docstring.

16 years ago(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
Juri Linkov [Thu, 18 Oct 2007 00:07:24 +0000 (00:07 +0000)]
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.

16 years ago(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
Juri Linkov [Thu, 18 Oct 2007 00:07:04 +0000 (00:07 +0000)]
(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.

16 years ago(fill-paragraph-or-region): Remove function at the request of RMS.
Juri Linkov [Thu, 18 Oct 2007 00:06:33 +0000 (00:06 +0000)]
(fill-paragraph-or-region): Remove function at the request of RMS.
(fill-paragraph): Change `arg' to optional `justify'.  Add interactive
arg `region'.  Fix docstring.  At the first `or' branch add call to
`fill-region' if it the region is active in transient-mark-mode.

16 years agoDon't require loadhist.
Juanma Barranquero [Wed, 17 Oct 2007 23:49:26 +0000 (23:49 +0000)]
Don't require loadhist.

16 years ago* xselect.c (x_own_selection, x_handle_selection_clear)
Stefan Monnier [Wed, 17 Oct 2007 23:43:52 +0000 (23:43 +0000)]
* xselect.c (x_own_selection, x_handle_selection_clear)
(x_clear_frame_selections):
* w32menu.c (list_of_panes, list_of_items):
* w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
* textprop.c (validate_plist, interval_has_all_properties)
(interval_has_some_properties, interval_has_some_properties_list)
(add_properties, text_property_list):
* process.c (Fget_buffer_process, list_processes_1, status_notify):
* minibuf.c (Fassoc_string):
* macselect.c (x_own_selection, x_clear_frame_selections)
(Fx_disown_selection_internal):
* keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.

16 years agoInclude COPYING in top level directory of all distributed archives.
Jason Rumney [Wed, 17 Oct 2007 23:14:15 +0000 (23:14 +0000)]
Include COPYING in top level directory of all distributed archives.

16 years ago(feature-symbols, file-provides, file-requires, file-set-intersect,
Juanma Barranquero [Wed, 17 Oct 2007 23:05:54 +0000 (23:05 +0000)]
(feature-symbols, file-provides, file-requires, file-set-intersect,
file-dependents): Simplify.
(unload-feature-special-hooks): Update list of special hooks.

16 years agodisplay-world-time does not work on Windows.
Jason Rumney [Wed, 17 Oct 2007 22:27:24 +0000 (22:27 +0000)]
display-world-time does not work on Windows.

16 years ago* bindings.el (completion-ignored-extensions): Remove pdf and dvi
Reiner Steib [Wed, 17 Oct 2007 21:34:19 +0000 (21:34 +0000)]
* bindings.el (completion-ignored-extensions): Remove pdf and dvi
extensions since they can be viewed with doc-view.

* files.el (auto-mode-alist): Make doc-view-mode the default mode
for pdf, ps and dvi files.

* doc-view.el: Make doc-view-mode the standard mode for viewing
pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
text and image display.  Add binding C-c C-e to switch to an
editing mode.
(doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
avoid security problems when rendering files untrusted sources.

16 years agoDisplay message when tutorial position is not saved
Vinicius Jose Latorre [Wed, 17 Oct 2007 21:10:34 +0000 (21:10 +0000)]
Display message when tutorial position is not saved

16 years agoDisplay message when tutorial position is not saved
Vinicius Jose Latorre [Wed, 17 Oct 2007 21:09:56 +0000 (21:09 +0000)]
Display message when tutorial position is not saved

16 years agoMention xpdf. Fix spelling of Ghostscript.
Reiner Steib [Wed, 17 Oct 2007 20:58:02 +0000 (20:58 +0000)]
Mention xpdf.  Fix spelling of Ghostscript.
(doc-view-ghostscript-options): Fix typo in doc string.

16 years agoFix wording of the SPC non-completion of file names entry.
Eli Zaretskii [Wed, 17 Oct 2007 19:21:36 +0000 (19:21 +0000)]
Fix wording of the SPC non-completion of file names entry.

16 years ago(compilation-next-error-function): Fix timestamp
Stefan Monnier [Wed, 17 Oct 2007 16:24:33 +0000 (16:24 +0000)]
(compilation-next-error-function): Fix timestamp
handling, so compilation-fake-loc works again.

16 years ago(server-select-display): Nop if we do not support m-f-o-d.
Stefan Monnier [Wed, 17 Oct 2007 16:22:48 +0000 (16:22 +0000)]
(server-select-display): Nop if we do not support m-f-o-d.
(server-process-filter): Revert last change.

16 years ago(vc-diff-sentinel, vc-diff-internal): Revert some changes in the
Stefan Monnier [Wed, 17 Oct 2007 16:22:27 +0000 (16:22 +0000)]
(vc-diff-sentinel, vc-diff-internal): Revert some changes in the
behavior unrelated to filesets.

16 years agoRegenerate.
Chong Yidong [Wed, 17 Oct 2007 15:58:05 +0000 (15:58 +0000)]
Regenerate.

16 years agoLink to libs for calling res_init() if available.
Chong Yidong [Wed, 17 Oct 2007 15:57:30 +0000 (15:57 +0000)]
Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.

16 years ago* process.c: Link to libs for calling res_init() if available.
Chong Yidong [Wed, 17 Oct 2007 15:57:17 +0000 (15:57 +0000)]
* process.c: Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.

16 years ago(HAVE_RES_INIT): Define if res_init() exists.
Chong Yidong [Wed, 17 Oct 2007 15:53:01 +0000 (15:53 +0000)]
(HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().

16 years ago* configure.in (HAVE_RES_INIT): Define if res_init() exists.
Chong Yidong [Wed, 17 Oct 2007 15:52:53 +0000 (15:52 +0000)]
* configure.in (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().

16 years agoDoc fix.
Juanma Barranquero [Wed, 17 Oct 2007 15:12:53 +0000 (15:12 +0000)]
Doc fix.

16 years ago(read1): Set pvectype for char_tables.
Stefan Monnier [Wed, 17 Oct 2007 14:12:59 +0000 (14:12 +0000)]
(read1): Set pvectype for char_tables.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 17 Oct 2007 08:59:54 +0000 (08:59 +0000)]
*** empty log message ***

16 years ago(Glossary): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:58:23 +0000 (08:58 +0000)]
(Glossary): Use "key binding" consistently.

16 years ago(Init Non-ASCII): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:54:49 +0000 (08:54 +0000)]
(Init Non-ASCII): Use "key binding" consistently.

16 years agobuilding.texi (Source Buffers): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:54:14 +0000 (08:54 +0000)]
building.texi (Source Buffers): Use "key binding" consistently.

16 years ago(Glossary): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:51:04 +0000 (08:51 +0000)]
(Glossary): Use "key binding" consistently.

16 years ago(Init Non-ASCII): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:54 +0000 (08:48 +0000)]
(Init Non-ASCII): Use "key binding" consistently.

16 years ago(Source Buffers): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:07 +0000 (08:48 +0000)]
(Source Buffers): Use "key binding" consistently.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 17 Oct 2007 08:15:04 +0000 (08:15 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 17 Oct 2007 08:01:23 +0000 (08:01 +0000)]
*** empty log message ***

16 years ago(Diary): Fix directive.
Juanma Barranquero [Wed, 17 Oct 2007 07:54:16 +0000 (07:54 +0000)]
(Diary): Fix directive.

16 years ago(Diary): Fix directive.
Juanma Barranquero [Wed, 17 Oct 2007 07:53:36 +0000 (07:53 +0000)]
(Diary): Fix directive.

16 years ago(longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:50:23 +0000 (02:50 +0000)]
(longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago* longlines.el (longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:50:12 +0000 (02:50 +0000)]
* longlines.el (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago(longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:47:39 +0000 (02:47 +0000)]
(longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago* longlines.el (longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:47:28 +0000 (02:47 +0000)]
* longlines.el (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago(XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)
Stefan Monnier [Wed, 17 Oct 2007 02:13:01 +0000 (02:13 +0000)]
(XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)
(XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE): Add type checks.
(SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.

16 years ago(free_misc): Use XMISCTYPE.
Stefan Monnier [Wed, 17 Oct 2007 02:10:38 +0000 (02:10 +0000)]
(free_misc): Use XMISCTYPE.
(live_misc_p, gc_sweep): Use Lisp_Misc_Any.

16 years ago** ams@gnu.org, 9 July: eshell and external commands
Chong Yidong [Wed, 17 Oct 2007 02:09:47 +0000 (02:09 +0000)]
** ams@gnu.org, 9 July: eshell and external commands
Fixed.

16 years agoCorrect typo.
Chong Yidong [Wed, 17 Oct 2007 02:08:48 +0000 (02:08 +0000)]
Correct typo.

16 years ago(eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:08:32 +0000 (02:08 +0000)]
(eshell-complex-commands): Add "ls".

16 years ago* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:08:23 +0000 (02:08 +0000)]
* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".

16 years ago(server-process-filter): Only set display if X11 is
Dan Nicolaescu [Wed, 17 Oct 2007 02:07:35 +0000 (02:07 +0000)]
(server-process-filter): Only set display if X11 is
supported.

16 years ago(eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:07:12 +0000 (02:07 +0000)]
(eshell-complex-commands): Add "ls".

16 years ago* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:07:01 +0000 (02:07 +0000)]
* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".

16 years agoRemove file, since it's just a duplicate of one in etc/
Glenn Morris [Wed, 17 Oct 2007 01:39:18 +0000 (01:39 +0000)]
Remove file, since it's just a duplicate of one in etc/

16 years ago(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.
Glenn Morris [Wed, 17 Oct 2007 01:37:23 +0000 (01:37 +0000)]
(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.

16 years ago(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.
Glenn Morris [Wed, 17 Oct 2007 01:36:24 +0000 (01:36 +0000)]
(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.

16 years agoAdd url.
Glenn Morris [Wed, 17 Oct 2007 01:36:10 +0000 (01:36 +0000)]
Add url.

16 years ago(Qcompletion_ignore_case): New external Lisp_Object.
Glenn Morris [Wed, 17 Oct 2007 01:32:41 +0000 (01:32 +0000)]
(Qcompletion_ignore_case): New external Lisp_Object.
(Fread_file_name): Use it rather than intern'ing.