summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WIP: Webkit add zoom.rekado2016-09-201-0/+20
* WIP: WebKit widget can scroll by itself.rekado2016-09-202-63/+4
* WIP: Use WebKit2 API....rekado2016-09-191-106/+80
* * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* Refactor common code in {upcase,downcase,capitalize}-word functions...Michal Nazarewicz2016-09-121-27/+17
* copy-file now uses GNU/Linux file cloning...Paul Eggert2016-09-101-8/+25
* Invert y coord of NS image files (bug#7847)...Alan Third2016-09-101-1/+2
* Remove dead loop iterations in regex.c...Michal Nazarewicz2016-09-091-16/+12
* Replace decimalnump with alphanumericp...Michal Nazarewicz2016-09-093-6/+15
* Remove inaccurate comment in regex.c...Michal Nazarewicz2016-09-091-2/+1
* STRING_CHAR does not unify characters; update documentation...Michal Nazarewicz2016-09-092-17/+3
* Port flexible array members to GCC + valgrind...Paul Eggert2016-09-074-27/+20
* Use DEV_TTY more consistently...Paul Eggert2016-09-065-13/+12
* Avoid assertion violations when using marker positions...Eli Zaretskii2016-09-062-5/+14
* Avoid assertion violations when scrolling narrowed buffer...Eli Zaretskii2016-09-052-4/+6
* Treat SIGINT correctly in GUI sessions on MS-Windows...Eli Zaretskii2016-09-054-6/+12
* Fix synthetic bold on macOS retina displays...Alan Third2016-09-041-0/+12
* Check actual contents before promting about changed file...Stefan Monnier2016-09-021-1/+1
* Don’t create fd >= FD_SETSIZE...Paul Eggert2016-09-011-0/+14
* Fix over-substitution of quotes on error...Paul Eggert2016-08-311-2/+2
* * src/editfns.c (Fformat_message): Fix doc to match current behavior.Paul Eggert2016-08-301-4/+3
* Minor doc quoting fixes...Paul Eggert2016-08-302-3/+3
* Clarify docstrings...Alan Third2016-08-291-7/+14
* Avoid crashes for invalid value of key modifiers...Eli Zaretskii2016-08-291-1/+6
* Memory allocator alignment fixes...Paul Eggert2016-08-281-33/+48
* Some fixes around `delete-other-frames' and `next-frame'...Martin Rudalics2016-08-251-1/+1
* Fix macOS 12 deprecation notices...Alan Third2016-08-244-88/+127
* * src/xfns.c (Fx_change_window_property): Modify previous change....Noah Friedman2016-08-231-5/+27
* Merge from origin/emacs-25...Paul Eggert2016-08-225-15/+26
|\
| * ; ChangeLog spelling fixesPaul Eggert2016-08-211-1/+1
| * Some assorted documentation clarifications...Philipp Stephani2016-08-203-2/+17
| * Improve commentary in src/character.h...Eli Zaretskii2016-08-181-12/+8
| * * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes....Eli Zaretskii2016-08-161-1/+1
| * Avoid segfaults due to quoting in 'substitute-command-keys'...Eli Zaretskii2016-08-161-4/+16
* | Merge from origin/emacs-25...Paul Eggert2016-08-221-0/+2
|\|
| * Document CATEGORY arg to modify-category-entry...Noam Postavsky2016-08-131-0/+2
| * Fix bug with handling the bidi cache...Eli Zaretskii2016-08-111-0/+8
* | Display mini-window resized even when there are several frames...Eli Zaretskii2016-08-221-9/+6
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMartin Rudalics2016-08-224-18/+111
|\ \
| * | Fix interpretation of signed vs unsigned values when retrieving X...Noah Friedman2016-08-212-13/+106
| * | Minor text-quoting-style fixes...Paul Eggert2016-08-213-5/+5
* | | Fix (next-frame nil t) crash (Bug#24281)...Martin Rudalics2016-08-221-1/+1
|/ /
* | Fix semantics of 'minibuffer' frame parameter...Martin Rudalics2016-08-211-17/+43
* | * src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert2016-08-171-2/+4
* | Improve doc string....Karl Fogel2016-08-161-1/+2
* | Omit substitute-command-keys code no longer needed...Paul Eggert2016-08-161-3/+7
* | Another fix for scroll-conservatively and overlay strings...Eli Zaretskii2016-08-141-2/+3
* | Minor text-quoting-style fixes...Paul Eggert2016-08-131-4/+4
* | Fix substitute-command-keys unibyte, alloc bugs...Paul Eggert2016-08-131-92/+77