1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

74644 Commits

Author SHA1 Message Date
Juri Linkov
bc3214eda6 (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.
2007-10-18 00:08:08 +00:00
Juri Linkov
69f5930ae5 (ispell-word): Add interactive arg `region'. Fix docstring. 2007-10-18 00:07:48 +00:00
Juri Linkov
09e8c671a4 (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph. 2007-10-18 00:07:24 +00:00
Juri Linkov
792eb7196d (esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region. 2007-10-18 00:07:04 +00:00
Juri Linkov
b2d35abb42 (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.
2007-10-18 00:06:33 +00:00
Juanma Barranquero
77f698ef09 Don't require loadhist. 2007-10-17 23:49:26 +00:00
Stefan Monnier
99784d6399 * 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.
2007-10-17 23:43:52 +00:00
Jason Rumney
3f8f714480 Include COPYING in top level directory of all distributed archives. 2007-10-17 23:14:15 +00:00
Juanma Barranquero
b5307e9c2b (feature-symbols, file-provides, file-requires, file-set-intersect,
file-dependents): Simplify.
(unload-feature-special-hooks): Update list of special hooks.
2007-10-17 23:05:54 +00:00
Jason Rumney
9f1bc31f0a display-world-time does not work on Windows. 2007-10-17 22:27:24 +00:00
Reiner Steib
640602f766 * 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.
2007-10-17 21:34:19 +00:00
Vinicius Jose Latorre
63b9e28d05 Display message when tutorial position is not saved 2007-10-17 21:10:34 +00:00
Vinicius Jose Latorre
57581fccfe Display message when tutorial position is not saved 2007-10-17 21:09:56 +00:00
Reiner Steib
4b378e7546 Mention xpdf. Fix spelling of Ghostscript.
(doc-view-ghostscript-options): Fix typo in doc string.
2007-10-17 20:58:02 +00:00
Eli Zaretskii
2e03898b12 Fix wording of the SPC non-completion of file names entry. 2007-10-17 19:21:36 +00:00
Stefan Monnier
7704151348 (compilation-next-error-function): Fix timestamp
handling, so compilation-fake-loc works again.
2007-10-17 16:24:33 +00:00
Stefan Monnier
1a4a884cc5 (server-select-display): Nop if we do not support m-f-o-d.
(server-process-filter): Revert last change.
2007-10-17 16:22:48 +00:00
Stefan Monnier
17f3909f61 (vc-diff-sentinel, vc-diff-internal): Revert some changes in the
behavior unrelated to filesets.
2007-10-17 16:22:27 +00:00
Chong Yidong
bc3512d03f Regenerate. 2007-10-17 15:58:05 +00:00
Chong Yidong
08116b48fe Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
2007-10-17 15:57:30 +00:00
Chong Yidong
44bb704d64 * process.c: Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
2007-10-17 15:57:17 +00:00
Chong Yidong
555ffc3fcf (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().
2007-10-17 15:53:01 +00:00
Chong Yidong
c136b8280e * configure.in (HAVE_RES_INIT): Define if res_init() exists.
(HAVE_LIBRESOLV): Also define if we are using res_init().
2007-10-17 15:52:53 +00:00
Juanma Barranquero
943756ea68 Doc fix. 2007-10-17 15:12:53 +00:00
Stefan Monnier
2504022a91 (read1): Set pvectype for char_tables. 2007-10-17 14:12:59 +00:00
Juanma Barranquero
f0761de82c *** empty log message *** 2007-10-17 08:59:54 +00:00
Juanma Barranquero
5a331f34c3 (Glossary): Use "key binding" consistently. 2007-10-17 08:58:23 +00:00
Juanma Barranquero
e2949eb050 (Init Non-ASCII): Use "key binding" consistently. 2007-10-17 08:54:49 +00:00
Juanma Barranquero
d9c4c9990a building.texi (Source Buffers): Use "key binding" consistently. 2007-10-17 08:54:14 +00:00
Juanma Barranquero
6a67719802 (Glossary): Use "key binding" consistently. 2007-10-17 08:51:04 +00:00
Juanma Barranquero
6c2ba6b158 (Init Non-ASCII): Use "key binding" consistently. 2007-10-17 08:48:54 +00:00
Juanma Barranquero
e080d13081 (Source Buffers): Use "key binding" consistently. 2007-10-17 08:48:07 +00:00
Juanma Barranquero
d76e204651 *** empty log message *** 2007-10-17 08:15:04 +00:00
Juanma Barranquero
2a9f4d55f8 *** empty log message *** 2007-10-17 08:01:23 +00:00
Juanma Barranquero
7a80711bab (Diary): Fix directive. 2007-10-17 07:54:16 +00:00
Juanma Barranquero
be8fdb628b (Diary): Fix directive. 2007-10-17 07:53:36 +00:00
Chong Yidong
c455889deb (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.
2007-10-17 02:50:23 +00:00
Chong Yidong
cdbd4b4b1c * 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.
2007-10-17 02:50:12 +00:00
Chong Yidong
71fdf0898e (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.
2007-10-17 02:47:39 +00:00
Chong Yidong
a457f2b8c4 * 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.
2007-10-17 02:47:28 +00:00
Stefan Monnier
19fa82b957 (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.
2007-10-17 02:13:01 +00:00
Stefan Monnier
d314756ea8 (free_misc): Use XMISCTYPE.
(live_misc_p, gc_sweep): Use Lisp_Misc_Any.
2007-10-17 02:10:38 +00:00
Chong Yidong
2131e87619 ** ams@gnu.org, 9 July: eshell and external commands
Fixed.
2007-10-17 02:09:47 +00:00
Chong Yidong
5ac6bcb7b1 Correct typo. 2007-10-17 02:08:48 +00:00
Chong Yidong
820b914333 (eshell-complex-commands): Add "ls". 2007-10-17 02:08:32 +00:00
Chong Yidong
902fa837f1 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls". 2007-10-17 02:08:23 +00:00
Dan Nicolaescu
8a3a4fd35f (server-process-filter): Only set display if X11 is
supported.
2007-10-17 02:07:35 +00:00
Chong Yidong
de9f59f6e1 (eshell-complex-commands): Add "ls". 2007-10-17 02:07:12 +00:00
Chong Yidong
e167a87628 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls". 2007-10-17 02:07:01 +00:00
Glenn Morris
c49847b944 Remove file, since it's just a duplicate of one in etc/ 2007-10-17 01:39:18 +00:00