aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * 2012-01-05 Michael R. Mauger <[email protected]>Michael Mauger2012-01-042-5/+28
| | | | | | | | | | | | | | | | | | | | * progmodes/sql.el (sql-login-hook): Add hook to respond to the first prompt in `sql-interacive-mode'. (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin keywords. (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. (sql-product-interactive): Bug fix: Set `sql-buffer' in context of original buffer. Invoke `sql-login-hook'.
| * Merge changes made in Gnus trunk.Gnus developers2012-01-046-13/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-04 Lars Magne Ingebrigtsen <[email protected]> * gnus.texi (Group Parameters): Note precedence. 2012-01-04 Chris Gray <[email protected]> (tiny change) * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer. 2012-01-04 Lars Magne Ingebrigtsen <[email protected]> * nnir.el (nnir-retrieve-headers): Protect against the article not existing on the server (bug#10335). 2012-01-04 Wolfgang Jenkner <[email protected]> (tiny change) * gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method. 2012-01-04 Lars Magne Ingebrigtsen <[email protected]> * gnus.el (gnus-parameters): Note precedence. 2012-01-04 Leo <[email protected]> * nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.
| * Rmail: support citations with non-ASCII letters in namesEli Zaretskii2012-01-042-1/+6
| | | | | | | | | | lisp/mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII letters in cite-prefix.
| * Fix trailing whitespaces in Org files.Bastien Guerry2012-01-0427-67/+59
| |
| * Fix even more copyright year for Org files.Bastien Guerry2012-01-044-4/+4
| |
| * Fix more copyright year for Org files.Bastien Guerry2012-01-0412-12/+12
| |
| * Fix copyright year for Org files.Bastien Guerry2012-01-0495-102/+113
| |
| * Merge changes made in Gnus trunk.Gnus developers2012-01-046-57/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-04 Julien Danjou <[email protected]> * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs change. 2012-01-04 Lars Magne Ingebrigtsen <[email protected]> * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture, too. * nntp.el (nntp-retrieve-group-data-early): Use it. 2012-01-03 Lars Magne Ingebrigtsen <[email protected]> * nntp.el (nntp-retrieval-in-progress): New variable. (nntp-make-process-buffer): Make it buffer-local. * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in 2010. (gnus-demon-init): Use it to compute the time if time is on the form "04:23". * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'. * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection status in the correct buffer. 2012-01-03 Leo <[email protected]> * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening topics (bug#10407).
| * * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.Lars Magne Ingebrigtsen2012-01-032-2/+8
| |
| * Merge Org 7.8.03Bastien Guerry2012-01-03108-3040/+12471
| |
| * Fix shell completion regression.Chong Yidong2012-01-032-3/+10
| | | | | | | | | | | | * lisp/shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417).
| * Fix typos.Juanma Barranquero2012-01-031-16/+16
| |
| * Handle battery capacity on Lemote Yeeloong.Richard M. Stallman2012-01-022-2/+99
| |
| * Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong2012-01-023-91/+77
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/dirtrack.el (dirtrack-list): Eliminate unused third element. (dirtrack): Merge code for handling relative filenames in prompt from shell-dir-cookie-watcher. (dirtrack-debug-message): New arg to avoid excess format calls. * lisp/shell.el (shell-dir-cookie-re): Variable deleted. (shell-dir-cookie-watcher): Function deleted. (shell-mode): Don't use shell-dir-cookie-re, since it is redundant with dirtrack-mode.
| * Allow Emacs on w32 to build against and work with GnuTLS 3.x.Eli Zaretskii2012-01-012-1/+7
| | | | | | | | | | | | | | | | | | | | | | src/gnutls.c (init_gnutls_functions): Load gnutls_check_version. Load gnutls_transport_set_lowat only if GnuTLS version is below 2.11.1. (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for GnuTLS versions below 2.11.1. lisp/term/w32-win.el (dynamic-library-alist) <gnutls>: Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to libgnutls-26.dll.
| * Auto-commit of loaddefs files.Glenn Morris2012-01-011-302/+292
| |
| * * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-312-31/+35
| |
| * Auto-commit of loaddefs files.Glenn Morris2011-12-311-1/+1
| |
| * Decode message headers of non-MIME messages in Rmail.Eli Zaretskii2011-12-312-1/+14
| | | | | | | | | | lisp/mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded headers of non-MIME messages, when rmail-enable-mime is non-nil.
| * Fix bug #9246 with scrolling in ERC under word-wrap.Antoine Levitt2011-12-312-19/+19
| | | | | | | | | | | | lisp/erc/erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook rather than window-scroll-functions. Fixes a bug with scrolling under word-wrap on a tty.
| * Spelling fixes.Paul Eggert2011-12-3042-50/+50
| |
| * Spelling fixes.Paul Eggert2011-12-2931-38/+38
| |
* | * epg.el (epg--make-temp-file): Avoid permission race conditionsPaul Eggert2011-12-292-3/+7
| | | | | | | | when creating temporary directories and files on older Emacs.
* | Add Bug#.Paul Eggert2011-12-291-0/+1
| |
* | * files.el (move-file-to-trash): Preserve default file modes on error.Paul Eggert2011-12-292-6/+12
|/
* Fix earlier ChangeLog message from 2011-12-21T11:30:[email protected].Ted Zlatanov2011-12-291-10/+19
|
* * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" propertyMichael Albinus2011-12-292-2/+24
| | | | | | | | also for alternative shells. (tramp-open-connection-setup-interactive-shell): Check, whether the shell is a busybox. (tramp-send-command): Don't suppress multiple prompts for busyboxes, it hurts.
* Fix GDB mode line for gdb-create-source-file-list nil.Chong Yidong2011-12-282-4/+10
| | | | | | | * lisp/progmodes/gdb-mi.el (gdb-get-source-file-list) (gdb-get-source-file): Move mode line update to gdb-get-source-file. Fixes: debbugs:10087
* mm-view.el (mm-display-inline-fontify): Add comment.Katsumi Yamaoka2011-12-282-1/+7
|
* Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
|
* Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
|
* Fix GDB/MI inline completion.Chong Yidong2011-12-253-153/+187
| | | | | | | | | | | | | | | | | | | | | | * progmodes/gdb-mi.el (gdb-input): Accept command and handler function as separate arguments. (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async) (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update) (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1) (gdb-var-delete-children, gdb-edit-value, gdb-var-update) (gdb-stopped, def-gdb-auto-update-trigger) (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame) (gdb-get-changed-registers, gdb-get-main-selected-frame): Callers changed. (gud-gdbmi-completions): New function. (gdb): Use it for generating the completion table. * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use gud-gdb-marker-filter without taking it as an argument. (gud-gdb-run-command-fetch-lines): Caller changed. (gud-gdb-completion-function): New variable. (gud-gdb-completion-at-point): Use it. (gud-gdb-completions-1): Split from gud-gdb-completions.
* Introduce a mechanism to widen the region used in context font locking.Alan Mackenzie2011-12-243-66/+187
| | | | Use this to protect declarations from losing their contexts.
* * lisp/window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.Juri Linkov2011-12-242-1/+6
| | | | Fixes: debbugs:10348
* * net/ange-ftp.el (ange-ftp-copy-file-internal): Check forMichael Albinus2011-12-232-0/+9
| | | | existence of source file. (Bug#10325)
* Fix unstable fontification inside templates.Alan Mackenzie2011-12-234-47/+98
|
* lisp/desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).Juanma Barranquero2011-12-232-2/+6
|
* * progmodes/grep.el (rgrep): Fix docstring.Juri Linkov2011-12-232-1/+8
| | | | Fixes: debbugs:10185
* * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.Chong Yidong2011-12-222-3/+7
|
* * files.el (file-remote-p): Fix docstring. (Bug#10319)Drew Adams2011-12-212-18/+39
|
* * lisp/battery.el (battery-linux-sysfs): Add missing parameters from acpi.Jérémy Compostella2011-12-212-3/+36
|
* * progmodes/cfengine.el: Add CFEngine 3.x syntax highlighting and support.Ted Zlatanov2011-12-212-59/+96
|
* Spelling fixes.Paul Eggert2011-12-2110-14/+14
|
* * vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in filename arg.Chong Yidong2011-12-212-1/+9
|
* Restore Emacs 23 handling of display-buffer's BUFFER-OR-NAME argument.Martin Rudalics2011-12-202-15/+9
| | | | | * window.el (window-normalize-buffer-to-display): Remove. (display-buffer): Handle buffer-or-name argument as in Emacs 23.
* Fix typos.Juanma Barranquero2011-12-193-32/+31
|
* * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser):Sam Steingold2011-12-192-0/+6
| | | | Add the autoload cookie, necessary for JDEE.
* Auto-commit of loaddefs files.Glenn Morris2011-12-191-1/+1
|
* Fix bugs in vc-dir-mark-unmark and vc-dir-mark-all-files.Chong Yidong2011-12-192-43/+67
| | | | | | | | | | * lisp/vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p): Don't signal an error in a predicate function; return non-nil. (vc-dir-mark-file): Move the error here. (vc-dir-mark-unmark): If acting on the region, keep going if one of the entries cannot be marked/unmarked. (vc-dir-mark-all-files): If current entry is a directory, mark only child files, as documented.
* Ooops... undo changes of ↵Vincent Belaïche2011-12-192-95/+20
| | | | 2011-12-11T14:49:[email protected], as trunk branch is feature frozen, and 2011-12-11T14:49:[email protected] was a feature addition.