]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years ago(Receiving Method Calls): Clean up previous change.
Richard M. Stallman [Fri, 28 Nov 2008 14:48:05 +0000 (14:48 +0000)]
(Receiving Method Calls): Clean up previous change.

15 years ago(Text Representations, Converting Representations, Character Sets,
Eli Zaretskii [Fri, 28 Nov 2008 13:26:43 +0000 (13:26 +0000)]
(Text Representations, Converting Representations, Character Sets,
Scanning Charsets, Translation of Characters): Make text more accurate.

15 years ago(Antinews): Add stuff about Unicode vs emacs-mule representation.
Eli Zaretskii [Fri, 28 Nov 2008 12:01:44 +0000 (12:01 +0000)]
(Antinews): Add stuff about Unicode vs emacs-mule representation.

15 years ago(eldoc-docstring-first-line): Don't match
Martin Rudalics [Fri, 28 Nov 2008 10:23:21 +0000 (10:23 +0000)]
(eldoc-docstring-first-line): Don't match
any but the first "*" in a doc-string.

15 years ago* frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
Seiji Zenitani [Fri, 28 Nov 2008 05:40:36 +0000 (05:40 +0000)]
* frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
* nsfns.m (ns_frame_parm_handlers): Set alpha handler.
* nsterm.m (x_set_frame_alpha): New function.

15 years ago(Format Conversion Round-Trip): Improve previous change.
Glenn Morris [Fri, 28 Nov 2008 03:32:15 +0000 (03:32 +0000)]
(Format Conversion Round-Trip): Improve previous change.

15 years ago(format-write-file): Improve previous doc fix.
Glenn Morris [Fri, 28 Nov 2008 03:31:30 +0000 (03:31 +0000)]
(format-write-file): Improve previous doc fix.

15 years ago(Fx_font_family_list, syms_of_xfaces): Fix last change.
Eli Zaretskii [Thu, 27 Nov 2008 20:18:34 +0000 (20:18 +0000)]
(Fx_font_family_list, syms_of_xfaces): Fix last change.

15 years agoExplain why region-active-p is often not the best function to use.
Chong Yidong [Thu, 27 Nov 2008 17:08:44 +0000 (17:08 +0000)]
Explain why region-active-p is often not the best function to use.

15 years agoTweak the previous doc fixes.
Chong Yidong [Thu, 27 Nov 2008 17:07:25 +0000 (17:07 +0000)]
Tweak the previous doc fixes.

15 years ago(use-empty-active-region, use-region-p, region-active-p): Doc fix.
Chong Yidong [Thu, 27 Nov 2008 17:01:50 +0000 (17:01 +0000)]
(use-empty-active-region, use-region-p, region-active-p): Doc fix.

15 years agoMention -nw and -c. Fix the character for --help.
Dan Nicolaescu [Thu, 27 Nov 2008 16:56:33 +0000 (16:56 +0000)]
Mention -nw and -c. Fix the character for --help.
Swap the order of -e and -n to follow the order displayed by --help.

15 years ago* simple.el (use-empty-active-region, use-region-p, region-active-p):
Chong Yidong [Thu, 27 Nov 2008 16:53:19 +0000 (16:53 +0000)]
* simple.el (use-empty-active-region, use-region-p, region-active-p):
Doc fix.

15 years ago* w32font.c (add_font_entity_to_list): Pass the right LOGFONT
Juanma Barranquero [Thu, 27 Nov 2008 15:19:40 +0000 (15:19 +0000)]
* w32font.c (add_font_entity_to_list): Pass the right LOGFONT
  pointer to check_face_name.

15 years ago(display-buffer): Fix handling of not-this-window
Martin Rudalics [Thu, 27 Nov 2008 13:20:15 +0000 (13:20 +0000)]
(display-buffer): Fix handling of not-this-window
argument.  (Bug#1415)

15 years ago* NEWS: Fix typo. (Bug#1439)
Juanma Barranquero [Thu, 27 Nov 2008 09:14:14 +0000 (09:14 +0000)]
* NEWS: Fix typo.  (Bug#1439)

15 years agoSet category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF.
Kenichi Handa [Thu, 27 Nov 2008 08:03:03 +0000 (08:03 +0000)]
Set category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF.

15 years agoSet inhibit-load-charset-map to t while preloading
Kenichi Handa [Thu, 27 Nov 2008 08:02:28 +0000 (08:02 +0000)]
Set inhibit-load-charset-map to t while preloading
files.

15 years ago(print_object): For bool-vector, delete unnecessary
Kenichi Handa [Thu, 27 Nov 2008 08:02:15 +0000 (08:02 +0000)]
(print_object): For bool-vector, delete unnecessary
check of ASCII_BYTE_P.

15 years ago(describe_vector): Adjusted for the change of
Kenichi Handa [Thu, 27 Nov 2008 08:02:02 +0000 (08:02 +0000)]
(describe_vector): Adjusted for the change of
char_table_ref_and_range.  For char-table, put boundary between
non-ASCII and 8-bit characters.

15 years ago(fontset_add): Adjusted for the change of
Kenichi Handa [Thu, 27 Nov 2008 08:01:45 +0000 (08:01 +0000)]
(fontset_add): Adjusted for the change of
char_table_ref_and_range.
(fontset_get_font_group): Likewise.
(Ffontset_info): Likewise.

15 years ago(sub_char_table_ref_and_range): Adjusted for the
Kenichi Handa [Thu, 27 Nov 2008 08:01:29 +0000 (08:01 +0000)]
(sub_char_table_ref_and_range): Adjusted for the
change of char_table_ref_and_range.
(char_table_ref_and_range): Change the meaning of argument FROM
and TO.  Now the caller must provide initial values for *FROM
and *TO.

15 years ago(enum charset_method): Delete
Kenichi Handa [Thu, 27 Nov 2008 08:00:43 +0000 (08:00 +0000)]
(enum charset_method): Delete
CHARSET_METHOD_MAP_DEFERRED.
(DECODE_CHAR): Check if the decoder vector is ready.
(ENCODE_CHAR): Check if the encoder char-table is ready.
(maybe_unify_char): Extern it.

15 years ago(Vchar_unified_charset_table): Delete it.
Kenichi Handa [Thu, 27 Nov 2008 08:00:16 +0000 (08:00 +0000)]
(Vchar_unified_charset_table): Delete it.
(inhibit_load_charset_map): New variable.
(temp_charset_work): New variable.
(SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
(SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
New macros.
(load_charset_map): Meaning of control_flag changed.  If
inhibit_load_charset_map is nonzero, setup a table in
temp_charset_work.
(load_charset): New argument control_flag.
(map_charset_for_dump): New function.
(map_charset_chars): If inhibit_load_charset_map is nonzero, use
map_charset_for_dump.
(Fdefine_charset_internal): If the charset method is MAP, load
mapping tables by calling load_charset.
(Funify_charset): Don't load a mapping table but directly set
Vchar_unify_table.
(maybe_unify_char): New function.
(decode_char): Don't handle the deleted method MAP_DEFERRED.
Handle the case of inhibit_load_charset_map being nonzero.
(encode_char): Don't handle the deleted method MAP_DEFERRED.
Handle the case of inhibit_load_charset_map being nonzero.
(Fclear_charset_maps): Just free temp_charset_work.
(syms_of_charset): Make `inhibit-load-charset-map' a Lisp
variable.

15 years ago(MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
Kenichi Handa [Thu, 27 Nov 2008 07:59:35 +0000 (07:59 +0000)]
(MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
Funify_charset.

15 years ago(hash_get_category_set): New function.
Kenichi Handa [Thu, 27 Nov 2008 07:59:21 +0000 (07:59 +0000)]
(hash_get_category_set): New function.
(Fmodify_category_entry): Adjusted for the change of
char_table_ref_and_range.  Call hash_get_category_set to get a
category set to store in the table.

15 years ago(SET_CATEGORY_SET): Call set_category_set.
Kenichi Handa [Thu, 27 Nov 2008 07:59:11 +0000 (07:59 +0000)]
(SET_CATEGORY_SET): Call set_category_set.
(set_category_set): Extern it.

15 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Nov 2008 07:58:57 +0000 (07:58 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Michael Albinus [Thu, 27 Nov 2008 04:27:21 +0000 (04:27 +0000)]
*** empty log message ***

15 years ago(tool-bar-find-image-cache): Var deleted.
Chong Yidong [Thu, 27 Nov 2008 03:29:37 +0000 (03:29 +0000)]
(tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.

15 years ago* tool-bar.el (tool-bar-find-image-cache): Var deleted.
Chong Yidong [Thu, 27 Nov 2008 03:27:54 +0000 (03:27 +0000)]
* tool-bar.el (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.

15 years ago* net/dbus.el (dbus-handle-event): The result of a message call
Michael Albinus [Wed, 26 Nov 2008 20:17:24 +0000 (20:17 +0000)]
* net/dbus.el (dbus-handle-event): The result of a message call
can also be an object, which is not a consp.

15 years ago* dbus.texi (Receiving Method Calls): Precise return values of
Michael Albinus [Wed, 26 Nov 2008 20:14:09 +0000 (20:14 +0000)]
* dbus.texi (Receiving Method Calls): Precise return values of
  `dbus-register-method'.

15 years ago(Auto Major Mode): Fix example.
Chong Yidong [Wed, 26 Nov 2008 16:11:58 +0000 (16:11 +0000)]
(Auto Major Mode): Fix example.

15 years ago* modes.texi (Auto Major Mode): Fix example.
Chong Yidong [Wed, 26 Nov 2008 16:11:42 +0000 (16:11 +0000)]
* modes.texi (Auto Major Mode): Fix example.

15 years ago(Visiting): Rewrite paragraph for clarity.
Chong Yidong [Wed, 26 Nov 2008 15:32:49 +0000 (15:32 +0000)]
(Visiting): Rewrite paragraph for clarity.

15 years ago(Select Buffer): Rewrite paragraphs using active voice.
Chong Yidong [Wed, 26 Nov 2008 15:32:43 +0000 (15:32 +0000)]
(Select Buffer): Rewrite paragraphs using active voice.

15 years ago* files.texi (Visiting): Rewrite paragraph for clarity.
Chong Yidong [Wed, 26 Nov 2008 15:32:33 +0000 (15:32 +0000)]
* files.texi (Visiting): Rewrite paragraph for clarity.

* buffers.texi (Select Buffer): Rewrite paragraphs using active voice.

15 years ago(w32font_open_internal): Don't include external leading in font height.
Jason Rumney [Wed, 26 Nov 2008 13:37:17 +0000 (13:37 +0000)]
(w32font_open_internal): Don't include external leading in font height.

15 years agoFix typo in previous commit.
Juanma Barranquero [Wed, 26 Nov 2008 10:46:21 +0000 (10:46 +0000)]
Fix typo in previous commit.

15 years ago(forward-sexp, backward-sexp, mark-sexp)
Alan Mackenzie [Wed, 26 Nov 2008 10:30:53 +0000 (10:30 +0000)]
(forward-sexp, backward-sexp, mark-sexp)
(forward-list, backward-list, down-list, backward-up-list)
(up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
(insert-pair, insert-parentheses):  State that the
command assumes that point is not in a string or comment.

15 years ago(Moving by Parens): Clarify that parens inside strings and comments are
Alan Mackenzie [Wed, 26 Nov 2008 10:27:42 +0000 (10:27 +0000)]
(Moving by Parens): Clarify that parens inside strings and comments are
ignored, and that the commands assume the starting point isn't in a
string or comment.

15 years ago* programs.texi (Moving by Parens): Clarify that parens inside strings
Alan Mackenzie [Wed, 26 Nov 2008 10:22:48 +0000 (10:22 +0000)]
* programs.texi (Moving by Parens): Clarify that parens inside strings
and comments are ignored, and that the commands assume the starting point
isn't in a string or comment.

15 years ago*** empty log message ***
Michael Albinus [Wed, 26 Nov 2008 07:23:04 +0000 (07:23 +0000)]
*** empty log message ***

15 years ago* dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
Michael Albinus [Wed, 26 Nov 2008 07:08:36 +0000 (07:08 +0000)]
* dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
`dbus-escape-as-identifier', `dbus-byte-array-to-string' and
`dbus-unescape-from-identifier'.
(Receiving Method Calls): New constants `dbus-service-emacs' and
`dbus-path-emacs'.
(Signals): Use the constants in the example.

15 years ago* net/dbus.el (dbus-string-to-byte-array)
Michael Albinus [Wed, 26 Nov 2008 06:09:44 +0000 (06:09 +0000)]
* net/dbus.el (dbus-string-to-byte-array)
(dbus-byte-array-to-string, dbus-escape-as-identifier)
(dbus-unescape-from-identifier): New defuns.
(dbus-handle-event): The result of a message call is a list of
arguments, which must be expanded when passing to
`dbus-method-return-internal'.

15 years ago* net/tramp.el (tramp-handle-write-region): Improve the check for
Michael Albinus [Wed, 26 Nov 2008 06:09:17 +0000 (06:09 +0000)]
* net/tramp.el (tramp-handle-write-region): Improve the check for
calling direct copy.
(tramp-find-inline-encoding): Don't raise an error but a warning,
when no inline encoding is found.
(tramp-get-remote-coding): Check for a symbol.  The negative check
for a string fails, when there is an empty string.

15 years agoDocumented set-file-modes.
Chong Yidong [Wed, 26 Nov 2008 05:32:24 +0000 (05:32 +0000)]
Documented set-file-modes.

15 years agocommitting logs wrote but forgot to commit last night
Adrian Robert [Wed, 26 Nov 2008 05:32:22 +0000 (05:32 +0000)]
committing logs wrote but forgot to commit last night

15 years ago(Misc File Ops): Document set-file-modes.
Chong Yidong [Wed, 26 Nov 2008 05:31:08 +0000 (05:31 +0000)]
(Misc File Ops): Document set-file-modes.

15 years ago* files.texi (Misc File Ops): Document set-file-modes.
Chong Yidong [Wed, 26 Nov 2008 05:30:59 +0000 (05:30 +0000)]
* files.texi (Misc File Ops): Document set-file-modes.

15 years ago* macos.texi: Add Prev/Next/Top pointers to all nodes. (Mac Basics): Merge in Grabbi...
Adrian Robert [Wed, 26 Nov 2008 05:27:11 +0000 (05:27 +0000)]
* macos.texi: Add Prev/Next/Top pointers to all nodes.  (Mac Basics): Merge in Grabbing Environment Variables from earlier version.  (Mac Customization): Rewrite Preferences Panel section and merge in to this node, add Open files by dragging to an Emacs window.  * emacs.texi: Remove TOC reference to Mac Preferences Panel section.

15 years agoscroll-preserve-screen-position change is already documented.
Chong Yidong [Wed, 26 Nov 2008 05:11:01 +0000 (05:11 +0000)]
scroll-preserve-screen-position change is already documented.

15 years agoDocumented truncate-partial-width-windows change.
Chong Yidong [Wed, 26 Nov 2008 05:08:06 +0000 (05:08 +0000)]
Documented truncate-partial-width-windows change.

15 years ago(Split Window): Document integer values of
Chong Yidong [Wed, 26 Nov 2008 05:07:49 +0000 (05:07 +0000)]
(Split Window): Document integer values of
truncate-partial-width-windows.

15 years ago* windows.texi (Split Window): Document integer values of
Chong Yidong [Wed, 26 Nov 2008 05:07:40 +0000 (05:07 +0000)]
* windows.texi (Split Window): Document integer values of
truncate-partial-width-windows.

15 years agochecked text.texi
Chong Yidong [Wed, 26 Nov 2008 04:17:13 +0000 (04:17 +0000)]
checked text.texi

15 years agoDocumented nXML mode.
Chong Yidong [Wed, 26 Nov 2008 04:16:17 +0000 (04:16 +0000)]
Documented nXML mode.

15 years ago(Text): Simplify description of markup languages.
Chong Yidong [Wed, 26 Nov 2008 04:13:33 +0000 (04:13 +0000)]
(Text): Simplify description of markup languages.
(TeX Mode): Simplify introduction.  Mention BibTeX mode.
(TeX Editing): Note that `""' inserts one `"' character.
(HTML Mode): Note in the introduction that XML mode is an alias for
SGML mode.  Mention nXML mode.

15 years ago* text.texi (Text): Simplify description of markup languages.
Chong Yidong [Wed, 26 Nov 2008 04:07:53 +0000 (04:07 +0000)]
* text.texi (Text): Simplify description of markup languages.
(TeX Mode): Simplify introduction.  Mention BibTeX mode.
(TeX Editing): Note that `""' inserts one `"' character.
(HTML Mode): Note in the introduction that XML mode is an alias for
SGML mode.  Mention nXML mode.

15 years ago(Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
Glenn Morris [Wed, 26 Nov 2008 03:00:53 +0000 (03:00 +0000)]
(Fx_font_family_list): Replace lisp/term/pc-win.el redefinition with
ifdef.  (Bug#1383)

15 years ago(x-font-family-list): Replace redefinition with
Glenn Morris [Wed, 26 Nov 2008 02:58:48 +0000 (02:58 +0000)]
(x-font-family-list): Replace redefinition with
ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)

15 years ago(vc-git-diff-switches): New option.
Glenn Morris [Wed, 26 Nov 2008 02:55:28 +0000 (02:55 +0000)]
(vc-git-diff-switches): New option.
(vc-git-diff): Apply diff switches.  (Bug#1386)
Give it a basic doc string.

15 years ago*** empty log message ***
Glenn Morris [Wed, 26 Nov 2008 02:50:30 +0000 (02:50 +0000)]
*** empty log message ***

15 years ago(calcFunc-collect): Normalize the coefficients of the
Jay Belanger [Wed, 26 Nov 2008 02:39:57 +0000 (02:39 +0000)]
(calcFunc-collect): Normalize the coefficients of the
polynomial rather than the whole polynomial.

15 years ago(define-mail-alias): Sync code with define-mail-abbrev.
Chong Yidong [Tue, 25 Nov 2008 22:58:14 +0000 (22:58 +0000)]
(define-mail-alias): Sync code with define-mail-abbrev.

15 years ago(define-mail-abbrev): When reading from mailrc, recognize string
Chong Yidong [Tue, 25 Nov 2008 22:58:01 +0000 (22:58 +0000)]
(define-mail-abbrev): When reading from mailrc, recognize string
quoting.  When reading from Lisp, accept rfc822-like addresses.

15 years ago* mail/mailabbrev.el (define-mail-abbrev): When reading from mailrc,
Chong Yidong [Tue, 25 Nov 2008 22:57:50 +0000 (22:57 +0000)]
* mail/mailabbrev.el (define-mail-abbrev): When reading from mailrc,
recognize string quoting.  When reading from Lisp, accept rfc822-like
addresses.

* mail/mailalias.el (define-mail-alias): Sync code with
define-mail-abbrev.

15 years ago* nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
Adrian Robert [Tue, 25 Nov 2008 04:39:29 +0000 (04:39 +0000)]
* nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).

15 years ago(Format Conversion Round-Trip): Use active voice for previous change.
Glenn Morris [Tue, 25 Nov 2008 04:29:05 +0000 (04:29 +0000)]
(Format Conversion Round-Trip): Use active voice for previous change.

15 years ago(Signaling Errors): Fix `wrong-type-argument' name.
Glenn Morris [Tue, 25 Nov 2008 04:27:29 +0000 (04:27 +0000)]
(Signaling Errors): Fix `wrong-type-argument' name.

15 years ago(eshell-gather-process-output): Revert previous change. (re-opens Bug#1388)
Glenn Morris [Tue, 25 Nov 2008 04:26:22 +0000 (04:26 +0000)]
(eshell-gather-process-output): Revert previous change.  (re-opens Bug#1388)

15 years ago(speedbar-restricted-move): Fix signal arguments.
Glenn Morris [Tue, 25 Nov 2008 04:24:45 +0000 (04:24 +0000)]
(speedbar-restricted-move): Fix signal arguments.

15 years ago(x-set-cut-buffer): Fix signal arguments.
Glenn Morris [Tue, 25 Nov 2008 04:23:59 +0000 (04:23 +0000)]
(x-set-cut-buffer): Fix signal arguments.

15 years ago* nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New EmacsView...
Adrian Robert [Tue, 25 Nov 2008 04:09:49 +0000 (04:09 +0000)]
* nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):  New EmacsView methods.  (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.  Fixes bug #1048,1357,1414.

15 years ago(nil and t): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:52:14 +0000 (03:52 +0000)]
(nil and t): Fix typo.

15 years ago(Predicates for Strings): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:52:05 +0000 (03:52 +0000)]
(Predicates for Strings): Fix typo.

15 years ago(Declaring Functions): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:51:57 +0000 (03:51 +0000)]
(Declaring Functions): Fix typo.

15 years ago(Key Sequence Input): Fix typos.
Chong Yidong [Tue, 25 Nov 2008 03:51:47 +0000 (03:51 +0000)]
(Key Sequence Input): Fix typos.

15 years ago(Changing Files, Magic File Names): Fix typos.
Chong Yidong [Tue, 25 Nov 2008 03:51:37 +0000 (03:51 +0000)]
(Changing Files, Magic File Names): Fix typos.

15 years ago(Choosing Window, Selecting Windows): Fix typos.
Chong Yidong [Tue, 25 Nov 2008 03:51:26 +0000 (03:51 +0000)]
(Choosing Window, Selecting Windows): Fix typos.

15 years ago(The Mark): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:51:02 +0000 (03:51 +0000)]
(The Mark): Fix typo.

15 years ago(Transaction Queues): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:50:53 +0000 (03:50 +0000)]
(Transaction Queues): Fix typo.

15 years ago(Processor Run Time): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:50:41 +0000 (03:50 +0000)]
(Processor Run Time): Fix typo.

15 years ago* os.texi (Processor Run Time):
Chong Yidong [Tue, 25 Nov 2008 03:50:17 +0000 (03:50 +0000)]
* os.texi (Processor Run Time):
* processes.texi (Transaction Queues):
* markers.texi (The Mark):
* windows.texi (Choosing Window, Selecting Windows):
* files.texi (Changing Files, Magic File Names):
* commands.texi (Key Sequence Input):
* functions.texi (Declaring Functions):
* strings.texi (Predicates for Strings):
* intro.texi (nil and t): Fix typos (pointed out by Drew Adams).

15 years ago(Watch Expressions): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:40:25 +0000 (03:40 +0000)]
(Watch Expressions): Fix typo.

15 years ago* building.texi (Watch Expressions): Fix typo.
Chong Yidong [Tue, 25 Nov 2008 03:40:17 +0000 (03:40 +0000)]
* building.texi (Watch Expressions): Fix typo.

15 years agoFix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS...
Adrian Robert [Tue, 25 Nov 2008 02:45:39 +0000 (02:45 +0000)]
Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color.  * nsterm.m (free_indexed_color): Add argument checking.  * nsfns.m: Move config.h to before system includes (advised by Dan N.).

15 years agoFix #870 breakage.
Juanma Barranquero [Tue, 25 Nov 2008 02:12:27 +0000 (02:12 +0000)]
Fix #870 breakage.

15 years ago* play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
Juanma Barranquero [Tue, 25 Nov 2008 02:01:58 +0000 (02:01 +0000)]
* play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
  (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
  (bubbles--empty-char): Use "\s".

15 years ago(calc-settings-file, calc-language-alist)
Jay Belanger [Tue, 25 Nov 2008 01:30:22 +0000 (01:30 +0000)]
(calc-settings-file, calc-language-alist)
calc-embedded-announce-formula, calc-embedded-announce-formula-alist)
calc-embedded-open-formula, calc-embedded-close-formula)
calc-embedded-open-close-formula-alist)
calc-embedded-word-regexp-alist, calc-embedded-open-plain)
calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
calc-embedded-open-new-formula, calc-embedded-close-new-formula)
calc-embedded-open-close-new-formula-alist, calc-embedded-open-mode)
calc-embedded-close-mode, calc-embedded-open-close-mode-alist)
calc-gnuplot-name, calc-gnuplot-plot-command)
calc-gnuplot-print-command, calc-multiplication-has-precedence):
Remove unnecessary asterisks from docstrings.

15 years ago* calculator.el (calculator-op-or-exp): Reflow docstring.
Juanma Barranquero [Tue, 25 Nov 2008 00:30:47 +0000 (00:30 +0000)]
* calculator.el (calculator-op-or-exp): Reflow docstring.
  (calculator-remove-zeros, calculator-repR, calculator-repL):
  Fix typos in docstrings.

15 years ago(Defining Variables): Note that `*' is not necessary if defcustom is
Chong Yidong [Mon, 24 Nov 2008 23:19:29 +0000 (23:19 +0000)]
(Defining Variables): Note that `*' is not necessary if defcustom is
used.

15 years ago(Accessing Documentation): Update example.
Chong Yidong [Mon, 24 Nov 2008 23:19:22 +0000 (23:19 +0000)]
(Accessing Documentation): Update example.

15 years ago* help.texi (Accessing Documentation): Update example.
Chong Yidong [Mon, 24 Nov 2008 23:19:16 +0000 (23:19 +0000)]
* help.texi (Accessing Documentation): Update example.

* variables.texi (Defining Variables): Note that `*' is not
necessary if defcustom is used.

15 years ago(log-view-annotate-version): Let vc-annotate manage windows instead
Chong Yidong [Mon, 24 Nov 2008 21:19:56 +0000 (21:19 +0000)]
(log-view-annotate-version): Let vc-annotate manage windows instead
of calling switch-to-buffer.

15 years ago* log-view.el (log-view-annotate-version): Let vc-annotate manage
Chong Yidong [Mon, 24 Nov 2008 21:19:46 +0000 (21:19 +0000)]
* log-view.el (log-view-annotate-version): Let vc-annotate manage
windows instead of calling switch-to-buffer.

15 years ago(diff-sentinel): Take note of diff error return value.
Chong Yidong [Mon, 24 Nov 2008 21:11:12 +0000 (21:11 +0000)]
(diff-sentinel): Take note of diff error return value.

15 years ago* diff.el (diff-sentinel): Take note of diff error return value.
Chong Yidong [Mon, 24 Nov 2008 21:01:14 +0000 (21:01 +0000)]
* diff.el (diff-sentinel): Take note of diff error return value.

15 years agoCredit acm for original suggestion for 2008-11-24 change.
Chong Yidong [Mon, 24 Nov 2008 20:15:35 +0000 (20:15 +0000)]
Credit acm for original suggestion for 2008-11-24 change.