summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switchChong Yidong2009-02-231-0/+5
| | | | manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
* Checked control.texi and eval.texi.Chong Yidong2009-02-231-2/+2
|
* (Intro Eval): Copyedits. Standardize on "form" instead of "expression" ↵Chong Yidong2009-02-231-73/+68
| | | | | | | throughout. (Function Indirection): Copyedits. Use active voice. (Eval): The default value of max-lisp-eval-depth is now 400.
* (Control Structures): Add cindex entry for "textual order".Chong Yidong2009-02-231-0/+1
|
* * control.texi (Control Structures): Add cindex entry for "textualChong Yidong2009-02-231-0/+10
| | | | | | | | | order". * eval.texi (Intro Eval): Copyedits. Standardize on "form" instead of "expression" throughout. (Function Indirection): Copyedits. Use active voice. (Eval): The default value of max-lisp-eval-depth is now 400.
* * bs.el (bs--down): When wrapping around, use `forward-line',Juanma Barranquero2009-02-232-1/+8
| | | | not `goto-line', to avoid distracting "Mark set" message.
* *** empty log message ***Jason Rumney2009-02-231-0/+14
|
* Remove ever expanding versions of Windows. Shorten FAQ URL. RemoveJason Rumney2009-02-231-73/+60
| | | | | | | mention of obsolete lock directory. Windows distribution now bin and barebin only. Add note about SVG support. Remove old tar and gzip problem workarounds. Use new (22.x) -Q option. Report all bugs through bug tracker.
* Modify for barebin distribution, as undumped distribution no longer exists.Jason Rumney2009-02-231-15/+18
|
* Update for 23.0.91Jason Rumney2009-02-231-13/+13
|
* *** empty log message ***Jason Rumney2009-02-231-0/+5
|
* Prev commit in wrong ChangeLogJason Rumney2009-02-231-5/+0
|
* *** empty log message ***Jason Rumney2009-02-231-0/+5
|
* Add bug reference.Juanma Barranquero2009-02-231-1/+1
|
* * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message clobberingJuanma Barranquero2009-02-232-5/+12
| | | | the useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
* Fix previous commit: tell autoload that gnus-setup-message is a macro.Katsumi Yamaoka2009-02-232-5/+2
|
* fix date in last commitAdrian Robert2009-02-231-1/+1
|
* * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):Adrian Robert2009-02-232-0/+11
| | | | Mention ns-extended-platform-support-mode.
* Require gnus-msg instead of autoloading it for the gnus-setup-message macro.Katsumi Yamaoka2009-02-232-1/+8
|
* Rename `system-process-attributes' to `process-attributes'Miles Bader2009-02-239-18/+37
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
* Merge from gnus--devo--0Miles Bader2009-02-234-31/+114
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552
* (auto-composition-mode): Don't add a hook toKenichi Handa2009-02-231-96/+2
| | | | | | | | after-change-functions. Don't decompose the buffer. (auto-composition-after-change): Delete it. (toggle-auto-composition): Make it an alias of auto-composition-mode. (auto-compose-region): Delete it.
* *** empty log message ***Juri Linkov2009-02-221-1/+11
|
* (minibuffer-default-add-dired-shell-commands): Doc fix.Juri Linkov2009-02-221-2/+2
|
* (dired-guess-shell-command): Use read-shell-commandJuri Linkov2009-02-221-11/+15
| | | | | | | | instead of read-from-minibuffer. (dired-read-shell-command): Add code that uses minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-dired-shell-commands exactly like `dired-read-shell-command' in dired-aux.el already does. Doc fix.
* Checked symbols.texi.Chong Yidong2009-02-221-1/+1
|
* (Property Lists): Emphasize that property lists are not restricted to symbol ↵Chong Yidong2009-02-221-16/+14
| | | | | | cells. (Other Plists): Copyedit.
* * symbols.texi (Property Lists): Emphasize that property lists areChong Yidong2009-02-221-0/+4
| | | | | not restricted to symbol cells. (Other Plists): Copyedit.
* *** empty log message ***Juri Linkov2009-02-221-0/+7
|
* (dired-smart-shell-command): Remove code that usesJuri Linkov2009-02-221-8/+4
| | | | | | minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-shell-commands because the same code was already moved to `read-shell-command' 2008-07-31.
* (Char-Tables): Link to Property Lists node.Chong Yidong2009-02-221-3/+4
|
* * sequences.texi (Char-Tables): Link to Property Lists node.Chong Yidong2009-02-221-0/+1
|
* Checked hash.texiChong Yidong2009-02-221-1/+1
|
* Checked sequences.texi.Chong Yidong2009-02-221-1/+1
|
* (Sequences Arrays Vectors): Make introduction more concise.Chong Yidong2009-02-221-43/+56
| | | | | | | | (Arrays): Mention char-tables and bool-vectors too. (Vectors): Don't repeat information given in Arrays node. Link to nodes that explain the vector usage examples. (Char-Tables): Note that char-table elements can have arbitrary type. Explain effect of omitted char-table-extra-slots property.
* * sequences.texi (Sequences Arrays Vectors): Make introductionChong Yidong2009-02-221-0/+10
| | | | | | | | | more concise. (Arrays): Mention char-tables and bool-vectors too. (Vectors): Don't repeat information given in Arrays node. Link to nodes that explain the vector usage examples. (Char-Tables): Note that char-table elements can have arbitrary type. Explain effect of omitted char-table-extra-slots property.
* one more duplicate wordKarl Berry2009-02-222-1/+5
|
* dup word byKarl Berry2009-02-222-1/+5
|
* * coding.h (struct coding_system): Make safe_charsets a pointer toAndreas Schwab2009-02-223-18/+32
| | | | | | | | | | | | | unsigned char. * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content being 255. (SAFE_CHARSET_P): Likewise. (setup_iso_safe_charsets): Properly setup safe_charsets. (Fdefine_coding_system_internal): Likewise. (setup_coding_system): Likewise. Remove unneeded casts. (detect_coding_iso_2022): Compare Viso_2022_charset_list with CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove unneeded casts.
* (del_range_2): Don't modify gap contents when calledAndreas Schwab2009-02-222-1/+9
| | | | from decode_coding_object. (Bug#1809)
* Checked several Lispref files.Chong Yidong2009-02-221-5/+5
|
* (List Elements): Copyedits.Chong Yidong2009-02-221-14/+12
|
* * lists.texi (List Elements): Copyedits.Chong Yidong2009-02-221-0/+1
|
* (Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'.Chong Yidong2009-02-221-78/+67
| | | | (Case Conversion): Copyedits.
* (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.Chong Yidong2009-02-221-6/+0
|
* (Building Lists): Remove obsolete Emacs 20 usage of `append'.Chong Yidong2009-02-221-8/+0
|
* * lists.texi (Building Lists): Remove obsolete Emacs 20 usage ofChong Yidong2009-02-221-0/+12
| | | | | | | | | | | `append'. * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. * strings.texi (Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'. (Case Conversion): Copyedits.
* temp-file-name-pattern does not appear in the manuals.Chong Yidong2009-02-211-0/+1
|
* Fix last change.Chong Yidong2009-02-211-1/+1
|
* Use /= in previous change.Glenn Morris2009-02-211-1/+1
|