summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for NetBSD (Bug#4629, Bug#2072).Chong Yidong2010-01-283-5/+7
| | | | | | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
* display.texi (Auto Faces): Say fontification-functions is calledAlan Mackenzie2010-01-282-9/+16
| | | | whether or not Font Lock is enabled. Tidy up the wording a bit.
* Add bug number to recent change.Jason Rumney2010-01-281-1/+1
|
* Fix last bogus commit.Katsumi Yamaoka2010-01-281-2/+2
|
* xfns.c (Fx_create_frame): Remove window size matching code fromJan Djärv2010-01-282-146/+7
| | | | | 2010-01-15. (x_get_current_desktop, x_get_desktop_workarea): Remove
* Fix some busybox annoyances.Michael Albinus2010-01-282-10/+53
| | | | | | | | | | | | | * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server not responding." string. (tramp-open-connection-setup-interactive-shell): Dump stty settings. Enable "neveropen" arg for all `tramp-send-command' calls. Handle "=" in variable values properly. (tramp-find-inline-encoding): Raise an error, when no encoding is found. (tramp-wait-for-output): Check, whether PROC buffer is available. Remove spurious " ^H" sequences, sent by busybox. (tramp-get-ls-command): Suppress coloring, if possible.
* * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)Glenn Morris2010-01-272-0/+3
|
* (log-edit-strip-single-file-name): Add missing :safe, :group, andGlenn Morris2010-01-272-3/+11
| | | | :version tags.
* Add some details of bzr's --fixes option.Glenn Morris2010-01-271-4/+6
|
* Fix typos, check for negative ASCII characters.Jason Rumney2010-01-281-4/+4
|
* Use Unicode for console keyboard input on Windows.Jason Rumney2010-01-272-9/+73
| | | | | w32inevt.c (w32_kbd_patch_key): Save the unicode character. (key_event): Use unicode for characters 128 and higher.
* Fix src/ChangeLog.Kenichi Handa2010-01-271-1/+1
|
* from trunkKenichi Handa2010-01-276-25/+128
|\
| * Add a quick-start guide.Glenn Morris2010-01-261-5/+56
| | | | | | | | Add details of what happens when a bug is closed.
| * Fix rename-file to handle directory renaming properly (Bug#3353).Chong Yidong2010-01-262-5/+31
| | | | | | | | | | * fileio.c (Frename_file): Call copy-directory and delete-directory for directories, in order to handle cross-device renaming.
| * Fix bug#5477.Stephen Berman2010-01-262-1/+8
| | | | | | | | | | | | Stephen Berman <stephen.berman at gmx.net>: (diary-unhide-everything): Handle narrowed buffers.
| * * lisp/files.el (delete-directory): Fix typo in last change.Chong Yidong2010-01-261-2/+2
| |
| * Fix delete-directory recursion behavior for trashing (Bug#5436).Chong Yidong2010-01-262-14/+33
| | | | | | | | * files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
* | regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.Kenichi Handa2010-01-278-6/+37
|\|
| * (vc-path): Mark as obsolete.Dan Nicolaescu2010-01-252-0/+6
| |
| * Fix erc reconnection via non-default connectors (Bug#4958).Chong Yidong2010-01-253-3/+20
| | | | | | | | | | | | | | * erc-backend.el (erc-session-connector): New var. (erc-server-reconnect): Use it to reconnect via old connector (Bug#4958). * erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
| * (vc-annotate-revision-at-line): Compare fileDan Nicolaescu2010-01-252-1/+5
|/ | | | names too.
* Merge from trunkJan Djärv2010-01-2541-149/+391
|\
| * (vc-bzr-print-log): Use the more compact --line optionDan Nicolaescu2010-01-242-2/+8
| | | | | | | | | | for the short log. (vc-bzr-log-view-mode): Adjust regexp for the above change.
| * mergeMark A. Hershberger2010-01-253-2/+9
| |\
| | * (vc-git-dir-status-goto-stage): Pass --relative to theEric Hanchrow2010-01-243-1/+8
| | | | | | | | | | | | diff-index command. This requires at least git-1.5.5. (Bug#1589).
| * | working version of vc-bzr-revision-tableMark A. Hershberger2010-01-252-1/+17
| | |
| * | merge conflictMark A. Hershberger2010-01-2442-288/+380
| |\|
| | * Try and fix bug#788, hopefully for real this time.Stefan Monnier2010-01-242-16/+36
| | |\
| | | * * keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier2010-01-242-16/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (describe_map, describe_vector): Update calls to shadow_lookup. (Fwhere_is_internal): Fix up handling of `remapped_sequences' and `remapped' so this flag is applicable to `sequence'. Be careful to perform remapping during shadow_lookup check of remapped_equences.
| | * | Use png_sig_cmp to allow linking with libpng 1.4.0.Chong Yidong2010-01-242-7/+12
| | | | | | | | | | | | | | | | * image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
| | * | Remove support for adding --signoff on commit.Dan Nicolaescu2010-01-243-19/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Future support will use an incompatible generic mechanism. * vc-git.el (vc-git-add-signoff): Remove variable. (vc-git-toggle-signoff): Remove function. (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
| | * | (xterm-maybe-set-dark-background-mode): RenameDan Nicolaescu2010-01-242-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from xterm-set-background-mode. Return t if the background mode was set. (terminal-init-xterm): Move tty-set-up-initial-frame-faces earlier, call it again in case the background mode has changed.
| | * | Add the aliases bug-emacs and bug-gnumacs.Glenn Morris2010-01-241-2/+5
| | | |
| | * | (aelement): Fix typo in previous.Glenn Morris2010-01-231-3/+3
| | | |
| | * | Small fixes.Glenn Morris2010-01-231-5/+4
| | | |
| | * | Fix some details of previous change.Glenn Morris2010-01-231-10/+11
| | | |
| | * | Update X-Debbugs-CC details.Glenn Morris2010-01-231-20/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Mail-Followup-To, since it is no longer set. Mention replacement of addresses in new reports. Mention bazaar --fixes. Mention debbugs-submit administrivia setting. Mention how to test Debbugs changes.
| | * | * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).Chong Yidong2010-01-232-3/+8
| | | |
| | * | * url-util.el: Require url-vars (Bug#5459).Chong Yidong2010-01-232-0/+5
| | | |
| | * | * emacs-lisp/assoc.el (aelement): Doc fix.Chong Yidong2010-01-232-1/+3
| | | |
| | * | * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).Chong Yidong2010-01-232-7/+12
| | | |
| | * | Account for utmp.h availability.Chong Yidong2010-01-235-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x lacks this header file).
| | * | Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.Stephen Leake2010-01-232-3/+8
| | |\ \
| | | * | Tweak docstring and comment.Stephen Leake2010-01-231-3/+2
| | | | |
| | | * | Fix bug#5435.Stephen Leake2010-01-212-2/+8
| | | | |
| | * | | * mail/rmail.el: Update autoload checksum.Juanma Barranquero2010-01-231-1/+1
| | | | |
| | * | | * net/tramp-smb.el (tramp-smb-conf): New defcustom.Michael Albinus2010-01-232-2/+15
| | | | | | | | | | | | | | | | | | | | (tramp-smb-maybe-open-connection): Use it.
| | * | | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in ↵YAMAMOTO Mitsuharu2010-01-232-0/+8
| | | | | | | | | | | | | | | | | | | | Emacs 22.
| | * | | * net/tramp-imap.el (top): Autoload needed packages.Michael Albinus2010-01-222-5/+20
| | | |/ | | |/|