summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate ldefs-bootemacs-24.4-rc1Glenn Morris2014-10-17
|
* Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-17
| | | | | | | 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-16
| | | | Regenerate ldefs-boot and AUTHORS
* Tabify recent ChangeLog changeGlenn Morris2014-10-15
|
* cus-edit.el (custom-command-apply): Specify the return value in the docAlan Mackenzie2014-10-15
| | | | | | 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-15
|
* * lisp/emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.Stefan Monnier2014-10-14
| | | | | | Backported. Fixes: debbugs:18688
* More INSTALL triviaGlenn Morris2014-10-14
|
* INSTALL trivia.Glenn Morris2014-10-14
|
* Fix display of R2L entries in tabulated-list-mode.Eli Zaretskii2014-10-14
| | | | | | | 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-14
|
* Tweak previous authors.el changeGlenn Morris2014-10-13
|
* Small authors.el updatesGlenn Morris2014-10-13
| | | | | | | | * 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-13
| | | | | 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-13
|
* Update doc/ make dist rulesGlenn Morris2014-10-12
| | | | | | | * 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-13
|
* * admin/make-tarball.txt: Small additions.Glenn Morris2014-10-12
|
* Fix import completion. Fabián Ezequiel Gallina2014-10-12
| | | | | | | * lisp/progmodes/python.el (python-shell-completion-get-completions): Fix import case regexp. Fixes: debbugs:18582
* Merge Org 8.2.9Bastien Guerry2014-10-12
|
* * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size to 8 MB. ↵Ken Brown2014-10-11
| | | | (Bug#18438)
* Fix mailaddressJan Djärv2014-10-11
|
* Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-10
| | | | | | * process.c (accept4) [!HAVE_ACCEPT4]: New macro. Fixes: debbugs:18666
* * lisp/progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo.Stefan Monnier2014-10-10
| | | | | | | 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-09
|
* * doc/lispref/control.texi: Avoid overfull hbox.Glenn Morris2014-10-09
|
* * doc/lispref/elisp.texi (DATE): Bump to October 2014.Glenn Morris2014-10-09
| | | | I still have no idea what this is for, but newer is better!
* Spelling fixes.Paul Eggert2014-10-09
|
* * src/frame.c (Fmouse_pixel_position): Call Vmouse_position_function.Stefan Monnier2014-10-09
| | | | Fixes: debbugs:18638
* * doc/lispref/frames.texi: Tweak previous tweaks.Glenn Morris2014-10-08
|
* Doc tweaksGlenn Morris2014-10-08
| | | | | | | | | | | | * 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-08
|
* doc/lispref/frames.texi: (Multiple Terminals): Fix last commit.Eli Zaretskii2014-10-08
|
* Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-08
| | | | | | | | | | | | | | | | | | | | | | | 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-08
| | | | | | | 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-06
| | | | | | | (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-05
|
* * imenu.el (imenu-default-goto-function): Fix typo.Leo Liu2014-10-05
|
* doc/emacs small markup fixesGlenn Morris2014-10-04
| | | | | * doc/emacs/misc.texi (Sorting): * doc/emacs/search.texi (Query Replace): Markup fixes.
* * doc/lispref/commands.texi (Generic Commands): Copyedits.Glenn Morris2014-10-03
|
* * doc/misc/vip.texi (Other Vi Commands): Markup fix.Glenn Morris2014-10-03
|
* Small copyedits for doc/lisprefGlenn Morris2014-10-03
| | | | | * doc/lispref/display.texi (Scroll Bars): * doc/lispref/modes.texi (Header Lines): Copyedits.
* Small doc/ fixes re @var usage.Glenn Morris2014-10-03
| | | | | | | | | | | * 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-03
|
* Doc tweaks re multi-monitorGlenn Morris2014-10-03
| | | | | | | * 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-03
| | | | | * doc/emacs/killing.texi (Rectangles): Copyedits re rectangle-mark-mode. (CUA Bindings): Mention rectangle-mark-mode.
* ChangeLog fixesGlenn Morris2014-10-03
|
* ChangeLog fixGlenn Morris2014-10-03
|
* ChangeLog fixesGlenn Morris2014-10-03
|
* A few tiny doc/ copyedits.Glenn Morris2014-10-03
|