aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Mention Zile.Glenn Morris2009-02-252-0/+7
|
* mailclient.el: declare clipboard-kill-ring-saveDavid Reitter2009-02-252-0/+6
|
* (ps-mule-begin-job): Don't call auto-compose-region.Kenichi Handa2009-02-252-1/+2
|
* *** empty log message ***Kenichi Handa2009-02-251-0/+9
|
* (ns-working-overlay): Don't make it buffer-local.Stefan Monnier2009-02-242-38/+44
| | | | | | | | (ns-working-overlay-len): Remove. Use ns-working-overlay instead. (ns-delete-working-text): Merge with ns-unecho-working-text. Decide which to use based on ns-working-overlay. (ns-unecho-working-text): Remove. (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
* Fix last change.Eli Zaretskii2009-02-241-6/+6
|
* Mention the MS-DOS section in etc/PROBLEMS.Eli Zaretskii2009-02-241-0/+4
|
* Mention problems with username in the MS-DOS port on MS-Windows.Eli Zaretskii2009-02-241-0/+22
|
* * textmodes/ispell.el (ispell-region): Adapt "done" messageJuanma Barranquero2009-02-242-1/+4
| | | | to coding conventions. (Bug#2447)
* * scroll-bar.el (scroll-bar-mode): Turn off scroll bars whenJuanma Barranquero2009-02-242-3/+6
| | | | argument is 0. Doc fix. (Bug#1527)
* (Fontsets): Correction to fontset-standard description.Jason Rumney2009-02-241-5/+7
|
* Add bug referenceJason Rumney2009-02-241-1/+1
|
* (International): Link to Modifying Fontsets.Jason Rumney2009-02-242-0/+2
|
* (Fontsets): Mention fontset-default, font specs and fallback fontsets.Jason Rumney2009-02-242-17/+78
| | | | | | (Defining Fontsets): Mention ns and w32 variants of standard-fontset-spec. Update description of startup fontset to match Emacs 23 behavior. (Modifying Fontsets): New section.
* * nsterm.m (ns_ring_bell): Convert rect to window coordinatesAdrian Robert2009-02-242-4/+7
| | | | before caching.
* (fontset_find_font): Fix the condition for checkingKenichi Handa2009-02-241-1/+1
| | | | unavailable font.
* *** empty log message ***Kenichi Handa2009-02-241-0/+5
|
* * w32-vars.el (w32-system-shells): Doc fix.Juanma Barranquero2009-02-242-1/+3
|
* * nt/README.W32: Fix typos.Juanma Barranquero2009-02-242-22/+24
|
* * INSTALL: Add comment about TCC; fix typos.Juanma Barranquero2009-02-242-13/+17
|
* * image.el (image-load-path-for-library, insert-sliced-image):Juanma Barranquero2009-02-242-4/+9
| | | | Fix typos in docstrings.
* Fix comment.Juanma Barranquero2009-02-241-5/+5
|
* correct minor typo in commentsAdrian Robert2009-02-241-1/+1
|
* (flyspell-use-meta-tab): Add a custom :set function. (Bug#2429)Glenn Morris2009-02-242-1/+11
|
* (Finternal_set_font_selection_order): Remove leading whitespace thatGlenn Morris2009-02-242-1/+6
| | | | confuses documentation.
* (elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453)Glenn Morris2009-02-242-14/+31
| | | | | (elint-find-builtin-args): Make the match more restrictive. Handle errors. Return a result actually containing the function name.
* (rmail): Don't show a message if rmail-get-new-mail already did. (Bug#2440)Glenn Morris2009-02-241-4/+7
| | | | | (rmail-quit): Don't swap buffers. (Bug#2441) (rmail-list-to-menu): Don't globally bind `name'.
* (cperl-find-pods-heres): Don't globally bind `name'.Glenn Morris2009-02-241-1/+1
|
* (eshell-parse-ange-ls): Define `name' before potential use.Glenn Morris2009-02-241-1/+2
|
* *** empty log message ***Kenichi Handa2009-02-241-6/+5
|
* (ange-ftp-insert-directory): Adapt switch manipulation to 2009-02-11Chong Yidong2009-02-231-1/+1
| | | | change to dired-add-entry (Bug#2410).
* * 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.
* Remove ever expanding versions of Windows. Shorten FAQ URL. RemoveJason Rumney2009-02-232-73/+74
| | | | | | | 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
|
* Prev commit in wrong ChangeLogJason Rumney2009-02-232-5/+5
|
* *** 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: [email protected]/emacs--devo--0--patch-1553
* Merge from gnus--devo--0Miles Bader2009-02-234-31/+114
| | | | Revision: [email protected]/emacs--devo--0--patch-1552