- 29 Jan, 2012 16 commits
-
-
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.
-
Glenn Morris authored
-
Lars Ingebrigtsen authored
mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' instead of setting it locally, since the latter doesn't seem to have any effect (most of the time).
-
- 28 Jan, 2012 24 commits
-
-
Andreas Schwab authored
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside of @menu. (Bug#10628)
-
Andreas Schwab authored
* cc-mode.texi: Always @defindex ss. (Config Basics): Fix argument of @itemize. (Macro Backslashes): Add @code around index entry.
-
Roland Winkler authored
-
Roland Winkler authored
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/eshell/esh-arg.el (eshell-quote-argument): New function. * lisp/eshell/esh-ext.el (eshell-invoke-batch-file): * lisp/eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the first arg to eshell-parse-command. Fixes: debbugs:10523
-
Chong Yidong authored
Fixes: debbugs:8568
-
Drew Adams authored
`default-directory' is non-nil.
-
Eli Zaretskii authored
lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options.
-
Drew Adams authored
lisp/descr-text.el (describe-char): Show information about POS, in addition to information about the character at POS. Improve and update the doc string. Change "code point" to "code point in charset", to avoid confusion with the character's Unicode code point shown above that.
-
Eli Zaretskii authored
lisp/descr-text.el (describe-char): Show the raw character, not only its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>. See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html for the reasons.
-
Chong Yidong authored
-
Phil Hagelberg authored
* emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-maybe-load-descriptor): New function, split from package-maybe-load-descriptor. (package-maybe-load-descriptor): Use it. (package-download-transaction): Fully load required packages inside the loop, so that `require' calls work. (package-install): No need to call package-initialize now. Fixes: debbugs:10593
-
Chong Yidong authored
* lisp/tooltip.el (tooltip-mode): Doc fix. (tooltip-use-echo-area): Mark as obsolete. Fixes: debbugs:6595
-
Chong Yidong authored
Clarify role of NORECORD arg to select-frame.
-
Chong Yidong authored
-
Chong Yidong authored
Fixes: debbugs:3249
-
Chong Yidong authored
to current sources. Delete the old non-derived-major-mode example, which has diverged badly from current sources. * lisp/text-mode.el (text-mode): Minor tweak to make the mirrored manual node nicer.
-
Chong Yidong authored
* doc/emacs/display.texi (Faces): Add xref to Colors node. Fixes: debbugs:352
-
Chong Yidong authored
Fixes: debbugs:10552
-
Chong Yidong authored
Fixes: debbugs:10550
-
Chong Yidong authored
Fixes: debbugs:10541
-
Lars Ingebrigtsen authored
-