]>
git.eshelyaron.com Git - emacs.git/log
Martin Rudalics [Sat, 25 Oct 2008 08:08:19 +0000 (08:08 +0000)]
(get-buffer-window-list): Rename buffer argument to
buffer-or-name and make it optional.
Martin Rudalics [Sat, 25 Oct 2008 07:57:37 +0000 (07:57 +0000)]
(Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
Make buffer argument optional and rename to buffer_or_name.
Kenichi Handa [Sat, 25 Oct 2008 01:31:35 +0000 (01:31 +0000)]
(describe-categories): Display the terse legend at the head.
Kenichi Handa [Sat, 25 Oct 2008 01:30:28 +0000 (01:30 +0000)]
Docstrings of categories improved.
Kenichi Handa [Sat, 25 Oct 2008 01:29:47 +0000 (01:29 +0000)]
(Fdefine_category): Docstring modified for DOCSTRING.
Juanma Barranquero [Sat, 25 Oct 2008 00:46:25 +0000 (00:46 +0000)]
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
Chong Yidong [Sat, 25 Oct 2008 00:13:30 +0000 (00:13 +0000)]
Remove unnecessary "tiny change" tag for Aaren Hawley.
Chong Yidong [Sat, 25 Oct 2008 00:12:37 +0000 (00:12 +0000)]
(end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
arguments to char-after and char-before.
Chong Yidong [Sat, 25 Oct 2008 00:12:24 +0000 (00:12 +0000)]
* thingatpt.el (end-of-sexp, beginning-of-sexp)
(forward-same-syntax): Omit default arguments to char-after and
char-before.
Juanma Barranquero [Fri, 24 Oct 2008 22:50:13 +0000 (22:50 +0000)]
Revert part of last change; it breaks bootstrapping on some systems.
Chong Yidong [Fri, 24 Oct 2008 19:00:42 +0000 (19:00 +0000)]
(handle_single_display_spec, handle_display_prop): Undo
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
Chong Yidong [Fri, 24 Oct 2008 18:53:54 +0000 (18:53 +0000)]
* xdisp.c (handle_single_display_spec, handle_display_prop): Undo
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
Kenichi Handa [Fri, 24 Oct 2008 13:12:55 +0000 (13:12 +0000)]
(ftfont_otf_features): Fix previous change.
(ftfont_otf_capability): Check FeatureList.FeatureCount before
calling ftfont_otf_features.
Juanma Barranquero [Fri, 24 Oct 2008 09:44:46 +0000 (09:44 +0000)]
Fix braino in previous change.
Juanma Barranquero [Fri, 24 Oct 2008 09:39:27 +0000 (09:39 +0000)]
New function `locate-user-emacs-file'.
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
Glenn Morris [Fri, 24 Oct 2008 07:23:34 +0000 (07:23 +0000)]
Regenerate.
Glenn Morris [Fri, 24 Oct 2008 07:22:43 +0000 (07:22 +0000)]
(--without-sync-input, --with-pkg-config-prog): Help strings start
with lower case.
(--with-gnustep-conf): New option.
(GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
Glenn Morris [Fri, 24 Oct 2008 04:26:53 +0000 (04:26 +0000)]
Yavor Doganov <yavor at gnu.org> (tiny change)
Use `.' instead of `source' to source GNUstep.conf.
Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
is not found. (Bug#1230)
Glenn Morris [Fri, 24 Oct 2008 04:22:14 +0000 (04:22 +0000)]
tiny change is tiny.
Michael Albinus [Fri, 24 Oct 2008 04:21:15 +0000 (04:21 +0000)]
* dbusbind.c (xd_in_read_queued_messages): New variable.
(XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw
Qdbus_error.
(xd_read_queued_messages): Catch Qdbus_error from the macros.
(all): Replace xsignal1, xsignal2, xsignal3 by the respective
macro. (Bug#1186).
Juanma Barranquero [Thu, 23 Oct 2008 23:52:14 +0000 (23:52 +0000)]
* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
(edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
Dan Nicolaescu [Thu, 23 Oct 2008 23:03:39 +0000 (23:03 +0000)]
Fix typos.
Chong Yidong [Thu, 23 Oct 2008 22:31:15 +0000 (22:31 +0000)]
(filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:31:08 +0000 (22:31 +0000)]
* filesets.el (filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:26:04 +0000 (22:26 +0000)]
Update author email.
Chong Yidong [Thu, 23 Oct 2008 22:25:55 +0000 (22:25 +0000)]
* filesets.el: Update author email.
Chong Yidong [Thu, 23 Oct 2008 22:24:32 +0000 (22:24 +0000)]
(Function Keys): Note that modified keypad keys are not translated.
Chong Yidong [Thu, 23 Oct 2008 22:24:25 +0000 (22:24 +0000)]
* custom.texi (Function Keys): Note that modified keypad keys are not
translated.
Chong Yidong [Thu, 23 Oct 2008 22:09:09 +0000 (22:09 +0000)]
(pcomplete/rpm): Make "rpm -qp" use file completion.
Chong Yidong [Thu, 23 Oct 2008 22:09:00 +0000 (22:09 +0000)]
* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
completion.
Dan Nicolaescu [Thu, 23 Oct 2008 19:32:19 +0000 (19:32 +0000)]
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.
Juanma Barranquero [Thu, 23 Oct 2008 13:46:17 +0000 (13:46 +0000)]
Update.
Juanma Barranquero [Thu, 23 Oct 2008 10:33:05 +0000 (10:33 +0000)]
* xdisp.c (fill_glyph_string): Fix typo in source (though the
poor beast has survived 9+ years and the jump from xterm.c!).
Martin Rudalics [Thu, 23 Oct 2008 09:20:55 +0000 (09:20 +0000)]
(Current Buffer): Reword documentation of set-buffer.
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.
Martin Rudalics [Thu, 23 Oct 2008 09:05:39 +0000 (09:05 +0000)]
(Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string.
(Fbury_buffer): In doc-string say what happens to the buffer's window.
Juanma Barranquero [Thu, 23 Oct 2008 08:55:34 +0000 (08:55 +0000)]
* character.c (syms_of_character) <script-representative-chars>:
<unicode-category-table>: Doc fixes.
Kenichi Handa [Thu, 23 Oct 2008 08:05:36 +0000 (08:05 +0000)]
(describe-language-environment): Indent sample text.
Kenichi Handa [Thu, 23 Oct 2008 07:57:58 +0000 (07:57 +0000)]
(font_match_p): Fix previous change.
Kenichi Handa [Thu, 23 Oct 2008 07:49:15 +0000 (07:49 +0000)]
(font_match_p): Fix for the case that a vector of
characters is in script-representative-chars.
Noah Friedman [Thu, 23 Oct 2008 06:55:14 +0000 (06:55 +0000)]
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
is a live buffer, otherwise call Fget_buffer_create.
Kenichi Handa [Thu, 23 Oct 2008 04:02:19 +0000 (04:02 +0000)]
(font_add_log): Check the values of extra properties.
Chong Yidong [Thu, 23 Oct 2008 03:51:55 +0000 (03:51 +0000)]
(Computed Advice): Minor phrasing change.
Glenn Morris [Thu, 23 Oct 2008 02:42:20 +0000 (02:42 +0000)]
(pcomplete/rpm): Doc fix.
Glenn Morris [Thu, 23 Oct 2008 02:40:37 +0000 (02:40 +0000)]
(flet): Throw an error when trying to byte-compile a redefinition of a
function with special byte-compile handling. (Bug#411)
Glenn Morris [Thu, 23 Oct 2008 02:39:14 +0000 (02:39 +0000)]
(set-version): Add doc/misc/ns-emacs.texi.
Add/tweak some nextstep/ entries.
Glenn Morris [Thu, 23 Oct 2008 02:38:38 +0000 (02:38 +0000)]
(Function Bindings): Mention `flet' fails to deal with byte-compiling
things like `+'.
Glenn Morris [Thu, 23 Oct 2008 02:36:41 +0000 (02:36 +0000)]
Merge copyright years of author now with assignment into FSF years.
(VER): Use it for easier automatic updating. Use Emacs version rather
than standalone Emacs.app version.
Glenn Morris [Thu, 23 Oct 2008 02:36:11 +0000 (02:36 +0000)]
Fix copyright strings.
Chong Yidong [Thu, 23 Oct 2008 01:08:30 +0000 (01:08 +0000)]
(Arguments): Explain how to insert multiple digits.
Chong Yidong [Thu, 23 Oct 2008 01:05:21 +0000 (01:05 +0000)]
* basic.texi (Arguments): Explain how to insert multiple digits.
Vinicius Jose Latorre [Wed, 22 Oct 2008 23:40:31 +0000 (23:40 +0000)]
Deal with page sizes of label printers.
Chong Yidong [Wed, 22 Oct 2008 22:44:25 +0000 (22:44 +0000)]
Note that free unrar only handles version 1 and 2.
Michael Albinus [Wed, 22 Oct 2008 21:13:56 +0000 (21:13 +0000)]
* files.texi (Remote Files): Precise selection of default method.
Rewrite paragraph about disabling remote file names.
Chong Yidong [Wed, 22 Oct 2008 21:09:48 +0000 (21:09 +0000)]
(make-frame-command): Doc fix. Use display-graphic-p.
Chong Yidong [Wed, 22 Oct 2008 21:06:55 +0000 (21:06 +0000)]
* frame.el (make-frame-command): Doc fix. Use display-graphic-p.
Chong Yidong [Wed, 22 Oct 2008 20:51:23 +0000 (20:51 +0000)]
(sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add
docstrings.
Chong Yidong [Wed, 22 Oct 2008 20:50:29 +0000 (20:50 +0000)]
* thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
(list-at-point): Add docstrings.
Chong Yidong [Wed, 22 Oct 2008 20:37:22 +0000 (20:37 +0000)]
(dired-get-marked-files, dired-map-over-marks): Doc fixes.
Chong Yidong [Wed, 22 Oct 2008 20:37:05 +0000 (20:37 +0000)]
* dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
Chong Yidong [Wed, 22 Oct 2008 20:21:21 +0000 (20:21 +0000)]
(dired-do-create-files): Doc fix.
Chong Yidong [Wed, 22 Oct 2008 20:20:43 +0000 (20:20 +0000)]
* dired-aux.el (dired-do-create-files): Doc fix.
Eli Zaretskii [Wed, 22 Oct 2008 19:58:41 +0000 (19:58 +0000)]
(Killing Buffers): Fix last change.
Chong Yidong [Wed, 22 Oct 2008 19:53:33 +0000 (19:53 +0000)]
(Computed Advice): Explain what DEFINITION is.
Chong Yidong [Wed, 22 Oct 2008 19:53:19 +0000 (19:53 +0000)]
* advice.texi (Computed Advice): Explain what DEFINITION is.
Chong Yidong [Wed, 22 Oct 2008 19:37:07 +0000 (19:37 +0000)]
(Character Codes): Remove obsolete function char-valid-p, and document
characterp instead.
Chong Yidong [Wed, 22 Oct 2008 19:36:59 +0000 (19:36 +0000)]
* nonascii.texi (Character Codes): Remove obsolete function
char-valid-p, and document characterp instead.
Chong Yidong [Wed, 22 Oct 2008 19:25:19 +0000 (19:25 +0000)]
(Special Isearch): Document M-TAB is isearch.
Chong Yidong [Wed, 22 Oct 2008 19:22:55 +0000 (19:22 +0000)]
* search.texi (Special Isearch): Document M-TAB is isearch.
Chong Yidong [Wed, 22 Oct 2008 19:11:14 +0000 (19:11 +0000)]
Use @kbd instead of @key for mouse commands throughout.
Chong Yidong [Wed, 22 Oct 2008 19:10:03 +0000 (19:10 +0000)]
(VC Mode Line): Use @kbd instead of @key for mouse command.
Chong Yidong [Wed, 22 Oct 2008 19:09:54 +0000 (19:09 +0000)]
* files.texi (VC Mode Line): Use @kbd instead of @key for mouse
command.
* frames.texi: Use @kbd instead of @key for mouse commands throughout.
Martin Rudalics [Wed, 22 Oct 2008 16:08:11 +0000 (16:08 +0000)]
(Killing Buffers): Update documentation of kill-buffer.
Martin Rudalics [Wed, 22 Oct 2008 15:35:00 +0000 (15:35 +0000)]
(Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string.
(Fset_window_parameter): Use NILP.
(Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
(Frecenter): Use "selected" instead of "current" window in doc-strings.
Juanma Barranquero [Wed, 22 Oct 2008 14:58:18 +0000 (14:58 +0000)]
Fix instance of Bug#870.
Juanma Barranquero [Wed, 22 Oct 2008 14:48:35 +0000 (14:48 +0000)]
* xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
Adrian Robert [Wed, 22 Oct 2008 13:14:33 +0000 (13:14 +0000)]
* Cocoa/Emacs.base/Contents/Info.plist * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings * GNUstep/Emacs.base/Resources/Emacs.desktop * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Replace 9.0 version numbers with 23.0.60-involving strings.
Martin Rudalics [Wed, 22 Oct 2008 13:04:16 +0000 (13:04 +0000)]
(Displaying Buffers): Reword documentation of pop-to-buffer.
(Choosing Window): Rewrite documentation of display-buffer and
its options.
Adrian Robert [Wed, 22 Oct 2008 12:51:29 +0000 (12:51 +0000)]
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
Tassilo Horn [Wed, 22 Oct 2008 11:26:24 +0000 (11:26 +0000)]
(Acknowledgments): Added myself to Acknowledgments
section.
Juanma Barranquero [Wed, 22 Oct 2008 11:11:01 +0000 (11:11 +0000)]
* replace.el (how-many): Fix typo in docstring.
Reported by Leo Liu <sdl.web@gmail.com>.
Juanma Barranquero [Wed, 22 Oct 2008 09:33:30 +0000 (09:33 +0000)]
* w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
Glenn Morris [Wed, 22 Oct 2008 06:47:06 +0000 (06:47 +0000)]
Comments don't get ChangeLog entries.
Glenn Morris [Wed, 22 Oct 2008 06:44:52 +0000 (06:44 +0000)]
(universal-coding-system-argument): Check for C-g. (Bug#1205)
Kenichi Handa [Wed, 22 Oct 2008 05:41:00 +0000 (05:41 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 22 Oct 2008 05:31:05 +0000 (05:31 +0000)]
(scan_words): Call word_boundary_p instead of comparing
scripts.
Kenichi Handa [Wed, 22 Oct 2008 05:29:08 +0000 (05:29 +0000)]
Don't setup
find-word-boundary-function-table.
(next-word-boundary-han, next-word-boundary-kana): Delete them.
(word-combining-categories, word-separating-categories): Adjusted
to the change of the docstrings.
Kenichi Handa [Wed, 22 Oct 2008 05:23:47 +0000 (05:23 +0000)]
(word_boundary_p): Check scripts instead of charset.
Handle nil value in word-separating-categories and
word-combining-categories.
(syms_of_category): Fix docstrings of word-separating-categories
and word-combining-categories.
Chong Yidong [Tue, 21 Oct 2008 23:20:55 +0000 (23:20 +0000)]
Fix last change.
Chong Yidong [Tue, 21 Oct 2008 23:17:03 +0000 (23:17 +0000)]
Documented diff-mode changes and addition of rar to archive-mode.
Chong Yidong [Tue, 21 Oct 2008 23:16:29 +0000 (23:16 +0000)]
(Diff Mode): Document diff-show-trailing-whitespaces.
Chong Yidong [Tue, 21 Oct 2008 23:16:21 +0000 (23:16 +0000)]
* files.texi (Diff Mode): Document diff-show-trailing-whitespaces.
Chong Yidong [Tue, 21 Oct 2008 23:10:45 +0000 (23:10 +0000)]
(Comparing Files): Note that diff uses the minibuffer, and
that the output is shown using Diff mode.
(Diff Mode): Explain what "patch" and "hunk" mean. Document
diff-update-on-the-fly and diff-refine-hunk.
(File Archives): Add rar support.
Chong Yidong [Tue, 21 Oct 2008 23:10:37 +0000 (23:10 +0000)]
* files.texi (Comparing Files): Note that diff uses the minibuffer, and
that the output is shown using Diff mode.
(Diff Mode): Explain what "patch" and "hunk" mean. Document
diff-update-on-the-fly and diff-refine-hunk.
(File Archives): Add rar support.
Chong Yidong [Tue, 21 Oct 2008 22:14:30 +0000 (22:14 +0000)]
Directory-local variables are already documented.
Alan Mackenzie [Tue, 21 Oct 2008 21:14:04 +0000 (21:14 +0000)]
(undo-more): Add comment explaining the operations on pending-undo-list
and buffer-undo-list.
Alan Mackenzie [Tue, 21 Oct 2008 21:12:33 +0000 (21:12 +0000)]
*** empty log message ***
Chong Yidong [Tue, 21 Oct 2008 21:04:13 +0000 (21:04 +0000)]
Minor language tweaks (suggested by rms).
Chong Yidong [Tue, 21 Oct 2008 20:58:16 +0000 (20:58 +0000)]
Documented: VC mode-line, find-file-confirm-nonexistent-file, vc-dir,
"e" and "D" in log-view-mode, C-c C-d in log-edit-mode, and removal of
Meta-CVS support.
Chong Yidong [Tue, 21 Oct 2008 20:52:37 +0000 (20:52 +0000)]
Removed vc2-xtra.texi.
Chong Yidong [Tue, 21 Oct 2008 20:52:14 +0000 (20:52 +0000)]
Removed vc2-xtra.texi