summaryrefslogtreecommitdiff
path: root/ChangeLog.2
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-09-261-0/+108
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf9e174 Document the optional zlib library in MS-Windows builds 84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt. 73c67dd Fix tagging of DEFUN by etags ea1960b Avoid resetting track-mouse by mouse clicks 505fef3 Improve nt/README.W32 instructions 1229cc4 Document that desktop file overrides frame parameters f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release # Conflicts: # ChangeLog.2 # admin/notes/unicode # lisp/ldefs-boot.el
| * ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 releaseemacs-25.1Nicolas Petton2016-09-151-1/+107
| |
* | Merge from origin/emacs-25Paul Eggert2016-08-221-0/+250
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 927afa1 ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 RC2 6bf83b5 * etc/AUTHORS: Update the AUTHORS file 73cbb81 ; ChangeLog spelling fixes 9b99772 Some assorted documentation clarifications 37d4723 Improve commentary in src/character.h 5ccd593 ; Fix typo in /etc/NEWS 96e3d16 * etc/NEWS: Mention the change in json-encode-string. 2e524034 ; * etc/NEWS: Mention incompatible change in url-http-create... 2e4e74e Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac... 66dea65 ; * doc/lispref/windows.texi (Window Parameters): Grammar twe... # Conflicts: # ChangeLog.2 # lisp/ldefs-boot.el
| * ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 RC2emacs-25.1-rc2Nicolas Petton2016-08-211-1/+249
| |
* | Merge from origin/emacs-25Paul Eggert2016-08-051-15/+638
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d08afa1 * etc/AUTHORS: Update the AUTHORS file 2668500 ;; * ChangeLog.2: ChangeLog update. 7acfaea ; ChangeLog fixes 97d28b4 * admin/authors.el (authors-valid-file-names): Addition. 9ab52f6 * admin/authors.el: Additions. 0e646c7 Warn about Cairo-related problems bc4c07f Don't let completion break `declare' handling 66f95e0 Adjust match data before calling after-change-funs 52cf0d5 Do not show string-rectangle preview if minibuffer is empty 6a3d031 * etc/PROBLEMS: Add entry about selection problems under Plas... # Conflicts: # ChangeLog.2 # src/lisp.h
| * ;; * ChangeLog.2: ChangeLog update.Nicolas Petton2016-07-241-1/+622
| |
| * ; ChangeLog fixesNicolas Petton2016-07-241-15/+15
| |
* | Spelling and minor grammar fixesPaul Eggert2016-08-051-4/+4
| | | | | | | | * test/file-organization.org: Rename from test/file-organisation.org.
* | Merge from origin/emacs-25Paul Eggert2016-06-191-0/+3831
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2317c61 Fix last todo-mode change 5d4d8a3 Improve last todo-mode fix d7084f2 Fix todo-mode use of minibuffer completion keymap (bug#23695). 27dec52 * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23... f526191 * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Avoid ... e881070 * lisp/help-fns.el (describe-function-1): Avoid reporting adv... d308aa1 Minor grammar fix (bug#23746) 20de667 Doc fixes for grammar and typos (bug#23746) a67a4e5 * doc/lispref/processes.texi (Process Buffers): Minor rewordi... 27f440e Add cross-reference to ELisp manual 10802d8 ; make change-history-commit 4b2d77d * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bu... 12e009e Restore initial undo boundary with viper 291fe0a Revert "Fix viper undo breakage from undo-boundary changes" 6921f4a Fix dbus crash on 32-bit Cygwin
| * ; make change-history-commitGlenn Morris2016-06-121-1/+3830
| |
| * ; ChangeLog fixesNicolas Petton2016-04-221-1/+1
| | | | | | | | | | * ChangeLog.2: * lisp/ChangeLog.17: Fix ChangeLog entries
* | Merge from origin/emacs-25Paul Eggert2016-04-111-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b134c20 Sync with gnulib bb30fa9 Fix last change on 2016-01-02 488a72f ; Spelling fixes 9b1aab9 Port run-prolog EMACS to SWI-Prolog 7.2.3 0e7bcec Avoid crashes due to unreasonably large or small text scaling 85f257c Improve documentation of 'with-eval-after-load' 668c7bc Improve handling of non-ASCII characters in Git log messages b570769 Remove undefined behavior in OS X dumper. 97211f3 Fix clipping of xwidgets e87fbc0 Improve Lisp-level documentation of tooltips 9f1786e Faces names should not end in "-face". 3283271 * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings. a1f221b Comint and compile no longer set EMACS 5c28890 * lisp/subr.el (read-key): Don't let the prompt linger (bug#2... a75b9a6 Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac... c93ae7a Allow to customize names of executables used by grep.el f6497c6 Set locale encoding to UTF-8 when run from OS X GUI. 7ad1d07 Avoid signaling errors in 'M-n' at the 'C-x C-f' prompt a3f1ac2 Avoid infinite loop in 'studlify-word' f36df4b Don’t recommend obsolete EMACS env var fb0b531 * lisp/emacs-lisp/package.el: Change from a few days ago need...
| * ; Spelling fixesPaul Eggert2016-04-101-1/+1
| |
| * ; Backport ChangeLog.2 fixes from masterPaul Eggert2016-03-221-65/+60
| |
* | Spelling fixesPaul Eggert2016-04-031-1/+1
| |
* | Merge from origin/emacs-25John Wiegley2016-03-031-0/+957
|\ \ | |/ | | | | | | | | | | | | | | | | | | d6f6b7d * etc/AUTHORS: Update the AUTHORS file 5cf7c39 authors.el updates a26f193 ; fix changelog entries fbc85c7 ; make change-history-commit 06da00c Fix Bug#22859 ab30bf5 ; * src/w32proc.c: Update the commentary to sys_select. 1481029 Fix reordering of bidi text in an isolate inside an override 60e0596 Document c-guess-basic-syntax in the CC Mode manual.
| * ; fix changelog entriesNicolas Petton2016-03-021-2/+2
| |
| * ; make change-history-commitNicolas Petton2016-03-021-1/+944
| |
* | Merge from origin/emacs-25John Wiegley2016-02-151-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d4b93e1 Minor fixes in global-auto-composition-mode 02b037b Allow arithmetic operators inside C++ template constructs. 44b16f6 Avoid crashes in semi-malformed 'condition-case' 652e5b4 Allow arithmetic operators inside C++ template constructs. d9ea795 Fix regression with 'recent-keys' and keyboard macros 903603f Fix wording in a doc-view.el comment cf79616 ; Spelling fixes f8bf1b3 CONTRIBUTE cleanups and updates f3aaca3 Port USE_STACK_LISP_OBJECTS fix to Clang 1834ac7 Port to x86 GCC 4.3.1 and earlier 8482949 Fix point movement under 'scroll-conservatively' c1313b5 Replace colon in file name (not legal on Windows) f7af26c Fix a typo in edt.texi 8badf95 Make 'mmap_realloc' on MS-Windows more reliable 856cd94 Grep alias `all' shall not match parent directory
| * ; Spelling fixesPaul Eggert2016-02-141-3/+3
| |
| * ; Auto-commit of ChangeLog files.Glenn Morris2016-02-141-1/+13
| |
* | Merge from origin/emacs-25John Wiegley2016-02-151-0/+456
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dacde7e * etc/AUTHORS: Update the AUTHORS file 478ca5d ; fix changelog entries 2b7d006 ; make change-history-commit 851decb * lisp/dired-aux.el: Require cl-lib. (Bug#22613) 47896c8 ; Improve commentary in insdel.c 53ca1e1 Index tilde characters in names of backup files d97f522 Document deprecation of hi-lock-mode's 'C-x w' bindings b55f06d ; * etc/NEWS: Use double spaces to end a sentence. 28bb214 Announce that the `C-x w' bindings are deprecated 1c98f98 Suppress GNUstep hardening d82f24b Fix redisplay after a large insertion 85a2753 Revert "Fix gnus-group-get-new-news-this-group on group with closed server" e8e3db0 ; Improve merge documentation in CONTRIBUTE 5be9989 * lib-src/make-docfile.c: Include stdarg.h. c95ebbf Extend gpm-mouse-mode's doc string and doc to point out limitations.
| * ; fix changelog entriesNicolas Petton2016-02-131-6/+6
| |
| * ; make change-history-commitNicolas Petton2016-02-131-1/+455
| |
| * ; Auto-commit of ChangeLog files.Glenn Morris2016-02-071-1/+924
| |
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-02-141-1/+1671
| |
* | ; make change-history-commitPaul Eggert2016-02-091-1/+238
| |
* | ; ChangeLog fixes.Glenn Morris2016-02-081-13/+3
| |
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-02-071-1/+1056
| |
* | Merge from origin/emacs-25John Wiegley2016-02-031-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee73997 Make erc work better when encountering unknown prefix chars b99141d Make erc completion case-insensitive again 66c4620 Make complection in erc use consistent casing 8c562b2 Make /QUIT in erc more robust d93d2c5 Make tracking faces in Emacs work more reliably af6ab7e Make shr not bug out on images on non-graphical displays 3311f40 Fix bookmark display widths d90ab1e Fix typo in eww-make-unique-file-name 7f81825 Make it possible to TAB to input fields a43a1dc Insert complete alt texts when images are disabled 56ed4e1 Allow eww text fields to grow 66b315c Make erc work when subword-mode is switched on 255b68f Fix IMAP doc example 91557f5 Quoting fixes in doc strings and diagnostics 2c0dc9f Fix warning message in hack-local-variables 504696d Etags: yet another improvement in Ruby tags 8784ebf Fix x-popup-menu on TTYs without a mouse 8b87ecb * lisp/emacs-lisp/map.el: Improvements to the docstring of the pcase macro 6191003 Use pop-to-buffer-same-window in eww fe321fd * autogen.sh: Revert all recent changes. 74ebd4a * make-dist: Updates related to nt/. 737193a * make-dist: Add modules/. 3696bf2 * make-dist: Update for super-special file that can't live in etc/. a4278e2 Fix failure to compile ns-win.el in parallel builds 860da4d Fix names of tags generated for Ruby accessors f6213ce Fix file-name recognition in 'etags' e42e662 Change Ruby file names and extensions recognized by 'etags' 58bfb6a More improvements for Ruby support in 'etags' c04e911 Add --git-config option to autogen.sh 5713466 Fix editing undo changes in eww fields 51362d6 Allow the user more control of popping up the eww window ee0fbd8 Make eww-browse-url with new-window parameter work again 9c3142d Clean up eww code slightly cb035f3 Don't insert nil faces in shr 4c3fae3 ; * lisp/progmodes/prolog.el: Remove some obsolete commentary. 93f2153 Improve the custom type of some user options. 9f60d7e Mark some risky calendar variables. 1d07dcd Highlight two additional SCSS keywords ee8b466 Recommend enabling integrity-checking in git e639e10 Some corrections in Elisp manual d766ca8 Chatter when autogen.sh changes Git configuration 3b734e1 * org/org-compat.el (org-font-lock-ensure): Fix bogus test (bug#22399) 43cb9f8 Omit unnecessary history from Lisp intro 2fbd1da * etc/HISTORY: Add some more history, plus git tags. c90e1b4 Improve elisp “Security Considerations” doc cedd7ca autogen.sh now arranges for git to check hashes 86ce76b ; Fix ChangeLog.2 commit ID. 7b1d2b1 Fix (c & 040) typo in emergency escapes a8273da Fix display of overlay strings with 'display' and 'box' property fc48106 Fix imap-starttls-open cdecbed Fix return value of imap-starttls-open 20c7e34 ; * etc/NEWS: Fix renamed command name 98bdbdb Correct reference to DARWIN_OS preprocessor symbol b250d29 Spelling fix b920a0e Spelling fixes 93b144b Pacify GCC on C library without glibc API
| * ; Fix ChangeLog.2 commit ID.Paul Eggert2016-01-311-1/+1
| |
* | Merge from origin/emacs-25John Wiegley2016-02-031-3/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | ea26c8a * lisp/net/browse-url.el (browse-url-default-browser): Lower priority of non-free Chrome. 0fac75f Improve the custom type of some user options. 2df0e04 Highlight CSS variables with variable name face 3cf5e81 * lisp/gnus/gnus-kill.el (gnus-winconf-kill-file): Not user-serviceable. 2a5233c Mark some user options that can get evalled as risky. 39b166f Disable DebPrint in sys_read on MS-Windows 9fd0189 ;Fix ChangeLog entry 4bb7233 Fix typos in Introduction to Emacs Lisp manual
| * ;Fix ChangeLog entryMartin Rudalics2016-01-301-2/+16
| |
* | ; Fix ChangeLog.2 commit ID.Paul Eggert2016-01-311-1/+1
| |
* | ; Try to clean up ChangeLog.2 mess created by merge.Paul Eggert2016-01-301-3960/+524
| |
* | ; Update ChangeLog.2 commit by handPaul Eggert2016-01-301-2/+1
| |
* | -Paul Eggert2016-01-301-30/+4909
|\ \ | |/
| * ; ChangeLog fixesNicolas Petton2016-01-301-1/+8370
| | | | | | | | | | * ChangeLog.2: Auto-update of the ChangeLog file, as well as entry fixes.
* | -Paul Eggert2016-01-301-36/+36
|\ \ | |/
| * ; ChangeLog fixesNicolas Petton2016-01-241-36/+36
| | | | | | | | | | | | * ChangeLog.2: * doc/emacs/ChangeLog.1: * lisp/ChangeLog.17: Fix ChangeLog entries
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-01-241-1/+872
| |
* | -John Wiegley2016-01-181-2/+2
|\ \ | |/
| * ; ChangeLog fixGlenn Morris2016-01-121-2/+2
| |
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-01-171-1/+1418
| |
* | ; Some ChangeLog fixes. It remains a complete mess.Glenn Morris2016-01-121-532/+11
| |
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/ | | | | | | | | ef33bc7 Spelling and grammar fixes 9c3dbab Fix copyright years by hand 0e96320 Update copyright year to 2016
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | | | | | Run admin/update-copyright.
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-01-101-1/+116
| |
* | ; Auto-commit of ChangeLog files.Glenn Morris2016-01-031-1/+4872
| |
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-12/+0
|\ \ | |/