summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.0.93.emacs-pretest-24.0.93Chong Yidong2012-01-29
| | | | Regenerate AUTHORS and ldefs-boot.el.
* * lisp/frame.el (window-system-default-frame-alist): Doc fix.Chong Yidong2012-01-29
|
* Fix an instance of dynamic-setting.el clobbering the default face.Chong Yidong2012-01-29
| | | | | | | * 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
* test/automated/icalendar-tests: Fix broken testUlf Jasper2012-01-29
| | | | | | | 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.
* * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).Samuel Bronson2012-01-29
|
* * doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline ↵Chong Yidong2012-01-29
| | | | | | char syntax. Fixes: debbugs:9619
* Fix wholenump/natnump description in Lisp manual.Chong Yidong2012-01-29
| | | | | | | * doc/lispref/numbers.texi (Predicates on Numbers): Fix wholenump/natnump description. Fixes: debbugs:10189
* Fix pdb path handling.Syver Enstad2012-01-29
| | | | | | | | | * 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
* Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.Chong Yidong2012-01-29
| | | | | | | | | | * 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
* Fix require error when using srecode-insert.David Engster2012-01-29
| | | | | | | * lisp/cedet/srecode/insert.el: Require srecode/filters. * lisp/cedet/srecode/filters.el: Drop two requires. Fixes: debbugs:9967
* * etc/NEWS: Typo fix.Glenn Morris2012-01-28
|
* * etc/NEWS: Minor libxml changes.Glenn Morris2012-01-28
|
* * doc/lispref/files.texi (Changing Files): Remove part of previous change.Glenn Morris2012-01-28
|
* Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris2012-01-28
| | | | | | | | | | | * 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).
* Document SELinux support.Glenn Morris2012-01-28
| | | | | * doc/lispref/files.texi (Changing Files): Document SELinux support. * etc/NEWS: Markup.
* * doc/lispref/windows.texi (Window Sizes): Fix typo.Glenn Morris2012-01-28
|
* mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' ↵Lars Ingebrigtsen2012-01-29
| | | | instead of setting it locally, since the latter doesn't seem to have any effect (most of the time).
* Fix undefined @value referenceAndreas Schwab2012-01-28
| | | | | * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside of @menu. (Bug#10628)
* Fix formatting of cc-mode manualAndreas Schwab2012-01-28
| | | | | | * cc-mode.texi: Always @defindex ss. (Config Basics): Fix argument of @itemize. (Macro Backslashes): Add @code around index entry.
* lisp/textmodes/bibtex.el: minor doc fixRoland Winkler2012-01-28
|
* lisp/textmodes/bibtex.el: allow bibtex-dialect as file-local variable ↵Roland Winkler2012-01-28
| | | | (Bug#10254)
* * lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).Chong Yidong2012-01-28
|
* Quote file name commands in eshell.Chong Yidong2012-01-28
| | | | | | | | | | * 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
* * display.texi (Fringe Indicators): Clarify fringe-indicator-alist doc.Chong Yidong2012-01-28
| | | | Fixes: debbugs:8568
* * net/ange-ftp.el (ange-ftp-canonize-filename): Check, thatDrew Adams2012-01-28
| | | | `default-directory' is non-nil.
* Fix bug #9924 with long display of system-configuration-options in emacsbug.el.Eli Zaretskii2012-01-28
| | | | | lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options.
* Fix bug #10129: add positional information to "C-u C-x =".Drew Adams2012-01-28
| | | | | | | | 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.
* Fix character display by "C-u C-x =" in presence of display properties.Eli Zaretskii2012-01-28
| | | | | | | 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.
* Fix last commit.Chong Yidong2012-01-28
|
* Fix M-x package-install failure if no archive has been fetched yet.Phil Hagelberg2012-01-28
| | | | | | | * emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978
* Fix package.el dependency handling so that `require' calls work.Chong Yidong2012-01-28
| | | | | | | | | | | * 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
* Mark tooltip-use-echo-area as obsolete.Chong Yidong2012-01-28
| | | | | | | * lisp/tooltip.el (tooltip-mode): Doc fix. (tooltip-use-echo-area): Mark as obsolete. Fixes: debbugs:6595
* * doc/emacs/frames.texi (Input Focus): Fix doc for select-frame-set-input-focus.Chong Yidong2012-01-28
| | | | Clarify role of NORECORD arg to select-frame.
* * doc/emacs/files.texi (Filesets): Fix typos.Chong Yidong2012-01-28
|
* * doc/lispref/text.texi (Transposition): We don't use transpose-region as an ↵Chong Yidong2012-01-28
| | | | | | internal subroutine. Fixes: debbugs:3249
* * doc/lispref/modes.texi (Example Major Modes): Update Lisp example codeChong Yidong2012-01-28
| | | | | | | | 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.
* * lisp/frame.el (set-cursor-color): Doc fix.Chong Yidong2012-01-28
| | | | | | * doc/emacs/display.texi (Faces): Add xref to Colors node. Fixes: debbugs:352
* * src/s/gnu.h: Define POSIX_SIGNALS.Chong Yidong2012-01-28
| | | | Fixes: debbugs:10552
* * minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong2012-01-28
| | | | Fixes: debbugs:10550
* * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.Chong Yidong2012-01-28
| | | | Fixes: debbugs:10541
* Paperwork has arrived for Dave Abrahams, so remove "(tiny change)".Lars Ingebrigtsen2012-01-28
|
* Merge changes made in Gnus trunkGnus developers2012-01-28
| | | | | shr.el (shr-browse-url): Fix the name of the `browse-url-mail' function call. gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to seconds, and make the repeat clause with HH:MM specs work as documented.
* * mail/rmail.el (rmail-mail-return): Only switch to live buffers.Chong Yidong2012-01-28
|
* * lisp/mail/rmail.el (rmail-start-mail): Add send-action again.Chong Yidong2012-01-28
| | | | | | (rmail-mail-return): Switch to NEWBUF only if it is non-nil. Fixes: debbugs:10625
* * cus-edit.el (custom-buffer-create-internal): Fix search button action.Chong Yidong2012-01-28
| | | | Fixes: debbugs:10542
* * dired.el (dired-mark-files-regexp): Include any subdirectory components.Eduard Wiebe2012-01-27
| | | | Fixes: debbugs:10445
* * etc/NEWS: --no-site-lisp (presumably) does not work for Nextstep builds.Glenn Morris2012-01-27
| | | | | | This is due to their use of EMACSLOADPATH; see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6401#48 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10208#25
* pcmpl-ssh-known-hosts tiny changeMike Lamb2012-01-27
| | | | | | * lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Handle [host]:port syntax. Fixes: debbugs:10533
* doc/lispref/makefile.w32-in small fixesGlenn Morris2012-01-27
| | | | | * doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo. (VERSION, manual): Remove, unused.
* Merge changes made in Gnus trunkLars Ingebrigtsen2012-01-27
| | | | | | gnus-start.el (gnus-get-unread-articles): Clear out "early" methods so that previous errors don't prohibit getting new news. nnimap.el (nnimap-retrieve-group-data-early): Ditto. nntp.el (nntp-retrieve-group-data-early): Ditto.