summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate ldefs-bootemacs-24.4-rc1Glenn Morris2014-10-171-2/+2
|
* Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-172-1/+9
| | | | | | | src/xterm.c (x_draw_hollow_cursor): Fix display of hollow cursor on 1-pixel R2L characters. Reported by Dmitry Antipov <dmantipov@yandex.ru>, see http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00518.html.
* Bump version to 24.4Glenn Morris2014-10-1611-101/+110
| | | | Regenerate ldefs-boot and AUTHORS
* Tabify recent ChangeLog changeGlenn Morris2014-10-152-2/+2
|
* cus-edit.el (custom-command-apply): Specify the return value in the docAlan Mackenzie2014-10-152-10/+18
| | | | | | string. (Custom-reset-standard): Save custom-file (e.g. .emacs) only when custom-command-apply has returned non-nil.
* Rewrite ChangeLog release notes to be less confusingGlenn Morris2014-10-152-2/+2
|
* * lisp/emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.Stefan Monnier2014-10-142-2/+8
| | | | | | Backported. Fixes: debbugs:18688
* More INSTALL triviaGlenn Morris2014-10-141-17/+3
|
* INSTALL trivia.Glenn Morris2014-10-141-3/+3
|
* Fix display of R2L entries in tabulated-list-mode.Eli Zaretskii2014-10-142-1/+11
| | | | | | | lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Force bidi-paragraph-direction to 'left-to-right'. This fixes buffer-menu display when the first buffer happens to start with R2L letter.
* * etc/NXML-NEWS: Add standard copyright and license notice.Glenn Morris2014-10-141-0/+24
|
* Tweak previous authors.el changeGlenn Morris2014-10-131-2/+2
|
* Small authors.el updatesGlenn Morris2014-10-132-4/+39
| | | | | | | | * lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case) (authors-obsolete-files-regexps): Additions. (authors-no-scan-regexps): New constant. (authors-no-scan-file-p): New function. (authors): Respect authors-no-scan-file-p.
* ChangeLog fixGlenn Morris2014-10-131-1/+1
| | | | | Ref: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00165.html http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=65cf7047bf885959a5e03b5aa9346b55a600fcab
* Fix org/ChangeLog wrt latest Org Sync.Bastien Guerry2014-10-131-0/+15
|
* Update doc/ make dist rulesGlenn Morris2014-10-128-0/+73
| | | | | | | * emacs/Makefile.in (dist): * lispintro/Makefile.in (dist): * lispref/Makefile.in (dist): * misc/Makefile.in (dist): Update for new output variables.
* Sync Org 8.2.10Bastien Guerry2014-10-134-10/+10
|
* * admin/make-tarball.txt: Small additions.Glenn Morris2014-10-121-2/+4
|
* Fix import completion. Fabián Ezequiel Gallina2014-10-122-5/+8
| | | | | | | * lisp/progmodes/python.el (python-shell-completion-get-completions): Fix import case regexp. Fixes: debbugs:18582
* Merge Org 8.2.9Bastien Guerry2014-10-126-14/+33
|
* * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size to 8 MB. ↵Ken Brown2014-10-112-0/+7
| | | | (Bug#18438)
* Fix mailaddressJan Djärv2014-10-111-1/+1
|
* Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-102-0/+8
| | | | | | * process.c (accept4) [!HAVE_ACCEPT4]: New macro. Fixes: debbugs:18666
* * lisp/progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo.Stefan Monnier2014-10-103-3/+9
| | | | | | | Reported by Arni Magnusson <arnima@hafro.is>. * lisp/progmodes/prolog.el (prolog-electric--underscore): Same. Fixes: debbugs:18622
* * doc/emacs/help.texi: Avoid overfull hbox.Glenn Morris2014-10-091-1/+1
|
* * doc/lispref/control.texi: Avoid overfull hbox.Glenn Morris2014-10-091-7/+7
|
* * doc/lispref/elisp.texi (DATE): Bump to October 2014.Glenn Morris2014-10-092-1/+3
| | | | I still have no idea what this is for, but newer is better!
* Spelling fixes.Paul Eggert2014-10-092-2/+2
|
* * src/frame.c (Fmouse_pixel_position): Call Vmouse_position_function.Stefan Monnier2014-10-092-4/+14
| | | | Fixes: debbugs:18638
* * doc/lispref/frames.texi: Tweak previous tweaks.Glenn Morris2014-10-081-6/+6
|
* Doc tweaksGlenn Morris2014-10-087-19/+42
| | | | | | | | | | | | * doc/lispref/frames.texi (Multiple Terminals): Copyedits. * lisp/frame.el (display-monitor-attributes-list): Doc tweaks. * nt/README.W32, src/ChangeLog.10, src/w32term.c: Standardize on "taskbar" rather than "task bar", since that is what most references seem to use; e.g. http://en.wikipedia.org/wiki/Taskbar http://windows.microsoft.com/en-us/windows7/products/features/windows-taskbar
* * lisp/frame.el: Fix doc typo in previousGlenn Morris2014-10-081-1/+1
|
* doc/lispref/frames.texi: (Multiple Terminals): Fix last commit.Eli Zaretskii2014-10-081-1/+0
|
* Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-085-22/+116
| | | | | | | | | | | | | | | | | | | | | | | doc/lispref/frames.texi (Multiple Terminals): Improve the description of X display names. Add index entries. (Basic Parameters): Add a cross-reference to where X display names are described. (Position Parameters): Mention that positional parameters of the form (+ POS) can be negative if they are on a non-primary monitor of a multi-monitor display. (Creating Frames): Mention that on multi-monitor displays the frame might be positioned differently than specified by the frame parameters alist. lisp/faces.el (display-grayscale-p): Mention in the doc string that the argument can be either a display name or a frame. lisp/frame.el (display-pixel-height, display-pixel-width) (display-mm-height, display-mm-width, display-backing-store) (display-save-under, display-planes, display-color-cells) (display-visual-class, display-monitor-attributes-list) (display-screens): Mention in the doc string that the argument can be either a display name or a frame. Improve the docs of the monitor attributes.
* Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa2014-10-082-8/+31
| | | | | | | src/coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an invalid escape sequence is found. Backported from trunk.
* In term-window-width subtract 1 from width when any fringe has zero width. ↵Martin Rudalics2014-10-062-0/+8
| | | | | | | (Bug#18601) * term.el (term-window-width): Subtract 1 from the width when any fringe has zero width, not just the right fringe. (Bug#18601)
* * package.texi (Package Menu): Package list was changed to not say "unsigned"Glenn Morris2014-10-052-1/+6
|
* * imenu.el (imenu-default-goto-function): Fix typo.Leo Liu2014-10-052-1/+5
|
* doc/emacs small markup fixesGlenn Morris2014-10-043-4/+7
| | | | | * doc/emacs/misc.texi (Sorting): * doc/emacs/search.texi (Query Replace): Markup fixes.
* * doc/lispref/commands.texi (Generic Commands): Copyedits.Glenn Morris2014-10-032-20/+17
|
* * doc/misc/vip.texi (Other Vi Commands): Markup fix.Glenn Morris2014-10-032-1/+5
|
* Small copyedits for doc/lisprefGlenn Morris2014-10-033-9/+9
| | | | | * doc/lispref/display.texi (Scroll Bars): * doc/lispref/modes.texi (Header Lines): Copyedits.
* Small doc/ fixes re @var usage.Glenn Morris2014-10-039-11/+20
| | | | | | | | | | | * doc/emacs/cmdargs.texi (Misc X): * doc/emacs/display.texi (Optional Mode Line): * doc/emacs/misc.texi (emacsclient Options): * doc/emacs/vc1-xtra.texi (VC Delete/Rename): * doc/lispref/buffers.texi (Buffer List): * doc/lispref/display.texi (Image Descriptors, Defining Images): * doc/lispref/functions.texi (Core Advising Primitives): Small fixes re @var usage.
* * doc/lispref/windows.texi (Window Sizes, Resizing Windows): Copyedits.Glenn Morris2014-10-032-29/+22
|
* Doc tweaks re multi-monitorGlenn Morris2014-10-034-42/+42
| | | | | | | * doc/lispref/frames.texi (Multiple Terminals): Copyedits re multiple monitors. * lisp/frame.el (frame-monitor-attributes, display-monitor-attributes-list): Doc fixes.
* doc/emacs copyedits re rectangle-mark-modeGlenn Morris2014-10-032-6/+18
| | | | | * doc/emacs/killing.texi (Rectangles): Copyedits re rectangle-mark-mode. (CUA Bindings): Mention rectangle-mark-mode.
* ChangeLog fixesGlenn Morris2014-10-031-2/+2
|
* ChangeLog fixGlenn Morris2014-10-031-1/+1
|
* ChangeLog fixesGlenn Morris2014-10-031-3/+3
|
* A few tiny doc/ copyedits.Glenn Morris2014-10-032-7/+7
|