bpt/emacs.git
15 years ago(Current Buffer): Reword set-buffer and
Martin Rudalics [Sat, 25 Oct 2008 09:58:12 +0000 (09:58 +0000)]
(Current Buffer): Reword set-buffer and
with-current-buffer documentations.
(Creating Buffers): Reword documentation of get-buffer-create.

15 years ago(with-current-buffer): Rename buffer argument to buffer-or-name.
Martin Rudalics [Sat, 25 Oct 2008 09:18:19 +0000 (09:18 +0000)]
(with-current-buffer): Rename buffer argument to buffer-or-name.

15 years ago(get-buffer-window-list): Rename buffer argument to
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.

15 years ago(Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
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.

15 years ago(describe-categories): Display the terse legend at the head.
Kenichi Handa [Sat, 25 Oct 2008 01:31:35 +0000 (01:31 +0000)]
(describe-categories): Display the terse legend at the head.

15 years agoDocstrings of categories improved.
Kenichi Handa [Sat, 25 Oct 2008 01:30:28 +0000 (01:30 +0000)]
Docstrings of categories improved.

15 years ago(Fdefine_category): Docstring modified for DOCSTRING.
Kenichi Handa [Sat, 25 Oct 2008 01:29:47 +0000 (01:29 +0000)]
(Fdefine_category): Docstring modified for DOCSTRING.

15 years ago* completion.el (add-completion-to-head, add-completion): Doc fixes.
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.

15 years agoRemove unnecessary "tiny change" tag for Aaren Hawley.
Chong Yidong [Sat, 25 Oct 2008 00:13:30 +0000 (00:13 +0000)]
Remove unnecessary "tiny change" tag for Aaren Hawley.

15 years ago(end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
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.

15 years ago* thingatpt.el (end-of-sexp, beginning-of-sexp)
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.

15 years agoRevert part of last change; it breaks bootstrapping on some systems.
Juanma Barranquero [Fri, 24 Oct 2008 22:50:13 +0000 (22:50 +0000)]
Revert part of last change; it breaks bootstrapping on some systems.

15 years ago(handle_single_display_spec, handle_display_prop): Undo
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).

15 years ago* xdisp.c (handle_single_display_spec, handle_display_prop): Undo
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).

15 years ago(ftfont_otf_features): Fix previous change.
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.

15 years agoFix braino in previous change.
Juanma Barranquero [Fri, 24 Oct 2008 09:44:46 +0000 (09:44 +0000)]
Fix braino in previous change.

15 years agoNew function `locate-user-emacs-file'.
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'.

15 years agoRegenerate.
Glenn Morris [Fri, 24 Oct 2008 07:23:34 +0000 (07:23 +0000)]
Regenerate.

15 years ago(--without-sync-input, --with-pkg-config-prog): Help strings start
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.

15 years agoYavor Doganov <yavor at gnu.org> (tiny change)
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)

15 years agotiny change is tiny.
Glenn Morris [Fri, 24 Oct 2008 04:22:14 +0000 (04:22 +0000)]
tiny change is tiny.

15 years ago* dbusbind.c (xd_in_read_queued_messages): New variable.
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).

15 years ago* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
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.

15 years agoFix typos.
Dan Nicolaescu [Thu, 23 Oct 2008 23:03:39 +0000 (23:03 +0000)]
Fix typos.

15 years ago(filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:31:15 +0000 (22:31 +0000)]
(filesets-data): Doc fix.

15 years ago* filesets.el (filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:31:08 +0000 (22:31 +0000)]
* filesets.el (filesets-data): Doc fix.

15 years agoUpdate author email.
Chong Yidong [Thu, 23 Oct 2008 22:26:04 +0000 (22:26 +0000)]
Update author email.

15 years ago* filesets.el: Update author email.
Chong Yidong [Thu, 23 Oct 2008 22:25:55 +0000 (22:25 +0000)]
* filesets.el: Update author email.

15 years ago(Function Keys): Note that modified keypad keys are not translated.
Chong Yidong [Thu, 23 Oct 2008 22:24:32 +0000 (22:24 +0000)]
(Function Keys): Note that modified keypad keys are not translated.

15 years ago* custom.texi (Function Keys): Note that modified keypad keys are not
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.

15 years ago(pcomplete/rpm): Make "rpm -qp" use file completion.
Chong Yidong [Thu, 23 Oct 2008 22:09:09 +0000 (22:09 +0000)]
(pcomplete/rpm): Make "rpm -qp" use file completion.

15 years ago* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
Chong Yidong [Thu, 23 Oct 2008 22:09:00 +0000 (22:09 +0000)]
* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
completion.

15 years ago* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
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.

15 years agoUpdate.
Juanma Barranquero [Thu, 23 Oct 2008 13:46:17 +0000 (13:46 +0000)]
Update.

15 years ago* xdisp.c (fill_glyph_string): Fix typo in source (though the
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!).

15 years ago(Current Buffer): Reword documentation of set-buffer.
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.

15 years ago(Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string.
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.

15 years ago* character.c (syms_of_character) <script-representative-chars>:
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.

15 years ago(describe-language-environment): Indent sample text.
Kenichi Handa [Thu, 23 Oct 2008 08:05:36 +0000 (08:05 +0000)]
(describe-language-environment): Indent sample text.

15 years ago(font_match_p): Fix previous change.
Kenichi Handa [Thu, 23 Oct 2008 07:57:58 +0000 (07:57 +0000)]
(font_match_p): Fix previous change.

15 years ago(font_match_p): Fix for the case that a vector of
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.

15 years ago(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
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.

15 years ago(font_add_log): Check the values of extra properties.
Kenichi Handa [Thu, 23 Oct 2008 04:02:19 +0000 (04:02 +0000)]
(font_add_log): Check the values of extra properties.

15 years ago(Computed Advice): Minor phrasing change.
Chong Yidong [Thu, 23 Oct 2008 03:51:55 +0000 (03:51 +0000)]
(Computed Advice): Minor phrasing change.

15 years ago(pcomplete/rpm): Doc fix.
Glenn Morris [Thu, 23 Oct 2008 02:42:20 +0000 (02:42 +0000)]
(pcomplete/rpm): Doc fix.

15 years ago(flet): Throw an error when trying to byte-compile a redefinition of a
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)

15 years ago(set-version): Add doc/misc/ns-emacs.texi.
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.

15 years ago(Function Bindings): Mention `flet' fails to deal with byte-compiling
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 `+'.

15 years agoMerge copyright years of author now with assignment into FSF years.
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.

15 years agoFix copyright strings.
Glenn Morris [Thu, 23 Oct 2008 02:36:11 +0000 (02:36 +0000)]
Fix copyright strings.

15 years ago(Arguments): Explain how to insert multiple digits.
Chong Yidong [Thu, 23 Oct 2008 01:08:30 +0000 (01:08 +0000)]
(Arguments): Explain how to insert multiple digits.

15 years ago* basic.texi (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.

15 years agoDeal with page sizes of label printers.
Vinicius Jose Latorre [Wed, 22 Oct 2008 23:40:31 +0000 (23:40 +0000)]
Deal with page sizes of label printers.

15 years agoNote that free unrar only handles version 1 and 2.
Chong Yidong [Wed, 22 Oct 2008 22:44:25 +0000 (22:44 +0000)]
Note that free unrar only handles version 1 and 2.

15 years ago* files.texi (Remote Files): Precise selection of default method.
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.

15 years ago(make-frame-command): Doc fix. Use display-graphic-p.
Chong Yidong [Wed, 22 Oct 2008 21:09:48 +0000 (21:09 +0000)]
(make-frame-command): Doc fix.  Use display-graphic-p.

15 years ago* frame.el (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.

15 years ago(sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add
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.

15 years ago* thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
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.

15 years ago(dired-get-marked-files, dired-map-over-marks): Doc fixes.
Chong Yidong [Wed, 22 Oct 2008 20:37:22 +0000 (20:37 +0000)]
(dired-get-marked-files, dired-map-over-marks): Doc fixes.

15 years ago* dired.el (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.

15 years ago(dired-do-create-files): Doc fix.
Chong Yidong [Wed, 22 Oct 2008 20:21:21 +0000 (20:21 +0000)]
(dired-do-create-files): Doc fix.

15 years ago* dired-aux.el (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.

15 years ago(Killing Buffers): Fix last change.
Eli Zaretskii [Wed, 22 Oct 2008 19:58:41 +0000 (19:58 +0000)]
(Killing Buffers): Fix last change.

15 years ago(Computed Advice): Explain what DEFINITION is.
Chong Yidong [Wed, 22 Oct 2008 19:53:33 +0000 (19:53 +0000)]
(Computed Advice): Explain what DEFINITION is.

15 years ago* advice.texi (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.

15 years ago(Character Codes): Remove obsolete function char-valid-p, and document
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.

15 years ago* nonascii.texi (Character Codes): Remove obsolete function
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.

15 years ago(Special Isearch): Document M-TAB is isearch.
Chong Yidong [Wed, 22 Oct 2008 19:25:19 +0000 (19:25 +0000)]
(Special Isearch): Document M-TAB is isearch.

15 years ago* search.texi (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.

15 years agoUse @kbd instead of @key for mouse commands throughout.
Chong Yidong [Wed, 22 Oct 2008 19:11:14 +0000 (19:11 +0000)]
Use @kbd instead of @key for mouse commands throughout.

15 years ago(VC Mode Line): Use @kbd instead of @key for mouse command.
Chong Yidong [Wed, 22 Oct 2008 19:10:03 +0000 (19:10 +0000)]
(VC Mode Line): Use @kbd instead of @key for mouse command.

15 years ago* files.texi (VC Mode Line): Use @kbd instead of @key for mouse
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.

15 years ago(Killing Buffers): Update documentation of kill-buffer.
Martin Rudalics [Wed, 22 Oct 2008 16:08:11 +0000 (16:08 +0000)]
(Killing Buffers): Update documentation of kill-buffer.

15 years ago(Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string.
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.

15 years agoFix instance of Bug#870.
Juanma Barranquero [Wed, 22 Oct 2008 14:58:18 +0000 (14:58 +0000)]
Fix instance of Bug#870.

15 years ago* xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
Juanma Barranquero [Wed, 22 Oct 2008 14:48:35 +0000 (14:48 +0000)]
* xdisp.c (next_element_from_buffer): Remove bogus xassert condition.

15 years ago* Cocoa/Emacs.base/Contents/Info.plist * Cocoa/Emacs.base/Contents/Resources/English...
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.

15 years ago(Displaying Buffers): Reword documentation of pop-to-buffer.
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.

15 years ago* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other...
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.

15 years ago(Acknowledgments): Added myself to Acknowledgments
Tassilo Horn [Wed, 22 Oct 2008 11:26:24 +0000 (11:26 +0000)]
(Acknowledgments): Added myself to Acknowledgments
section.

15 years ago* replace.el (how-many): Fix typo in docstring.
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>.

15 years ago* w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
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.

15 years agoComments don't get ChangeLog entries.
Glenn Morris [Wed, 22 Oct 2008 06:47:06 +0000 (06:47 +0000)]
Comments don't get ChangeLog entries.

15 years ago(universal-coding-system-argument): Check for C-g. (Bug#1205)
Glenn Morris [Wed, 22 Oct 2008 06:44:52 +0000 (06:44 +0000)]
(universal-coding-system-argument): Check for C-g.  (Bug#1205)

15 years ago*** empty log message ***
Kenichi Handa [Wed, 22 Oct 2008 05:41:00 +0000 (05:41 +0000)]
*** empty log message ***

15 years ago(scan_words): Call word_boundary_p instead of comparing
Kenichi Handa [Wed, 22 Oct 2008 05:31:05 +0000 (05:31 +0000)]
(scan_words): Call word_boundary_p instead of comparing
scripts.

15 years agoDon't setup
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.

15 years ago(word_boundary_p): Check scripts instead of charset.
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.

15 years agoFix last change.
Chong Yidong [Tue, 21 Oct 2008 23:20:55 +0000 (23:20 +0000)]
Fix last change.

15 years agoDocumented diff-mode changes and addition of rar to archive-mode.
Chong Yidong [Tue, 21 Oct 2008 23:17:03 +0000 (23:17 +0000)]
Documented diff-mode changes and addition of rar to archive-mode.

15 years ago(Diff Mode): Document diff-show-trailing-whitespaces.
Chong Yidong [Tue, 21 Oct 2008 23:16:29 +0000 (23:16 +0000)]
(Diff Mode): Document diff-show-trailing-whitespaces.

15 years ago* files.texi (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.

15 years ago(Comparing Files): Note that diff uses the minibuffer, and
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.

15 years ago* files.texi (Comparing Files): Note that diff uses the minibuffer, and
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.

15 years agoDirectory-local variables are already documented.
Chong Yidong [Tue, 21 Oct 2008 22:14:30 +0000 (22:14 +0000)]
Directory-local variables are already documented.

15 years ago(undo-more): Add comment explaining the operations on pending-undo-list
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.

15 years ago*** empty log message ***
Alan Mackenzie [Tue, 21 Oct 2008 21:12:33 +0000 (21:12 +0000)]
*** empty log message ***

15 years agoMinor language tweaks (suggested by rms).
Chong Yidong [Tue, 21 Oct 2008 21:04:13 +0000 (21:04 +0000)]
Minor language tweaks (suggested by rms).

15 years agoDocumented: VC mode-line, find-file-confirm-nonexistent-file, vc-dir,
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.