log lisp/ChangeLog @ 109722:028db67bd5dd

age author description
Sun, 08 Aug 2010 19:14:33 -0400 Chong Yidong * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.
Mon, 09 Aug 2010 01:05:49 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Sun, 08 Aug 2010 17:57:34 -0400 Chong Yidong Fix 2010-07-03 change to mouse-drag-track.
Sun, 08 Aug 2010 17:12:29 -0400 Chong Yidong Merge changes from emacs-23 branch
Sun, 08 Aug 2010 16:55:52 -0400 Chong Yidong Fix query-replace-regexp incomplete highlighting (Bug#6808).
Fri, 06 Aug 2010 17:15:12 +0900 Kenichi Handa merge trunk
Thu, 05 Aug 2010 23:31:03 +0200 Juanma Barranquero * emulation/pc-select.el: Fix typos in docstrings.
Wed, 04 Aug 2010 20:04:29 +0200 Stefan Monnier * lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.
Fri, 06 Aug 2010 17:11:19 +0900 Kenichi Handa Improve the encoding by compound-text-with-extensions.
Fri, 06 Aug 2010 12:54:13 +0900 Kenichi Handa merge trunk
Tue, 03 Aug 2010 18:39:37 +0200 Juanma Barranquero which-func.el (which-func-format): Split help-echo text into lines.
Tue, 03 Aug 2010 15:04:20 +0200 Juanma Barranquero * server.el (server-start): Force IPv4 and use literal 127.0.0.1.
Mon, 02 Aug 2010 16:23:50 +0200 Stefan Monnier * bindings.el (complete-symbol): Run completion-at-point as a fallback.
Mon, 02 Aug 2010 06:14:26 +0200 Juanma Barranquero * term.el: Fix typos in docstrings.
Mon, 02 Aug 2010 02:13:02 +0200 Stefan Monnier * bindings.el (function-key-map): Add a S-tab => backtab fallback.
Sun, 01 Aug 2010 05:19:23 +0200 Juanma Barranquero * dabbrev.el (dabbrev-completion): Fix typo in docstring.
Sun, 01 Aug 2010 02:24:55 +0200 Stefan Monnier * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
Fri, 30 Jul 2010 19:25:06 -0400 Chong Yidong * lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file (Bug#6762).
Fri, 30 Jul 2010 02:50:13 +0200 Juanma Barranquero align.el: Doc fixes.
Wed, 04 Aug 2010 17:06:52 +0900 Kenichi Handa Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.
Sun, 08 Aug 2010 19:42:47 +0200 Ulf Jasper Fixed bug#6766 (icalendar.el)
Sat, 07 Aug 2010 22:04:57 -0500 Jay Belanger calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.
Sat, 07 Aug 2010 19:57:07 -0400 Michael Mauger * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
Sat, 07 Aug 2010 15:39:04 -0400 Chong Yidong Change `select-active-region' mechanics.
Sat, 07 Aug 2010 13:11:07 +0300 Eli Zaretskii simple.el (delete-forward-char): Doc fix.
Sat, 07 Aug 2010 12:31:03 +0300 Eli Zaretskii Evaluate file-local variables in tutorials.
Fri, 06 Aug 2010 19:48:59 +0000 Alan Mackenzie cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that a
Fri, 06 Aug 2010 16:34:23 +0200 Michael Albinus * net/tramp.el (tramp-handle-start-file-process ): Set connection
Fri, 06 Aug 2010 15:53:59 +0200 Michael Albinus * comint.el (comint-mode): Make directory tracking functions
Thu, 05 Aug 2010 21:01:00 -0700 Dan Nicolaescu * lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
Thu, 05 Aug 2010 20:11:32 +0300 Eli Zaretskii Rename src/unexec.c => src/unexcoff.c.
Thu, 05 Aug 2010 10:15:22 +0200 Michael Albinus * net/tramp.el (tramp-handle-dired-uncache): Flush directory
Tue, 03 Aug 2010 14:22:23 +0200 Juanma Barranquero * server.el (server-start): Simplify loop.
Tue, 03 Aug 2010 00:35:38 +0200 Stefan Monnier * lisp/frame.el (screen-height, screen-width, set-screen-width)
Mon, 02 Aug 2010 12:25:27 +0200 Stefan Monnier * lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
Mon, 02 Aug 2010 11:00:46 +0200 Stefan Monnier * lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers
Sun, 01 Aug 2010 18:48:15 +0200 Juanma Barranquero mouse.el: Match "mouse-2" at the beginning of the string. (Bug#6765)
Sun, 01 Aug 2010 15:57:07 +0200 Jan D Use Gtk+ tooltips by default for Gtk+ Emacs.
Sat, 31 Jul 2010 20:38:19 -0400 Chong Yidong Package listing tweaks.
Sat, 31 Jul 2010 17:26:56 -0400 Chong Yidong Adapt mouse-3 behavior to recent selection changes (Bug#6701).
Sat, 31 Jul 2010 20:01:08 +0000 Alan Mackenzie Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
Sat, 31 Jul 2010 19:21:16 +0200 Jan D * faces.el (face-all-attributes): Improved documentation (Bug#6767).
Sat, 31 Jul 2010 18:46:58 +0300 Eli Zaretskii Add a Hebrew translation of the tutorial.
Sat, 31 Jul 2010 09:39:24 +0000 Alan Mackenzie cc-cmds.el (c-mask-paragraph): Fix bug #6688, Auto-fill broken in C/C++
Thu, 29 Jul 2010 18:49:59 +0200 Jan D. Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Thu, 29 Jul 2010 12:01:14 -0400 Chong Yidong Update package-x to latest package.el changes.
Thu, 29 Jul 2010 15:13:11 +0200 Michael Albinus * net/tramp.el (tramp-handle-start-file-process): Check only for
Wed, 28 Jul 2010 14:54:42 -0400 Chong Yidong Add support for non-default package repositories.
Wed, 28 Jul 2010 19:34:51 +0200 Jan D. Add tool bar style text-image-horiz (text to the left of the image).
Wed, 28 Jul 2010 12:08:16 +0200 Michael Albinus * progmodes/gud.el (gud-common-init): Check for remoteness of
Wed, 28 Jul 2010 12:02:18 +0200 Michael Albinus * net/tramp.el (tramp-methods): Move hostname to the end in all
Wed, 28 Jul 2010 01:38:46 +0200 Juanma Barranquero * emacs-lisp/re-builder.el: Remove references to package `lisp-re' (bug#4369).
Tue, 27 Jul 2010 18:37:25 +0200 Juanma Barranquero Derive programming modes from prog-mode.
Tue, 27 Jul 2010 04:10:05 +0200 Juanma Barranquero Merge from emacs-23
Mon, 26 Jul 2010 15:05:47 -0400 Sam Steingold * lisp/mouse.el (mouse-yank-primary, mouse-yank-secondary):
Mon, 26 Jul 2010 14:22:13 +0900 Daiki Ueno Add alternative key bindings to epa-mail.el.
Sun, 25 Jul 2010 20:50:51 +0900 Daiki Ueno Fix typo and comment.
Sun, 25 Jul 2010 20:23:43 +0900 Daiki Ueno Fix *.gpg file creation (bug#6723).
Sat, 24 Jul 2010 13:53:19 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Sat, 24 Jul 2010 01:26:42 +0200 Stefan Monnier * lisp/play/tetris.el: Cleanup image representation and rotation.
Sat, 24 Jul 2010 00:51:37 +0200 Stefan Monnier * lisp/progmodes/ps-mode.el: Use comint.
Fri, 23 Jul 2010 15:58:52 +0200 Michael Albinus * net/tramp.el (tramp-methods): Move hostname to the end in all
Fri, 23 Jul 2010 15:40:33 +0200 Michael Albinus * net/tramp.el (tramp-open-shell): New defun.
Fri, 23 Jul 2010 15:31:56 +0200 Michael Albinus * net/tramp.el (tramp-file-name-regexp-unified)
Fri, 23 Jul 2010 03:39:20 +0200 Juanma Barranquero * lisp/ChangeLog: Fix typos.
Fri, 23 Jul 2010 03:29:46 +0200 Juanma Barranquero * custom.el (custom-declare-variable): Give clearer error message (bug#6476).
Thu, 22 Jul 2010 20:59:43 -0400 Michael Mauger SQL Mode Version2.4 - Improved login prompting
Thu, 22 Jul 2010 14:15:31 +0200 Juanma Barranquero * dired.el (dired-no-confirm): Document value t and fix defcustom (bug#6597).
Thu, 22 Jul 2010 13:54:27 +0200 Juanma Barranquero * dired.el (dired-mode-map): Use command remapping (bug#6632).
Thu, 22 Jul 2010 13:09:52 +0200 Juanma Barranquero * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
Wed, 21 Jul 2010 06:40:47 +0200 Michael Albinus * net/tramp.el (tramp-get-ls-command)
Tue, 20 Jul 2010 21:56:55 -0400 Michael Mauger SQL Mode V2.3 - cleanup connection handling
Tue, 20 Jul 2010 21:15:01 +0200 Michael Albinus * net/tramp.el (tramp-file-name-handler): Trace 'quit.
Tue, 20 Jul 2010 13:13:25 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Tue, 20 Jul 2010 12:29:05 +0200 Michael Albinus * net/tramp.el (tramp-perl-file-attributes)
Mon, 19 Jul 2010 13:06:42 +0200 Juanma Barranquero time.el: Use `define-derived-mode'. Simplify.
Sun, 18 Jul 2010 20:28:00 +0000 Alan Mackenzie Enhance `c-file-style' in file/directory local variables.
Sun, 18 Jul 2010 14:44:32 -0400 Michael Mauger SQL Mode V2.2 - Added sql-connect and sql-connection-alist
Sat, 17 Jul 2010 17:35:19 -0400 Chong Yidong Do not set bookmark context for images (Bug#6650).
Sat, 17 Jul 2010 16:21:51 -0400 Chong Yidong Revert 2010-07-14 change to deactivate mark; minor cleanups.
Sat, 17 Jul 2010 10:44:59 +0200 Michael Albinus * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
Fri, 16 Jul 2010 22:49:48 -0400 Chong Yidong Change x-select-enable-primary to nil.
Fri, 16 Jul 2010 11:42:15 -0400 Chong Yidong Merge changes from emacs-23 branch.
Fri, 16 Jul 2010 14:09:55 +0200 Michael Albinus * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
Thu, 15 Jul 2010 10:36:27 -0400 Simon South Correct my email address in the last update.
Wed, 14 Jul 2010 23:12:37 -0400 Simon South (delphi-previous-indent-of): Indent case blocks within record
Wed, 14 Jul 2010 22:34:47 -0400 Simon South (delphi-token-at): Give newlines precedence over literal tokens when
Wed, 14 Jul 2010 15:09:28 -0400 Karl Fogel * lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
Wed, 14 Jul 2010 14:03:39 -0400 Chong Yidong Change clipboard/primary selection to X application standards.
Wed, 14 Jul 2010 12:41:40 -0400 Karl Fogel Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
Wed, 14 Jul 2010 11:57:54 -0400 Karl Fogel Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
Wed, 14 Jul 2010 11:54:26 -0400 Karl Fogel Fix attribution in a ChangeLog entry.
Tue, 13 Jul 2010 18:17:51 -0400 Karl Fogel * lisp/bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
Tue, 13 Jul 2010 18:09:20 -0400 Karl Fogel [[[
Tue, 13 Jul 2010 13:02:27 -0400 Chong Yidong * lisp/frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
Tue, 13 Jul 2010 13:41:49 +0300 Adrian Robert term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084). Remove incorrect binding for S-tab. (ns-alternatives-map): Change S-tab binding to backtab (bug#6616). * simple.el (normal-erase-is-backspace-setup-frame): Set mode on under ns.
Mon, 12 Jul 2010 20:10:49 +0200 Andreas Schwab * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)
Mon, 12 Jul 2010 19:55:35 +0200 Andreas Schwab * language/tv-util.el (tai-viet-re): Remove format.
Mon, 12 Jul 2010 14:25:46 +0900 Kenichi Handa Improve Hebrew rendering.
Fri, 23 Jul 2010 03:51:48 +0200 Juanma Barranquero * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
Tue, 20 Jul 2010 02:04:31 +0200 Juanma Barranquero * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
Mon, 19 Jul 2010 12:42:22 +0200 Juanma Barranquero * time.el (display-time-day-and-date): Remove spurious * in docstring.
Sat, 17 Jul 2010 17:51:04 -0400 Chong Yidong Fix size calculation for sliced images in image-mode (Bug#6639).
Sat, 17 Jul 2010 17:25:32 -0400 Chong Yidong * lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636).
Fri, 16 Jul 2010 13:17:13 +0300 Eli Zaretskii Fix bug #4451.
Fri, 16 Jul 2010 12:59:37 +0300 Eli Zaretskii mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
Wed, 14 Jul 2010 19:53:42 +0200 Jan D * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
Wed, 14 Jul 2010 12:11:39 -0400 Chong Yidong * simple.el (push-mark-command): Set selection for select-active-regions.
Sat, 10 Jul 2010 16:34:57 -0700 Glenn Morris cal-tex.el fixes for calendar-week-start-day != 0.
Sat, 10 Jul 2010 15:32:53 -0400 Chong Yidong * simple.el (use-region-p): Doc fix (Bug#6607).
Sun, 11 Jul 2010 18:14:53 -0400 Chong Yidong * mouse.el (mouse-drag-track): Handle select-active-regions (Bug#6612).
Sun, 11 Jul 2010 10:28:04 +0200 Michael Albinus * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
Sat, 10 Jul 2010 15:47:59 -0400 Chong Yidong Add compilation regexps for cucumber and ruby.
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Tue, 06 Jul 2010 21:46:58 -0700 Glenn Morris Add some font-locking for Python 2.7.
Tue, 06 Jul 2010 20:52:05 -0700 Glenn Morris Minor zone.el fix.
Tue, 06 Jul 2010 15:42:46 -0400 Chong Yidong Minor fix to describe-key, and a docstring.
Sat, 03 Jul 2010 13:12:53 +0200 Michael Albinus * net/zeroconf.el (zeroconf-resolve-service)
Sat, 03 Jul 2010 12:52:17 +0200 Michael Albinus * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
Wed, 30 Jun 2010 15:03:07 -0700 Dan Nicolaescu Avoid displaying files with a nil state in vc-dir.