summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ; Auto-commit of loaddefs files.emacs-25.0.92Nicolas Petton2016-03-02
|
* Bump version to 25.0.92Nicolas Petton2016-03-02
| | | | | | * README: * configure.ac: * msdos/sed2v2.inp: Bump version to 25.0.92.
* * etc/AUTHORS: Update the AUTHORS fileNicolas Petton2016-03-02
|
* authors.el updatesNicolas Petton2016-03-02
| | | | * admin/authors.el (authors-ignored-files): Addition.
* ; fix changelog entriesNicolas Petton2016-03-02
|
* ; make change-history-commitNicolas Petton2016-03-02
|
* Fix Bug#22859Michael Albinus2016-03-02
| | | | | * lisp/filenotify.el (file-notify-callback): Return a `deleted' event in case of kqueue and file1 is nil. (Bug#22859)
* ; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii2016-03-01
|
* Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii2016-03-01
| | | | | | | | * src/bidi.c (bidi_resolve_explicit): Override the orig_type value of FSI with either LRI or RLI, as determined by the first strong directional character in the isolate. This prevents failure to isolate when the FSI...PDI text is inside a directional override. (Bug#22786)
* Document c-guess-basic-syntax in the CC Mode manual.Alan Mackenzie2016-03-01
| | | | | | | * doc/misc/cc-mode.texi (Syntactic Analysis): Document the function, adding pxrefs to Custom Line-Up and Other Indentation. (Custom Line-Up): Add a note on using c-guess-basic-syntax with a pxref to Syntactic Analysis.
* ; Auto-commit of loaddefs files.Glenn Morris2016-03-01
|
* Fix targets in test/automated/Makefile.inMichael Albinus2016-03-01
| | | | | * test/automated/Makefile.in: Use $(SELECTOR_DEFAULT) also for empty target and target all.
* ; * lisp/vc/vc-hooks.el: corrected docstring of faceOscar Fuentes2016-03-01
| | | | Do not merge to master
* Comment on last change to define-derived-modeLeo Liu2016-03-01
| | | | * lisp/emacs-lisp/derived.el (define-derived-mode): Add comment.
* Allow binding `url-mime-accept-string'Lars Ingebrigtsen2016-03-01
| | | | | | | | | * lisp/url/url-http.el (url-http): Allow binding `url-mime-accept-string' (bug#22855). Backport: (cherry picked from commit 144bb0cf322b9756d29def3e27a42303e2edce43)
* Also allow setting the paragraph direction to nilLars Ingebrigtsen2016-03-01
| | | | | * lisp/net/eww.el (eww-toggle-paragraph-direction): Also allow setting the paragraph direction to nil ("auto").
* Made the new OS X visible bell more visible.Anders Lindgren2016-02-29
| | | | | | * src/nsterm.m: (EmacsBell:init:) Scaled up the visible bell "caution" image five times, as the image in its original size was hard to see.
* Use the correct background color when filling nested <divs>Lars Ingebrigtsen2016-02-29
| | | | | | | | | * lisp/net/shr.el (shr-face-background): Return the first background, because that's the one that's visible (bug#22680). Backport: (cherry picked from commit cad0bc70558f9c28c808711c5295dec9fc5ad6e5)
* Make <div> in <li> not insert extra newlinesLars Ingebrigtsen2016-02-29
| | | | | | | | | * lisp/net/shr.el (shr-tag-div): Make <div> in <li> not insert extra newlines (bug#19587). Backport: (cherry picked from commit 379a846b8548dc32a9019ef0a37c02f62cd9bad1)
* Uncomment the next-error-function integration in xrefDmitry Gutov2016-02-29
| | | | | | * lisp/progmodes/xref.el (xref--xref-buffer-mode): Uncomment the next-error-function integration (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20489#110).
* Remove the word "valid", to avoid ambiguityDmitry Gutov2016-02-29
| | | | | * doc/emacs/maintaining.texi (Identifier Search) (Looking Up Identifiers): Remove the word "valid" (bug#22692).
* Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25Michael Albinus2016-02-28
|\
| * * etc/TODO: Minor quoting and grammar fixes.Paul Eggert2016-02-28
| |
* | Set auto-revert-use-notify to nil in global-auto-revert-mode. (Bug#22814)Michael Albinus2016-02-28
|/ | | | | | | | * etc/NEWS: * etc/PROBLEMS: Mention this. * lisp/autorevert.el (global-auto-revert-mode): Set `auto-revert-use-notify' to nil. (Bug#22814)
* Fix ModelSim error parsingFriedrich Beckmann2016-02-28
| | | | | | | * lisp/progmodes/vhdl-mode.el (vhdl-compiler-alist): Fix ModelSim error parsing (bug#5768). Copyright-paperwork-exempt: yes
* Make parse-time-string-chars fasterLars Ingebrigtsen2016-02-28
| | | | | * lisp/calendar/parse-time.el (parse-time-string-chars): Clean up the code (backport:).
* Add a eww command to toggle paragraph directionLars Ingebrigtsen2016-02-28
| | | | | | | * lisp/net/eww.el (eww-toggle-paragraph-direction): New command and keystroke. * doc/misc/eww.texi (Advanced): Mention the `D' command.
* * nextstep/WISHLIST: Merge into etc/TODO and remove.Glenn Morris2016-02-27
| | | | | * etc/TODO: Merge in items from nextstep/WISHLIST. * nextstep/README: Update for this change.
* Fix char signedness issue in bidi codeAndreas Schwab2016-02-27
| | | | | * src/dispextern.h (struct bidi_t): Change type of resolved_level and isolate_level to signed char. (Bug#22830)
* * lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab2016-02-27
|
* Avoid inflooping in thing-at-point-looking-atEli Zaretskii2016-02-27
| | | | | | | * lisp/thingatpt.el (thing-at-point-looking-at): Avoid inflooping with regular expressions whose matching doesn't move point. (Bug#22756) Describe the argument DISTANCE in the doc string.
* * lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change.Leo Liu2016-02-27
|
* etc/PROBLEMS: Mention problems with using file descriptorsMichael Albinus2016-02-26
| | | | | * etc/PROBLEMS: Mention problems with using file descriptors of kqueue file notification library.
* * lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).Kaushal Modi2016-02-26
|
* Remove unneeded workaround in xftfont.cEli Zaretskii2016-02-25
| | | | | | * src/xftfont.c (xftfont_open): Remove "dirty workaround" for XftTextExtents8 behavior, as it is no longer needed. Suggested by Fangwen Yu <yynyygy@gmail.com>. (Bug#22383)
* ; * etc/NEWS: Reflect latest changes in saveplace.Eli Zaretskii2016-02-25
|
* * lisp/saveplace.el (save-place-local-mode): New minor modeStefan Monnier2016-02-25
| | | | | | (toggle-save-place): Define as obsolete alias. (save-place--setup-hooks): New function. (save-place-mode): Use it.
* Fix redisplay on a TTY after 'make-frame'Eli Zaretskii2016-02-25
| | | | | * src/xdisp.c (clear_garbaged_frames): Don't clear/redraw a garbaged TTY frame if it is not the selected frame. (Bug#22794)
* Make double-click-1 work with unbalanced parens in CC Mode. Fixes bug#5560.Alan Mackenzie2016-02-25
| | | | | * lisp/mouse.el (mouse-start-end): check the syntax of alleged parens with `syntax-after' to ensure syntax-table text properties are respected.
* Input method polish-slash should not use keyboard translationMagnus Henoch2016-02-25
| | | | | * lisp/leim/quail/latin-pre.el ("polish-slash"): Input method polish-slash should not use keyboard translation (bug#19081).
* Fix an assertionChris Feng2016-02-25
| | | | | * src/dispnew.c (clear_glyph_matrix_rows): Test matrix->nrows == 0 (which implies start == 0) separately.
* Fix 'toggle-save-place'Eli Zaretskii2016-02-24
| | | | | * lisp/saveplace.el (toggle-save-place): Set up hooks necessary to support save-place in the buffer. Autoload the command.
* * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-24
| | | | | | * src/keyboard.c (read_key_sequence): Don't inadvertently set immediate_echo when we don't want any echo-keystrokes. (echo_keystrokes_p): Move earlier.
* Minor fixes in calculator.elChris Zheng2016-02-24
| | | | | | | | | * lisp/calculator.el (calculator-mode-map): Bind `E' for `calculator-exp'. (calculator-last-input): Fix a bug with pressing F1. (Bug#20764) Copyright-paperwork-exempt: yes
* Update HISTORY section in readme for the NextStep interface.Anders Lindgren2016-02-24
| | | | | * nextstep/README: Update HISTORY after suggestion from former maintainer Adrian Robert.
* ; * doc/lispref/modes.texi (Font Lock Basics): Minor rewording.Eli Zaretskii2016-02-24
|
* Improve documentation of 'save-place-mode'Eli Zaretskii2016-02-24
| | | | | | | | * lisp/saveplace.el (toggle-save-place): Update the doc string wrt turning on 'save-place-mode' globally. * etc/NEWS: Mention the need to call 'save-place-mode' for turning on the mode in all buffers.
* Allocate glyph matrices for the initial frameChris Feng2016-02-24
| | | | | | | | * src/frame.c (make_initial_frame): Allocate glyph matrices (Bug#22787). * src/dispnew.c (clear_glyph_matrix_rows): matrix->nrows can be 0. Copyright-paperwork-exempt: yes
* Fix white space in last checkinLars Ingebrigtsen2016-02-24
|
* Make `insert-pair' always leave the cursor where documentedDima Kogan2016-02-24
| | | | | | | * lisp/emacs-lisp/lisp.el (insert-pair): The docstring of insert-pair states that after insertion, the point ends up after the opening character. This was not true if the pair was inserted to surround a region (bug#16949).