aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow Emacs on w32 to build against and work with GnuTLS 3.x.Eli Zaretskii2012-01-014-3/+27
| | | | | | | | | | | 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
|
* Updates to misc.texi in Emacs manual.Chong Yidong2012-01-015-245/+280
| | | | | | | | | | | | | | * misc.texi (Gnus, Buffers of Gnus): Copyedits. (Gnus Startup): Note that the system might not be set up for news. Describe group levels more clearly. (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from Summary of Gnus. (Document View): Copyedits. Move zoom commads to DocView Navigation node. (DocView Navigation, DocView Searching, DocView Slicing) (DocView Conversion): Nodes renamed from Navigation, etc. * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
* * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-312-31/+35
|
* Fix bug #10380 with description of C-n and C-p.Eli Zaretskii2011-12-312-2/+9
| | | | doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p.
* 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.
* Add Bug#8828 to my 2011-06-15 entry.Paul Eggert2011-12-311-1/+1
|
* 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.
* Doc fix for window-scroll-functions.Antoine Levitt2011-12-312-1/+11
| | | | | | src/xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning to the doc string advising against its use for altering the way windows are scrolled.
* Spelling fixes.Paul Eggert2011-12-3063-78/+77
|
* Update Sending Mail chapter of Emacs manual.Chong Yidong2011-12-304-174/+155
| | | | | | | | | * sending.texi (Sending Mail): Document initial mail buffer name, and changed multiple mail buffer behavior. (Mail Format): Put the example at the top of the section. (Mail Headers): Move discussion of "From" to the top. (Mail Sending): Document sendmail-query-once. (Citing Mail): Make it less Rmail-specific.
* Spelling fixes.Paul Eggert2011-12-2945-67/+66
|
* doc/lispref/frames.texi (Font and Color Parameters): Add @pxref.Juanma Barranquero2011-12-292-5/+9
|
* doc/lispref/frames.texi: Document w32 font backends (bug#10399).Daniel Colascione2011-12-292-3/+10
|
* Cleanups for the new Org section in the Emacs manual.Chong Yidong2011-12-293-99/+116
| | | | | | * doc/emacs/text.texi (Org Mode): Copyedits. Refer to Outline Format for example. Add index entries. (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
* 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.
* merge trunkKenichi Handa2011-12-286-15/+28
|\
| * doc: Use clearer notations for permissions.Paul Eggert2011-12-274-11/+18
| | | | | | | | | | | | | | | | | | * doc/lispref/files.texi (File Attributes, Changing Files): Use a more-natural notation for octal numbers. * doc/misc/gnus.texi (Mail Source Customization, Mail Back End Variables): Use octal notation for file permissions, which are normally thought of in octal. (Mail Back End Variables): Use more-plausible modes in example.
| * 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
* | coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ↵Kenichi Handa2011-12-282-2/+8
|/ | | | ASCII compatible only when it does not produce BOM on encoding (Bug#10383).
* 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-272-1/+7
|
* Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-262-1/+6
|
* * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menusJan Djärv2011-12-262-2/+28
| | | | | | | | can scroll. (create_and_show_popup_menu): Always use menu_position_func for Gtk3. Fixes: debbugs:10361
* Update Abbrevs and Dired chapters of Emacs manual.Chong Yidong2011-12-267-124/+167
| | | | | | | | | | | | | | | | | | | | | | | * dired.texi (Dired Enter, Misc Dired Features): Document dired-use-ls-dired changes. Mention quit-window. (Dired Navigation): Add index entries. (Dired Visiting): Fix View Mode xref. (Marks vs Flags): Prefer C-/ binding for undo. (Subdirectories in Dired): Add xrefs. (Misc Dired Features): Document some Emacs 24 changes. Add index entries. * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode variable, since it is explained in Minor Modes node. (Defining Abbrevs): Copyedits. (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the C-/ binding for undo. (Dabbrev Customization): Add xrefs for case-fold-search and case-replace. * dired-xtra.texi (Subdir Switches): Add xref. * maintaining.texi (VC Directory Commands): Mention quit-window.
* More updates to Maintaining chapter of Emacs manual.Chong Yidong2011-12-258-196/+225
| | | | | | | | | | | | | | | | * files.texi (Misc File Ops): Mention vc-delete-file. * maintaining.texi (Tags): Mention Semantic. (Create Tags Table, Etags Regexps): Copyedits. (Find Tag): Mention minibuffer completion. (List Tags): Mention completion-at-point. Completion is actually available in M-x list-tags. * programs.texi (Symbol Completion): Mention completion-at-point explicitly. * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC. Document vc-delete-file.
* 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.
* * etags.c (C_entries): Properly skip over string and characterAndreas Schwab2011-12-252-17/+24
| | | | constants inside brackets. (Bug#10357)
* * callint.c (Fcall_interactively): Don't truncate prompt string.Andreas Schwab2011-12-252-9/+6
|
* 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.
* Add the bug number #10360 to the entry for 2011-12-23T14:51:[email protected].Eli Zaretskii2011-12-241-1/+1
| | | | The real fix for bug 10360 is in 2011-12-23T14:51:[email protected].
* * lisp/window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.Juri Linkov2011-12-242-1/+6
| | | | Fixes: debbugs:10348
* Fix assertion violation in pop_it when org-indent-mode is used.Eli Zaretskii2011-12-232-5/+12
| | | | | | src/xdisp.c (handle_invisible_prop): Handle correctly an invisible property that ends at ZV, so that the bidi iteration could be resumed from there (after widening).
* * net/ange-ftp.el (ange-ftp-copy-file-internal): Check forMichael Albinus2011-12-232-0/+9
| | | | existence of source file. (Bug#10325)
* Fix bug#10354.Juanma Barranquero2011-12-232-2/+7
| | | | | * doc/lispref/variables.texi (Variables with Restricted Values): Change reference to variable.
* 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
|
* Small doc fixes.Juri Linkov2011-12-232-2/+2
|
* * progmodes/grep.el (rgrep): Fix docstring.Juri Linkov2011-12-232-1/+8
| | | | Fixes: debbugs:10185
* * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.Jan Djärv2011-12-222-1/+4
|
* * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.Chong Yidong2011-12-222-3/+7
|
* More updates for VC documentation.Chong Yidong2011-12-224-138/+65
| | | | | | | | | * doc/emacs/vc1-xtra.texi (Version Headers): Note that these are for Subversion, CVS, etc. only. (General VC Options): De-document vc-keep-workfiles. Fix RCS-isms. * doc/emacs/maintaining.texi (Change Log Commands): Don't specially mention vc-update-change-log which is CVS-only.
* doc/emacs/building.texi (Debugger Operation): Fix a typo in "@end iftex".Eli Zaretskii2011-12-222-1/+6
|
* * files.el (file-remote-p): Fix docstring. (Bug#10319)Drew Adams2011-12-212-18/+39
|
* text.texi: add a section about Org Mode.Bastien Guerry2011-12-211-1/+142
| | | | | This section describes general concepts behind Org Mode and redirects to the Org Manual when necessary.
* * 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-2112-16/+16
|