bpt/emacs.git
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.

15 years agoRemoved vc2-xtra.texi.
Chong Yidong [Tue, 21 Oct 2008 20:52:37 +0000 (20:52 +0000)]
Removed vc2-xtra.texi.

15 years agoRemoved vc2-xtra.texi
Chong Yidong [Tue, 21 Oct 2008 20:52:14 +0000 (20:52 +0000)]
Removed vc2-xtra.texi

15 years ago(Visiting): Document find-file-confirm-nonexistent-file.
Chong Yidong [Tue, 21 Oct 2008 20:50:54 +0000 (20:50 +0000)]
(Visiting): Document find-file-confirm-nonexistent-file.
(Version Control): Add VC Directory Mode and VC Directory Commands to
the submenu.
(Why Version Control?): Use table format.
(Version Control Systems): Note that Meta-CVS support is gone.
(VCS Concepts): Note precisely when VC started supporting filesets.
Remove bogus xref to CVS Options node.
(Types of Log File): Copyedits.
(VC Mode Line): Document tooltips and mouse-1 on VC indicator.
(Basic VC Editing): Content moved from Selecting A Fileset and Doing
The Right Thing.
(Selecting A Fileset, Doing The Right Thing): Nodes deleted.
(Log Buffer): Reorganize node, putting C-c C-c description first.
(Old Revisions): Use CVS for example, not RCS.
(Secondary VC Commands): Remove VC Directory Mode and VC Directory
Commands from the submenu, putting them under Version Control.
(VC Directory Mode): Move node contents here from vc1-xtra.texi; we
need to include it in the manual unconditionally, since it is now
crucial to using distributed version control systems.

15 years ago(Advanced VC Usage): Remove VC Directory Mode and VC Directory
Chong Yidong [Tue, 21 Oct 2008 20:50:45 +0000 (20:50 +0000)]
(Advanced VC Usage): Remove VC Directory Mode and VC Directory
Commands from the submenu.  Don't include deleted file vc2-xtra.texi.

15 years agoMove nodes VC Directory Mode and VC Directory Commands to files.texi.
Chong Yidong [Tue, 21 Oct 2008 20:50:27 +0000 (20:50 +0000)]
Move nodes VC Directory Mode and VC Directory Commands to files.texi.
Move contents of vc2-xtra.texi here.

15 years ago* vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
Chong Yidong [Tue, 21 Oct 2008 20:49:51 +0000 (20:49 +0000)]
* vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
to files.texi.  Move contents of vc2-xtra.texi here.

* vc2-xtra.texi: File removed.

* vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
Directory Commands from the submenu.  Don't include deleted file
vc2-xtra.texi.

* files.texi (Visiting): Document find-file-confirm-nonexistent-file.
(Version Control): Add VC Directory Mode and VC Directory Commands to
the submenu.
(Why Version Control?): Use table format.
(Version Control Systems): Note that Meta-CVS support is gone.
(VCS Concepts): Note precisely when VC started supporting filesets.
Remove bogus xref to CVS Options node.
(Types of Log File): Copyedits.
(VC Mode Line): Document tooltips and mouse-1 on VC indicator.
(Basic VC Editing): Content moved from Selecting A Fileset and Doing
The Right Thing.
(Selecting A Fileset, Doing The Right Thing): Nodes deleted.
(Log Buffer): Reorganize node, putting C-c C-c description first.
(Old Revisions): Use CVS for example, not RCS.
(Secondary VC Commands): Remove VC Directory Mode and VC Directory
Commands from the submenu, putting them under Version Control.
(VC Directory Mode): Move node contents here from vc1-xtra.texi; we
need to include it in the manual unconditionally, since it is now
crucial to using distributed version control systems.

15 years agoFile removed.
Chong Yidong [Tue, 21 Oct 2008 20:49:31 +0000 (20:49 +0000)]
File removed.

15 years ago(Serial Ports): Wording fixes.
Eli Zaretskii [Tue, 21 Oct 2008 20:10:47 +0000 (20:10 +0000)]
(Serial Ports): Wording fixes.

15 years ago(Regexp Search): Minor wording change from RMS.
Eli Zaretskii [Tue, 21 Oct 2008 19:55:07 +0000 (19:55 +0000)]
(Regexp Search): Minor wording change from RMS.

15 years ago(region-active-p): Doc fix.
Chong Yidong [Tue, 21 Oct 2008 17:01:53 +0000 (17:01 +0000)]
(region-active-p): Doc fix.

15 years ago* simple.el (region-active-p): Doc fix.
Chong Yidong [Tue, 21 Oct 2008 17:01:45 +0000 (17:01 +0000)]
* simple.el (region-active-p): Doc fix.

15 years ago(Fencode_coding_region, Fdecode_coding_region)
Eli Zaretskii [Tue, 21 Oct 2008 15:57:30 +0000 (15:57 +0000)]
(Fencode_coding_region, Fdecode_coding_region)
(Fdecode_coding_string, Fencode_coding_string): Doc fix.

15 years ago*** empty log message ***
Eli Zaretskii [Tue, 21 Oct 2008 14:54:04 +0000 (14:54 +0000)]
*** empty log message ***

15 years ago(Serial Ports): Fix wording and improve markup.
Eli Zaretskii [Tue, 21 Oct 2008 14:45:34 +0000 (14:45 +0000)]
(Serial Ports): Fix wording and improve markup.

15 years agoRemove prototype for no_switch_window.
Martin Rudalics [Tue, 21 Oct 2008 14:07:04 +0000 (14:07 +0000)]
Remove prototype for no_switch_window.

15 years ago(Fget_buffer, Fbury_buffer, switch_to_buffer_1):
Martin Rudalics [Tue, 21 Oct 2008 14:05:55 +0000 (14:05 +0000)]
(Fget_buffer, Fbury_buffer, switch_to_buffer_1):
Rename arg "buffer" to "buffer_or_name".
(Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
it optional.
(no_switch_window): Remove since the return value is not used.
(Fswitch_to_buffer):  Rename arg "buffer" to "buffer_or_name".
Consider window as dedicated when Fwindow_dedicated_p returns a
non-nil value.

15 years ago(Regexp Search): Document `string-match-p' and `looking-at-p'.
Eli Zaretskii [Tue, 21 Oct 2008 14:01:33 +0000 (14:01 +0000)]
(Regexp Search): Document `string-match-p' and `looking-at-p'.
(POSIX Regexps): Add an xref for "non-greedy".
(Regexp Special): Add @cindex entry for "non-greedy".

15 years ago(Image Cache) <image-refresh>: Minor wording fixes.
Eli Zaretskii [Tue, 21 Oct 2008 13:46:08 +0000 (13:46 +0000)]
(Image Cache) <image-refresh>: Minor wording fixes.

15 years ago(Attribute Functions): Document `face-all-attributes'.
Eli Zaretskii [Tue, 21 Oct 2008 12:18:16 +0000 (12:18 +0000)]
(Attribute Functions): Document `face-all-attributes'.

15 years ago(Color Names): Add an xref to `read-color'.
Eli Zaretskii [Tue, 21 Oct 2008 11:27:40 +0000 (11:27 +0000)]
(Color Names): Add an xref to `read-color'.

15 years ago(High-Level Completion): Document `read-color'.
Eli Zaretskii [Tue, 21 Oct 2008 11:23:57 +0000 (11:23 +0000)]
(High-Level Completion): Document `read-color'.

15 years ago(Top): Add "Swapping Text" to @detailmenu.
Eli Zaretskii [Tue, 21 Oct 2008 10:07:06 +0000 (10:07 +0000)]
(Top): Add "Swapping Text" to @detailmenu.

15 years ago(Narrowing): Add an xref to "Swapping Text".
Eli Zaretskii [Tue, 21 Oct 2008 10:02:05 +0000 (10:02 +0000)]
(Narrowing): Add an xref to "Swapping Text".

15 years ago(Swapping Text): New section, documents `buffer-swap-text'.
Eli Zaretskii [Tue, 21 Oct 2008 10:00:47 +0000 (10:00 +0000)]
(Swapping Text): New section, documents `buffer-swap-text'.

15 years ago(Calling Functions): Use `defalias' instead of `fset'. Fix wording.
Eli Zaretskii [Tue, 21 Oct 2008 09:21:02 +0000 (09:21 +0000)]
(Calling Functions): Use `defalias' instead of `fset'.  Fix wording.

15 years ago(Resizing Windows): Minor wording fix.
Martin Rudalics [Tue, 21 Oct 2008 09:19:37 +0000 (09:19 +0000)]
(Resizing Windows): Minor wording fix.

15 years agoFix wording of the first entry.
Eli Zaretskii [Tue, 21 Oct 2008 08:40:40 +0000 (08:40 +0000)]
Fix wording of the first entry.

15 years ago(main): Unconditionally set PER_LINUX32 and exec
Jan Djärv [Tue, 21 Oct 2008 06:32:39 +0000 (06:32 +0000)]
(main): Unconditionally set PER_LINUX32 and exec
temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined

15 years agoChecked major.texi.
Chong Yidong [Tue, 21 Oct 2008 03:50:26 +0000 (03:50 +0000)]
Checked major.texi.

15 years agoNew file, with some wisdom from emacs-devel.
Glenn Morris [Tue, 21 Oct 2008 03:22:25 +0000 (03:22 +0000)]
New file, with some wisdom from emacs-devel.

15 years ago(Choosing Modes): Make mode selection sequence more obvious by
Chong Yidong [Tue, 21 Oct 2008 03:21:29 +0000 (03:21 +0000)]
(Choosing Modes): Make mode selection sequence more obvious by
describing the steps in order of priority.  Note that magic-mode-alist
is nil by default.  Document magic-fallback-mode-alist.

15 years ago* major.texi (Choosing Modes): Make mode selection sequence more
Chong Yidong [Tue, 21 Oct 2008 03:21:15 +0000 (03:21 +0000)]
* major.texi (Choosing Modes): Make mode selection sequence more
obvious by describing the steps in order of priority.  Note that
magic-mode-alist is nil by default.  Document
magic-fallback-mode-alist.

15 years ago(detect_coding_charset): For iso-8859-* coding systems,
Kenichi Handa [Tue, 21 Oct 2008 02:28:20 +0000 (02:28 +0000)]
(detect_coding_charset): For iso-8859-* coding systems,
check Vlatin_extra_code_table.

15 years ago(apply-partially): Move from subr.el to simple.el.
Eli Zaretskii [Mon, 20 Oct 2008 23:14:36 +0000 (23:14 +0000)]
(apply-partially): Move from subr.el to simple.el.

15 years ago(Creating Strings): Add xrefs to `split-string-and-unquote' and
Eli Zaretskii [Mon, 20 Oct 2008 19:54:28 +0000 (19:54 +0000)]
(Creating Strings): Add xrefs to `split-string-and-unquote' and
`combine-and-quote-strings'.

15 years ago(Shell Arguments): Document `split-string-and-unquote' and
Eli Zaretskii [Mon, 20 Oct 2008 19:47:54 +0000 (19:47 +0000)]
(Shell Arguments): Document `split-string-and-unquote' and
`combine-and-quote-strings'.

15 years agoMore wording fixes from RMS.
Eli Zaretskii [Mon, 20 Oct 2008 19:26:30 +0000 (19:26 +0000)]
More wording fixes from RMS.

15 years agoFix last change (again).
Eli Zaretskii [Mon, 20 Oct 2008 19:04:30 +0000 (19:04 +0000)]
Fix last change (again).

15 years ago(split-string-and-unquote): Simplify regexp.
Andreas Schwab [Mon, 20 Oct 2008 17:29:29 +0000 (17:29 +0000)]
(split-string-and-unquote): Simplify regexp.