summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * NEWS, MH-E-NEWS: Update for MH-E release 8.2.93.mh-e-8.2.93Bill Wohler2011-07-17
|
* * mh-e.el (Version, mh-version): Update for release 8.2.93.Bill Wohler2011-07-17
|
* * mh-compat.el (mh-pop-to-buffer-same-window): Delete.Bill Wohler2011-07-17
| | | | | | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Revert to switch-to-buffer, as the Emacs folks decided that it was fine to use it in programs.
* * image.el (put-image): Doc typo fix.Lars Magne Ingebrigtsen2011-07-17
|
* Fix last changeAndreas Schwab2011-07-17
|
* Make read-symbol-positions-list more accurateAndreas Schwab2011-07-17
| | | | | * src/lread.c (read_integer): Unread even EOF character. (read1): Likewise. Properly record start position of symbol.
* Auto-commit of loaddefs files.Glenn Morris2011-07-17
|
* * src/lread.c (read1): Read `#:' as empty uninterned symbol if noAndreas Schwab2011-07-17
| | | | symbol character follows.
* (tags-search): Doc typo fix.Lars Magne Ingebrigtsen2011-07-17
|
* * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)Paul Eggert2011-07-16
| | | | | | | This works around a problem with the previous change to Fcopy_file. Recent glibc declares fchown with __attribute__((warn_unused_result)), and without this change, GCC might complain about discarding fchown's return value.
* (smtpmail-via-smtp): Query the user for password if we get errors 550 to 554.Lars Magne Ingebrigtsen2011-07-17
|
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-07-17
| | | | | message.el (message-auto-save-directory): If the ~/Mail directory doesn't exist, use ~ as the auto-save directory (bug#4432). gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it hasn't already been started.
* src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).Juanma Barranquero2011-07-17
|
* Move the defintion of `gnutls-log-level' to the C level to avoid loading ↵Lars Magne Ingebrigtsen2011-07-17
| | | | problems
* * fileio.c (Fcopy_file): Don't diagnose fchown failures.Paul Eggert2011-07-16
| | | | Fixes: debbugs:9002
* Include EN DASH as an indentation characterLars Magne Ingebrigtsen2011-07-16
| | | | | | | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an indentation character. Fixes: debbugs:6380
* ChangeLog fix.Glenn Morris2011-07-16
|
* Make `buffer-offer-save' permanently localLars Magne Ingebrigtsen2011-07-16
| | | | Fixes: debbugs:6241
* Grammar tweak.Glenn Morris2011-07-16
|
* Make docview error message clearerLars Magne Ingebrigtsen2011-07-16
| | | | | * doc-view.el (doc-view-make-safe-dir): Rewrite the error message to clarify what the problem is (bug#4291).
* Document `auto-fill-function' in relation to `auto-fill-mode'Lars Magne Ingebrigtsen2011-07-16
| | | | Fixes: debbugs:2470
* * simple.el (current-kill): Clarify what `interprogram-paste-function' does.Lars Magne Ingebrigtsen2011-07-16
| | | | | | | Apparently I forgot to check in simple.el last time and just checked in the ChangeLog. Fixes: debbugs:7500
* Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen2011-07-16
| | | | Fixes: debbugs:1858
* Document toolkit differences for menusLars Magne Ingebrigtsen2011-07-16
| | | | | (Toolkit Differences): New node with text from Tim Cross (tiny change) and Glenn Morris.
* * mh-e.el (Version, mh-version): Update for release 8.2.92.mh-e-8.2.92Bill Wohler2011-07-16
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.2.92.Bill Wohler2011-07-16
|
* Silence byte-compiler warning with :read-only defstruct slotsLawrence Mitchell2011-07-16
| | | | | | | * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf method if slot is read-only. Fixes: debbugs:9035
* To fixes wrt window selection and buffer list.Martin Rudalics2011-07-16
| | | | | | | | * frame.el (select-frame-set-input-focus): New argument NORECORD. * window.el (pop-to-buffer): Select window used even if it was selected before, see discussion of (Bug#8615), (Bug#6954). Pass argument NORECORD on to select-frame-set-input-focus.
* * lisp/subr.el (read-char-choice): Respect help-form. (Bug#9001)Glenn Morris2011-07-15
|
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-07-15
| | | | | gnus.el (debbugs-gnu): Renamed from debbugs-emacs. message.el (message-reply): Work around mysterious bug where `message-mode' seems to overwrite the locally bound `subject' variable.
* * lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)Glenn Morris2011-07-15
|
* * doc/lispref/help.texi (Keys in Documentation): Revert last change.Andreas Schwab2011-07-15
|
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-15
|
* * net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.Lars Magne Ingebrigtsen2011-07-15
|
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-15
|
* Rework previous change.Glenn Morris2011-07-15
| | | | | | | * lisp/jka-compr.el (jka-compr-verbose): Move from here... * lisp/jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090) Add missing :version tag. * lisp/info.el: No need to require jka-compr when compiling.
* * lisp/info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)Glenn Morris2011-07-15
|
* * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.Lars Magne Ingebrigtsen2011-07-15
|
* * help.texi (Misc Help): Mention `describe-prefix-bindings' explicitly.Lars Magne Ingebrigtsen2011-07-15
| | | | Fixes: debbugs:8904
* * src/doc.c (Fsubstitute_command_keys): Revert last change.Andreas Schwab2011-07-15
|
* (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.Lars Magne Ingebrigtsen2011-07-15
|
* Add new command `Info-beginning-of-buffer' to allow announcing `b'Lars Magne Ingebrigtsen2011-07-15
| | | | | | * info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325).
* * emacs-lisp/cl-macs.el (declare): Doc string fix-up.Lars Magne Ingebrigtsen2011-07-15
|
* Clarify that \= only quotes the next characterLars Magne Ingebrigtsen2011-07-15
|
* Error message fix in `describe-specified-language-support'Lars Magne Ingebrigtsen2011-07-15
| | | | | | * international/mule-cmds.el (describe-specified-language-support): Make the error message clearer (bug#8905).
* Use /dev/null instead of the Windows "nul" in flymake exampleLars Magne Ingebrigtsen2011-07-15
| | | | Fixes: debbugs:8715
* Minor grammer fixes for syntax.el.Lars Magne Ingebrigtsen2011-07-15
| | | | Fixes: debbugs:8690
* * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).Lars Magne Ingebrigtsen2011-07-15
|
* Doc fix.Lars Magne Ingebrigtsen2011-07-15
| | | | | | | * isearch.el (isearch-barrier): Add a doc string, since it's mentioned in a function doc string. Fixes: debbugs:8678
* (Using Debugger): Mention @code{eval-expression-debug-on-error}Lars Magne Ingebrigtsen2011-07-15
| | | | Fixes: debbugs:8549