- 31 Jan, 2012 11 commits
-
-
Glenn Morris authored
* doc/lispref/modes.texi (Defining Minor Modes): Document define-minor-mode's new :variable keyword. * etc/NEWS: Markup.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Allow named functions to be used as the cdr of variable:.
-
Glenn Morris authored
* configure.in: Throw an explicit error if Motif toolkit was requested but requirements could not be found.
-
Glenn Morris authored
-
Glenn Morris authored
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
-
Juanma Barranquero authored
(cwarn): Remove dead link. (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook): Remove * from defcustom docstrings. (turn-on-cwarn-mode): Make obsolete. (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older. (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
-
Glenn Morris authored
Let's not document this now - let's fix it properly after 24.1 and document the correct behaviour. (bug#10650#12)
-
- 30 Jan, 2012 12 commits
-
-
Gnus developers authored
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'. rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words. (rfc2047-encode-string): Ditto. (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance. gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
-
Lars Ingebrigtsen authored
nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability.
-
Glenn Morris authored
I no longer know whether the view-buffer changes need a manual update or not. See bug#10650.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure with "make -j3".
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
See http://debbugs.gnu.org/10650
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove reference to deleted file rnewspost.el.
-
Chong Yidong authored
-
- 29 Jan, 2012 17 commits
-
-
Juanma Barranquero authored
(window-with-parameter): Remove unused variable `windows'. (window--side-check): Remove unused variable `code'. (window--resize-siblings): Remove unused variable `first'. (adjust-window-trailing-edge): Remove unused variable `failed'. (window-deletable-p, window--delete): Remove unused variable `buffer'. Use `let', not `let*'. (balance-windows-2): Remove unused variable `found'. (window--state-put-2): Remove unused variable `splits'. (window-state-put): Remove unused variable `selected'. (same-window-p): Use `string-match-p'. (display-buffer-assq-regexp): Remove unused variable `value'. (display-buffer-pop-up-frame, display-buffer-pop-up-window): Mark argument ALIST as ignored. (pop-to-buffer): Remove unused variable `old-window'.
-
Eli Zaretskii authored
lisp/jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz and .lzma compressed files.
-
Chong Yidong authored
Regenerate AUTHORS and ldefs-boot.el.
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/dynamic-setting.el (font-setting-change-default-font): Don't change the default face if SET-FONT argument is non-nil. Fixes: debbugs:9982
-
Ulf Jasper authored
2012-01-29 Ulf Jasper <ulf.jasper@web.de> * automated/icalendar-tests.el (icalendar-import-non-recurring): Fix broken test, caused by missing trailing blank.
-
Samuel Bronson authored
-
Chong Yidong authored
Fixes: debbugs:9619
-
Chong Yidong authored
* doc/lispref/numbers.texi (Predicates on Numbers): Fix wholenump/natnump description. Fixes: debbugs:10189
-
Syver Enstad authored
* progmodes/gud.el (pdb): Give pdb full paths, to allow setting breakpoints in files outside current directory. * lisp/progmodes/python.el: Require ansi-color at top-level. Fixes: debbugs:6098
-
Chong Yidong authored
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define and use in Emacs Lisp mode. (lisp-mode-abbrev-table): Add doc. (lisp-mode-variables): Don't set local-abbrev-table. (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. Fixes: debbugs:9360
-
David Engster authored
* lisp/cedet/srecode/insert.el: Require srecode/filters. * lisp/cedet/srecode/filters.el: Drop two requires. Fixes: debbugs:9967
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: Reorder items. Standardize new --with-libfoo type configure options. Don't say precisely which library versions are needed - it tends to change and people who care can look at configure. Move new Hebrew tutorial entry to "Internationalization changes" section. Small tidy up for imagemagick and gnutls entries. * src/gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
-
Glenn Morris authored
* doc/lispref/files.texi (Changing Files): Document SELinux support. * etc/NEWS: Markup.
-