]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Fri, 17 Oct 2008 19:37:14 +0000 (19:37 +0000)]
(Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
(Time Parsing): Document `format-seconds'.
Chong Yidong [Fri, 17 Oct 2008 17:14:31 +0000 (17:14 +0000)]
(face-spec-set-2): Don't pass invalid attributes to set-face-attribute.
Chong Yidong [Fri, 17 Oct 2008 17:14:03 +0000 (17:14 +0000)]
* faces.el (face-spec-set-2): Don't pass invalid attributes to
set-face-attribute.
Martin Rudalics [Fri, 17 Oct 2008 16:01:41 +0000 (16:01 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 17 Oct 2008 15:42:34 +0000 (15:42 +0000)]
(Startup Summary): Document `before-init-time' and `after-init-time'.
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file. Document the call to `server-start'
under --daemon. Rearrange a bit to be consistent with the code flow.
Martin Rudalics [Fri, 17 Oct 2008 13:16:15 +0000 (13:16 +0000)]
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics [Fri, 17 Oct 2008 13:03:30 +0000 (13:03 +0000)]
(Fsplit_window): Rename arg horflag to horizontal.
Juanma Barranquero [Fri, 17 Oct 2008 11:11:34 +0000 (11:11 +0000)]
* w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
according to `locale-coding-system'. (This fixes trivial bug reported
as part of bug#1179).
Sort list of valid locale ids (EnumSystemLocales does not guarantee any
particular order). Use `when'.
Paul Reilly [Fri, 17 Oct 2008 02:44:36 +0000 (02:44 +0000)]
*** empty log message ***
Paul Reilly [Fri, 17 Oct 2008 02:43:35 +0000 (02:43 +0000)]
(pmail): Remove a redundant message counter reset call; try to
minimize the attempts to show a message (ideally it should be done
once and only once).
(pmail-convert-babyl-to-mbox): Set up the global message variables
after inserting the converted mbox file into the Pmail buffer; avoid
an unecessary message display function call.
(pmail-show-message-maybe): Use the current message number when the
optional argument is not passed.
Kenichi Handa [Fri, 17 Oct 2008 02:20:31 +0000 (02:20 +0000)]
(ftfont_otf_features): Fix indexing
gsub_gpos->FeatureList.Feature. Check the validity of indices.
Eli Zaretskii [Thu, 16 Oct 2008 20:06:38 +0000 (20:06 +0000)]
(The Mark): Document use-region-p.
Magnus Henoch [Thu, 16 Oct 2008 19:51:50 +0000 (19:51 +0000)]
* dbusbind.c (Fdbus_call_method): Unbreak usage line.
(Fdbus_call_method_asynchronously): Ditto.
This change makes C-h f display the argument list.
Chong Yidong [Thu, 16 Oct 2008 17:59:34 +0000 (17:59 +0000)]
(Fexpand_file_name): Doc fix.
Chong Yidong [Thu, 16 Oct 2008 17:59:24 +0000 (17:59 +0000)]
* fileio.c (Fexpand_file_name): Doc fix.
Chong Yidong [Thu, 16 Oct 2008 16:32:58 +0000 (16:32 +0000)]
(Finternal_set_lisp_face_attribute): Make null values of :foreground
and :background equivalent to unspecified (20.x compatibility).
Chong Yidong [Thu, 16 Oct 2008 16:32:51 +0000 (16:32 +0000)]
* xfaces.c (Finternal_set_lisp_face_attribute): Make null values
of :foreground and :background equivalent to unspecified (20.x
compatibility).
Juanma Barranquero [Thu, 16 Oct 2008 15:28:29 +0000 (15:28 +0000)]
* w32-fns.el (w32-check-shell-configuration): Doc fix.
(w32-add-charset-info): Fix typo in docstring.
Teodor Zlatanov [Thu, 16 Oct 2008 12:57:28 +0000 (12:57 +0000)]
Removed `utf8' and `UTF8' aliases after discussion.
Magnus Henoch [Thu, 16 Oct 2008 11:48:42 +0000 (11:48 +0000)]
* vc-arch.el (vc-arch-dir-status): New function.
(vc-arch-after-dir-status): New function.
Eli Zaretskii [Thu, 16 Oct 2008 07:51:30 +0000 (07:51 +0000)]
(Version Control Systems): Fix last change.
Eli Zaretskii [Thu, 16 Oct 2008 07:20:31 +0000 (07:20 +0000)]
(Char-Tables): Fix wording in last change.
Glenn Morris [Thu, 16 Oct 2008 07:18:04 +0000 (07:18 +0000)]
(Man-getpage-in-background): Force recent `man's to output
escape sequences even when stdout is not a tty. (Bug#1142)
Glenn Morris [Thu, 16 Oct 2008 04:09:13 +0000 (04:09 +0000)]
Sean Sieger <sean.sieger at gmail.com> (tiny change)
(Recursion with list): Fix typo.
Chong Yidong [Thu, 16 Oct 2008 00:04:33 +0000 (00:04 +0000)]
ESR already documented changeset-based VC. Remove duplicate entry
about D in VC Annotate mode.
Chong Yidong [Wed, 15 Oct 2008 23:46:55 +0000 (23:46 +0000)]
* files.texi (Version Control): Copyedits. Add Bazaar.
(Version Control Systems): List different VCS's using an itemized list.
Add Bazaar.
(VCS Concepts): Copyedits. Tweak description of file merging.
Chong Yidong [Wed, 15 Oct 2008 23:40:16 +0000 (23:40 +0000)]
(File Names): Reorganize description.
(Visiting): Add xref to Mode Line. Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here. State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
Eli Zaretskii [Wed, 15 Oct 2008 20:22:21 +0000 (20:22 +0000)]
(Defining Commands, Using Interactive): The interactive-form of a function
can be added via its symbol's property.
Eli Zaretskii [Wed, 15 Oct 2008 20:20:39 +0000 (20:20 +0000)]
(Writing Emacs Primitives): The interactive spec of a primitive can be
a Lisp form.
Eli Zaretskii [Wed, 15 Oct 2008 19:53:00 +0000 (19:53 +0000)]
(The Mark): Fix last change.
Eli Zaretskii [Wed, 15 Oct 2008 19:50:43 +0000 (19:50 +0000)]
*** empty log message ***
Teodor Zlatanov [Wed, 15 Oct 2008 17:31:01 +0000 (17:31 +0000)]
Add `utf8' and `UTF8' as aliases for the `utf-8' coding system.
Eli Zaretskii [Wed, 15 Oct 2008 17:04:07 +0000 (17:04 +0000)]
(Low-Level Kill Ring): Fix last change.
Chong Yidong [Wed, 15 Oct 2008 17:01:27 +0000 (17:01 +0000)]
Documented primary selection changes
Chong Yidong [Wed, 15 Oct 2008 16:59:03 +0000 (16:59 +0000)]
(Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
Chong Yidong [Wed, 15 Oct 2008 16:58:53 +0000 (16:58 +0000)]
* frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
Eli Zaretskii [Wed, 15 Oct 2008 16:57:37 +0000 (16:57 +0000)]
(Creating Frames): Fix typo in last change.
Eli Zaretskii [Wed, 15 Oct 2008 16:50:00 +0000 (16:50 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 15 Oct 2008 16:48:06 +0000 (16:48 +0000)]
(The Mark): Document the `lambda' and `(only . OLD)' values of
transient-mark-mode. Document handle-shift-selection.
Eli Zaretskii [Wed, 15 Oct 2008 16:47:35 +0000 (16:47 +0000)]
(Using Interactive, Interactive Codes): Document `^'.
(Interactive Examples): Show an example of `^'.
(Key Sequence Input): Document this-command-keys-shift-translated.
Juanma Barranquero [Wed, 15 Oct 2008 15:32:21 +0000 (15:32 +0000)]
* 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.
Eli Zaretskii [Wed, 15 Oct 2008 15:00:53 +0000 (15:00 +0000)]
(List Motion): beginning-of-defun-function can now accept an argument.
Eli Zaretskii [Wed, 15 Oct 2008 14:44:02 +0000 (14:44 +0000)]
(Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
Eli Zaretskii [Wed, 15 Oct 2008 12:49:11 +0000 (12:49 +0000)]
(Handling Errors): Document ignore-errors.
Eli Zaretskii [Wed, 15 Oct 2008 12:25:19 +0000 (12:25 +0000)]
(Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
Eli Zaretskii [Wed, 15 Oct 2008 11:49:10 +0000 (11:49 +0000)]
(Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
of kill-all-local-variables on local hook functions.
Eli Zaretskii [Wed, 15 Oct 2008 11:38:09 +0000 (11:38 +0000)]
(syms_of_buffer): Doc fix.
Eli Zaretskii [Wed, 15 Oct 2008 11:27:32 +0000 (11:27 +0000)]
(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.
Chong Yidong [Tue, 14 Oct 2008 19:01:50 +0000 (19:01 +0000)]
(set-face-attribute): Set family and foundry before other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
Chong Yidong [Tue, 14 Oct 2008 19:01:39 +0000 (19:01 +0000)]
* faces.el (set-face-attribute): Set family and foundry before
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
Eli Zaretskii [Tue, 14 Oct 2008 17:05:01 +0000 (17:05 +0000)]
Fix last change: use $(CURDIR).
Eli Zaretskii [Tue, 14 Oct 2008 15:58:17 +0000 (15:58 +0000)]
(System Processes): Fix last change.
Juanma Barranquero [Tue, 14 Oct 2008 15:50:14 +0000 (15:50 +0000)]
Fix typos.
Eli Zaretskii [Tue, 14 Oct 2008 15:38:57 +0000 (15:38 +0000)]
(Top): Adjust the @detailmenu for the addition of "System Processes" section.
Eli Zaretskii [Tue, 14 Oct 2008 15:37:20 +0000 (15:37 +0000)]
(Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
Eli Zaretskii [Tue, 14 Oct 2008 15:36:55 +0000 (15:36 +0000)]
(System Processes): New section.
(Processes, Signals to Processes): Add xrefs to it.
Juanma Barranquero [Tue, 14 Oct 2008 15:02:05 +0000 (15:02 +0000)]
* 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.
Chong Yidong [Tue, 14 Oct 2008 14:41:20 +0000 (14:41 +0000)]
(font_clear_prop): When clearing font width, clear the average width
field too.
Chong Yidong [Tue, 14 Oct 2008 14:41:11 +0000 (14:41 +0000)]
* font.c (font_clear_prop): When clearing font width, clear the
average width field too.
Chong Yidong [Tue, 14 Oct 2008 14:37:03 +0000 (14:37 +0000)]
(Finternal_set_lisp_face_attribute): Revert last change.
Chong Yidong [Tue, 14 Oct 2008 14:36:51 +0000 (14:36 +0000)]
Revert last change.
Eli Zaretskii [Tue, 14 Oct 2008 12:53:29 +0000 (12:53 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 14 Oct 2008 12:48:12 +0000 (12:48 +0000)]
(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.
Eli Zaretskii [Tue, 14 Oct 2008 12:47:06 +0000 (12:47 +0000)]
(Splitting Characters, Translation of Characters): Don't mention generic
characters.
Eli Zaretskii [Tue, 14 Oct 2008 12:46:40 +0000 (12:46 +0000)]
(Fontsets): Don't mention generic characters.
Paul Reilly [Tue, 14 Oct 2008 12:09:31 +0000 (12:09 +0000)]
*** empty log message ***
Paul Reilly [Tue, 14 Oct 2008 12:08:21 +0000 (12:08 +0000)]
(pmail): Check for babyl conversion early; ignore multibyte.
Eli Zaretskii [Tue, 14 Oct 2008 11:45:01 +0000 (11:45 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 14 Oct 2008 11:39:50 +0000 (11:39 +0000)]
(Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
Eli Zaretskii [Tue, 14 Oct 2008 09:24:05 +0000 (09:24 +0000)]
(lisp): Set to absolute file name of current directory, not to ".", to have
it on EMACSLOADPATH when we descend into subdirectories.
Dan Nicolaescu [Tue, 14 Oct 2008 07:05:07 +0000 (07:05 +0000)]
* vc-git.el (vc-git-show-log-entry): Include the revision in the
search string.
Michael Albinus [Tue, 14 Oct 2008 05:53:56 +0000 (05:53 +0000)]
* 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>.
Chong Yidong [Tue, 14 Oct 2008 04:08:08 +0000 (04:08 +0000)]
(Finternal_set_lisp_face_attribute): If the font is to be updated,
clear its average width field too.
Chong Yidong [Tue, 14 Oct 2008 04:07:54 +0000 (04:07 +0000)]
* xfaces.c (Finternal_set_lisp_face_attribute): If the font is to
be updated, clear its average width field too.
Miles Bader [Tue, 14 Oct 2008 02:29:13 +0000 (02:29 +0000)]
Add arch tagline
Juanma Barranquero [Mon, 13 Oct 2008 22:48:24 +0000 (22:48 +0000)]
Fix typo.
Alan Mackenzie [Mon, 13 Oct 2008 19:12:48 +0000 (19:12 +0000)]
Amend several doc strings and comments.
Ulf Jasper [Mon, 13 Oct 2008 18:44:14 +0000 (18:44 +0000)]
newsticker: declare-function compatibility
Alan Mackenzie [Mon, 13 Oct 2008 18:34:05 +0000 (18:34 +0000)]
(c-indent-region): Fix previous patch so that the function works on
one-line macros.
Alan Mackenzie [Mon, 13 Oct 2008 18:32:55 +0000 (18:32 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 13 Oct 2008 11:24:22 +0000 (11:24 +0000)]
* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
Eli Zaretskii [Mon, 13 Oct 2008 11:18:02 +0000 (11:18 +0000)]
(What Is a Function): `functionp' returns nil for special forms. Add an xref.
Eli Zaretskii [Mon, 13 Oct 2008 10:43:53 +0000 (10:43 +0000)]
(Top): Add a @detailmenu entry for "Frame-Local Variables".
Eli Zaretskii [Mon, 13 Oct 2008 10:39:26 +0000 (10:39 +0000)]
(Frames): Mention multiple tty frames.
(Frame Parameters, Parameter Access): Mention frame-local variable bindings.
Eli Zaretskii [Mon, 13 Oct 2008 10:38:43 +0000 (10:38 +0000)]
(Frame-Local Variables): New section.
(Buffer-Local Variables): Add an xref to it.
(Intro to Buffer-Local, Creating Buffer-Local): A variable cannot have both
frame-local and buffer-local binding.
Chong Yidong [Mon, 13 Oct 2008 05:41:05 +0000 (05:41 +0000)]
(Top): Update node order in Mark chapter.
Chong Yidong [Mon, 13 Oct 2008 05:40:56 +0000 (05:40 +0000)]
(Shift Selection): Correct case in node name.
Chong Yidong [Mon, 13 Oct 2008 05:40:48 +0000 (05:40 +0000)]
* mark.texi (Shift Selection): Correct case in node name.
* emacs.texi (Top): Update node order in Mark chapter.
Dan Nicolaescu [Mon, 13 Oct 2008 02:32:51 +0000 (02:32 +0000)]
(longopts, print_help_and_exit): Add -nw.
(decode_options): Use getopt_long_only.
Dan Nicolaescu [Mon, 13 Oct 2008 01:16:49 +0000 (01:16 +0000)]
* vc-hooks.el (vc-stay-local): Add a new choice and default to it.
* vc-cvs.el (vc-cvs-dir-stay-local): Remove.
(vc-cvs-stay-local): Add a new choice and default to it.
(vc-cvs-dir-status): Use the new vc-stay-local choice.
* vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
Juanma Barranquero [Sun, 12 Oct 2008 23:06:29 +0000 (23:06 +0000)]
* progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
Add support for extended return statement.
* progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
and obj-dir; keep user order.
Glenn Morris [Sun, 12 Oct 2008 22:46:38 +0000 (22:46 +0000)]
(ELCFILES): Update.
Glenn Morris [Sun, 12 Oct 2008 22:45:27 +0000 (22:45 +0000)]
(shell-delimiter-argument-list, shell-file-name-chars)
(shell-file-name-quote-list): Declare.
Michael Albinus [Sun, 12 Oct 2008 20:07:49 +0000 (20:07 +0000)]
* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
Eli Zaretskii [Sun, 12 Oct 2008 19:55:27 +0000 (19:55 +0000)]
(MS-DOS): Fix bad pxref.
Eli Zaretskii [Sun, 12 Oct 2008 19:54:23 +0000 (19:54 +0000)]
(Minibuffer File): Fix markup in last change. Refer to elsewhere in the manual
instead of describing yet again the intricacies of $HOME on MS-Windows and MS-DOS.
Chong Yidong [Sun, 12 Oct 2008 16:59:01 +0000 (16:59 +0000)]
(command-line): If toolbar is disabled but ought to be initialized,
call tool-bar-setup.
Chong Yidong [Sun, 12 Oct 2008 16:58:17 +0000 (16:58 +0000)]
* startup.el (command-line): If toolbar is disabled but ought to be
initialized, call tool-bar-setup.
Chong Yidong [Sun, 12 Oct 2008 13:47:09 +0000 (13:47 +0000)]
Correct last change.
Chong Yidong [Sun, 12 Oct 2008 13:46:28 +0000 (13:46 +0000)]
(compilation-mode-tool-bar-map): Check if tool-bar-map has been
initialized before setting it up.