- 05 Jan, 2014 13 commits
-
-
Martin Rudalics authored
* window.el (balance-windows): Add mising t to fix Bug#16351.
-
Lars Magne Ingebrigtsen authored
(shr-insert): If we have a word that's longer than `shr-width', break after it anyway. Otherwise we'll do no breaking once we get such a long word.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:16285
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-list-histories,eww-history-browse): Fixup. (eww-history-quit): Delete and use quit-window. (eww-history-kill): Delete, because it doesn't work well and not necessary. (eww-history-mode-map): Delete some keys and add easy-menu.
-
Kenjiro NAKAYAMA authored
-
Paul Eggert authored
* lisp/emacs-lisp/rx.el (rx-categories): Correct spelling of chinese-two-byte. Fixes: debbugs:16237
-
Paul Eggert authored
* progmodes/subword.el (subword-forward-regexp) (subword-backward-regexp): Change these back to variables. Fixes: debbugs:16296
-
Paul Eggert authored
-
Paul Eggert authored
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
-
Paul Eggert authored
* sequences.texi (Vector Functions): Document behavior better when the result is empty.
-
Paul Eggert authored
* strings.texi (String Conversion): Document behavior of string-to-number on invalid strings that begin with "+", too.
-
Paul Eggert authored
-
Paul Eggert authored
Problem and proposed patch reported by Ulrich Mueller; this patch uses a somewhat-different approach. * configure.ac (SETFATTR): New variable. * src/Makefile.in (SETFATTR): New macro. (temacs$(EXEEXT)): Use it.
-
- 04 Jan, 2014 4 commits
-
-
Martin Rudalics authored
Fix maximization behavior on Windows (Bug#16300). * w32fns.c (w32_fullscreen_rect): Don't handle FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially. * w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead of SetWindowPos. Restore last placement also when leaving FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all but the FULLSCREEN_BOTH case.
-
Glenn Morris authored
with start of detailed menu.
-
Glenn Morris authored
-
Glenn Morris authored
* admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>. (manual-html-fix-index-2): Tweak Texinfo 5 table format.
-
- 03 Jan, 2014 20 commits
-
-
Aidan Gauland authored
-
Stefan Monnier authored
syntax-begin-function. Fixes: debbugs:16247
-
Vincent Belaïche authored
-
Vincent Belaïche authored
-
Glenn Morris authored
-
Paul Eggert authored
* data.c (arithcompare_driver): * fileio.c (Fcar_less_than_car): * fns.c (internal_equal): * frame.c (delete_frame): * lisp.h (enum More_Lisp_Bits): * lread.c (read1): Avoid C99 constructs that don't work in C89. * data.c (ULL_MAX, count_trailing_zeros_ll): New macros, to port to C89, which doesn't have 'long long'. (count_trailing_zero_bits): Use them.
-
Paul Eggert authored
-
Chong Yidong authored
* doc/lispref/compile.texi (Docs and Compilation): Copyedits. * doc/lispref/help.texi (Documentation, Accessing Documentation): Copyedits. (Documentation Basics): Rewrite, avoiding a repeat discussion of docstring conventions. * doc/lispref/tips.texi (Documentation Tips): Move discussion of emacs-lisp-docstring-fill-column here from Documentation Basics.
-
Chong Yidong authored
* emacs-lisp/advice.el (ad--make-advised-docstring): Change args. Ignore function-documentation property when getting documentation. (ad-activate-advised-definition): Use function-documentation generate the docstring. (ad-make-advised-definition): Don't call ad-make-advised-definition-docstring. (ad-make-advised-definition-docstring, ad-advised-definition-p): Delete functions. * emacs-lisp/nadvice.el (advice--make-docstring): Change args. (advice--docstring): Delete variable. (advice--make-1): Leave the docstring empty. (advice-add): Use function-documentation for advised docstring. * progmodes/sql.el (sql-help): Use function-documentation instead of dynamic-docstring-function property. No need to autoload now. (sql--help-docstring): New variable. (sql--make-help-docstring): Use it. * doc.c (Fdocumentation): Remove dynamic-docstring-function.
-
Stefan Monnier authored
(ielm-map): Use ielm-tab for tab. (ielm-complete-filename): Use comint-filename-completion. (ielm-complete-symbol): Remove. (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and remove ielm-tab from completion-at-point-functions. Fixes: debbugs:16224
-
Stefan Monnier authored
Beware signals raised by predicates. Fixes: debbugs:16201
-
Michael Albinus authored
-
Glenn Morris authored
* admin/admin.el (manual-html-fix-headers): Tweak Texinfo 5 body. (manual-html-fix-node-div): Treat "header" like "node". (manual-html-fix-index-1): Handle Texinfo 5 top heading. (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
-
Glenn Morris authored
-
Glenn Morris authored
to titlepage.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
This incorporates: 2014-01-02 manywarnings: remove -Wmudflap This ports better to GCC 4.9-to-be.
-
Aidan Gauland authored
-
- 02 Jan, 2014 3 commits
-
-
Vincent Belaïche authored
-
Richard M. Stallman authored
* dired-aux.el (dired-do-print): Handle printer-name.
-
Richard M. Stallman authored
* mail/rmail.el (rmail-get-coding-function): Variable. (rmail-get-coding-system): Use it. * mail/rmail.el (rmail-make-in-reply-to-field): Add parens in message-id. * mail/rmailmm.el (rmail-mime-message-p): Moved to rmail.el. * mail/rmail.el (rmail-mime-message-p): Moved from rmailmm.el. (rmail-epa-decrypt): Turn off mime processing.
-