1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

86556 Commits

Author SHA1 Message Date
Eli Zaretskii
66e3cca6f3 (The Mark): Fix last change. 2008-10-15 19:53:00 +00:00
Eli Zaretskii
841a1743af *** empty log message *** 2008-10-15 19:50:43 +00:00
Teodor Zlatanov
3ca194c218 Add utf8' and UTF8' as aliases for the `utf-8' coding system. 2008-10-15 17:31:01 +00:00
Eli Zaretskii
a053dae03a (Low-Level Kill Ring): Fix last change. 2008-10-15 17:04:07 +00:00
Chong Yidong
ac40fadbd0 Documented primary selection changes 2008-10-15 17:01:27 +00:00
Chong Yidong
2aee6012cf (Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
2008-10-15 16:59:03 +00:00
Chong Yidong
b0f95216d2 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
2008-10-15 16:58:53 +00:00
Eli Zaretskii
3c1f461958 (Creating Frames): Fix typo in last change. 2008-10-15 16:57:37 +00:00
Eli Zaretskii
1184ea39b3 *** empty log message *** 2008-10-15 16:50:00 +00:00
Eli Zaretskii
16624be863 (The Mark): Document the lambda' and (only . OLD)' values of
transient-mark-mode.  Document handle-shift-selection.
2008-10-15 16:48:06 +00:00
Eli Zaretskii
ee6e73b8d9 (Using Interactive, Interactive Codes): Document `^'.
(Interactive Examples): Show an example of `^'.
(Key Sequence Input): Document this-command-keys-shift-translated.
2008-10-15 16:47:35 +00:00
Juanma Barranquero
0c69125233 * find-file.el (ff-get-file): Doc fix.
(ff-get-file-name): Use `let', not `let*'.
  (ff-search-directories): Fix typo in docstring.
  (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
  (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
  (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
  (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
  (cc-other-file-alist, modula2-other-file-alist):
  Remove spurious * in docstrings.
2008-10-15 15:32:21 +00:00
Eli Zaretskii
52441368d6 (List Motion): beginning-of-defun-function can now accept an argument. 2008-10-15 15:00:53 +00:00
Eli Zaretskii
8e8c1a7214 (Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
2008-10-15 14:44:02 +00:00
Eli Zaretskii
a33a1f2ac9 (Handling Errors): Document ignore-errors. 2008-10-15 12:49:11 +00:00
Eli Zaretskii
4fb04348e5 (Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
2008-10-15 12:25:19 +00:00
Eli Zaretskii
ee666f8409 (Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
of kill-all-local-variables on local hook functions.
2008-10-15 11:49:10 +00:00
Eli Zaretskii
7cb7097441 (syms_of_buffer): Doc fix. 2008-10-15 11:38:09 +00:00
Eli Zaretskii
9cf52b11bb (Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
string.  xref to "Mode Line Data" for details, and to "Emulating Mode Line"
for computing a string value.
2008-10-15 11:27:32 +00:00
Chong Yidong
61ab9392de (set-face-attribute): Set family and foundry before other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
2008-10-14 19:01:50 +00:00
Chong Yidong
5bb86dc465 * faces.el (set-face-attribute): Set family and foundry before
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
2008-10-14 19:01:39 +00:00
Eli Zaretskii
37f366968d Fix last change: use $(CURDIR). 2008-10-14 17:05:01 +00:00
Eli Zaretskii
1dca458f88 (System Processes): Fix last change. 2008-10-14 15:58:17 +00:00
Juanma Barranquero
21818739b1 Fix typos. 2008-10-14 15:50:14 +00:00
Eli Zaretskii
a65f6a855d (Top): Adjust the @detailmenu for the addition of "System Processes" section. 2008-10-14 15:38:57 +00:00
Eli Zaretskii
6fdbd4c63c (Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
2008-10-14 15:37:20 +00:00
Eli Zaretskii
23dd4ecdbc (System Processes): New section.
(Processes, Signals to Processes): Add xrefs to it.
2008-10-14 15:36:55 +00:00
Juanma Barranquero
b1bad9f3d6 * hl-line.el (hl-line-unload-function): New function.
(hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
  (hl-line-sticky-flag): Remove spurious * in docstring.
2008-10-14 15:02:05 +00:00
Chong Yidong
e234927a7e (font_clear_prop): When clearing font width, clear the average width
field too.
2008-10-14 14:41:20 +00:00
Chong Yidong
050a81e9b2 * font.c (font_clear_prop): When clearing font width, clear the
average width field too.
2008-10-14 14:41:11 +00:00
Chong Yidong
afb11cdc94 (Finternal_set_lisp_face_attribute): Revert last change. 2008-10-14 14:37:03 +00:00
Chong Yidong
c02f864619 Revert last change. 2008-10-14 14:36:51 +00:00
Eli Zaretskii
c9a1876d68 *** empty log message *** 2008-10-14 12:53:29 +00:00
Eli Zaretskii
2724b26a3d (Char-Tables): Remove documentation of set-char-table-default, which has no
effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic characters
and charsets.  Add a cons cell as a possible argument.
2008-10-14 12:48:12 +00:00
Eli Zaretskii
02e99324a2 (Splitting Characters, Translation of Characters): Don't mention generic
characters.
2008-10-14 12:47:06 +00:00
Eli Zaretskii
d15c8cce41 (Fontsets): Don't mention generic characters. 2008-10-14 12:46:40 +00:00
Paul Reilly
fc8d7fa8cf *** empty log message *** 2008-10-14 12:09:31 +00:00
Paul Reilly
4d7404bb76 (pmail): Check for babyl conversion early; ignore multibyte. 2008-10-14 12:08:21 +00:00
Eli Zaretskii
6fa4e7f5d7 *** empty log message *** 2008-10-14 11:45:01 +00:00
Eli Zaretskii
22526bc416 (Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
2008-10-14 11:39:50 +00:00
Eli Zaretskii
e16acc2c37 (lisp): Set to absolute file name of current directory, not to ".", to have
it on EMACSLOADPATH when we descend into subdirectories.
2008-10-14 09:24:05 +00:00
Dan Nicolaescu
07ebab6658 * vc-git.el (vc-git-show-log-entry): Include the revision in the
search string.
2008-10-14 07:05:07 +00:00
Michael Albinus
95d610cb98 * net/tramp.el (tramp-process-one-action): Embed regexp in
parentheses, before adding end-of-buffer construct.  Suggested by
Markus Triska <markus.triska@gmx.at>.
2008-10-14 05:53:56 +00:00
Chong Yidong
e69a00b749 (Finternal_set_lisp_face_attribute): If the font is to be updated,
clear its average width field too.
2008-10-14 04:08:08 +00:00
Chong Yidong
40c89b5f65 * xfaces.c (Finternal_set_lisp_face_attribute): If the font is to
be updated, clear its average width field too.
2008-10-14 04:07:54 +00:00
Miles Bader
3048977de0 Add arch tagline 2008-10-14 02:29:13 +00:00
Juanma Barranquero
6c25620ad9 Fix typo. 2008-10-13 22:48:24 +00:00
Alan Mackenzie
a85fd6da69 Amend several doc strings and comments. 2008-10-13 19:12:48 +00:00
Ulf Jasper
17abdd4783 newsticker: declare-function compatibility 2008-10-13 18:44:14 +00:00
Alan Mackenzie
9644a7dac3 (c-indent-region): Fix previous patch so that the function works on
one-line macros.
2008-10-13 18:34:05 +00:00