Tue, 23 Mar 2010 07:41:20 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Mar 2010 15:51:55 -0400 |
Chong Yidong |
Fix for `compile' (Bug#5771).
|
Sun, 28 Mar 2010 15:31:27 -0400 |
Chong Yidong |
* find-dired.el (find-dired): Use read-directory-name (Bug#5777).
|
Sun, 28 Mar 2010 12:22:52 -0700 |
Glenn Morris |
* gdb-mi.el: Add 2010 to copyright years.
|
Sun, 28 Mar 2010 17:00:37 +1300 |
Nick Roberts |
emacs.texi (Top): Update node names to those in building.texi.
|
Sun, 28 Mar 2010 02:27:43 +1300 |
Nick Roberts |
Restore GDB/MI fuctionality removed by r99212:
|
Sat, 27 Mar 2010 15:01:22 +0300 |
Eli Zaretskii |
Enclose the argument of "-l" in quotes.
|
Sat, 27 Mar 2010 13:49:18 +0300 |
Eli Zaretskii |
Fix the MSDOS build as fallout from the latest Makefile.in changes.
|
Sat, 27 Mar 2010 13:36:12 +0300 |
Eli Zaretskii |
Fix a typo in a comment.
|
Fri, 26 Mar 2010 20:45:32 -0400 |
Chong Yidong |
* process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
|
Thu, 25 Mar 2010 17:56:15 +0900 |
YAMAMOTO Mitsuharu |
Don't call turn_on_atimers around `connect' (Bug#5723).
|
Thu, 25 Mar 2010 17:48:52 +0900 |
YAMAMOTO Mitsuharu |
Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).
|
Wed, 24 Mar 2010 23:18:17 -0700 |
Glenn Morris |
Close bug#5755.
|
Wed, 24 Mar 2010 20:14:42 -0500 |
Ted Zlatanov |
Fix wrong variable name.
|
Wed, 24 Mar 2010 20:06:08 -0400 |
Stefan Monnier |
Add "union tags" in mpc.el.
|
Wed, 24 Mar 2010 19:56:43 -0400 |
Stefan Monnier |
Misc cleanup.
|
Wed, 24 Mar 2010 15:14:50 -0400 |
Stefan Monnier |
Ignore tempfiles of the configure script
|
Wed, 24 Mar 2010 14:02:56 -0400 |
Stefan Monnier |
Merge from `emacs-23'.
|
Wed, 24 Mar 2010 13:33:39 -0400 |
Stefan Monnier |
* vc-dir.el (vc-dir-headers): Abbreviate the working dir.
|
Wed, 24 Mar 2010 11:57:16 -0400 |
Stefan Monnier |
(makefile-rule-action-regex): Backtrack less.
|
Tue, 23 Mar 2010 20:02:42 -0700 |
Glenn Morris |
Close bug#5759.
|
Wed, 24 Mar 2010 01:19:36 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 24 Mar 2010 01:18:03 +0100 |
Juanma Barranquero |
Fix typos in Changelog.
|
Wed, 24 Mar 2010 01:17:31 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 24 Mar 2010 01:16:45 +0100 |
Juanma Barranquero |
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
|
Mon, 22 Mar 2010 19:37:11 -0700 |
Glenn Morris |
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
|
Mon, 22 Mar 2010 13:28:27 -0400 |
Chong Yidong |
* indent.el (indent-for-tab-command): Doc fix.
|
Mon, 22 Mar 2010 17:21:22 +0000 |
Alan Mackenzie |
cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes
|
Mon, 22 Mar 2010 17:56:22 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 22 Mar 2010 08:26:56 +0100 |
Jan D. |
bug #5736: Allow X-resource menuBar to take on/off as documented.
|
Sun, 21 Mar 2010 18:13:26 -0400 |
Chong Yidong |
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
|
Sun, 21 Mar 2010 14:32:19 -0400 |
Chong Yidong |
Document multi-isearch-buffers and tab-always-indent.
|
Sun, 21 Mar 2010 11:28:53 -0400 |
Chong Yidong |
* processes.texi (Network Processes): Document seqpacket type.
|
Sun, 21 Mar 2010 11:09:29 -0400 |
Chong Yidong |
NEWS: Re-organize Lisp changes for Emacs 23.2.
|
Sat, 20 Mar 2010 13:24:06 -0400 |
Chong Yidong |
Document font-use-system-font.
|
Sat, 20 Mar 2010 12:37:39 +0900 |
YAMAMOTO Mitsuharu |
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
|
Fri, 19 Mar 2010 11:27:49 -0400 |
Chong Yidong |
`make uninstall' fix (Bug#5620).
|
Fri, 19 Mar 2010 11:15:27 -0400 |
Chong Yidong |
Document Bug#5541.
|
Mon, 22 Mar 2010 17:50:29 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Mon, 22 Mar 2010 17:37:32 +0100 |
Juanma Barranquero |
Fix typos in mh-e.
|
Mon, 22 Mar 2010 16:49:52 +0100 |
Juanma Barranquero |
Fix typos in Gnus.
|
Fri, 19 Mar 2010 14:22:15 +0100 |
Juanma Barranquero |
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
|
Wed, 17 Mar 2010 21:49:35 -0700 |
Glenn Morris |
Restore user option rmail-highlight-face.
|
Tue, 16 Mar 2010 13:24:44 -0400 |
Chong Yidong |
Woman parsing fix (Bug#5729).
|
Tue, 16 Mar 2010 16:05:46 +0900 |
Kenichi Handa |
language/indian.el (devanagari-composable-pattern): Add more consonants.
|
Tue, 16 Mar 2010 14:50:19 +0900 |
Kenichi Handa |
Fix the ccl encoder for the case that the output buffer is fullfilled.
|
Tue, 16 Mar 2010 11:16:09 +0900 |
Kenichi Handa |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
|
Tue, 16 Mar 2010 16:04:46 +0900 |
Kenichi Handa |
language/indian.el (devanagari-composable-pattern): Add more consonants.
|
Tue, 16 Mar 2010 14:48:41 +0900 |
Kenichi Handa |
Fix the ccl encoder for the case that the output buffer is fullfilled.
|
Tue, 16 Mar 2010 11:14:40 +0900 |
Kenichi Handa |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
|
Tue, 16 Mar 2010 10:04:20 +0900 |
Kenichi Handa |
from trunk
|
Mon, 15 Mar 2010 11:51:48 -0400 |
Chong Yidong |
Fix bug in `format' (Bug#5710).
|
Mon, 15 Mar 2010 11:45:03 +0100 |
Francesc Rocher |
Remove CEDET entry in MORE.STUFF.
|
Sun, 14 Mar 2010 21:10:47 +0100 |
Michael Albinus |
* lisp/net/trampver.el: Update release number.
|
Sat, 13 Mar 2010 12:02:01 -0800 |
Glenn Morris |
* copyright: Add note about lisp/cedet/semantic/imenu.el.
|
Sat, 13 Mar 2010 11:57:29 -0800 |
Glenn Morris |
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
|
Sat, 13 Mar 2010 11:55:44 -0800 |
Glenn Morris |
* cedet/semantic/imenu.el: Fix typo in copyright header.
|
Sat, 13 Mar 2010 20:11:01 +0100 |
Michael Albinus |
* net/tramp.el (tramp-find-executable): Use
|
Sat, 13 Mar 2010 10:49:54 -0500 |
Chong Yidong |
* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).
|
Thu, 11 Mar 2010 19:19:17 -0800 |
Glenn Morris |
Close bug#4427.
|
Thu, 11 Mar 2010 08:25:46 -0800 |
Dan Nicolaescu |
(auto-mode-alist): Accept more verilog file patterns.
|
Wed, 10 Mar 2010 22:58:54 -0800 |
Glenn Morris |
License updates for some test/cedet/tests files.
|
Wed, 10 Mar 2010 22:54:51 -0800 |
Glenn Morris |
* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.
|
Wed, 10 Mar 2010 23:03:11 -0500 |
Chong Yidong |
Bump version to 23.1.94 and regenerate ldefs-boot.el.
EMACS_PRETEST_23_1_94
|
Wed, 10 Mar 2010 21:44:35 -0500 |
Chong Yidong |
Fix ChangeLog typo.
|
Wed, 10 Mar 2010 21:41:21 -0500 |
Chong Yidong |
Fix ChangeLog typo.
|
Wed, 24 Mar 2010 09:41:07 -0400 |
Sam Steingold |
fix a typo in last patch
|
Wed, 24 Mar 2010 04:30:28 -0500 |
Ted Zlatanov |
Add a list of HTTP status code symbols and their text, mapped by number.
|
Tue, 23 Mar 2010 23:32:45 -0700 |
Glenn Morris |
* vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
|
Tue, 23 Mar 2010 20:53:32 -0700 |
Glenn Morris |
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
|
Tue, 23 Mar 2010 20:38:17 -0700 |
Glenn Morris |
* vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
|
Tue, 23 Mar 2010 20:34:06 -0700 |
Glenn Morris |
* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
|
Tue, 23 Mar 2010 20:30:53 -0700 |
Glenn Morris |
* vc-dispatcher.el (vc-start-logentry): Doc fix.
|
Tue, 23 Mar 2010 20:27:24 -0700 |
Glenn Morris |
* log-edit.el (log-edit-before-checkin-process): Doc fix.
|
Tue, 23 Mar 2010 20:21:53 -0700 |
Glenn Morris |
* mail-source.el (gnus-message): Declare.
|
Tue, 23 Mar 2010 20:19:15 -0700 |
Glenn Morris |
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
|
Tue, 23 Mar 2010 14:22:46 -0400 |
Sam Steingold |
Fix bug#5620: recalculate all markers on compilation buffer
|
Tue, 23 Mar 2010 12:27:10 -0400 |
Sam Steingold |
update author's email
|
Tue, 23 Mar 2010 18:18:52 +0200 |
Juri Linkov |
* occur-testsuite.el: New file.
|
Tue, 23 Mar 2010 18:09:45 +0200 |
Juri Linkov |
Implement Occur multi-line matches.
|
Tue, 23 Mar 2010 17:48:09 +0200 |
Juri Linkov |
* replace.el (occur-engine-line): Add optional arg `keep-props'.
|
Tue, 23 Mar 2010 07:38:13 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:37:09 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:35:06 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 07:32:05 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:29:49 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:28:39 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 09:16:57 +0200 |
Juri Linkov |
* replace.el (occur-accumulate-lines, occur-engine):
|
Tue, 23 Mar 2010 09:11:50 +0200 |
Juri Linkov |
* finder.el: Remove TODO tasks.
|
Tue, 23 Mar 2010 06:43:05 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 01:05:35 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 22 Mar 2010 19:47:41 -0700 |
Dan Nicolaescu |
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
|
Mon, 22 Mar 2010 19:42:25 -0700 |
Dan Nicolaescu |
* s/netbsd.h: Remove commented out code.
|
Mon, 22 Mar 2010 19:39:19 -0700 |
Dan Nicolaescu |
Simplify LIBS_MACHINE definitions.
|
Mon, 22 Mar 2010 20:59:49 -0400 |
Stefan Monnier |
Add a new completion style `substring'.
|
Mon, 22 Mar 2010 12:51:59 -0700 |
Dan Nicolaescu |
Remove dead code dealing with POSIX_SIGNALS.
|
Mon, 22 Mar 2010 09:33:21 -0400 |
Stefan Monnier |
Get rid of .elc files after removal of the corresponding .el.
|
Mon, 22 Mar 2010 08:51:19 +0100 |
Jan D. |
* Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
|
Mon, 22 Mar 2010 08:50:40 +0100 |
Jan D. |
Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
|
Mon, 22 Mar 2010 08:34:25 +0100 |
Jan D. |
Merge from trunk
|
Mon, 22 Mar 2010 00:24:25 -0400 |
Stefan Monnier |
Get rid of the ELCFILES abomination, again.
|
Sun, 21 Mar 2010 19:56:56 -0700 |
Dan Nicolaescu |
* keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
|
Sun, 21 Mar 2010 12:59:04 -0700 |
Dan Nicolaescu |
(BSD_SYSTEM, BSD4_2): Remove conditionals, we only
|
Sun, 21 Mar 2010 12:32:38 -0700 |
Dan Nicolaescu |
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
|
Sun, 21 Mar 2010 12:57:49 +0100 |
Andreas Schwab |
Use absolute directory names substituted by configure
|
Sun, 21 Mar 2010 12:27:46 +0100 |
Andreas Schwab |
Expand ${bootstrap_exe} before chdir
|
Sun, 21 Mar 2010 12:52:51 +0200 |
Juri Linkov |
Fix message of multi-line occur regexps and multi-buffer header lines.
|
Sat, 20 Mar 2010 17:46:31 -0400 |
Stefan Monnier |
Use more relative file and directory names in `lisp' make rules.
|
Sat, 20 Mar 2010 14:21:44 -0500 |
Ted Zlatanov |
Fix unbalanced parenthesis in secrets.el.
|
Sat, 20 Mar 2010 15:04:44 -0400 |
Stefan Monnier |
(hide-sublevels): Unfix the paren non-typo! (bug#5738).
|
Sat, 20 Mar 2010 11:17:59 -0700 |
Glenn Morris |
Use faces not variables for font-lock customization in rst.el.
|
Sat, 20 Mar 2010 11:13:46 -0700 |
Glenn Morris |
Cosmetic changes to lib-src/Makefile.in.
|
Sat, 20 Mar 2010 01:11:59 -0700 |
Dan Nicolaescu |
Remove support for old GNU/Linux using libc version 5.
|
Sat, 20 Mar 2010 00:57:11 -0700 |
Dan Nicolaescu |
Consolidate redundant definitions in s/bsd-common.h.
|
Sat, 20 Mar 2010 00:09:31 -0700 |
Dan Nicolaescu |
Consolidate redundant definitions.
|
Fri, 19 Mar 2010 23:48:13 -0700 |
Dan Nicolaescu |
Remove support for old UNIX System V systems.
|
Fri, 19 Mar 2010 22:52:55 -0700 |
Dan Nicolaescu |
Remove support for Solaris on PPC and for old versions.
|
Fri, 19 Mar 2010 22:18:05 -0700 |
Dan Nicolaescu |
* s/openbsd.h: Remove support for non-ELF and for systems that do
|
Sat, 20 Mar 2010 03:29:12 +0200 |
Juri Linkov |
* s-region.el: Move to obsolete.
|
Fri, 19 Mar 2010 18:03:39 -0700 |
Dan Nicolaescu |
Remove non-working support for lynxos 3.0.
|
Fri, 19 Mar 2010 17:46:01 -0700 |
Dan Nicolaescu |
Remove obsolete uses of HAVE_SHM.
|
Fri, 19 Mar 2010 15:19:54 +0100 |
Juanma Barranquero |
lisp/vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
|
Fri, 19 Mar 2010 11:29:02 +0100 |
Michael Albinus |
* auth-source.el (netrc-machine-user-or-password): Autoload.
|
Fri, 19 Mar 2010 02:46:08 -0700 |
Dan Nicolaescu |
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
|
Fri, 19 Mar 2010 02:42:13 -0700 |
Dan Nicolaescu |
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
|
Fri, 19 Mar 2010 02:37:41 -0700 |
Dan Nicolaescu |
Add special markup processing for commit logs.
|
Thu, 18 Mar 2010 23:32:47 -0400 |
Stefan Monnier |
(hide-sublevels): Don't hide trailing newline (and fix paren typo).
|
Thu, 18 Mar 2010 20:19:09 -0700 |
Glenn Morris |
Regenerate ldefs-boot.el.
|
Thu, 18 Mar 2010 19:55:37 -0700 |
Glenn Morris |
Stop message.el from loading about 40 libraries it doesn't always need.
|
Thu, 18 Mar 2010 19:44:37 -0700 |
Glenn Morris |
Regenerate src/config.in.
|
Thu, 18 Mar 2010 19:42:32 -0700 |
Glenn Morris |
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
|
Thu, 18 Mar 2010 12:57:21 +0100 |
Jan D. |
Check for tputs and friends, abort if not found (bug #5735)
|
Thu, 18 Mar 2010 12:56:23 +0100 |
Jan D. |
Check for tputs and friends, abort if not found (bug #5735)
|
Thu, 18 Mar 2010 08:22:27 +0100 |
Jan D. |
Merge from trunk
|
Mon, 15 Mar 2010 09:18:20 +0100 |
Jan D. |
Merge from trunk
|
Thu, 11 Mar 2010 11:05:39 +0100 |
Jan D. |
Merge from trunk
|
Mon, 08 Mar 2010 13:05:51 +0100 |
Jan D. |
Merge from trunk
|
Wed, 17 Mar 2010 23:47:12 -0700 |
Glenn Morris |
* emacs-lisp/autoload.el (autoload-rubric): Doc fix.
|
Wed, 17 Mar 2010 23:44:36 -0700 |
Glenn Morris |
Use query-replace-{from,to}-history-variable in more places.
|
Wed, 17 Mar 2010 23:37:26 -0700 |
Glenn Morris |
Simplify some leim/Makefile.in clean rules.
|
Wed, 17 Mar 2010 23:33:39 -0700 |
Glenn Morris |
* Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
|
Wed, 17 Mar 2010 23:27:55 -0700 |
Glenn Morris |
Remove obsolete code in emacs.c that chooses a bug reporting address.
|
Wed, 17 Mar 2010 23:21:21 -0700 |
Glenn Morris |
* mail/hashcash.el (declare-function): Remove duplicate definition.
|
Wed, 17 Mar 2010 23:18:47 -0700 |
Glenn Morris |
Minor simplifications for emacsbug.el.
|
Wed, 17 Mar 2010 23:13:45 -0700 |
Glenn Morris |
Remove supercite.el's need for sendmail.el.
|
Wed, 17 Mar 2010 22:59:32 -0700 |
Glenn Morris |
* configure: Fix comment mistake in previous change.
|
Wed, 17 Mar 2010 22:57:21 -0700 |
Glenn Morris |
Regenerate configure.
|
Wed, 17 Mar 2010 22:54:09 -0700 |
Glenn Morris |
Doc fix.
|
Wed, 17 Mar 2010 22:49:31 -0700 |
Glenn Morris |
Replace some cpp with autoconf.
|
Wed, 17 Mar 2010 22:25:13 -0700 |
Glenn Morris |
* calendar/cal-french.el: Convert to utf-8.
|
Wed, 17 Mar 2010 22:17:11 -0700 |
Glenn Morris |
Close bug#5720.
|
Wed, 17 Mar 2010 21:54:51 -0700 |
Glenn Morris |
* files.el (interpreter-mode-alist): Use emacs-lisp-mode for Emacs scripts.
|
Wed, 17 Mar 2010 02:53:43 +0000 |
Katsumi Yamaoka |
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag
|
Wed, 17 Mar 2010 02:51:21 +0000 |
Katsumi Yamaoka |
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag
|
Tue, 16 Mar 2010 22:06:37 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Mar 2010 00:21:21 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Mar 2010 22:14:49 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Mar 2010 01:43:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Mar 2010 17:45:07 +0100 |
Michael Albinus |
* net/secrets.el (secrets-enabled): New variable. Use it instead
|
Tue, 16 Mar 2010 00:27:31 +0100 |
Michael Albinus |
* net/secrets.el (top): Register the D-Bus signals only when the
|
Mon, 15 Mar 2010 13:16:46 -0400 |
Chong Yidong |
Put non-GTK X scroll-bars on left.
|
Mon, 15 Mar 2010 01:39:53 +0000 |
Katsumi Yamaoka |
(mm-charset-to-coding-system): Use coding-system-from-name
|
Mon, 15 Mar 2010 01:38:28 +0000 |
Katsumi Yamaoka |
(mm-charset-to-coding-system): Use coding-system-from-name
|
Sun, 14 Mar 2010 21:56:41 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 14 Mar 2010 23:28:52 +0200 |
Juri Linkov |
Add finder unknown keywords.
|
Sun, 14 Mar 2010 23:15:02 +0200 |
Juri Linkov |
Fix keywords.
|
Sat, 13 Mar 2010 21:33:54 +0100 |
Michael Albinus |
* etc/NEWS: Add secrets.el.
|
Sat, 13 Mar 2010 14:54:29 -0500 |
Chong Yidong |
Fix bug in `format' (Bug#5710).
|
Sat, 13 Mar 2010 10:29:13 -0500 |
Eli Zaretskii |
Commit the change in src/Makefile.in announced in rev 99649.
|
Sat, 13 Mar 2010 11:16:37 +0100 |
Andreas Schwab |
Remove obsolete .cvsignore files
|
Sat, 13 Mar 2010 03:52:05 -0500 |
Eli Zaretskii |
Spell out in ChangeLog the purpose of revision 99649.
|
Fri, 12 Mar 2010 18:13:27 -0500 |
Chong Yidong |
Document Customize and scroll-bar changes.
|
Fri, 12 Mar 2010 18:13:02 -0500 |
Chong Yidong |
* xfns.c (Fx_create_frame): Set default to Qright.
|
Fri, 12 Mar 2010 18:08:30 -0500 |
Chong Yidong |
Allow using list-colors-display to set colors in the Color widget.
|
Fri, 12 Mar 2010 17:56:30 -0500 |
Chong Yidong |
Improvements to the Custom interface.
|
Fri, 12 Mar 2010 16:42:05 -0500 |
Chong Yidong |
Update Custom arrow images.
|
Fri, 12 Mar 2010 14:13:38 -0500 |
Chong Yidong |
Fix last change to use existing comm Custom group instead of `net'.
|
Fri, 12 Mar 2010 12:47:22 -0500 |
Chong Yidong |
Reorganize Custom groups.
|
Fri, 12 Mar 2010 12:32:30 -0500 |
Chong Yidong |
Put scroll-bar on right by default on UNIX.
|
Fri, 12 Mar 2010 11:34:27 -0500 |
Eli Zaretskii |
Don't use termcap.c on Posix platforms, only on MS-DOS.
|
Fri, 12 Mar 2010 00:07:18 -0800 |
Dan Nicolaescu |
Fix typo.
|
Fri, 12 Mar 2010 00:04:54 -0800 |
Dan Nicolaescu |
Add .dir-locals.el support for file-less buffers.
|
Thu, 11 Mar 2010 19:13:01 -0800 |
Glenn Morris |
Regenerate configure.
|
Thu, 11 Mar 2010 17:29:30 -0800 |
Dan Nicolaescu |
Add support for shelving snapshots and for showing shelves.
|
Thu, 11 Mar 2010 22:42:19 +0200 |
Juri Linkov |
Add a NEWS entry for animated image API.
|
Wed, 10 Mar 2010 22:20:24 -0800 |
Glenn Morris |
* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.
|
Wed, 10 Mar 2010 22:17:08 -0800 |
Glenn Morris |
Minor animated image housekeeping.
|
Wed, 10 Mar 2010 22:10:50 -0800 |
Glenn Morris |
Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
|
Wed, 10 Mar 2010 10:17:13 -0500 |
Chong Yidong |
Bump version to 24.0.50.
|
Wed, 10 Mar 2010 09:45:21 -0500 |
Stefan Monnier |
Cleanup setup of gl_state in various parts of the code.
|
Wed, 10 Mar 2010 23:16:06 +0900 |
Miles Bader |
quick-install-emacs: Use more portable shell syntax
|
Wed, 10 Mar 2010 23:14:34 +0900 |
Miles Bader |
quick-install-emacs: Be more picky about files we avoid installing
|
Wed, 10 Mar 2010 01:32:43 -0500 |
Stefan Monnier |
vc-git.el (vc-git-revision-table): Include remote branches.
|
Wed, 10 Mar 2010 00:18:51 -0500 |
Stefan Monnier |
Merge pending branch
|
Sun, 07 Mar 2010 15:08:38 -0500 |
Stefan Monnier |
Start laying out a plan for Emacs-24
|
Sun, 07 Mar 2010 21:02:20 +0200 |
Juri Linkov |
Animated image API.
|
Tue, 09 Mar 2010 22:24:44 +0900 |
Miles Bader |
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
|
Mon, 08 Mar 2010 19:14:53 +0200 |
Juri Linkov |
Fix numeric keywords.
|
Mon, 08 Mar 2010 11:17:30 -0500 |
Chong Yidong |
Additional fix for rfc822-addresses (Bug#5692).
|
Mon, 08 Mar 2010 14:00:18 +0100 |
Juanma Barranquero |
Fix typos in Changelogs.
|
Mon, 08 Mar 2010 20:40:36 +0900 |
Kenichi Handa |
Fix bug# in ChangeLog.
|
Mon, 08 Mar 2010 20:30:58 +0900 |
Kenichi Handa |
Add coding system windows-1256 (alias cp1256).
|
Mon, 08 Mar 2010 20:39:36 +0900 |
Kenichi Handa |
Fix bug# in ChangeLog.
|
Mon, 08 Mar 2010 10:53:37 +0900 |
Kenichi Handa |
from trunk
|
Mon, 08 Mar 2010 10:52:57 +0900 |
Kenichi Handa |
Add bug# in ChangeLog.
|
Mon, 08 Mar 2010 10:50:35 +0900 |
Kenichi Handa |
Add coding system windows-1256 (alias cp1256).
|
Wed, 03 Mar 2010 15:04:00 +0900 |
Kenichi Handa |
from trunk
|
Sun, 07 Mar 2010 18:34:40 +0100 |
Andreas Schwab |
Don't end parsing rfc822 addresses prematurely (Bug#5692)
|
Sun, 07 Mar 2010 09:45:53 -0500 |
Chong Yidong |
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
|
Sat, 06 Mar 2010 15:35:04 -0500 |
Chong Yidong |
NEWS: Clarify last change.
|
Sat, 06 Mar 2010 15:33:04 -0500 |
Chong Yidong |
NEWS: Document change to Lisp reader for overflowing ints.
|
Sat, 06 Mar 2010 15:27:19 -0500 |
Chong Yidong |
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
|
Sat, 06 Mar 2010 14:02:49 -0500 |
Chong Yidong |
Improve documentation for setting buffer-local vars (Bug#5688).
|
Sat, 06 Mar 2010 13:23:23 -0500 |
Chong Yidong |
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
|
Fri, 05 Mar 2010 23:05:47 -0500 |
Stefan Monnier |
* vc-git.el: Re-flow to fit into 80 columns.
|
Fri, 05 Mar 2010 19:06:37 -0800 |
Glenn Morris |
Update some cedet template copyrights to GPLv3+.
|
Fri, 05 Mar 2010 19:00:40 -0800 |
Glenn Morris |
Add license information for ede-test.el and srecode-test.el.
|
Fri, 05 Mar 2010 18:08:18 -0500 |
Stefan Monnier |
Make it possible to C-g in a tight bytecode loop again (bug#5680).
|
Fri, 05 Mar 2010 15:18:20 -0500 |
Stefan Monnier |
(Man-files-regexp): Tighten up the regexp (bug#5686).
|
Fri, 05 Mar 2010 14:54:39 -0500 |
Stefan Monnier |
* regex.c (regex_compile): Setup gl_state as well.
|
Fri, 05 Mar 2010 13:42:38 -0500 |
Stefan Monnier |
(skip_chars): Setup gl_state (bug#3823).
|
Thu, 04 Mar 2010 19:01:38 -0800 |
Glenn Morris |
Fix orgcard.tex pdf landscape format.
|
Wed, 03 Mar 2010 21:23:20 +0200 |
Juri Linkov |
Add a comment for the previous commit.
|
Wed, 03 Mar 2010 12:31:50 -0500 |
Chong Yidong |
Fix keyboard macro key lookup (Bug#5481).
|
Wed, 03 Mar 2010 11:14:16 -0500 |
Chong Yidong |
NEWS: Auto composition mode is still a minor mode.
|
Tue, 02 Mar 2010 20:11:15 -0800 |
Glenn Morris |
Mark previous ChangeLog entry as a tiny change.
|
Tue, 02 Mar 2010 19:58:26 -0800 |
Glenn Morris |
Close bug#5670 with patch from ¸Ŗ©?t¸Ŗ£?p¸ŖŖ¸¢Ān N¸Ŗ£?mec <stepnem at gmail.com>.
|
Tue, 02 Mar 2010 19:50:15 -0800 |
Glenn Morris |
Update Lispref for 30-bit integers.
|
Tue, 02 Mar 2010 21:50:57 -0500 |
Chong Yidong |
NEWS: async-shell-command and ansi-color are now documented.
|
Tue, 02 Mar 2010 21:44:52 -0500 |
Chong Yidong |
* faq.texi: Note that ansi-color is now enabled by default.
|
Tue, 02 Mar 2010 17:57:07 -0500 |
Chong Yidong |
Documented make-pointer-invisible.
|
Tue, 02 Mar 2010 17:56:36 -0500 |
Chong Yidong |
* frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
|
Tue, 02 Mar 2010 23:43:50 +0200 |
Eli Zaretskii |
(emacs_mule_char): Fix a typo in commentary.
|
Tue, 02 Mar 2010 23:15:46 +0200 |
Juri Linkov |
* info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
|
Tue, 02 Mar 2010 22:35:44 +0200 |
Eli Zaretskii |
Fix bug in decoding emacs-mule encoding.
|
Tue, 02 Mar 2010 10:32:45 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
|
Tue, 02 Mar 2010 13:55:33 +0900 |
Kenichi Handa |
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
|
Tue, 02 Mar 2010 13:54:04 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 19:47:19 -0800 |
Glenn Morris |
Small tweaks to etc/refcards/Makefile rules for PDFs.
|
Mon, 01 Mar 2010 19:29:50 -0800 |
Glenn Morris |
* FOR-RELEASE: CEDET and a javascript mode were added, so remove todos.
|
Mon, 01 Mar 2010 19:27:41 -0800 |
Glenn Morris |
Fix date of Yom HaAtzma'ut holiday.
|
Tue, 02 Mar 2010 13:44:28 +0900 |
Kenichi Handa |
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
|
Tue, 02 Mar 2010 10:35:00 +0900 |
Kenichi Handa |
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
|
Tue, 02 Mar 2010 10:33:48 +0900 |
Kenichi Handa |
from trunk
|
Tue, 02 Mar 2010 10:30:52 +0900 |
Kenichi Handa |
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
|
Mon, 01 Mar 2010 17:46:36 +0000 |
Alan Mackenzie |
Correct buggy patch 99592 to cc-engine.el.
|
Mon, 01 Mar 2010 20:52:21 +0900 |
Kenichi Handa |
Change "myanmar" to "burmese"
|
Mon, 01 Mar 2010 20:50:57 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 20:34:11 +0900 |
Kenichi Handa |
Change "myanmar" to "burmese"
|
Sat, 27 Feb 2010 16:24:12 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 11:31:42 +0000 |
Alan Mackenzie |
Fix bug #5649: 23.1.92; Indentation problems in C mode.
|
Mon, 01 Mar 2010 01:15:04 -0800 |
Glenn Morris |
Regenerate pl-refcard.pdf.
|
Mon, 01 Mar 2010 01:06:49 -0800 |
Glenn Morris |
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
|
Mon, 01 Mar 2010 00:58:52 -0800 |
Glenn Morris |
Regenerate de-refcard.pdf.
|
Mon, 01 Mar 2010 00:56:58 -0800 |
Glenn Morris |
* refcards/de-refcard.tex: Fix paren typo.
|
Mon, 01 Mar 2010 00:06:52 -0800 |
Glenn Morris |
Regenerate most pdf refcards.
|
Sun, 28 Feb 2010 23:13:57 -0800 |
Glenn Morris |
Rename a command in ru-refcard.tex.
|
Sun, 28 Feb 2010 18:40:56 -0800 |
Glenn Morris |
Fix some ChangeLog typos.
|
Sun, 28 Feb 2010 18:36:15 -0800 |
Glenn Morris |
Update short copyright year in refcard tex files.
|
Sun, 28 Feb 2010 23:38:45 +0000 |
Katsumi Yamaoka |
(menu-bar-manuals-menu): Fix typo.
|
Sun, 28 Feb 2010 23:37:19 +0000 |
Katsumi Yamaoka |
(menu-bar-manuals-menu): Fix typo.
|
Sun, 28 Feb 2010 21:55:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Feb 2010 16:34:58 -0500 |
Chong Yidong |
Minor doc fix.
|
Fri, 26 Feb 2010 06:05:32 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 25 Feb 2010 21:56:02 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 25 Feb 2010 02:25:29 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 22:24:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 21:53:00 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 10:47:10 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Feb 2010 21:58:05 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 22 Feb 2010 21:54:01 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 21 Feb 2010 21:56:15 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 18 Feb 2010 21:54:17 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 18 Feb 2010 02:46:55 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 17 Feb 2010 22:09:13 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Feb 2010 21:53:57 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Feb 2010 04:18:57 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Feb 2010 21:54:07 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 14 Feb 2010 21:55:14 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 11 Feb 2010 21:54:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 09 Feb 2010 21:54:40 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 09 Feb 2010 00:01:14 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 08 Feb 2010 22:13:26 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 07 Feb 2010 22:11:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 04 Feb 2010 22:04:56 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 03 Feb 2010 21:56:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 02 Feb 2010 23:25:16 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 02 Feb 2010 21:53:34 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 01 Feb 2010 23:55:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 01 Feb 2010 21:54:37 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 31 Jan 2010 21:53:42 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 22:03:25 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Feb 2010 15:37:20 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:36:34 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:36:24 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:32:51 +0100 |
Jan D. |
Merge from trunk
|
Sun, 28 Feb 2010 11:41:52 +0100 |
Jan D. |
Merge from trunk
|
Thu, 25 Feb 2010 17:08:53 +0100 |
Jan D. |
Merge from trunk
|
Sun, 28 Feb 2010 09:19:31 -0500 |
Chong Yidong |
Fix use of unitialized memory.
|
Sun, 28 Feb 2010 12:36:39 +0100 |
Michael Albinus |
* net/tramp.el (tramp-handle-write-region): START can be a string.
|
Sun, 28 Feb 2010 11:27:39 +0100 |
Michael Albinus |
* net/dbus.el (dbus-introspect, dbus-get-property)
|
Sun, 28 Feb 2010 11:05:21 +0100 |
Michael Albinus |
*** empty log message ***
|
Sun, 28 Feb 2010 11:03:02 +0100 |
Michael Albinus |
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
|
Sat, 27 Feb 2010 20:22:44 -0500 |
Chong Yidong |
Fix more save-excursion warnings.
|
Sat, 27 Feb 2010 20:11:15 -0500 |
Chong Yidong |
Fix save-excursion warning in files.el.
|
Sat, 27 Feb 2010 16:21:43 -0500 |
Stefan Monnier |
Fix in-buffer completion when after-change-functions modify the buffer.
|
Sat, 27 Feb 2010 10:18:07 -0500 |
Chong Yidong |
Document :otf font-spec property.
|
Sat, 27 Feb 2010 10:02:09 -0500 |
Chong Yidong |
* international/fontset.el (setup-default-fontset): Fix :otf spec.
|
Sat, 27 Feb 2010 06:01:00 +0000 |
convert-repo |
update tags
|
Sat, 27 Feb 2010 15:28:52 +0100 |
Andreas Schwab |
* w32uniscribe.c (uniscribe_check_otf): Fix length check.
|
Sat, 27 Feb 2010 00:01:11 +0000 |
convert-repo |
update tags
EMACS_PRETEST_23_1_93
|
Fri, 26 Feb 2010 22:11:21 -0500 |
Chong Yidong |
Regenerate ldefs-boot.el.
|
Fri, 26 Feb 2010 22:09:45 -0500 |
Chong Yidong |
Bump version to 23.1.93; regenerate AUTHORS.
|
Fri, 26 Feb 2010 21:09:03 -0500 |
Chong Yidong |
Addendum to last patch: add "Medium" GTK font name keyword.
|
Fri, 26 Feb 2010 21:06:13 -0500 |
Chong Yidong |
Recognize more keywords in GTK font names (Bug#5646).
|
Fri, 26 Feb 2010 19:19:50 -0500 |
Chong Yidong |
Minor Python mode fix (Bug#5653).
|
Fri, 26 Feb 2010 21:45:47 +0900 |
Kenichi Handa |
Fix Myanmar OTF support
|
Fri, 26 Feb 2010 21:43:50 +0900 |
Kenichi Handa |
from trunk
|
Fri, 26 Feb 2010 21:40:46 +0900 |
Kenichi Handa |
Fix Myanmar OTF support
|
Thu, 25 Feb 2010 20:59:04 -0800 |
Glenn Morris |
* configure: Revert accidental commit from rev 99553.
|
Thu, 25 Feb 2010 20:45:41 -0800 |
Glenn Morris |
Close bug#5643.
|
Thu, 25 Feb 2010 20:42:07 -0800 |
Glenn Morris |
* custom.el (custom-initialize-delay): Doc fix.
|
Thu, 25 Feb 2010 20:40:03 -0800 |
Glenn Morris |
Fix initialization of send-mail-function option.
|
Thu, 25 Feb 2010 20:35:34 -0800 |
Glenn Morris |
Minor TUTORIAL fixes.
|
Fri, 26 Feb 2010 10:23:19 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change.
|
Fri, 26 Feb 2010 10:22:23 +0900 |
Kenichi Handa |
from trunk
|
Thu, 25 Feb 2010 19:48:53 -0500 |
Chong Yidong |
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
|
Thu, 25 Feb 2010 21:21:25 +0000 |
Alan Mackenzie |
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
|
Fri, 26 Feb 2010 10:17:28 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change.
|
Thu, 25 Feb 2010 11:32:53 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
|
Thu, 25 Feb 2010 11:31:53 +0900 |
Kenichi Handa |
from trunk
|
Wed, 24 Feb 2010 20:11:28 -0500 |
Stefan Monnier |
Fix up last erroneous commit
|
Thu, 25 Feb 2010 11:29:35 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
|
Thu, 25 Feb 2010 09:56:44 +0900 |
Kenichi Handa |
from trunk
|
Wed, 24 Feb 2010 22:07:26 +0000 |
Robert J. Chassell |
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information
|
Wed, 24 Feb 2010 19:25:44 +0100 |
Jan D. |
Move declarations before statements.
|
Wed, 24 Feb 2010 19:23:48 +0100 |
Jan D. |
Move declarations before statements.
|
Wed, 24 Feb 2010 19:10:47 +0100 |
Jan D. |
Merge from trunk
|
Wed, 24 Feb 2010 11:40:04 -0500 |
Stefan Monnier |
(gnus-treat-display-x-face): Protect against errors (bug#5299).
|
Wed, 24 Feb 2010 10:30:49 -0500 |
Chong Yidong |
* files.el (hack-local-variables-filter): For eval forms, also
|
Wed, 24 Feb 2010 10:12:17 -0500 |
Chong Yidong |
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
|
Fri, 19 Feb 2010 14:11:21 +0100 |
Jan D. |
Merge from trunk
|
Thu, 18 Feb 2010 14:20:39 +0100 |
Jan D. |
Merge from trunk
|
Sun, 14 Feb 2010 18:31:45 +0100 |
Jan D. |
Merge from trunk
|
Tue, 23 Feb 2010 19:12:54 -0800 |
Glenn Morris |
Doc fixes.
|
Mon, 22 Feb 2010 20:38:16 -0800 |
Glenn Morris |
* TODO: Replace reference to CVS with explicit version number.
|
Mon, 22 Feb 2010 14:48:52 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
|
Sun, 21 Feb 2010 16:12:46 -0500 |
Chong Yidong |
* files.el (directory-listing-before-filename-regexp): Use
|
Sun, 21 Feb 2010 16:05:13 -0500 |
Chong Yidong |
Minor doc fixes.
|
Sun, 21 Feb 2010 08:44:07 -0500 |
Chong Yidong |
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
|
Sun, 21 Feb 2010 08:35:25 -0500 |
Chong Yidong |
* frames.texi (Frame Commands): Note that the last ordinary frame can
|
Sun, 21 Feb 2010 08:11:07 -0500 |
Chong Yidong |
* startup.el (fancy-about-screen): In mode-line, apply
|
Sat, 20 Feb 2010 09:11:20 -0500 |
Chong Yidong |
* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).
|
Sat, 20 Feb 2010 08:53:06 -0500 |
Chong Yidong |
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
|
Sat, 20 Feb 2010 10:59:16 +0200 |
Eli Zaretskii |
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
|
Fri, 19 Feb 2010 16:36:29 -0500 |
Chong Yidong |
Revert isearch.el change due to feature freeze.
|
Fri, 19 Feb 2010 19:59:00 +0100 |
Ulf Jasper |
Fixed bug#5549 (icalendar.el)
|
Fri, 19 Feb 2010 15:57:53 +0200 |
Eli Zaretskii |
term.c, dispextern.h: Fix stale comments.
|
Fri, 19 Feb 2010 15:26:50 +0200 |
Eli Zaretskii |
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
|
Fri, 19 Feb 2010 17:55:31 +1300 |
Nick Roberts |
Accommodate change of disassemble output in GDB 7.1.
|
Thu, 18 Feb 2010 18:36:10 -0800 |
Glenn Morris |
Close bug#5593.
|
Thu, 18 Feb 2010 18:32:36 -0800 |
Glenn Morris |
* trouble.texi: Revert grammar change from previous change.
|
Thu, 18 Feb 2010 14:55:41 -0500 |
Sam Steingold |
(vc-cvs-merge-news): Yet another fix of message parsing.
|
Thu, 18 Feb 2010 13:52:36 -0500 |
Stefan Monnier |
Use abbreviated file names in bookmarks (bug#5591).
|
Thu, 18 Feb 2010 12:02:24 -0500 |
Stefan Monnier |
(fatal): Add a final \n if needed (bug#5596).
|
Thu, 18 Feb 2010 11:08:48 +0100 |
Michael Albinus |
(tramp-handle-directory-files): When FULL, do not expand "." and "..".
|
Thu, 18 Feb 2010 11:03:12 +0100 |
Michael Albinus |
(tramp-handle-insert-file-contents): Set always the permissions of the
|
Thu, 18 Feb 2010 01:14:12 -0800 |
Glenn Morris |
* mh-acros.el: Comment fixes.
|
Thu, 18 Feb 2010 01:11:18 -0800 |
Glenn Morris |
* README: Minor fixes.
|
Thu, 18 Feb 2010 01:08:37 -0800 |
Glenn Morris |
* loadup.el: Comment fix.
|
Thu, 18 Feb 2010 01:04:46 -0800 |
Glenn Morris |
* trouble.texi (Contributing): Repository is no longer CVS.
|
Thu, 18 Feb 2010 01:02:04 -0800 |
Glenn Morris |
* fileio.c: Comment fix.
|
Thu, 18 Feb 2010 02:21:15 -0500 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
|
Wed, 17 Feb 2010 22:35:21 -0800 |
Glenn Morris |
* callint.c (Finteractive): Doc fix.
|
Wed, 17 Feb 2010 22:18:49 -0800 |
Glenn Morris |
* commits: Mention not to mix changes in any given commit.
|
Wed, 17 Feb 2010 22:05:45 -0800 |
Glenn Morris |
* emacs-lisp/authors.el (authors-renamed-files-alist):
|
Wed, 17 Feb 2010 22:02:35 -0800 |
Glenn Morris |
INSTALL.BZR: Minor edit.
|
Wed, 17 Feb 2010 21:39:06 -0800 |
Glenn Morris |
CONTRIBUTE: Various minor updates and changes.
|
Thu, 18 Feb 2010 11:32:37 +0900 |
Kenichi Handa |
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
|
Thu, 18 Feb 2010 11:29:34 +0900 |
Kenichi Handa |
from trunk
|
Wed, 17 Feb 2010 16:39:21 -0500 |
Mark A. Hershberger |
2010-02-17 Mark A. Hershberger <mah@everybody.org>
|
Thu, 18 Feb 2010 11:27:25 +0900 |
Kenichi Handa |
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
|
Wed, 17 Feb 2010 15:52:12 +0900 |
Kenichi Handa |
Fix the ccl decoder for the case that the output buffer is fullfilled.
|
Wed, 17 Feb 2010 15:51:01 +0900 |
Kenichi Handa |
from trunk
|
Wed, 17 Feb 2010 15:47:32 +0900 |
Kenichi Handa |
Fix the ccl decoder for the case that the output buffer is fullfilled.
|
Tue, 16 Feb 2010 17:03:29 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
|
Tue, 16 Feb 2010 09:46:15 -0500 |
Chong Yidong |
* org-freemind.el (org-freemind-from-org-mode-node)
|
Tue, 16 Feb 2010 09:40:45 -0500 |
Chong Yidong |
* simple.el (save-interprogram-paste-before-kill): Doc fix.
|
Tue, 16 Feb 2010 09:35:45 -0500 |
Chong Yidong |
Minor tweaks to custom groups.
|
Tue, 16 Feb 2010 09:28:41 -0500 |
Chong Yidong |
Small edit to custom images for better text alignment.
|
Tue, 16 Feb 2010 09:23:44 -0500 |
Chong Yidong |
* textmodes/flyspell.el (flyspell-word): Obey the offset specified
|
Tue, 16 Feb 2010 16:41:11 +0900 |
Kenichi Handa |
Update SKK-JISYO.L to the latest version.
|
Tue, 16 Feb 2010 16:39:44 +0900 |
Kenichi Handa |
Regenate ja-dic.el.
|
Tue, 16 Feb 2010 15:58:32 +0900 |
Kenichi Handa |
Update SKK-JISYO.L to the latest version.
|
Tue, 16 Feb 2010 15:51:15 +0900 |
Kenichi Handa |
from trunk
|
Tue, 16 Feb 2010 15:49:23 +0900 |
Kenichi Handa |
Fix for the new SKK-JISYO.L format.
|
Tue, 16 Feb 2010 10:48:51 +0900 |
Kenichi Handa |
from trunk
|
Sat, 13 Feb 2010 09:37:27 +0900 |
Kenichi Handa |
from trunk
|
Mon, 15 Feb 2010 18:48:08 -0800 |
Glenn Morris |
Change a custom default to ease the mail->message transition.
|
Mon, 15 Feb 2010 18:44:29 -0800 |
Glenn Morris |
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.
|
Mon, 15 Feb 2010 18:42:03 -0800 |
Glenn Morris |
Close bug#5562.
|
Mon, 15 Feb 2010 18:38:00 -0800 |
Glenn Morris |
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
|
Mon, 15 Feb 2010 15:03:22 -0500 |
Stefan Monnier |
(ad-compile-function): Fix last change.
|
Mon, 15 Feb 2010 14:55:51 -0500 |
Stefan Monnier |
(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
|
Mon, 15 Feb 2010 16:04:53 +0100 |
Michael Albinus |
* net/tramp.el (tramp-process-actions, tramp-read-passwd):
|
Sun, 14 Feb 2010 18:34:09 +0100 |
Juanma Barranquero |
Fix typos.
|
Sun, 14 Feb 2010 18:32:16 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 14 Feb 2010 18:31:34 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Sun, 14 Feb 2010 18:30:41 +0100 |
Juanma Barranquero |
* quick-install-emacs (PRUNED): Fix typo in message.
|
Sun, 14 Feb 2010 18:28:10 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Sun, 14 Feb 2010 10:23:52 +0100 |
Michael Albinus |
* files.el (insert-directory): When WILDCARD-REGEXP and
|
Sun, 14 Feb 2010 02:20:31 +0200 |
Juri Linkov |
* man.el (Man-fontify-manpage, Man-cleanup-manpage):
|
Sat, 13 Feb 2010 11:29:25 -0800 |
Glenn Morris |
Improve docs of some transposition functions.
|
Sat, 13 Feb 2010 14:28:09 +0100 |
Jan D. |
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
|
Sat, 13 Feb 2010 14:27:32 +0100 |
Jan D. |
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
|
Sat, 13 Feb 2010 13:55:57 +0100 |
Jan D. |
* xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
|
Sat, 13 Feb 2010 13:54:50 +0100 |
Jan D. |
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
|
Sat, 13 Feb 2010 13:30:17 +0100 |
Jan D. |
Merge from trunk
|
Wed, 10 Feb 2010 10:34:18 +0100 |
Jan D. |
Merge from trunk
|
Fri, 12 Feb 2010 21:35:45 +0200 |
Juri Linkov |
* arc-mode.el (archive-unique-fname): Make directories for nested
|
Fri, 12 Feb 2010 21:28:29 +0200 |
Juri Linkov |
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
|
Thu, 11 Feb 2010 21:20:50 -0800 |
Glenn Morris |
* NEWS: Mention mail-interactive change from Emacs 23.1.
|
Thu, 11 Feb 2010 14:37:11 -0500 |
Stefan Monnier |
(copy-overlay): Damn typo.
|
Thu, 11 Feb 2010 14:35:36 -0500 |
Stefan Monnier |
* subr.el (copy-overlay): Handle deleted overlays.
|
Thu, 11 Feb 2010 11:00:01 -0500 |
Stefan Monnier |
(Man-completion-table): Don't signal an error if we can't run
|
Wed, 10 Feb 2010 20:13:39 -0800 |
Glenn Morris |
* ChangeLog: Spelling fix.
|
Thu, 11 Feb 2010 01:12:47 +0100 |
Juanma Barranquero |
Fix typos.
|
Thu, 11 Feb 2010 01:02:43 +0100 |
Juanma Barranquero |
* textmodes/artist.el (artist-mt): Fix typos in docstring.
|
Thu, 11 Feb 2010 00:53:28 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 10 Feb 2010 15:04:51 -0500 |
Stefan Monnier |
(Info-bookmark-jump): Simplify.
|
Wed, 10 Feb 2010 15:02:54 -0500 |
Stefan Monnier |
(bookmark-handle-bookmark): Catch the right error.
|
Wed, 10 Feb 2010 09:31:49 -0800 |
Glenn Morris |
* ChangeLog: Fix typos.
|
Wed, 10 Feb 2010 10:31:24 +0100 |
Jan D. |
Fix for bug#5512, don't rely on SIGIO alone.
|
Wed, 10 Feb 2010 04:19:32 -0500 |
Chong Yidong |
* iswitchb.el (iswitchb-completions): Revert last change.
|
Wed, 10 Feb 2010 10:29:28 +0100 |
Jan D. |
Fix for bug#5512, don't rely on SIGIO alone.
|
Wed, 10 Feb 2010 08:47:34 +0100 |
Jan D. |
Merge from trunk
|
Mon, 01 Feb 2010 14:09:07 +0100 |
Jan D. |
Merge from trunk
|
Wed, 10 Feb 2010 09:46:54 +0100 |
Michael Albinus |
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
|
Tue, 09 Feb 2010 21:33:17 -0800 |
Dan Nicolaescu |
(xterm-maybe-set-dark-background-mode): Remove
|
Mon, 08 Feb 2010 21:43:23 -0800 |
Glenn Morris |
* ChangeLog: Mark tiny change.
|
Mon, 08 Feb 2010 20:58:57 -0500 |
Chong Yidong |
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548).
|
Mon, 08 Feb 2010 18:39:01 -0500 |
Chong Yidong |
* nsfont.m (nsfont_open): The system's value for the font descent
|
Mon, 08 Feb 2010 18:27:29 -0500 |
Chong Yidong |
Fix ada-mode handling of number literals.
|
Mon, 08 Feb 2010 09:11:15 -0800 |
Glenn Morris |
* buffers.texi: Fix typo in previous.
|
Sun, 07 Feb 2010 23:20:58 -0800 |
Glenn Morris |
Close bug#5529.
|
Mon, 08 Feb 2010 16:11:11 +0900 |
Kenichi Handa |
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
|
Mon, 08 Feb 2010 16:08:18 +0900 |
Kenichi Handa |
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
|
Mon, 08 Feb 2010 14:51:15 +0900 |
Kenichi Handa |
from trunk
|
Fri, 05 Feb 2010 16:14:26 +0900 |
Kenichi Handa |
from trunk
|
Tue, 02 Feb 2010 13:15:15 +0900 |
Kenichi Handa |
from trunk
|
Sun, 07 Feb 2010 12:23:20 -0800 |
Glenn Morris |
Fix previous change for F2003 interfaces.
|
Sun, 07 Feb 2010 01:36:17 -0500 |
Chong Yidong |
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
|
Sun, 07 Feb 2010 01:23:10 -0500 |
Chong Yidong |
Fix to uid/gid format in eshell's ls (Bug#5528).
|
Sat, 06 Feb 2010 23:14:26 -0500 |
Chong Yidong |
Fix setting family and foundry in set-face-attribute (Bug#5536).
|
Sat, 06 Feb 2010 17:41:45 -0800 |
Glenn Morris |
Handle F2003 named interfaces.
|
Sat, 06 Feb 2010 08:29:05 -0500 |
Chong Yidong |
Credit Vivek Dasmohapatra for suggesting the last change.
|
Sat, 06 Feb 2010 08:23:33 -0500 |
Chong Yidong |
* charset.c (load_charset_map_from_file)
|
Sat, 06 Feb 2010 08:01:43 -0500 |
Chong Yidong |
* progmodes/cc-mode.el (c-common-init): Bind temporary variables
|
Fri, 05 Feb 2010 20:23:59 -0800 |
Dan Nicolaescu |
* vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
|
Sat, 06 Feb 2010 00:36:20 +0200 |
Juri Linkov |
* doc-view.el (doc-view-mode):
|
Fri, 05 Feb 2010 14:20:17 -0500 |
Mark A. Hershberger |
add primative implementation of vc-svn-revision-table
|
Fri, 05 Feb 2010 14:09:38 -0500 |
Mark A. Hershberger |
forgot changelog entry
|
Fri, 05 Feb 2010 14:05:33 -0500 |
Mark A. Hershberger |
Use standard format for direntry
|
Fri, 05 Feb 2010 12:15:28 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory):
|
Fri, 05 Feb 2010 00:12:08 -0800 |
Glenn Morris |
* progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
|
Thu, 04 Feb 2010 23:49:36 -0500 |
Chong Yidong |
Fix 2009-02-20 change to startup.el (Bug#5519).
|
Thu, 04 Feb 2010 23:21:11 -0500 |
Stefan Monnier |
Make `initials' completion work for /hh -> /home/horn again (bug#5524).
|
Thu, 04 Feb 2010 22:54:49 -0500 |
Chong Yidong |
Fix for Bug#5526.
|
Thu, 04 Feb 2010 20:53:40 -0500 |
Stefan Monnier |
Fix up various corner case problems.
|
Thu, 04 Feb 2010 21:15:37 +0000 |
Alan Mackenzie |
Change strategy for marking < and > as template delimiters: mark them
|
Thu, 04 Feb 2010 17:25:57 +0100 |
Michael Albinus |
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
|
Wed, 03 Feb 2010 21:21:40 -0800 |
Glenn Morris |
Remove silly examples of changes.
|
Wed, 03 Feb 2010 21:17:02 -0800 |
Glenn Morris |
* inc/grp.h: Remove execute bit.
|
Wed, 03 Feb 2010 21:14:36 -0800 |
Glenn Morris |
Close bug#5485.
|
Wed, 03 Feb 2010 21:10:21 -0800 |
Glenn Morris |
* mail/rmail.el (rmail-show-message-1): Handle malformed
|
Wed, 03 Feb 2010 21:05:37 -0800 |
Glenn Morris |
* mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
|
Wed, 03 Feb 2010 21:02:56 -0800 |
Glenn Morris |
* simple.el (visual-line-mode): Capitalize lighter.
|
Wed, 03 Feb 2010 20:51:49 -0800 |
Glenn Morris |
Explain pkreport sort options.
|
Wed, 03 Feb 2010 15:47:25 -0500 |
jwiegley |
iswitchb.el (iswitchb-completions): Add bookmark files to the
|
Wed, 03 Feb 2010 07:16:34 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
|
Tue, 02 Feb 2010 22:55:03 -0500 |
Stefan Monnier |
(vc-path): Make it an obsolete var, rather than function.
|
Wed, 03 Feb 2010 00:33:52 +0200 |
Juri Linkov |
* textmodes/ispell.el (ispell-message-text-end): Remove final newline
|
Wed, 03 Feb 2010 00:28:57 +0200 |
Juri Linkov |
* ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
|
Tue, 02 Feb 2010 12:19:36 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
|
Tue, 02 Feb 2010 00:35:04 +0200 |
Juri Linkov |
* arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
|
Mon, 01 Feb 2010 13:39:33 -0500 |
Stefan Monnier |
Avoid obsolete special default variables like default-major-mode.
|
Mon, 01 Feb 2010 13:25:47 -0500 |
Stefan Monnier |
(doc-view-new-window-function): Be a bit more defensive.
|
Sun, 31 Jan 2010 20:58:35 -0800 |
Dan Nicolaescu |
(vc-bzr-dir-extra-headers): Add a header when a
|
Sun, 31 Jan 2010 23:47:47 +0200 |
Juri Linkov |
* progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
|
Sun, 31 Jan 2010 23:28:22 +0200 |
Juri Linkov |
* .bzrignore: Add TAGS-LISP.
|
Sun, 31 Jan 2010 16:08:07 +0900 |
Kenichi Handa |
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1. (Bug#5396)
|
Sun, 31 Jan 2010 16:01:05 +0900 |
Kenichi Handa |
Add bug#.
|
Sun, 31 Jan 2010 15:50:30 +0900 |
Kenichi Handa |
from trunk
|
Sun, 31 Jan 2010 00:23:09 -0500 |
Chong Yidong |
* nsterm.m (ns_defined_color): Block input. Suggested by Mike
|
Sun, 31 Jan 2010 15:46:53 +0900 |
Kenichi Handa |
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
|
Sat, 30 Jan 2010 23:49:28 -0500 |
Chong Yidong |
* fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
|
Sat, 30 Jan 2010 23:29:06 -0500 |
Chong Yidong |
src/config.in: Regenerate.
|
Sat, 30 Jan 2010 22:36:06 -0500 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Handle visible bell like X.
|
Sat, 30 Jan 2010 13:58:56 -0800 |
Glenn Morris |
eieio.texi: Remove execute bit.
|
Sat, 30 Jan 2010 11:32:39 +0100 |
Andreas Schwab |
* character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
|
Sat, 30 Jan 2010 00:00:58 +0000 |
convert-repo |
update tags
|
Sat, 30 Jan 2010 05:22:37 +0100 |
Juanma Barranquero |
Fix typos.
|
Fri, 29 Jan 2010 18:01:17 +0000 |
convert-repo |
update tags
EMACS_PRETEST_23_1_92
|
Fri, 29 Jan 2010 21:11:41 -0500 |
Chong Yidong |
Regenerate ldefs-boot.el.
|
Fri, 29 Jan 2010 21:09:50 -0500 |
Chong Yidong |
Bump version to 23.1.92.
|
Fri, 29 Jan 2010 21:08:53 -0500 |
Chong Yidong |
Regenerate AUTHORS.
|
Fri, 29 Jan 2010 15:43:31 -0800 |
Dan Nicolaescu |
(vc-bzr-after-dir-status): Match another renaming indicator.
|
Fri, 29 Jan 2010 14:14:26 -0500 |
Chong Yidong |
Mark last change as tiny.
|
Fri, 29 Jan 2010 14:13:13 -0500 |
Chong Yidong |
* etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
|
Fri, 29 Jan 2010 14:08:09 -0500 |
Chong Yidong |
Don't signal error on incorrect dirtrack regexp (Bug#5476)
|
Fri, 29 Jan 2010 14:02:02 -0500 |
Chong Yidong |
Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
|
Fri, 29 Jan 2010 17:23:25 +0100 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Handle also
|
Fri, 29 Jan 2010 16:03:25 +0200 |
Eli Zaretskii |
w32inevt.c (key_event): Remove unnecessary comparison of
|
Thu, 28 Jan 2010 23:19:22 -0800 |
Glenn Morris |
Explain mbox folder links.
|
Thu, 28 Jan 2010 16:55:43 -0500 |
Stefan Monnier |
Fix up spurious execute-bit on net/tramp.el
|
Thu, 28 Jan 2010 22:13:01 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
|
Thu, 28 Jan 2010 15:06:36 -0500 |
Chong Yidong |
* arc-mode.el (archive-zip-extract): Quote the argument passed to unzip (Bug#5475).
|
Thu, 28 Jan 2010 14:53:11 -0500 |
Chong Yidong |
Flymake fix to handle more C++ filenames (Bug#5488).
|
Thu, 28 Jan 2010 12:47:05 -0500 |
Chong Yidong |
* fileio.c (Frename_file): Fix last change (Bug#5487).
|
Thu, 28 Jan 2010 12:33:28 -0500 |
Chong Yidong |
Fixes for NetBSD (Bug#4629, Bug#2072).
|
Thu, 28 Jan 2010 16:24:50 +0000 |
Alan Mackenzie |
display.texi (Auto Faces): Say fontification-functions is called
|
Thu, 28 Jan 2010 21:09:25 +0800 |
Jason Rumney |
Add bug number to recent change.
|
Thu, 28 Jan 2010 09:03:33 +0000 |
Katsumi Yamaoka |
Fix last bogus commit.
|
Thu, 28 Jan 2010 08:58:10 +0000 |
Katsumi Yamaoka |
Fix last bogus commit.
|
Thu, 28 Jan 2010 08:56:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 00:06:29 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 26 Jan 2010 22:04:51 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 25 Jan 2010 21:57:27 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 24 Jan 2010 21:58:18 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 21 Jan 2010 22:03:46 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 21 Jan 2010 09:12:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 08:13:47 +0100 |
Jan D. |
Revert code for bug #3643.
|
Thu, 28 Jan 2010 08:10:04 +0100 |
Jan D. |
xfns.c (Fx_create_frame): Remove window size matching code from
|
Thu, 28 Jan 2010 08:06:13 +0100 |
Jan D. |
Merge from trunk
|
Thu, 28 Jan 2010 07:06:41 +0100 |
Michael Albinus |
Fix some busybox annoyances.
|
Wed, 27 Jan 2010 21:54:48 -0800 |
Glenn Morris |
* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
|
Wed, 27 Jan 2010 21:19:23 -0800 |
Glenn Morris |
(log-edit-strip-single-file-name): Add missing :safe, :group, and
|
Wed, 27 Jan 2010 21:15:52 -0800 |
Glenn Morris |
Add some details of bzr's --fixes option.
|
Thu, 28 Jan 2010 07:21:16 +0800 |
Jason Rumney |
Use Unicode for keyboard input on w32 console.
|
Thu, 28 Jan 2010 00:22:16 +0800 |
Jason Rumney |
Fix typos, check for negative ASCII characters.
|
Wed, 27 Jan 2010 21:59:13 +0800 |
Jason Rumney |
Use Unicode for console keyboard input on Windows.
|
Wed, 27 Jan 2010 21:15:40 +0800 |
Jason Rumney |
Merged from trunk
|
Thu, 21 Jan 2010 23:43:05 +0800 |
Jason Rumney |
Merged from trunk
|
Thu, 21 Jan 2010 07:04:21 +0800 |
Jason Rumney |
Merge from trunk
|
Sat, 16 Jan 2010 07:16:26 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 14 Jan 2010 22:19:01 +0800 |
Jason Rumney |
Merge from trunk
|
Mon, 11 Jan 2010 22:34:47 +0800 |
Jason Rumney |
Merge from trunk
|
Sun, 10 Jan 2010 22:34:14 +0800 |
Jason Rumney |
Merged from trunk
|
Sun, 10 Jan 2010 22:18:39 +0800 |
Jason Rumney |
Merged from trunk
|
Fri, 08 Jan 2010 22:31:37 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 07 Jan 2010 21:54:07 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 07 Jan 2010 21:53:57 +0800 |
Jason Rumney |
Merge from trunk
|
Wed, 27 Jan 2010 14:29:18 +0900 |
Kenichi Handa |
Fix src/ChangeLog.
|
Wed, 27 Jan 2010 14:25:10 +0900 |
Kenichi Handa |
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
|
Wed, 27 Jan 2010 14:28:39 +0900 |
Kenichi Handa |
Fix src/ChangeLog.
|
Wed, 27 Jan 2010 14:23:52 +0900 |
Kenichi Handa |
from trunk
|
Wed, 27 Jan 2010 14:17:35 +0900 |
Kenichi Handa |
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
|
Mon, 25 Jan 2010 17:22:45 +0900 |
Kenichi Handa |
from trunk
|
Thu, 21 Jan 2010 13:14:47 +0900 |
Kenichi Handa |
from trunk
|
Wed, 20 Jan 2010 10:22:20 +0900 |
Kenichi Handa |
from trunk
|
Tue, 26 Jan 2010 20:12:26 -0800 |
Glenn Morris |
Add a quick-start guide.
|
Tue, 26 Jan 2010 23:08:41 -0500 |
Chong Yidong |
Fix rename-file to handle directory renaming properly (Bug#3353).
|
Tue, 26 Jan 2010 20:00:54 -0800 |
Glenn Morris |
Fix bug#5477.
|
Tue, 26 Jan 2010 22:36:36 -0500 |
Chong Yidong |
* lisp/files.el (delete-directory): Fix typo in last change.
|
Tue, 26 Jan 2010 22:17:23 -0500 |
Chong Yidong |
Fix delete-directory recursion behavior for trashing (Bug#5436).
|
Mon, 25 Jan 2010 23:22:25 -0800 |
Dan Nicolaescu |
(vc-path): Mark as obsolete.
|
Mon, 25 Jan 2010 13:49:23 -0500 |
Chong Yidong |
Fix erc reconnection via non-default connectors (Bug#4958).
|
Mon, 25 Jan 2010 01:04:59 -0800 |
Dan Nicolaescu |
(vc-annotate-revision-at-line): Compare file
|
Mon, 25 Jan 2010 08:46:15 +0100 |
Jan D. |
* xfns.c (Fx_create_frame): If frame height is too big, try
|
Mon, 25 Jan 2010 08:45:12 +0100 |
Jan D. |
Merge from trunk
|
Sun, 24 Jan 2010 22:03:23 -0800 |
Dan Nicolaescu |
(vc-bzr-print-log): Use the more compact --line option
|
Mon, 25 Jan 2010 00:03:35 -0500 |
Mark A. Hershberger |
merge
|
Sun, 24 Jan 2010 20:46:40 -0800 |
Dan Nicolaescu |
(vc-git-dir-status-goto-stage): Pass --relative to the
|
Mon, 25 Jan 2010 00:02:10 -0500 |
Mark A. Hershberger |
working version of vc-bzr-revision-table
|
Sun, 24 Jan 2010 23:52:26 -0500 |
Mark A. Hershberger |
merge conflict
|
Tue, 19 Jan 2010 14:39:22 -0500 |
Mark A. Hershberger |
replace references to obsolete c-subword-mode
|
Mon, 25 Jan 2010 08:43:29 +0100 |
Jan D. |
Typo fix.
|
Mon, 25 Jan 2010 08:43:10 +0100 |
Jan D. |
xfns.c (Fx_create_frame): If frame height i stoo big, try
|
Wed, 20 Jan 2010 07:28:33 +0100 |
Jan D. |
Merge from trunk
|
Sun, 24 Jan 2010 21:52:03 -0500 |
Stefan Monnier |
Try and fix bug#788, hopefully for real this time.
|
Sun, 24 Jan 2010 18:03:13 -0500 |
Chong Yidong |
Use png_sig_cmp to allow linking with libpng 1.4.0.
|
Sun, 24 Jan 2010 13:23:17 -0800 |
Dan Nicolaescu |
Remove support for adding --signoff on commit.
|
Sun, 24 Jan 2010 13:08:53 -0800 |
Dan Nicolaescu |
(xterm-maybe-set-dark-background-mode): Rename
|
Sun, 24 Jan 2010 03:42:22 -0500 |
Stefan Monnier |
* keymap.c (shadow_lookup): Add `remap' arg.
|
Sun, 24 Jan 2010 12:28:50 -0800 |
Glenn Morris |
Add the aliases bug-emacs and bug-gnumacs.
|
Sat, 23 Jan 2010 19:58:14 -0800 |
Glenn Morris |
(aelement): Fix typo in previous.
|
Sat, 23 Jan 2010 15:25:25 -0800 |
Glenn Morris |
Small fixes.
|
Sat, 23 Jan 2010 15:18:58 -0800 |
Glenn Morris |
Fix some details of previous change.
|
Sat, 23 Jan 2010 15:11:24 -0800 |
Glenn Morris |
Update X-Debbugs-CC details.
|
Sat, 23 Jan 2010 18:05:16 -0500 |
Chong Yidong |
* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).
|
Sat, 23 Jan 2010 17:50:13 -0500 |
Chong Yidong |
* url-util.el: Require url-vars (Bug#5459).
|
Sat, 23 Jan 2010 17:46:32 -0500 |
Chong Yidong |
* emacs-lisp/assoc.el (aelement): Doc fix.
|
Sat, 23 Jan 2010 17:44:03 -0500 |
Chong Yidong |
* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).
|
Sat, 23 Jan 2010 17:15:22 -0500 |
Chong Yidong |
Account for utmp.h availability.
|
Sat, 23 Jan 2010 13:42:22 +0100 |
Juanma Barranquero |
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.
|
Sat, 23 Jan 2010 13:38:02 +0100 |
Juanma Barranquero |
* mail/rmail.el: Update autoload checksum.
|
Sat, 23 Jan 2010 12:02:28 +0100 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-conf): New defcustom.
|
Sat, 23 Jan 2010 13:34:52 +0100 |
Juanma Barranquero |
Tweak docstring and comment.
|
Thu, 21 Jan 2010 13:25:54 +0100 |
Juanma Barranquero |
Fix bug#5435.
|
Sat, 23 Jan 2010 14:20:38 +0900 |
YAMAMOTO Mitsuharu |
* xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
|
Fri, 22 Jan 2010 22:19:50 +0100 |
Michael Albinus |
* net/tramp-imap.el (top): Autoload needed packages.
|
Fri, 22 Jan 2010 22:17:11 +0100 |
Michael Albinus |
* net/tramp-imap.el (top): Autoload needed packages.
|
Fri, 22 Jan 2010 11:43:54 -0500 |
Stefan Monnier |
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
|
Fri, 22 Jan 2010 11:32:31 -0500 |
Chong Yidong |
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
|
Fri, 22 Jan 2010 12:23:25 +0200 |
Eli Zaretskii |
Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.
|
Fri, 22 Jan 2010 18:10:04 +0900 |
YAMAMOTO Mitsuharu |
Make string pointer args point to const as in other string allocation functions.
|
Fri, 22 Jan 2010 10:44:50 +0200 |
Eli Zaretskii |
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
|
Thu, 21 Jan 2010 21:45:01 +0000 |
Alan Mackenzie |
Fix a situation where deletion of a cpp construct throws an error.
|
Thu, 21 Jan 2010 09:03:10 -0500 |
Chong Yidong |
Fix sgml-maybe-name-self (Bug#5380).
|
Thu, 21 Jan 2010 09:07:49 +0000 |
Katsumi Yamaoka |
(Score File Format): Fix typo.
|
Thu, 21 Jan 2010 09:05:08 +0000 |
Katsumi Yamaoka |
(Score File Format): Fix typo.
|
Thu, 21 Jan 2010 08:59:11 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 20 Jan 2010 21:55:26 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 19 Jan 2010 22:56:21 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 19 Jan 2010 22:05:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 23:30:50 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 22:02:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 04:43:39 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 17 Jan 2010 23:32:40 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 17 Jan 2010 21:57:00 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 14 Jan 2010 23:01:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 14 Jan 2010 11:42:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 23:35:16 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 22:04:10 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 09:37:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 12 Jan 2010 23:43:15 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 12 Jan 2010 21:54:22 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 11 Jan 2010 22:07:25 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Fri, 08 Jan 2010 02:43:41 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 07 Jan 2010 23:49:52 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 06 Jan 2010 23:07:49 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 20 Jan 2010 20:37:44 -0800 |
Glenn Morris |
(Bugs): Fix PROBLEMS keybinding.
|
Wed, 20 Jan 2010 12:14:37 -0500 |
Chong Yidong |
* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
|
Wed, 20 Jan 2010 11:42:50 -0500 |
Chong Yidong |
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
|
Wed, 20 Jan 2010 11:40:47 -0500 |
Chong Yidong |
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
|
Wed, 20 Jan 2010 13:01:57 +0900 |
Kenichi Handa |
Fix ccl encoding of unibyte source.
|
Wed, 20 Jan 2010 13:01:04 +0900 |
Kenichi Handa |
from trunk
|
Wed, 20 Jan 2010 11:33:52 +0900 |
Kenichi Handa |
Fix ccl encoding of unibyte source.
|
Mon, 18 Jan 2010 10:19:32 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 09:58:26 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 09:58:15 +0900 |
Kenichi Handa |
from trunk
|
Tue, 19 Jan 2010 19:49:35 -0800 |
Glenn Morris |
Remove file that only works with CVS, and isn't really needed with
|
Tue, 19 Jan 2010 19:46:23 -0800 |
Glenn Morris |
(tab-always-indent): Fix custom-type.
|
Tue, 19 Jan 2010 22:27:24 +0000 |
Alan Mackenzie |
Redate and reposition log entry.
|
Tue, 19 Jan 2010 22:10:19 +0000 |
Alan Mackenzie |
Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".
|
Tue, 19 Jan 2010 15:56:35 +0100 |
Jan D. |
Store settings in xft-settings for debug purposes.
|
Tue, 19 Jan 2010 15:54:57 +0100 |
Jan D. |
Merge from trunk
|
Tue, 19 Jan 2010 15:54:13 +0100 |
Jan D. |
Store settings in xft-settings for debug purposes.
|
Tue, 19 Jan 2010 11:52:59 +0100 |
Jan D. |
Merge from trunk
|
Tue, 19 Jan 2010 13:16:01 +0000 |
Alan Mackenzie |
Suppress spurious second invocation of before-change-functions
|
Tue, 19 Jan 2010 11:43:25 +0000 |
Alan Mackenzie |
no message
|
Fri, 08 Jan 2010 13:41:42 +0000 |
Alan Mackenzie |
Fix spurious before-change-functions invocation from (insert ?\n).
|
Tue, 19 Jan 2010 00:10:57 +0100 |
Juanma Barranquero |
* ada-mode.el: Really fix bug#5400 (comment in r99362 was erroneous).
|
Mon, 18 Jan 2010 21:24:43 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 18 Jan 2010 20:34:55 +0100 |
Juanma Barranquero |
ido.el: Consider the possibility of buffer names changing after kill-buffer.
|
Mon, 18 Jan 2010 11:29:00 -0500 |
Chong Yidong |
Doc fix for current-time-string and date-to-time (Bug#5408)
|
Mon, 18 Jan 2010 05:44:36 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 18 Jan 2010 10:09:12 +0900 |
Kenichi Handa |
Add bug number.
|
Mon, 18 Jan 2010 10:07:25 +0900 |
Kenichi Handa |
Add bug number.
|
Sat, 16 Jan 2010 10:43:20 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 05:39:40 +0100 |
Juanma Barranquero |
Fix typos in docstrings, error messages, etc.
|
Mon, 18 Jan 2010 04:58:35 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Mon, 18 Jan 2010 04:54:24 +0100 |
Juanma Barranquero |
Fix typo in texinfo file.
|
Sun, 17 Jan 2010 18:49:27 -0500 |
Chong Yidong |
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
|
Sun, 17 Jan 2010 18:34:53 -0500 |
Chong Yidong |
Fix handling of arbitrary YANK-ACTION functions from compose-mail.
|
Sun, 17 Jan 2010 18:33:55 -0500 |
Chong Yidong |
* message.el (message-mail): Just pass yank-action on to message-setup.
|
Sun, 17 Jan 2010 17:24:49 -0500 |
Chong Yidong |
* elisp.texi: Remove duplicate edition information (Bug#5407).
|
Sun, 17 Jan 2010 13:31:25 -0800 |
Dan Nicolaescu |
(with-vc-properties): Deal with directory arguments. (Bug#5298)
|
Sun, 17 Jan 2010 12:36:21 -0800 |
Dan Nicolaescu |
(vc-dir-resynch-file): Update the vc-dir header when
|
Sun, 17 Jan 2010 14:50:24 -0500 |
Chong Yidong |
Minor Semantic and EIEIO manual fixes.
|
Sun, 17 Jan 2010 20:15:32 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
|
Sun, 17 Jan 2010 13:15:25 +0100 |
Michael Albinus |
* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
|
Sat, 16 Jan 2010 23:08:35 -0600 |
Jay Belanger |
Give `calc-command-flags' an initial value.
|
Sat, 16 Jan 2010 19:24:31 -0800 |
Glenn Morris |
(Reporting Bugs): Don't mention format of repository.
|
Sat, 16 Jan 2010 19:20:08 -0800 |
Glenn Morris |
(Bugs): Make "Emacs repository" less specific, and the URL for same
|
Sat, 16 Jan 2010 19:11:09 -0800 |
Glenn Morris |
(Latest version of Emacs): The repository is now Bazaar.
|
Sat, 16 Jan 2010 19:03:59 -0800 |
Glenn Morris |
Edit some notes/ files to replace `cvs' with `bzr', or something general.
|
Sat, 16 Jan 2010 18:54:35 -0800 |
Glenn Morris |
(semantic-idle-work-for-one-buffer): Doc fix.
|
Sun, 17 Jan 2010 03:30:13 +0100 |
Juanma Barranquero |
Fix typos.
|
Sun, 17 Jan 2010 03:25:53 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Sun, 17 Jan 2010 03:24:22 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 17 Jan 2010 03:22:44 +0100 |
Juanma Barranquero |
Fix typos in info documentation.
|
Sat, 16 Jan 2010 17:24:05 -0500 |
Chong Yidong |
Fix return value of nxml-extend-after-change-region.
|
Sat, 16 Jan 2010 16:38:47 -0500 |
Chong Yidong |
* lisp/ChangeLog: Mark last change as tiny.
|
Sat, 16 Jan 2010 16:37:46 -0500 |
Chong Yidong |
* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
|
Sat, 16 Jan 2010 16:20:43 -0500 |
Chong Yidong |
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
|
Sat, 16 Jan 2010 15:50:23 -0500 |
Chong Yidong |
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
|
Sat, 16 Jan 2010 12:24:08 -0800 |
Glenn Morris |
Update with Miles's advice on how to commit.
|
Sat, 16 Jan 2010 15:20:32 -0500 |
Chong Yidong |
* xterm.c (event_handler_gdk): Block input (Bug#5037).
|
Sat, 16 Jan 2010 12:18:30 -0800 |
Glenn Morris |
Rename from cvslogs to commits.
|
Sat, 16 Jan 2010 15:04:29 -0500 |
Chong Yidong |
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
|
Sat, 16 Jan 2010 14:28:59 -0500 |
Chong Yidong |
Command line arg processing fix (Bug#5392)
|
Sat, 16 Jan 2010 06:58:42 -0500 |
Eli Zaretskii |
Reformat copyright line.
|
Sat, 16 Jan 2010 10:40:57 +0100 |
Andreas Schwab |
Update $(lisp) and $(shortlisp) to match changes in loadup.el
|
Fri, 15 Jan 2010 23:49:37 -0500 |
Stefan Monnier |
(x_term_init): Instead of inhibiting GC while running Lisp
|
Fri, 15 Jan 2010 18:51:50 -0800 |
Glenn Morris |
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
|
Fri, 15 Jan 2010 14:52:25 +0000 |
convert-repo |
update tags
|
Fri, 15 Jan 2010 18:05:04 +0100 |
Jan D. |
Take desktop panels into account when sizing frames so they fit on the screen.
|
Fri, 15 Jan 2010 18:04:14 +0100 |
Jan D. |
Take desktop panels into account when sizing frames so they fit on the screen.
|
Fri, 15 Jan 2010 18:01:51 +0100 |
Jan D. |
Merge from trunk
|
Fri, 15 Jan 2010 11:55:43 -0500 |
Chong Yidong |
* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
|
Fri, 15 Jan 2010 18:01:04 +0100 |
Jan D. |
Merge from trunk
|
Fri, 15 Jan 2010 21:52:50 +0900 |
Kenichi Handa |
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
|
Fri, 15 Jan 2010 21:40:13 +0900 |
Kenichi Handa |
from trunk
|
Fri, 15 Jan 2010 14:14:00 +0900 |
Kenichi Handa |
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
|
Fri, 15 Jan 2010 14:13:05 +0900 |
Kenichi Handa |
from trunk
|
Fri, 15 Jan 2010 14:09:50 +0900 |
Kenichi Handa |
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
|
Thu, 14 Jan 2010 21:06:23 +0900 |
Kenichi Handa |
from trunk
|
Thu, 14 Jan 2010 19:59:04 -0800 |
Glenn Morris |
Fix Bug#5311.
|
Thu, 14 Jan 2010 19:54:36 -0800 |
Glenn Morris |
(vc-svn-print-log): Use --limit rather than -l since the
|
Thu, 14 Jan 2010 19:51:48 -0800 |
Glenn Morris |
Some more pointless updates.
|
Thu, 14 Jan 2010 19:49:47 -0800 |
Glenn Morris |
Add log entry for new gdb icons.
|
Thu, 14 Jan 2010 20:46:53 -0500 |
Chong Yidong |
Fix Qnone definition in NS files.
|
Fri, 15 Jan 2010 11:26:27 +1300 |
Nick Roberts |
Add icons for reverse debugging. (3rd attempt).
|
Thu, 14 Jan 2010 20:08:47 +0100 |
Juanma Barranquero |
Fix typos.
|
Thu, 14 Jan 2010 19:59:31 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Thu, 14 Jan 2010 19:49:53 +0100 |
Juanma Barranquero |
Fix typo in error message.
|
Thu, 14 Jan 2010 19:45:02 +0100 |
Juanma Barranquero |
Fix typos in template docstrings.
|
Thu, 14 Jan 2010 19:37:23 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Thu, 14 Jan 2010 19:29:36 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs and NEWS files.
|
Thu, 14 Jan 2010 15:37:13 +0100 |
Juanma Barranquero |
Fix bug#5313: editing files in hexl-mode corrupts file
|
Thu, 14 Jan 2010 14:16:40 +0100 |
Juanma Barranquero |
* progmodes/ada-xref.el: Default ada_project_path to $ADA_PROJECT_PATH.
|
Thu, 14 Jan 2010 14:14:24 +0100 |
Juanma Barranquero |
Simplify previous change.
|
Thu, 14 Jan 2010 14:12:05 +0100 |
Juanma Barranquero |
Default ada_project_path to $ADA_PROJECT_PATH.
|
Thu, 14 Jan 2010 13:57:07 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Override `narrow-to-defun' with `ada-narrow-to-defun'.
|
Thu, 14 Jan 2010 13:52:37 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
|
Thu, 14 Jan 2010 13:36:14 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
|
Thu, 14 Jan 2010 20:51:58 +0900 |
Kenichi Handa |
Fix handling of euc-xx coding systems.
|
Fri, 15 Jan 2010 21:35:31 +0900 |
Kenichi Handa |
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
|
Thu, 14 Jan 2010 20:31:16 +0900 |
Kenichi Handa |
Fix handling of euc-xx coding systems.
|
Wed, 13 Jan 2010 22:13:16 -0800 |
Glenn Morris |
(show-trailing-whitespace): Safe if boolean. (Bug#5312)
|
Thu, 14 Jan 2010 05:03:24 +0100 |
Juanma Barranquero |
Fix typo.
|
Thu, 14 Jan 2010 12:56:00 +0900 |
Kenichi Handa |
Make auto-composition work on all buffers even if they are fundamental mode.
|
Thu, 14 Jan 2010 12:54:04 +0900 |
Kenichi Handa |
from trunk
|
Wed, 13 Jan 2010 18:25:01 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
|
Wed, 13 Jan 2010 13:35:36 -0500 |
Chong Yidong |
Fix gc bug in terminal allocation.
|
Wed, 13 Jan 2010 17:28:32 +0100 |
Juanma Barranquero |
Fix comment for bug#5345.
|
Wed, 13 Jan 2010 16:38:28 +0100 |
Juanma Barranquero |
Fix typos in comments and ChangeLogs.
|
Wed, 13 Jan 2010 13:34:53 +0100 |
Juanma Barranquero |
Update autoload checksums.
|
Wed, 13 Jan 2010 13:11:48 +0100 |
Juanma Barranquero |
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Wed, 13 Jan 2010 13:42:45 +0900 |
YAMAMOTO Mitsuharu |
Call SIGNAL_THREAD_CHECK from signal handlers.
|
Tue, 12 Jan 2010 23:33:42 -0500 |
Stefan Monnier |
Try to fix bug#5314. This is probably not the final word, tho.
|
Thu, 14 Jan 2010 12:44:36 +0900 |
Kenichi Handa |
Make auto-composition work on all buffers even if they are fundamental mode.
|
Wed, 13 Jan 2010 10:40:39 +0900 |
Kenichi Handa |
Display buffer name, etc. in mode line by composing correctly.
|
Wed, 13 Jan 2010 10:33:19 +0900 |
Kenichi Handa |
merge trunk
|
Wed, 13 Jan 2010 00:55:23 +0100 |
Juanma Barranquero |
* .bzrignore: Ignore all .exe, instead of individual files.
|
Tue, 12 Jan 2010 22:59:05 +0100 |
Michael Albinus |
* files.el (copy-directory): Compute target for recursive
|
Tue, 12 Jan 2010 11:25:08 -0500 |
Chong Yidong |
Explicitly check for and link to -lXrender.
|
Tue, 12 Jan 2010 19:10:51 +0900 |
YAMAMOTO Mitsuharu |
* keyboard.c (read_char): Don't apply previous change when current
|
Tue, 12 Jan 2010 09:14:45 +0100 |
Jan D. |
* keyboard.c (read_char): Return after executing from special map.
|
Tue, 12 Jan 2010 09:12:52 +0100 |
Jan D. |
keyboard.c (read_char): Return after executing from special map.
|
Tue, 12 Jan 2010 08:54:18 +0100 |
Jan D. |
Merge from trunk
|
Mon, 11 Jan 2010 21:11:05 -0800 |
Glenn Morris |
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
|
Tue, 12 Jan 2010 05:58:01 +0100 |
Juanma Barranquero |
* cedet/data-debug.el (data-debug): Fix customization group reference.
|
Tue, 12 Jan 2010 05:51:26 +0100 |
Juanma Barranquero |
Fix typos in CEDET docstrings.
|
Wed, 13 Jan 2010 10:29:58 +0900 |
Kenichi Handa |
Display buffer name, etc. in mode line by composing correctly.
|
Tue, 12 Jan 2010 13:01:30 +0900 |
Kenichi Handa |
merge trunk
|
Mon, 11 Jan 2010 15:57:28 -0500 |
Sam Steingold |
(imenu-default-create-index-function): Detect infinite
|
Mon, 11 Jan 2010 15:53:23 -0500 |
Sam Steingold |
(imenu-default-create-index-function): Detect infinite
|
Mon, 11 Jan 2010 18:26:28 +0100 |
Juanma Barranquero |
Fix typos and remove superfluous backslash-quoting in htmlfontify.el.
|
Mon, 11 Jan 2010 11:18:06 -0500 |
Chong Yidong |
* progmodes/js.el: Autoload javascript-mode alias.
|
Mon, 11 Jan 2010 16:22:23 +0100 |
Juanma Barranquero |
Fix typos in ffap.el.
|
Mon, 11 Jan 2010 09:58:59 -0500 |
Chong Yidong |
* nsterm.m: Use DEFSYM for last change.
|
Mon, 11 Jan 2010 09:54:52 -0500 |
Chong Yidong |
* nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
|
Sun, 10 Jan 2010 23:51:51 -0800 |
Glenn Morris |
Set copyright year to 2010.
|
Mon, 11 Jan 2010 08:37:07 +0100 |
Jan D. |
Merge from trunk
|
Mon, 11 Jan 2010 14:19:47 +0900 |
YAMAMOTO Mitsuharu |
* xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
|
Sun, 10 Jan 2010 19:03:38 -0800 |
Glenn Morris |
(Highlight Interactively): `t' does not mean highlight all patterns.
|
Sun, 10 Jan 2010 22:30:40 +0800 |
Jason Rumney |
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
|
Sun, 10 Jan 2010 00:22:54 -0500 |
Stefan Monnier |
(format-annotate-function): Only set
|
Sat, 09 Jan 2010 19:39:05 -0500 |
Chong Yidong |
* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.
|
Sat, 09 Jan 2010 19:38:07 -0500 |
Chong Yidong |
Add Semantic parsers for Python.
|
Sat, 09 Jan 2010 18:53:06 -0500 |
Chong Yidong |
* man.el (Man-goto-section): Signal error if section not found (Bug#5317).
|
Sat, 09 Jan 2010 18:39:36 -0500 |
Chong Yidong |
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
|
Sat, 09 Jan 2010 17:32:47 -0500 |
Chong Yidong |
Fix bounds checking for text properties in `format' (Bug#5306).
|
Sat, 09 Jan 2010 16:14:50 -0500 |
Chong Yidong |
* compile.el (compilation-read-command): Doc fix.
|
Sat, 09 Jan 2010 22:03:33 +0100 |
Juanma Barranquero |
Fix bug#5345: password asked when visiting files on a lightweight checkout.
|
Sat, 09 Jan 2010 15:53:55 -0500 |
Chong Yidong |
Fix compile-command's safe-local-variable condition.
|
Sat, 09 Jan 2010 15:31:26 -0500 |
Chong Yidong |
Fix for Bug#4113.
|
Sat, 09 Jan 2010 14:48:16 -0500 |
Chong Yidong |
* xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4040).
|
Sat, 09 Jan 2010 16:16:10 +0200 |
Eli Zaretskii |
editfns.c (Ffloat_time): Doc fix.
|
Sat, 09 Jan 2010 14:28:02 +0100 |
Jan D. |
* xfns.c (Fx_create_frame): Don't create frame larger than display by default bug#3643.
|
Sat, 09 Jan 2010 14:26:23 +0100 |
Jan D. |
(Fx_create_frame): Don't create frame larger than display by default bug#3643.
|
Sat, 09 Jan 2010 13:32:37 +0100 |
Jan D. |
* startup.el (command-line-1): Use orig-argi to check for ignored X and NS options
|
Sat, 09 Jan 2010 13:31:29 +0100 |
Jan D. |
(command-line-1): Use orig-argi to check for ignored X and NS options.
|
Sat, 09 Jan 2010 13:13:15 +0100 |
Jan D. |
Merge from trunk
|
Sat, 09 Jan 2010 13:16:32 +0900 |
YAMAMOTO Mitsuharu |
Make line<->pixel_y conversion macros aware of native menu/tool bars.
|
Fri, 08 Jan 2010 23:42:14 +0200 |
Eli Zaretskii |
Fix format.
|
Fri, 08 Jan 2010 12:43:09 +0100 |
Jan D. |
* dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
|
Fri, 08 Jan 2010 12:41:57 +0100 |
Jan D. |
Frame width was not updated in fullscreen when scroll bars where removed/added.
|
Fri, 08 Jan 2010 07:58:54 +0100 |
Jan D. |
Merge from trunk
|
Fri, 08 Jan 2010 10:54:58 +0900 |
Kenichi Handa |
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
|
Fri, 08 Jan 2010 10:53:29 +0900 |
Kenichi Handa |
from trunk
|
Fri, 08 Jan 2010 10:46:22 +0900 |
Kenichi Handa |
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
|
Fri, 08 Jan 2010 09:46:18 +0900 |
Kenichi Handa |
from trunk
|
Thu, 07 Jan 2010 23:46:44 +0100 |
Juanma Barranquero |
Fix bug#3224.
|
Wed, 06 Jan 2010 20:43:11 +0100 |
Jan D. |
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
|
Wed, 06 Jan 2010 20:42:27 +0100 |
Jan D. |
Merge from trunk
|
Wed, 06 Jan 2010 20:41:25 +0100 |
Jan D. |
Forgot one.
|
Wed, 06 Jan 2010 20:38:39 +0100 |
Jan D. |
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
|
Wed, 06 Jan 2010 17:04:19 +0100 |
Jan D. |
Merge from trunk
|
Wed, 06 Jan 2010 09:41:59 -0700 |
Chong Yidong |
NS fixes for Bug#3233.
|
Wed, 06 Jan 2010 16:57:43 +0100 |
Jan D. |
xterm.c (x_clear_frame): Queue draw for scroll bars.
|
Wed, 06 Jan 2010 07:11:52 -0800 |
Dan Nicolaescu |
(vc-bzr-after-dir-status): Ignore pending merges.
|
Wed, 06 Jan 2010 17:03:26 +0100 |
Jan D. |
Fixing user-spec for fonts instead of using name.
|
Wed, 06 Jan 2010 16:55:00 +0100 |
Jan D. |
xterm.c (x_clear_frame): Queue draw for scroll bars.
|
Wed, 06 Jan 2010 15:33:57 +0100 |
Jan D. |
Merge from trunk.
|
Wed, 06 Jan 2010 09:22:19 +0000 |
Katsumi Yamaoka |
* gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
|
Wed, 06 Jan 2010 09:16:36 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 06 Jan 2010 00:07:08 +0000 |
Katsumi Yamaoka |
* gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
|
Wed, 06 Jan 2010 00:00:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 05 Jan 2010 15:11:04 -0700 |
Chong Yidong |
* progmodes/python.el (python-font-lock-keywords): Handle qualified decorators
|
Tue, 05 Jan 2010 13:19:34 -0800 |
Dan Nicolaescu |
(vc-bzr-working-revision): Fix looking for a revision
|
Tue, 05 Jan 2010 21:37:43 +0100 |
Andreas Schwab |
Fix gnus-summary-recenter to properly handle invisible lines
|
Tue, 05 Jan 2010 15:49:36 +0100 |
Jan D. |
Handle internal-border width changes when maximized. Bug #2568
|
Tue, 05 Jan 2010 15:42:39 +0100 |
Jan D. |
Merge from mainline.
|
Tue, 05 Jan 2010 07:04:04 -0700 |
Chong Yidong |
* keyboard.c (read_key_sequence): Catch keyboard switch after
|
Tue, 05 Jan 2010 21:03:13 +0900 |
Kenichi Handa |
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
|
Tue, 05 Jan 2010 20:59:03 +0900 |
Kenichi Handa |
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
|
Tue, 05 Jan 2010 20:53:11 +0900 |
Kenichi Handa |
fontset.c (fontset_find_font): Fix getting the frame pointer.
|
Tue, 05 Jan 2010 20:49:19 +0900 |
Kenichi Handa |
fontset.c (fontset_find_font): Fix getting the frame pointer.
|
Tue, 05 Jan 2010 20:42:19 +0900 |
Kenichi Handa |
merge from trunk
|
Mon, 04 Jan 2010 23:46:35 -0800 |
Dan Nicolaescu |
(vc-bzr-diff): Obey vc-disable-async-diff.
|
Mon, 04 Jan 2010 13:18:38 -0500 |
Stefan Monnier |
Avoid dubious uses of save-excursions.
|
Mon, 04 Jan 2010 12:38:20 -0500 |
Stefan Monnier |
(xd_remove_watch): Avoid trying to convert a void* to
|
Sun, 03 Jan 2010 22:40:30 -0800 |
Dan Nicolaescu |
(vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
|
Mon, 04 Jan 2010 00:35:18 -0500 |
Stefan Monnier |
Register the fact that rmail-mbox-branch was merged (a long time ago)
|
Mon, 04 Jan 2010 00:18:51 -0500 |
Stefan Monnier |
Register the fact that multi-tty was merged (a long time ago)
|
Mon, 04 Jan 2010 00:00:28 -0500 |
Stefan Monnier |
Register the fact that gnus-5_10-branch was merged (a long time ago)
|
Sun, 03 Jan 2010 23:50:31 -0500 |
Stefan Monnier |
Register the fact that gerd_defvaralias was merged (a long time ago)
|
Sun, 03 Jan 2010 20:43:23 -0800 |
Dan Nicolaescu |
(vc-bzr-log-view-mode): Also highlight the author.
|
Sun, 03 Jan 2010 20:35:21 -0800 |
Dan Nicolaescu |
(vc-bzr-state-heuristic): Make it work for lightweight
|
Sun, 03 Jan 2010 20:27:17 +0100 |
Michael Albinus |
* dbusbind.c (xd_add_watch): Improve debug message.
|
Tue, 05 Jan 2010 15:30:22 +0100 |
Jan D. |
Remove fprintf
|
Tue, 05 Jan 2010 15:16:30 +0100 |
Jan D. |
Handle change of internal-border width when maximized.
|
Sat, 02 Jan 2010 23:33:36 +0200 |
Eli Zaretskii |
eieio.texi (Naming Conventions): Correction to xref on elisp
|
Sat, 02 Jan 2010 22:31:41 +0200 |
Eli Zaretskii |
modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
|
Sat, 02 Jan 2010 15:14:54 -0500 |
Chong Yidong |
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
|
Sat, 02 Jan 2010 14:40:59 -0500 |
Chong Yidong |
Allow use of "end" keyword for terminating Octave-mode blocks.
|
Sat, 02 Jan 2010 14:18:44 -0500 |
Chong Yidong |
Fix last change to message-exchange-point-and-mark.
|
Sat, 02 Jan 2010 14:14:13 -0500 |
Karl Fogel |
* lisp/bookmark.el: Consistently put the text property on the bookmark name.
|
Sat, 02 Jan 2010 14:03:25 -0500 |
Karl Fogel |
* lisp/bookmark.el: Ahh, remove silly debugging cruft, sorry for the noise.
|
Sat, 02 Jan 2010 13:57:02 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-save): Just depend on the new logic
|
Sat, 02 Jan 2010 13:55:19 -0500 |
Chong Yidong |
Consistently hex notation to represent character codes.
|
Sat, 02 Jan 2010 13:52:32 -0500 |
Karl Fogel |
* lisp/bookmark.el: Show modified state of bookmark buffer more accurately.
|
Sat, 02 Jan 2010 13:13:28 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,
|
Sat, 02 Jan 2010 19:33:54 +0200 |
Eli Zaretskii |
emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
|
Sat, 02 Jan 2010 11:13:22 -0500 |
Chong Yidong |
* lisp/net/rcirc.el: Add follow-link binding (Bug#4738).
|
Sat, 02 Jan 2010 12:42:11 +0200 |
Eli Zaretskii |
Rename cvs-update to bzr-update in lisp/ Makefiles.
|
Sat, 02 Jan 2010 11:44:51 +0200 |
Eli Zaretskii |
.bzrignore: Add 2 more patterns.
|
Sat, 02 Jan 2010 11:40:28 +0200 |
Eli Zaretskii |
.bzrignore: Add more ignored patterns, including for the MS-DOS build.
|
Sat, 02 Jan 2010 03:09:17 -0500 |
Karl Fogel |
* lisp/bookmark.el: Remove gratuitous gratitude.
|
Sat, 02 Jan 2010 02:08:02 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-any-marks): New function
|
Sat, 02 Jan 2010 00:00:55 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
|
Fri, 01 Jan 2010 23:36:17 -0500 |
Karl Fogel |
* lisp/bookmark.el: Improvements suggested by Drew Adams:
|
Sat, 02 Jan 2010 02:09:11 +0100 |
Juanma Barranquero |
Fix typos.
|
Sat, 02 Jan 2010 02:06:31 +0100 |
Juanma Barranquero |
lisp/ChangeLog: Fix typos.
|
Sat, 02 Jan 2010 02:05:44 +0100 |
Juanma Barranquero |
lisp/*: Fix typos in docstrings and messages.
|
Sat, 02 Jan 2010 02:03:48 +0100 |
Juanma Barranquero |
lisp/org/org.el: Fix typos in error messages.
|
Sat, 02 Jan 2010 02:03:11 +0100 |
Juanma Barranquero |
etc/NEWS: Fix typos.
|
Fri, 01 Jan 2010 17:10:50 -0500 |
Chong Yidong |
Fix buffer overflow in ns_get_color.
|
Fri, 01 Jan 2010 15:42:22 -0500 |
Chong Yidong |
* lisp/gnus/message.el (message-exchange-point-and-mark): Call
|
Fri, 01 Jan 2010 15:03:37 -0500 |
Chong Yidong |
* lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
|
Fri, 01 Jan 2010 13:44:02 -0500 |
Chong Yidong |
* lisp/ChangeLog: Update bug number in last change.
|
Fri, 01 Jan 2010 13:43:25 -0500 |
Chong Yidong |
* comint.el (comint-input-ring-size): Make it a defcustom and
|
Fri, 01 Jan 2010 13:14:22 -0500 |
Chong Yidong |
* src/lread.c (syms_of_lread): Make it clearer that these are the
|
Fri, 01 Jan 2010 12:14:05 -0500 |
Chong Yidong |
* eval.c (run_hook_with_args): Handle the case where the global
|
Wed, 30 Dec 2009 21:14:46 -0500 |
Chong Yidong |
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
EMACS_PRETEST_23_1_91
|
Thu, 31 Dec 2009 02:19:53 +1300 |
Nick Roberts |
Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
|
Wed, 30 Dec 2009 05:39:47 -0500 |
Chong Yidong |
* doc/emacs/building.texi: Re-apply revno 99212, which was
|
Wed, 30 Dec 2009 19:53:47 +1300 |
Nick Roberts |
(vc-hg-working-revision): Tweak previous change.
|
Wed, 30 Dec 2009 15:22:45 +1300 |
Nick Roberts |
Show working revision correctly for mercurial.
|
Tue, 29 Dec 2009 19:29:33 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Tue, 29 Dec 2009 13:06:16 -0500 |
Chong Yidong |
* doc/emacs/misc.texi (Shell): Document async-shell-command.
|
Tue, 29 Dec 2009 18:44:27 +0100 |
Juanma Barranquero |
Declare some functions for the byte-compiler.
|
Tue, 29 Dec 2009 20:22:00 +1300 |
Nick Roberts |
This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added
|
Tue, 29 Dec 2009 20:15:34 +1300 |
Nick Roberts |
This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added
|
Mon, 28 Dec 2009 22:46:08 -0800 |
Dan Nicolaescu |
Make vc-dir work on subdirectories of the bzr root.
|
Tue, 29 Dec 2009 02:57:40 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Tue, 29 Dec 2009 01:51:07 +0100 |
Juanma Barranquero |
process.c: Fix typo in comment.
|
Mon, 28 Dec 2009 20:38:29 +0100 |
Tassilo Horn |
Merge: * font-lock.el (font-lock-refresh-defaults): New function, which
|
Mon, 28 Dec 2009 20:34:10 +0100 |
Tassilo Horn |
* font-lock.el (font-lock-refresh-defaults): New function, which
|
Mon, 28 Dec 2009 20:25:38 +0100 |
Tassilo Horn |
Merge from mainline.
|
Mon, 28 Dec 2009 11:20:02 -0800 |
Dan Nicolaescu |
* vc-rcs.el (vc-rcs-register): Fix registering a specific version.
|
Mon, 28 Dec 2009 10:34:51 -0800 |
Dan Nicolaescu |
(vc-bzr-log-view-mode): Fix short log regexp.
|
Mon, 28 Dec 2009 16:25:05 +0100 |
Juanma Barranquero |
INSTALL: Remove obsolete notes about line endings, and fix some typos.
|
Mon, 28 Dec 2009 16:24:26 +0100 |
Juanma Barranquero |
INSTALL: Remove obsolete notes about line endings, and fix some typos.
|
Mon, 28 Dec 2009 10:38:43 +0100 |
Andreas Schwab |
Fix bazaar update instructions
|
Mon, 28 Dec 2009 10:12:09 +0100 |
Andreas Schwab |
Remove duplicate .bzrignore entry
|
Mon, 28 Dec 2009 16:48:29 +0900 |
Kenichi Handa |
Merge: Add entries in ChangeLog
|
Mon, 28 Dec 2009 16:29:24 +0900 |
Kenichi Handa |
Add new entries to ChangeLog
|
Mon, 28 Dec 2009 15:09:58 +0900 |
Kenichi Handa |
*** empty log message ***
|
Mon, 28 Dec 2009 15:09:26 +0900 |
Kenichi Handa |
*** empty log message ***
|
Mon, 28 Dec 2009 03:45:47 +0100 |
Juanma Barranquero |
Supersede color.diff settings in git log (bug#5211).
|
Mon, 28 Dec 2009 03:43:28 +0100 |
Juanma Barranquero |
Supersede color.diff settings in git log (bug#5211).
|
Mon, 28 Dec 2009 03:13:43 +0100 |
Juanma Barranquero |
Update .bzrignore.
|
Mon, 28 Dec 2009 03:11:09 +0100 |
Juanma Barranquero |
Update .bzrignore.
|
Mon, 28 Dec 2009 02:50:49 +0100 |
Juanma Barranquero |
Update autoload checksum.
|
Sun, 27 Dec 2009 18:40:41 -0500 |
Karl Fogel |
Merge: update nt/INSTALL for CVS->Bazaar switchover too.
|
Sun, 27 Dec 2009 17:28:35 -0500 |
Karl Fogel |
Merge: document that we are on Bazaar now.
|
Sun, 27 Dec 2009 22:38:14 +0100 |
Andreas Schwab |
Add .bzrignore
|
Sun, 27 Dec 2009 18:40:01 -0500 |
Karl Fogel |
* INSTALL: Update for CVS->Bazaar switchover.
|
Sun, 27 Dec 2009 17:26:27 -0500 |
Karl Fogel |
* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
|
Sun, 27 Dec 2009 08:11:12 +0000 |
Chong Yidong |
* minibuf.c (Fall_completions): Minor optimization.
|
Sat, 26 Dec 2009 22:02:26 +0000 |
Kevin Ryde |
* man.el
|
Sat, 26 Dec 2009 22:00:47 +0000 |
Kevin Ryde |
(Man-bgproc-sentinel): When "-k foo" produces no output show error
|
Sat, 26 Dec 2009 21:32:51 +0000 |
Kevin Ryde |
Tweak a comment: it's man-db on gnu/linux which agrees with posix that
|
Sat, 26 Dec 2009 21:30:00 +0000 |
Kevin Ryde |
* man.el (man): Revise docstring a bit to show -a and -l as
|
Sat, 26 Dec 2009 21:28:57 +0000 |
Kevin Ryde |
* man.el (man): Revise docstring a bit to show -a and -l as
|
Sat, 26 Dec 2009 21:14:25 +0000 |
Kevin Ryde |
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
|
Sat, 26 Dec 2009 21:13:21 +0000 |
Kevin Ryde |
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
|
Sat, 26 Dec 2009 20:04:43 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
|
Sat, 26 Dec 2009 15:56:43 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 26 Dec 2009 15:55:47 +0000 |
Eli Zaretskii |
(pitx) Fix last change.
|
Sat, 26 Dec 2009 12:53:42 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 26 Dec 2009 12:52:50 +0000 |
Eli Zaretskii |
(pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well.
|
Fri, 25 Dec 2009 20:05:14 +0000 |
Chong Yidong |
* calc.texi (General Mode Commands): Calc file should be in .emacs.d.
|
Fri, 25 Dec 2009 20:04:07 +0000 |
Chong Yidong |
* frames.texi (Resources): Describe inhibit-x-resources.
|
Fri, 25 Dec 2009 20:00:32 +0000 |
Chong Yidong |
* emacs.texi (Top): Update node listing.
|
Fri, 25 Dec 2009 05:27:03 +0000 |
Kenichi Handa |
(command_loop_1): Fix previous change.
|
Fri, 25 Dec 2009 02:45:47 +0000 |
Kenichi Handa |
(devanagari-composable-pattern): Fixed to
|
Fri, 25 Dec 2009 02:44:13 +0000 |
Kenichi Handa |
(composition_adjust_point): Update prototype.
|
Fri, 25 Dec 2009 02:43:36 +0000 |
Kenichi Handa |
(composition_reseat_it): Don't make a composition
|
Fri, 25 Dec 2009 02:41:59 +0000 |
Kenichi Handa |
(command_loop_1): Force redisplay if the last point
|
Thu, 24 Dec 2009 04:35:17 +0000 |
Stefan Monnier |
(Fsave_excursion): Mention save-current-buffer in the docstring.
|
Wed, 23 Dec 2009 22:45:06 +0000 |
Vinicius Jose Latorre |
Attribute face for faces specified as string.
|
Wed, 23 Dec 2009 01:02:55 +0000 |
Glenn Morris |
Comment on out-of-sequence messages.
|
Tue, 22 Dec 2009 08:07:47 +0000 |
Glenn Morris |
Add some notes on the debbugs.gnu.org setup.
|
Sat, 19 Dec 2009 20:32:11 +0000 |
Glenn Morris |
Update some addresses for debbugs.gnu.org.
|
Sat, 19 Dec 2009 14:16:47 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 14:15:54 +0000 |
Eli Zaretskii |
(pitx): Don't use enum names, use their values. Remove reference to
|
Sat, 19 Dec 2009 11:58:11 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 11:57:36 +0000 |
Eli Zaretskii |
($(BLD)/cmds.$(O)): Depend on frame.h.
|
Sat, 19 Dec 2009 11:27:49 +0000 |
Eli Zaretskii |
(alloc.o): Fix last change.
|
Sat, 19 Dec 2009 11:25:34 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 11:24:59 +0000 |
Eli Zaretskii |
Update dependencies in Makefile.in.
|
Sat, 19 Dec 2009 09:57:22 +0000 |
Andreas Schwab |
(Fclear_font_cache): Pass correct cache argument to
|
Fri, 18 Dec 2009 19:35:14 +0000 |
Ulf Jasper |
Fixed timezone handling problem in icalendar.el.
|
Fri, 18 Dec 2009 04:29:17 +0000 |
Katsumi Yamaoka |
(Direct Functions): Add missing port number to tls method.
|
Fri, 18 Dec 2009 00:52:39 +0000 |
Katsumi Yamaoka |
Typo.
|
Fri, 18 Dec 2009 00:47:21 +0000 |
Katsumi Yamaoka |
replace [:digit:] with [0-9] for XEmacs.
|
Thu, 17 Dec 2009 13:18:03 +0000 |
Michael Albinus |
* files.el (file-expand-wildcards): In case of remote files, check
|
Thu, 17 Dec 2009 04:37:40 +0000 |
Glenn Morris |
Expand on previous change.
|
Thu, 17 Dec 2009 04:22:45 +0000 |
Glenn Morris |
Refer to the static bug page (rather than the dynamic one) for a list
|
Thu, 17 Dec 2009 04:20:55 +0000 |
Glenn Morris |
emacsbugs.donarmstrong.com -> debbugs.gnu.org throughout.
|
Thu, 17 Dec 2009 04:16:25 +0000 |
Glenn Morris |
Change bug web-page to short-form at debbugs.gnu.org.
|
Thu, 17 Dec 2009 04:15:25 +0000 |
Glenn Morris |
(gnus-bug-group-download-format-alist): Change emacs entry to
|
Thu, 17 Dec 2009 04:12:40 +0000 |
Glenn Morris |
(bug-reference-url-format): Change to debbugs.gnu.org.
|
Thu, 17 Dec 2009 02:06:31 +0000 |
Juanma Barranquero |
Some doc fixes (more needed).
|
Thu, 17 Dec 2009 01:18:14 +0000 |
Juri Linkov |
Fix regression from 23.1 to allow multiple modes in Local Variables.
|
Thu, 17 Dec 2009 01:16:15 +0000 |
Juri Linkov |
Make `dired-diff' more safe. (Bug#5225)
|
Thu, 17 Dec 2009 00:23:24 +0000 |
Andreas Schwab |
Regenerate autoloads.
|
Thu, 17 Dec 2009 00:21:47 +0000 |
Andreas Schwab |
(batch-update-autoloads): Only exclude
|
Thu, 17 Dec 2009 00:03:51 +0000 |
Andreas Schwab |
(prefix-args${EXEEXT}): Don't compile prefix-args.c
|
Wed, 16 Dec 2009 09:52:42 +0000 |
Juri Linkov |
Revert to old 23.1 logic of using the file at the mark as default.
|
Tue, 15 Dec 2009 22:53:39 +0000 |
Chong Yidong |
Minor tweak to last change.
|
Tue, 15 Dec 2009 22:51:31 +0000 |
Chong Yidong |
* xdisp.c (decode_mode_spec): Inhibit garbage collection when
|
Tue, 15 Dec 2009 21:11:39 +0000 |
Michael Albinus |
* net/tramp.el (tramp-echo-mark-marker-length): New defconst.
|
Tue, 15 Dec 2009 05:59:39 +0000 |
Michael Albinus |
* dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
|
Tue, 15 Dec 2009 05:31:08 +0000 |
Glenn Morris |
Add appendix with the GFDL.
|
Tue, 15 Dec 2009 04:44:34 +0000 |
Jay Belanger |
(Radix Modes): Clean up wording.
|
Tue, 15 Dec 2009 03:35:31 +0000 |
Juanma Barranquero |
Add EDT Emulation manual.
|
Tue, 15 Dec 2009 03:13:46 +0000 |
Glenn Morris |
(Coding Standards): Update URL.
|
Tue, 15 Dec 2009 03:12:44 +0000 |
Glenn Morris |
Update some URLs.
|
Tue, 15 Dec 2009 03:11:56 +0000 |
Glenn Morris |
*** empty log message ***
|
Tue, 15 Dec 2009 03:09:25 +0000 |
Glenn Morris |
Remove comments about edt-user.doc. No longer applies now file has
|
Tue, 15 Dec 2009 03:07:30 +0000 |
Glenn Morris |
Update comments for edt doc changes.
|
Tue, 15 Dec 2009 03:04:30 +0000 |
Glenn Morris |
(Default keypad): Remove commented out node, which is just a duplicate
|
Tue, 15 Dec 2009 03:03:26 +0000 |
Glenn Morris |
Add EDT entry.
|
Tue, 15 Dec 2009 03:02:42 +0000 |
Glenn Morris |
(INFO_FILES): Add edt.
|
Tue, 15 Dec 2009 03:01:20 +0000 |
Glenn Morris |
(INFO_TARGETS, DVI_TARGETS): Add edt.
|
Tue, 15 Dec 2009 03:00:30 +0000 |
Glenn Morris |
New file (etc/edt-user.doc converted to Texinfo).
|
Tue, 15 Dec 2009 02:58:44 +0000 |
Glenn Morris |
Split into edt-user.el and ../doc/misc/edt.texi, and remove.
|
Tue, 15 Dec 2009 02:58:26 +0000 |
Glenn Morris |
New file, split out from edt-user.doc.
|
Tue, 15 Dec 2009 00:58:26 +0000 |
Jay Belanger |
*** empty log message ***
|
Tue, 15 Dec 2009 00:58:08 +0000 |
Jay Belanger |
(Radix Modes): Clarify two's complement notation.
|
Mon, 14 Dec 2009 23:22:54 +0000 |
Chong Yidong |
* Makefile.in: Revert last change (Bug#5191).
|
Mon, 14 Dec 2009 21:48:48 +0000 |
Juri Linkov |
(org-export-html-style-include-default):
|
Mon, 14 Dec 2009 17:12:18 +0000 |
Dan Nicolaescu |
(vc-hg-working-revision): Make sure the command is executed in a
|
Mon, 14 Dec 2009 16:55:34 +0000 |
Dan Nicolaescu |
(vc-hg-print-log): Fix argument order.
|
Mon, 14 Dec 2009 16:19:24 +0000 |
Chong Yidong |
* progmodes/python.el (python-symbol-completions): Remove text
|
Mon, 14 Dec 2009 09:44:43 +0000 |
Nick Roberts |
(gdb-frame-handler): Only set gud-lat-frame
|
Mon, 14 Dec 2009 09:44:13 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 14 Dec 2009 06:52:59 +0000 |
Juri Linkov |
(ediff-context-diff-label-regexp): Don't match
|
Mon, 14 Dec 2009 06:39:39 +0000 |
Glenn Morris |
Comment.
|
Mon, 14 Dec 2009 05:09:08 +0000 |
Juri Linkov |
* info.el (Info-hide-cookies-node): Before hiding a cookie,
|
Mon, 14 Dec 2009 04:17:00 +0000 |
Chong Yidong |
* cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
|
Mon, 14 Dec 2009 04:11:43 +0000 |
Chong Yidong |
* sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
|
Mon, 14 Dec 2009 03:28:34 +0000 |
Glenn Morris |
(message-sort-headers): Define for compiler.
|
Mon, 14 Dec 2009 01:20:29 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 14 Dec 2009 01:19:28 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
|
Sun, 13 Dec 2009 23:43:17 +0000 |
Glenn Morris |
(report-emacs-bug): In message-mode, sort manually before storing
|
Sun, 13 Dec 2009 19:14:28 +0000 |
Reiner Steib |
(mm-sign-option, mm-encrypt-option): Add :version tag.
|
Sun, 13 Dec 2009 15:39:28 +0000 |
Jan Dj¸«£rv |
Set the extended window manager hint for tooltip windows.
|
Sun, 13 Dec 2009 14:24:22 +0000 |
Jan Dj¸«£rv |
Work around warning about g_set_prgname() called multiple times.
|
Sun, 13 Dec 2009 13:31:35 +0000 |
Jan Dj¸«£rv |
Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
|
Sun, 13 Dec 2009 13:16:17 +0000 |
Jan Dj¸«£rv |
xftfont.c: Parse symbolic names for constants also.
|
Sun, 13 Dec 2009 01:55:09 +0000 |
Chong Yidong |
Add commentary about how to use Semantic.
|
Sat, 12 Dec 2009 22:49:55 +0000 |
Dmitry Dzhus |
NEWS entry for gdb-mi GSoC changes.
|
Sat, 12 Dec 2009 19:18:33 +0000 |
Michael Albinus |
* net/dbus.el (dbus-property-handler): Filter lambda forms out
|
Sat, 12 Dec 2009 17:11:41 +0000 |
Jan Dj¸«£rv |
Fix typo.
|
Sat, 12 Dec 2009 17:01:03 +0000 |
Chong Yidong |
* simple.el (compose-mail): Remove mail-setup-with-from from
|
Sat, 12 Dec 2009 16:12:59 +0000 |
Jan Dj¸«£rv |
DPI might get set to 0 if we saw some Xsettings, but not DPI.
|
Sat, 12 Dec 2009 13:41:21 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Dec 2009 13:40:43 +0000 |
Eli Zaretskii |
(struct text_pos): Use EMACS_INT;
|
Sat, 12 Dec 2009 12:29:15 +0000 |
Jan Dj¸«£rv |
gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
|
Sat, 12 Dec 2009 11:53:27 +0000 |
Reiner Steib |
(message-info): Explain why we use `Info-goto-node'.
|
Sat, 12 Dec 2009 09:49:09 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Dec 2009 09:48:36 +0000 |
Eli Zaretskii |
(archive-rar-summarize): Support Attribute fields in RAR archives
|
Sat, 12 Dec 2009 05:23:54 +0000 |
Stefan Monnier |
(minibuffer-local-must-match-filename-map): Re-instate the varalias that was
|
Sat, 12 Dec 2009 04:54:26 +0000 |
Miles Bader |
Remove RCS keywords
|
Sat, 12 Dec 2009 02:28:05 +0000 |
Kenichi Handa |
(malayalam-composable-pattern): Fix previous change.
|
Sat, 12 Dec 2009 02:20:34 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sat, 12 Dec 2009 02:17:48 +0000 |
Kenichi Handa |
(indian-compose-regexp): New function.
|
Sat, 12 Dec 2009 02:14:16 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sat, 12 Dec 2009 02:14:00 +0000 |
Kenichi Handa |
(struct ftfont_info): New member matrix.
|
Sat, 12 Dec 2009 02:11:29 +0000 |
Kenichi Handa |
(struct xftfont_info): New member matrix.
|
Fri, 11 Dec 2009 20:48:03 +0000 |
Miles Bader |
Remove RCS keywords
|
Fri, 11 Dec 2009 17:02:03 +0000 |
Chong Yidong |
* progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
|
Fri, 11 Dec 2009 16:48:02 +0000 |
Chong Yidong |
* makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
|
Fri, 11 Dec 2009 02:31:49 +0000 |
Dan Nicolaescu |
* verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re,
|
Fri, 11 Dec 2009 01:46:24 +0000 |
Glenn Morris |
(safe-pos-list): Define for compiler.
|
Fri, 11 Dec 2009 01:27:40 +0000 |
Glenn Morris |
Fix thinko.
|
Fri, 11 Dec 2009 01:26:58 +0000 |
Glenn Morris |
Fix typo.
|
Fri, 11 Dec 2009 01:21:35 +0000 |
Glenn Morris |
No longer require sendmail.
|
Fri, 11 Dec 2009 01:20:04 +0000 |
Glenn Morris |
(emacs-lisp-mode-map): Standardize the capitalization of some menu entries.
|
Fri, 11 Dec 2009 01:04:55 +0000 |
Vinicius Jose Latorre |
Asure buffer-display-table is unique when two or more windows are visible.
|
Fri, 11 Dec 2009 01:00:52 +0000 |
Vinicius Jose Latorre |
Asure buffer-display-table is unique when two or more windows are visible.
|
Thu, 10 Dec 2009 22:58:40 +0000 |
Vinicius Jose Latorre |
Doc fix.
|
Thu, 10 Dec 2009 19:27:37 +0000 |
Jan Dj¸«£rv |
configure.in: Check for RSVG if GNUStep is used.
|
Thu, 10 Dec 2009 19:25:36 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 10 Dec 2009 19:25:01 +0000 |
Eli Zaretskii |
(archive-rar-summarize): Allow between 6 and 7 characters in the
|
Thu, 10 Dec 2009 14:29:11 +0000 |
Alan Mackenzie |
Fix bug#5091: indentation in c++-mode.
|
Thu, 10 Dec 2009 14:24:42 +0000 |
Dan Nicolaescu |
(vc-svn-after-dir-status): Fix regexp. (Bug#4741)
|
Thu, 10 Dec 2009 08:47:26 +0000 |
Stefan Monnier |
Remove mention of latex-complete, which was removed before the release.
|
Thu, 10 Dec 2009 08:46:54 +0000 |
Stefan Monnier |
Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
|
Thu, 10 Dec 2009 08:25:58 +0000 |
Glenn Morris |
(top-level): Move require 'mail-utils to start.
|
Thu, 10 Dec 2009 08:24:41 +0000 |
Glenn Morris |
(log-view-vc-backend, log-view-vc-fileset): Define for compiler.
|
Thu, 10 Dec 2009 08:17:15 +0000 |
Glenn Morris |
(report-emacs-bug): Use whichever send command is appropriate for the
|
Wed, 09 Dec 2009 20:15:56 +0000 |
Chong Yidong |
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
|
Wed, 09 Dec 2009 18:46:53 +0000 |
Jan Dj¸«£rv |
configure.in: Don't check for RSVG or GConf unless X11 is used.
|
Wed, 09 Dec 2009 14:30:37 +0000 |
Andreas Schwab |
* xsettings.c: Include "keyboard.h".
|
Wed, 09 Dec 2009 14:26:26 +0000 |
Andreas Schwab |
(xg_tool_bar_proxy_help_callback): Fix missing return.
|
Wed, 09 Dec 2009 14:20:49 +0000 |
Andreas Schwab |
* cmds.c: Include "frame.h".
|
Wed, 09 Dec 2009 13:14:08 +0000 |
Andreas Schwab |
Regenerate.
|
Wed, 09 Dec 2009 10:37:30 +0000 |
Michael Albinus |
* NEWS: Point to the external counterparts of su and sudo.
|
Wed, 09 Dec 2009 10:23:00 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
|
Wed, 09 Dec 2009 10:10:18 +0000 |
Michael Albinus |
* eshell.texi (History): Add the other built-in variables.
|
Wed, 09 Dec 2009 06:04:09 +0000 |
Dan Nicolaescu |
Fix short log parsing and fontification.
|
Wed, 09 Dec 2009 05:56:53 +0000 |
Stefan Monnier |
Drop some properties to avoid surprises.
|
Wed, 09 Dec 2009 02:32:27 +0000 |
Chong Yidong |
No longer need to patch configure.
|
Wed, 09 Dec 2009 02:11:29 +0000 |
Stefan Monnier |
Minor cleanup.
|
Wed, 09 Dec 2009 02:06:16 +0000 |
Chong Yidong |
Bump version to 23.1.90.
EMACS_PRETEST_23_1_90
|
Wed, 09 Dec 2009 02:05:40 +0000 |
Chong Yidong |
AUTHORS: Regenerate
|
Wed, 09 Dec 2009 02:05:23 +0000 |
Chong Yidong |
ldefs-boot.el: Regenerate.
|
Wed, 09 Dec 2009 01:53:15 +0000 |
Stefan Monnier |
Get rid of the ELCFILES abomination.
|
Wed, 09 Dec 2009 01:07:36 +0000 |
Chong Yidong |
Remove resolved GTK on Cygwin problem.
|
Wed, 09 Dec 2009 01:06:32 +0000 |
Chong Yidong |
* configure.in: Allow compiling Emacs with GTK on Cygwin.
|
Wed, 09 Dec 2009 01:02:28 +0000 |
Kenichi Handa |
Require help-mode instead of help-fns.
|
Wed, 09 Dec 2009 01:02:11 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 09 Dec 2009 00:57:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 09 Dec 2009 00:55:55 +0000 |
Kenichi Handa |
(ucs-names): Supply a sufficiently fine ranges instead of
|
Tue, 08 Dec 2009 15:56:57 +0000 |
Dan Nicolaescu |
Add support for stashing a snapshot of the current tree.
|
Tue, 08 Dec 2009 11:27:53 +0000 |
Juanma Barranquero |
* play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
|
Tue, 08 Dec 2009 03:29:05 +0000 |
Glenn Morris |
Fix entries.
|
Tue, 08 Dec 2009 03:28:22 +0000 |
Glenn Morris |
(vc-mtn-print-log): Fix typo in previous.
|
Tue, 08 Dec 2009 03:27:05 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Tue, 08 Dec 2009 03:26:07 +0000 |
Glenn Morris |
Fix log entries.
|
Tue, 08 Dec 2009 02:59:53 +0000 |
Chong Yidong |
NEWS entries for mail-user-agent and CEDET.
|
Mon, 07 Dec 2009 22:36:58 +0000 |
Juri Linkov |
Don't lazy-highlight the comint output in history Isearch mode.
|
Mon, 07 Dec 2009 21:15:19 +0000 |
Stefan Monnier |
(latex-complete, latex-indent-or-complete): Remove.
|
Mon, 07 Dec 2009 20:27:40 +0000 |
Andreas Schwab |
(unexec): Don't search for .data twice.
|
Mon, 07 Dec 2009 20:06:26 +0000 |
Stefan Monnier |
* minibuffer.el (completion-at-point-functions): New var.
|
Mon, 07 Dec 2009 19:21:57 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 07 Dec 2009 19:21:15 +0000 |
Eli Zaretskii |
Prevent save-buffer in Rmail buffers from using the coding-system
|
Mon, 07 Dec 2009 17:35:47 +0000 |
Juri Linkov |
(grep-read-files): Use `completing-read'
|
Mon, 07 Dec 2009 17:30:01 +0000 |
Juri Linkov |
Correctly restore original Isearch point. (Bug#4994)
|
Mon, 07 Dec 2009 16:53:48 +0000 |
Stefan Monnier |
(ucs-names): Fix last-minute paren-typo.
|
Mon, 07 Dec 2009 16:18:42 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
|
Mon, 07 Dec 2009 16:14:23 +0000 |
Chong Yidong |
Added compose-mail-user-agent-warnings.
|
Mon, 07 Dec 2009 16:12:47 +0000 |
Stefan Monnier |
(ucs-names): Weed out at compile-time the chars that don't have names, so
|
Mon, 07 Dec 2009 16:09:05 +0000 |
Chong Yidong |
* simple.el (compose-mail): Check for incompatibilities and warn.
|
Mon, 07 Dec 2009 09:02:11 +0000 |
Dan Nicolaescu |
Support showing a single log entry from vc-annotate.
|
Mon, 07 Dec 2009 06:56:40 +0000 |
Michael Kifer |
2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
|
Mon, 07 Dec 2009 06:38:06 +0000 |
Michael Albinus |
Handle prompt rules of ksh in OpenBSD 4.5. Reported by Rapha¸«³l
|
Mon, 07 Dec 2009 06:30:30 +0000 |
Dan Nicolaescu |
Get the background mode from the terminal for xterm, and set
|
Mon, 07 Dec 2009 06:21:27 +0000 |
Glenn Morris |
Ulrich Mueller <ulm at gentoo.org>
|
Mon, 07 Dec 2009 02:37:42 +0000 |
Stefan Monnier |
Make it work for non-file buffers (bug#5102).
|
Sun, 06 Dec 2009 23:27:55 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
|
Sun, 06 Dec 2009 22:36:11 +0000 |
Dan Nicolaescu |
*** empty log message ***
|
Sun, 06 Dec 2009 22:18:03 +0000 |
Dan Nicolaescu |
* vc-git.el (vc-git-print-log): Handle a limit argument. Display
|
Sun, 06 Dec 2009 21:25:55 +0000 |
Dan Nicolaescu |
Make vc-revert change VC state from 'added to 'unregistered.
|
Sun, 06 Dec 2009 20:25:36 +0000 |
Chong Yidong |
* log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
|
Sun, 06 Dec 2009 20:22:16 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
|
Sun, 06 Dec 2009 19:49:04 +0000 |
Ulf Jasper |
Fixed Bug#5096.
|
Sun, 06 Dec 2009 18:48:48 +0000 |
Chong Yidong |
* simple.el (beginning-of-visual-line): Constrain to field
|
Sun, 06 Dec 2009 18:13:19 +0000 |
Ulf Jasper |
Fixed Bug#5008.
|
Sun, 06 Dec 2009 15:34:59 +0000 |
Chong Yidong |
* progmodes/js.el (js--js-not): Add null to the list of values.
|
Sun, 06 Dec 2009 15:33:09 +0000 |
Chong Yidong |
* ansi-color.el (ansi-color-for-comint-mode): Add :version
|
Sun, 06 Dec 2009 05:05:36 +0000 |
Roland Winkler |
* textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry delimiter
|
Sun, 06 Dec 2009 05:03:26 +0000 |
Roland Winkler |
(bibtex-enclosing-field): Exclude entry delimiter if it is at the end
|
Sun, 06 Dec 2009 01:25:41 +0000 |
Stefan Monnier |
(minibuffer-complete-and-exit): Don't replace the
|
Sun, 06 Dec 2009 00:58:40 +0000 |
Stefan Monnier |
(completion-in-region): Improve docstring.
|
Sun, 06 Dec 2009 00:42:19 +0000 |
Kevin Ryde |
* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
|
Sun, 06 Dec 2009 00:41:18 +0000 |
Kevin Ryde |
* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
|
Sun, 06 Dec 2009 00:22:51 +0000 |
Kevin Ryde |
* ffap.el (ffap-rfc-path): Make this a defcustom since
|
Sun, 06 Dec 2009 00:21:56 +0000 |
Kevin Ryde |
* ffap.el (ffap-rfc-path): Make this a defcustom since
|
Sat, 05 Dec 2009 23:51:26 +0000 |
Chong Yidong |
Copyedit several NEWS entries.
|
Sat, 05 Dec 2009 23:22:03 +0000 |
Juri Linkov |
Save and restore dired buffer's point positions too. (Bug#4880)
|
Sat, 05 Dec 2009 22:49:00 +0000 |
Chong Yidong |
* xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
|
Sat, 05 Dec 2009 22:01:00 +0000 |
Chong Yidong |
* bindings.el (complete-symbol): Call semantic-ia-complete-symbol if
|
Sat, 05 Dec 2009 21:33:48 +0000 |
Glenn Morris |
Add bug ref.
|
Sat, 05 Dec 2009 21:12:19 +0000 |
Chong Yidong |
* misc.texi (Shell Options): ansi-color is now default.
|
Sat, 05 Dec 2009 21:11:29 +0000 |
Chong Yidong |
Fix commentary to reflect that ansi-color is now enabled by default.
|
Sat, 05 Dec 2009 21:08:09 +0000 |
Chong Yidong |
ansi-color is now enabled by default in the shell.
|
Sat, 05 Dec 2009 21:05:51 +0000 |
Chong Yidong |
* shell.el (shell): Require ansi-color (Bug#5113).
|
Sat, 05 Dec 2009 20:56:42 +0000 |
Chong Yidong |
* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
|
Sat, 05 Dec 2009 20:45:39 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Sat, 05 Dec 2009 20:38:05 +0000 |
Chong Yidong |
Minor doc fix.
|
Sat, 05 Dec 2009 20:23:25 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-lexical-context): Recognise
|
Sat, 05 Dec 2009 20:16:42 +0000 |
Chong Yidong |
* xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
|
Sat, 05 Dec 2009 20:09:49 +0000 |
Chong Yidong |
Fix a comment and delete trailing whitespace.
|
Sat, 05 Dec 2009 19:49:47 +0000 |
Juri Linkov |
(Info-find-node-2): Set `Info-current-subfile' to nil
|
Sat, 05 Dec 2009 19:10:42 +0000 |
Chong Yidong |
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
|
Sat, 05 Dec 2009 13:32:18 +0000 |
Eli Zaretskii |
(next_element_from_ellipsis): Fix a typo in the commentary.
|
Sat, 05 Dec 2009 13:21:49 +0000 |
Eli Zaretskii |
(next_element_from_display_vector): Fix a typo in the commentary.
|
Sat, 05 Dec 2009 11:16:04 +0000 |
Alan Mackenzie |
Revert change 1.85
|
Sat, 05 Dec 2009 04:08:48 +0000 |
Roland Winkler |
*** empty log message ***
|
Sat, 05 Dec 2009 04:05:37 +0000 |
Roland Winkler |
(bibtex-map-entries): Use marker to keep
|
Sat, 05 Dec 2009 03:49:58 +0000 |
Glenn Morris |
Documented diary view-mode.
|
Sat, 05 Dec 2009 03:49:36 +0000 |
Glenn Morris |
(Diary Display): Mention View mode.
|
Sat, 05 Dec 2009 03:39:03 +0000 |
Glenn Morris |
(Displaying the Diary): Mention keys apply to calendar.
|
Sat, 05 Dec 2009 03:27:24 +0000 |
Glenn Morris |
A bit rusty on the alphabet.
|
Sat, 05 Dec 2009 03:25:57 +0000 |
Glenn Morris |
Put calendar and diary hooks back in alphabetical order following
|
Sat, 05 Dec 2009 03:10:32 +0000 |
Glenn Morris |
Documented diary fancy display.
|
Sat, 05 Dec 2009 03:09:17 +0000 |
Glenn Morris |
Make it less tasty.
|
Sat, 05 Dec 2009 03:08:48 +0000 |
Glenn Morris |
(Top): Update menu for cal-xtra node changes.
|
Sat, 05 Dec 2009 03:08:30 +0000 |
Glenn Morris |
(Displaying the Diary): Holidays may be in the buffer
|
Sat, 05 Dec 2009 03:08:05 +0000 |
Glenn Morris |
(Advanced Calendar/Diary Usage): Update menu.
|
Sat, 05 Dec 2009 03:07:26 +0000 |
Glenn Morris |
(Standard Hooks): Remove diary-display-hook, replaced by
|
Sat, 05 Dec 2009 02:54:21 +0000 |
Chong Yidong |
* quail/cyrillic.el (russian-typewriter): Change keyboard layout.
|
Sat, 05 Dec 2009 01:22:54 +0000 |
Stefan Monnier |
(completion-pcm--merge-try): Also consider placing point after a star, if
|
Sat, 05 Dec 2009 00:24:03 +0000 |
Dan Nicolaescu |
(vc-dir): Use the correct markup for showing keymaps
|
Fri, 04 Dec 2009 21:47:08 +0000 |
Juri Linkov |
(proced): Call `(proced-update t)' to update process
|
Fri, 04 Dec 2009 21:45:29 +0000 |
Juri Linkov |
(dired-auto-revert-buffer): New defcustom.
|
Fri, 04 Dec 2009 21:43:07 +0000 |
Juri Linkov |
Change roles of modes and functions in image-mode.el (Bug#5062).
|
Fri, 04 Dec 2009 19:27:42 +0000 |
Ulf Jasper |
Newsticker fixes/changes.
|
Fri, 04 Dec 2009 16:34:22 +0000 |
Sam Steingold |
(log-view-mode-map): "q" calls quit-window,
|
Fri, 04 Dec 2009 16:16:26 +0000 |
Juanma Barranquero |
Fix `string-to-number' to deal consistently with integers and floats.
|
Fri, 04 Dec 2009 10:51:37 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 04 Dec 2009 10:50:59 +0000 |
Eli Zaretskii |
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
|
Fri, 04 Dec 2009 05:00:44 +0000 |
Glenn Morris |
Regenerate autoloads.
|
Fri, 04 Dec 2009 04:39:21 +0000 |
Stefan Monnier |
Minor cleanup.
|
Thu, 03 Dec 2009 20:03:55 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 03 Dec 2009 20:03:12 +0000 |
Eli Zaretskii |
(lisp, shortlisp): Replace indian.el with indian.elc.
|
Thu, 03 Dec 2009 19:12:52 +0000 |
Dan Nicolaescu |
Limit the number of log entries displayed by default.
|
Thu, 03 Dec 2009 19:01:36 +0000 |
Stefan Monnier |
(Fmake_network_process): Fix up the tests for
|
Thu, 03 Dec 2009 18:51:32 +0000 |
Stefan Monnier |
(Qseqpacket): New symbol.
|
Thu, 03 Dec 2009 17:14:33 +0000 |
Glenn Morris |
(class): Restore still useful declaration.
|
Thu, 03 Dec 2009 16:02:10 +0000 |
Alan Mackenzie |
Enhance `c-parse-state' to run efficiently in "brace desserts".
|
Thu, 03 Dec 2009 15:56:29 +0000 |
Alan Mackenzie |
Correct conflicts in previous patch.
|
Thu, 03 Dec 2009 15:52:37 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Thu, 03 Dec 2009 14:34:04 +0000 |
Roland Winkler |
*** empty log message ***
|
Thu, 03 Dec 2009 14:33:00 +0000 |
Roland Winkler |
(proced-filter-alist): Use regexp-quote.
|
Thu, 03 Dec 2009 11:34:11 +0000 |
Michael Albinus |
Cleanup.
|
Thu, 03 Dec 2009 08:53:54 +0000 |
Glenn Morris |
Revert previous accidental commit.
|
Thu, 03 Dec 2009 08:53:06 +0000 |
Dan Nicolaescu |
(vc-bzr-dir-extra-headers): Fix typo.
|
Thu, 03 Dec 2009 07:46:13 +0000 |
Dan Nicolaescu |
Add support for bzr shelve/unshelve.
|
Thu, 03 Dec 2009 07:31:15 +0000 |
Dan Nicolaescu |
(vc-bzr-print-log): Deal with nil arguments better.
|
Thu, 03 Dec 2009 05:41:17 +0000 |
Stefan Monnier |
(bibtex-complete-internal): Use completion-in-region.
|
Thu, 03 Dec 2009 04:08:08 +0000 |
Dan Nicolaescu |
Support applying stashes. Improve UI.
|
Thu, 03 Dec 2009 03:11:14 +0000 |
Glenn Morris |
(log-view-vc-backend, log-view-vc-fileset): Declare.
|
Thu, 03 Dec 2009 03:09:45 +0000 |
Glenn Morris |
(Free Software and Free Manuals): Update URL, and remove duplicate text.
|
Thu, 03 Dec 2009 03:02:34 +0000 |
Stefan Monnier |
(makefile-special-targets-list): No need for it to be an alist any more.
|
Thu, 03 Dec 2009 02:58:16 +0000 |
Stefan Monnier |
(octave-complete-symbol): Use completion-in-region.
|
Thu, 03 Dec 2009 02:57:16 +0000 |
Stefan Monnier |
Misc cleanup.
|
Thu, 03 Dec 2009 01:43:23 +0000 |
Juanma Barranquero |
* progmodes/pascal.el: Require CL when compiling (for lexical-let).
|
Thu, 03 Dec 2009 01:33:56 +0000 |
Stefan Monnier |
(try-expand-dabbrev-visible): Preserve point in the
|
Wed, 02 Dec 2009 18:31:26 +0000 |
Stefan Monnier |
Use completion-in-buffer and remove uses of dynamic scoping.
|
Wed, 02 Dec 2009 08:01:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 02 Dec 2009 07:59:51 +0000 |
Kenichi Handa |
Include ZWJ and ZWNJ in the patterns to shape for all Indic scripts.
|
Wed, 02 Dec 2009 04:11:08 +0000 |
Stefan Monnier |
Use completion-in-buffer.
|
Wed, 02 Dec 2009 03:11:38 +0000 |
Stefan Monnier |
(message-completion-in-region): New compatibility function.
|
Wed, 02 Dec 2009 03:05:14 +0000 |
Glenn Morris |
Replace all pop-to-buffer calls with rmail-pop-to-buffer, to prevent
|
Wed, 02 Dec 2009 03:04:43 +0000 |
Glenn Morris |
(rmail-pop-to-buffer): New function. (Bug#2282)
|
Wed, 02 Dec 2009 03:03:48 +0000 |
Glenn Morris |
(diary-list-entries): Replace superfluous save-excursion with
|
Wed, 02 Dec 2009 03:02:10 +0000 |
Glenn Morris |
Comment.
|
Wed, 02 Dec 2009 03:01:44 +0000 |
Glenn Morris |
2009-12-02 Michael Welsh Duggan <mwd at cert.org>
|
Wed, 02 Dec 2009 03:00:41 +0000 |
Glenn Morris |
Andreas Politz <politza at fh-trier.de> (tiny change)
|
Wed, 02 Dec 2009 02:08:21 +0000 |
Juanma Barranquero |
* mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
|
Wed, 02 Dec 2009 00:48:21 +0000 |
Katsumi Yamaoka |
(gnus-group-prepare-flat): Check also whether groups with no unread article
|
Tue, 01 Dec 2009 20:44:21 +0000 |
Stefan Monnier |
(tpu-cursor-free-mode): Emit message.
|
Tue, 01 Dec 2009 20:31:57 +0000 |
Stefan Monnier |
(comint-insert-input): Ignore clicks to the right of
|
Tue, 01 Dec 2009 20:08:20 +0000 |
Stefan Monnier |
(vc-print-log-internal): Don't wait for the prcess to
|
Tue, 01 Dec 2009 19:42:28 +0000 |
Stefan Monnier |
(pcomplete/cd): Complete more than one argument, just in case.
|
Tue, 01 Dec 2009 19:39:52 +0000 |
Stefan Monnier |
(pcomplete-std-complete): Don't try to complete past the last element.
|
Tue, 01 Dec 2009 19:01:41 +0000 |
Chong Yidong |
* message.el: Revert last change.
|
Tue, 01 Dec 2009 18:06:06 +0000 |
Stefan Monnier |
(normal-erase-is-backspace-mode): Fix thinko in message.
|
Tue, 01 Dec 2009 17:06:30 +0000 |
Glenn Morris |
Add etc/images/mpc directory.
|
Tue, 01 Dec 2009 17:04:55 +0000 |
Glenn Morris |
(window--display-buffer-2): Fix previous changes.
|
Tue, 01 Dec 2009 16:21:36 +0000 |
Chong Yidong |
Delete trailing whitespace.
|
Tue, 01 Dec 2009 16:20:59 +0000 |
Chong Yidong |
* mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
|
Tue, 01 Dec 2009 09:28:22 +0000 |
Miles Bader |
Add arch tagline
|
Tue, 01 Dec 2009 09:07:36 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 01 Dec 2009 09:07:26 +0000 |
YAMAMOTO Mitsuharu |
(font_load_for_lface, font_open_by_name): Don't store name
|
Tue, 01 Dec 2009 07:51:02 +0000 |
Glenn Morris |
(ELCFILES): Add mpc.elc.
|
Tue, 01 Dec 2009 07:49:26 +0000 |
Glenn Morris |
New file.
|
Tue, 01 Dec 2009 07:47:11 +0000 |
Glenn Morris |
Add missing entry.
|
Tue, 01 Dec 2009 07:10:17 +0000 |
Bill Wohler |
*** empty log message ***
|
Tue, 01 Dec 2009 07:09:11 +0000 |
Bill Wohler |
(Searching): Use mh vfolder_format and fix typo in database path for
|
Tue, 01 Dec 2009 07:07:23 +0000 |
Bill Wohler |
*** empty log message ***
|
Tue, 01 Dec 2009 07:07:13 +0000 |
Bill Wohler |
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
|
Tue, 01 Dec 2009 04:04:33 +0000 |
Stefan Monnier |
* mpc.el: New file.
|
Tue, 01 Dec 2009 03:15:01 +0000 |
Glenn Morris |
(window-to-use): Define for compiler.
|
Tue, 01 Dec 2009 03:14:02 +0000 |
Glenn Morris |
(byte-compile-save-excursion): Make message consistent with others (no
|
Tue, 01 Dec 2009 03:13:03 +0000 |
Glenn Morris |
(rmail-mime-handle): Doc fix.
|
Tue, 01 Dec 2009 03:12:13 +0000 |
Glenn Morris |
Update maintainer per comment from HN in bug#5056: "I no longer
|
Tue, 01 Dec 2009 03:10:31 +0000 |
Glenn Morris |
Mention usertags.
|
Tue, 01 Dec 2009 00:35:43 +0000 |
Dan Nicolaescu |
Make vc-print-log buttons work.
|
Mon, 30 Nov 2009 23:39:04 +0000 |
Juanma Barranquero |
* savehist.el (savehist-autosave-interval): Allow setting to nil
|
Mon, 30 Nov 2009 22:51:34 +0000 |
Juanma Barranquero |
Fix references to jit-lock properties.
|
Mon, 30 Nov 2009 22:11:19 +0000 |
Katsumi Yamaoka |
Add Bug#4698 to 2009-11-29 change. By Reiner Steib.
|
Mon, 30 Nov 2009 21:45:30 +0000 |
Juri Linkov |
(multi-isearch-search-fun): Always provide a non-nil
|
Mon, 30 Nov 2009 21:21:35 +0000 |
Dan Nicolaescu |
(vc-git-registered): Call vc-git-root only once.
|
Mon, 30 Nov 2009 21:08:25 +0000 |
Stefan Monnier |
(print_preprocess): Preprocess the key_and_value table of
|
Mon, 30 Nov 2009 20:27:44 +0000 |
Juri Linkov |
(multi-isearch-read-buffers): Move canonicalization
|
Mon, 30 Nov 2009 19:42:16 +0000 |
Juri Linkov |
(multi-isearch-read-buffers)
|
Mon, 30 Nov 2009 16:14:48 +0000 |
Juri Linkov |
(doc-view-continuous):
|
Mon, 30 Nov 2009 16:11:18 +0000 |
Juri Linkov |
(comint-mode-map): Rebind `M-r' from
|
Mon, 30 Nov 2009 16:05:47 +0000 |
Juri Linkov |
(perform-replace): Let-bind recenter-last-op to nil.
|
Mon, 30 Nov 2009 13:49:13 +0000 |
Stefan Monnier |
Minor cleanup and simplification.
|
Mon, 30 Nov 2009 13:43:51 +0000 |
Stefan Monnier |
(perl-font-lock-special-syntactic-constructs):
|
Sun, 29 Nov 2009 23:57:18 +0000 |
Juri Linkov |
(Highlight Interactively): Actually a list of
|
Sun, 29 Nov 2009 23:55:57 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 29 Nov 2009 23:55:42 +0000 |
Juri Linkov |
(describe-char-unidata-list): Use lowercase name
|
Sun, 29 Nov 2009 23:54:41 +0000 |
Juri Linkov |
(fancy-about-text): Fix wording of Guided Tour. (Bug#4960)
|
Sun, 29 Nov 2009 23:52:16 +0000 |
Juri Linkov |
(ediff-minibuffer-with-setup-hook): New compatibility macro.
|
Sun, 29 Nov 2009 23:38:18 +0000 |
Juri Linkov |
* gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
|
Sun, 29 Nov 2009 23:34:05 +0000 |
Juri Linkov |
Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)
|
Sun, 29 Nov 2009 20:40:51 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 29 Nov 2009 20:40:12 +0000 |
Michael Albinus |
* tramp.texi (Remote processes): Improve eshell example with "su"
|
Sun, 29 Nov 2009 20:19:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 29 Nov 2009 20:18:59 +0000 |
Michael Albinus |
* eshell/esh-util.el (top): Require also Tramp when compiling.
|
Sun, 29 Nov 2009 20:10:29 +0000 |
Michael Albinus |
* eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
|
Sun, 29 Nov 2009 20:05:23 +0000 |
Michael Albinus |
* net/tramp.el (tramp-maybe-open-connection): Open the remote
|
Sun, 29 Nov 2009 20:04:08 +0000 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
|
Sun, 29 Nov 2009 09:48:50 +0000 |
Jan Dj¸«£rv |
frame.c (frame_make_pointer_invisible)
|
Sat, 28 Nov 2009 21:32:06 +0000 |
Stefan Monnier |
Try and remove assumptions about point-min==1.
|
Sat, 28 Nov 2009 21:11:25 +0000 |
Chong Yidong |
* sem-user.texi (Semantic mode): Link to Idle Scheduler.
|
Sat, 28 Nov 2009 21:09:00 +0000 |
Chong Yidong |
* semantic.texi (Analyzer Internals): Rename from Analyzer.
|
Sat, 28 Nov 2009 20:45:19 +0000 |
Stefan Monnier |
(image-minor-mode): Exit more gracefully when the image
|
Sat, 28 Nov 2009 20:36:05 +0000 |
Kevin Ryde |
* erc.texi (Development): Correction to git tutorial url.
|
Sat, 28 Nov 2009 20:35:23 +0000 |
Kevin Ryde |
* erc.texi (Development): Correction to git tutorial url.
|
Sat, 28 Nov 2009 20:28:51 +0000 |
Stefan Monnier |
(Man-completion-table): Make it easier to enter "<sec> <name>".
|
Sat, 28 Nov 2009 20:20:39 +0000 |
Kevin Ryde |
* cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
|
Sat, 28 Nov 2009 20:19:54 +0000 |
Kevin Ryde |
* cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
|
Sat, 28 Nov 2009 17:06:30 +0000 |
Stefan Monnier |
* eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
|
Sat, 28 Nov 2009 10:50:31 +0000 |
Eli Zaretskii |
(skip_invisible): Fix a typo in a comment.
|
Sat, 28 Nov 2009 10:46:14 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 28 Nov 2009 10:45:46 +0000 |
Eli Zaretskii |
(Special Properties): More accurate description of what the `cursor'
|
Sat, 28 Nov 2009 10:24:51 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 28 Nov 2009 10:24:04 +0000 |
Eli Zaretskii |
[!AUTO_DEPEND]: Remove outdated comment about omitted dependencies on lisp.h.
|
Fri, 27 Nov 2009 22:03:04 +0000 |
Stefan Monnier |
(byte-compile-warning-types): New type `suspicious'.
|
Fri, 27 Nov 2009 19:31:57 +0000 |
Stefan Monnier |
(gud-basic-call): Don't only save the buffer but the excursion as well.
|
Fri, 27 Nov 2009 17:27:04 +0000 |
Jan Dj¸«£rv |
Don't crash if an X terminal is deleted with force == t.
|
Fri, 27 Nov 2009 16:38:57 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 27 Nov 2009 16:38:38 +0000 |
Michael Albinus |
* NEWS: New functions eshell/su and eshell/sudo.
|
Fri, 27 Nov 2009 16:29:03 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 27 Nov 2009 16:28:42 +0000 |
Michael Albinus |
* eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
|
Fri, 27 Nov 2009 15:44:30 +0000 |
Jan Dj¸«£rv |
serach.c (simple_search): Remove warning by making *p const.
|
Fri, 27 Nov 2009 07:35:14 +0000 |
Daiki Ueno |
(socks-send-command): Convert binary request to
|
Fri, 27 Nov 2009 04:24:47 +0000 |
Stefan Monnier |
(describe-bindings-internal): Remove `interactive'.
|
Fri, 27 Nov 2009 04:08:04 +0000 |
Stefan Monnier |
(Man-completion-table): Trim a terminating "(".
|
Fri, 27 Nov 2009 01:27:04 +0000 |
Stefan Monnier |
(url-generic-parse-url): Bind deactivate-mark.
|
Thu, 26 Nov 2009 23:59:14 +0000 |
Kevin Ryde |
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
|
Thu, 26 Nov 2009 23:58:23 +0000 |
Kevin Ryde |
* os.texi (Startup Summary): vindex inhibit-startup-message and
|
Thu, 26 Nov 2009 23:57:40 +0000 |
Kevin Ryde |
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
|
Thu, 26 Nov 2009 23:39:32 +0000 |
Kevin Ryde |
* sha1.el (sha1-string-external): default-directory "/" in case
|
Thu, 26 Nov 2009 23:38:18 +0000 |
Kevin Ryde |
* sha1.el (sha1-string-external): default-directory "/" in case
|
Thu, 26 Nov 2009 23:19:53 +0000 |
Kevin Ryde |
* log-view.el: Add "Keywords: tools", since its other keywords
|
Thu, 26 Nov 2009 23:18:58 +0000 |
Kevin Ryde |
* log-view.el: Add "Keywords: tools", since its other keywords
|
Thu, 26 Nov 2009 22:35:47 +0000 |
Kevin Ryde |
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
|
Thu, 26 Nov 2009 22:35:09 +0000 |
Kevin Ryde |
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
|
Thu, 26 Nov 2009 16:24:36 +0000 |
Stefan Monnier |
Misc coding convention cleanups.
|
Thu, 26 Nov 2009 15:22:27 +0000 |
Stefan Monnier |
Various minor fixes.
|
Thu, 26 Nov 2009 14:50:28 +0000 |
Stefan Monnier |
(vc-bzr-annotate-command): Make operation asynchronous.
|
Thu, 26 Nov 2009 07:15:33 +0000 |
Jan Dj¸«£rv |
Mention Metacity hang on Emacs resize.
|
Thu, 26 Nov 2009 03:27:10 +0000 |
Dan Nicolaescu |
(finder-mode-map): Add a menu.
|
Thu, 26 Nov 2009 03:24:41 +0000 |
Dan Nicolaescu |
(power_letter): Remove duplicate const.
|
Thu, 26 Nov 2009 03:18:31 +0000 |
Dan Nicolaescu |
* verilog-mode.el (verilog-at-struct-p): Support "signed" and
|
Thu, 26 Nov 2009 03:09:58 +0000 |
Glenn Morris |
(eshell/cd): Don't throw to a tag outside the scope.
|
Thu, 26 Nov 2009 03:08:30 +0000 |
Glenn Morris |
Fix format.
|
Thu, 26 Nov 2009 03:07:21 +0000 |
Glenn Morris |
(Latest version of Emacs): Mention stability of development version.
|
Thu, 26 Nov 2009 03:05:17 +0000 |
Glenn Morris |
VM has moved again.
|
Thu, 26 Nov 2009 00:15:17 +0000 |
Kevin Ryde |
* arc-mode.el: Add "Keywords: files", so the details in its
|
Thu, 26 Nov 2009 00:13:17 +0000 |
Kevin Ryde |
* arc-mode.el: Add "Keywords: files", so the details in its
|
Thu, 26 Nov 2009 00:07:01 +0000 |
Kevin Ryde |
* textmodes/bibtex-style.el: Add "Keywords: tex".
|
Thu, 26 Nov 2009 00:04:36 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:04:08 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:03:43 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:02:59 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:01:20 +0000 |
Kevin Ryde |
* textmodes/bibtex-style.el: Add "Keywords: tex".
|
Wed, 25 Nov 2009 23:52:00 +0000 |
Kevin Ryde |
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
|
Wed, 25 Nov 2009 23:51:08 +0000 |
Kevin Ryde |
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
|
Wed, 25 Nov 2009 23:47:31 +0000 |
Johan Bockg¸«©rd |
(vc-annotate-revision-previous-to-line): Really use previous revision.
|
Wed, 25 Nov 2009 22:52:02 +0000 |
Kevin Ryde |
(man): completion-ignore-case t for friendliness and since man
|
Wed, 25 Nov 2009 22:51:07 +0000 |
Kevin Ryde |
(man): completion-ignore-case t for friendliness and since man
|
Wed, 25 Nov 2009 22:42:11 +0000 |
Kevin Ryde |
* man.el (Man-completion-table): default-directory "/" in case
|
Wed, 25 Nov 2009 22:41:06 +0000 |
Kevin Ryde |
* man.el (Man-completion-table): default-directory "/" in case
|
Wed, 25 Nov 2009 21:16:58 +0000 |
Juri Linkov |
(Man-completion-table): Modify regexp to include section names
|
Wed, 25 Nov 2009 17:53:54 +0000 |
Jan Dj¸«£rv |
(delete_tty): Remove check for last terminal (bug#4970).
|
Wed, 25 Nov 2009 17:23:45 +0000 |
Juri Linkov |
Search recursively in gzipped files. (Bug#4982)
|
Wed, 25 Nov 2009 17:21:12 +0000 |
Juri Linkov |
(doc-view-mode): Set buffer-local `view-read-only' to nil
|
Wed, 25 Nov 2009 17:18:26 +0000 |
Juri Linkov |
Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
|
Wed, 25 Nov 2009 17:15:19 +0000 |
Juri Linkov |
Provide additional default values (directories at other Dired
|
Wed, 25 Nov 2009 17:11:29 +0000 |
Juri Linkov |
Provide additional default values (file name at point or at the
|
Wed, 25 Nov 2009 16:36:04 +0000 |
Stefan Monnier |
Really make the *Completions* window soft-dedicated (bug#5030).
|
Wed, 25 Nov 2009 16:19:51 +0000 |
Jan Dj¸«£rv |
xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).
|
Wed, 25 Nov 2009 06:08:42 +0000 |
Stefan Monnier |
* progmodes/meta-mode.el (meta-complete-symbol):
|
Wed, 25 Nov 2009 06:02:01 +0000 |
Stefan Monnier |
(mail-abbrev-complete-alias): Use completion-in-region.
|
Wed, 25 Nov 2009 05:31:05 +0000 |
Stefan Monnier |
(dabbrev--minibuffer-origin): Use minibuffer-selected-window.
|
Wed, 25 Nov 2009 04:59:02 +0000 |
Stefan Monnier |
(abbrev--before-point): Use word-motion functions
|
Wed, 25 Nov 2009 03:59:19 +0000 |
Stefan Monnier |
(string-prefix-p): New function.
|
Wed, 25 Nov 2009 03:51:00 +0000 |
Stefan Monnier |
(Man-completion-cache): New var.
|
Wed, 25 Nov 2009 03:28:24 +0000 |
Stefan Monnier |
(vc-print-log-internal): Make `limit' optional for better
|
Tue, 24 Nov 2009 23:13:55 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
|
Tue, 24 Nov 2009 23:13:09 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
|
Tue, 24 Nov 2009 23:08:15 +0000 |
Kevin Ryde |
* emacs-lisp/elint.el (elint-add-required-env): Better error message
|
Tue, 24 Nov 2009 23:07:23 +0000 |
Kevin Ryde |
* emacs-lisp/elint.el (elint-add-required-env): Better error message
|
Tue, 24 Nov 2009 22:28:01 +0000 |
Stefan Monnier |
(linum-update-window): Ignore intangible (bug#4996).
|
Tue, 24 Nov 2009 22:23:49 +0000 |
Stefan Monnier |
Handle the [back] button properly (bug#4979).
|
Tue, 24 Nov 2009 21:36:10 +0000 |
Stefan Monnier |
(list-load-path-shadows): Setup a major mode
|
Tue, 24 Nov 2009 21:33:23 +0000 |
Stefan Monnier |
(adjust_markers_for_delete): Move it in the right direction! (bug#4803)
|
Tue, 24 Nov 2009 20:00:41 +0000 |
Stefan Monnier |
(Man-completion-table): New function.
|
Tue, 24 Nov 2009 15:31:01 +0000 |
David Reitter |
vc-git-registered: use checkout directory (where .git is)
|
Tue, 24 Nov 2009 10:25:54 +0000 |
Michael Albinus |
Improve handling of processes on remote hosts.
|
Tue, 24 Nov 2009 09:19:09 +0000 |
Katsumi Yamaoka |
(message-from-style, message-interactive, message-signature): Always set
|
Tue, 24 Nov 2009 08:37:56 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 24 Nov 2009 08:37:40 +0000 |
YAMAMOTO Mitsuharu |
(x_new_font): Update f->scroll_bar_actual_width.
|
Tue, 24 Nov 2009 08:37:32 +0000 |
YAMAMOTO Mitsuharu |
(font_open_entity): Don't use ASET if font_object is Qnil.
|
Tue, 24 Nov 2009 07:47:45 +0000 |
Tassilo Horn |
* doc-view.el (doc-view-mode): Switch off view-mode explicitly,
|
Tue, 24 Nov 2009 03:16:38 +0000 |
Michael Kifer |
2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
|
Tue, 24 Nov 2009 02:40:03 +0000 |
Glenn Morris |
(focus-follows-mouse): Mention mouse-autoselect-window.
|
Tue, 24 Nov 2009 02:38:08 +0000 |
Glenn Morris |
(global-semantic-idle-scheduler-mode): Move after definition of
|
Tue, 24 Nov 2009 02:37:05 +0000 |
Glenn Morris |
(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
|
Tue, 24 Nov 2009 02:21:32 +0000 |
Stefan Monnier |
(bookmark-bmenu-search): Clear echo area when exiting.
|
Mon, 23 Nov 2009 20:58:55 +0000 |
Chong Yidong |
* net/browse-url.el (browse-url-filename-alist): On Windows, add
|
Mon, 23 Nov 2009 20:34:53 +0000 |
Juri Linkov |
Implement DocView Continuous mode. (Bug#4896)
|
Mon, 23 Nov 2009 20:30:33 +0000 |
Juri Linkov |
Implement Isearch in comint input history. (Bug#3746)
|
Mon, 23 Nov 2009 15:59:07 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 23 Nov 2009 15:58:49 +0000 |
Michael Albinus |
* net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
|
Mon, 23 Nov 2009 14:48:59 +0000 |
Jan Dj¸«£rv |
Must create deps for ecrt0.o in its rule.
|
Mon, 23 Nov 2009 09:51:06 +0000 |
Jan Dj¸«£rv |
* etags.c (absolute_filename): Use memove if we have it for overlapping copy.
|
Mon, 23 Nov 2009 08:55:08 +0000 |
Jan Dj¸«£rv |
Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
|
Mon, 23 Nov 2009 05:37:34 +0000 |
Stefan Monnier |
(move-to-window-line-last-op): Remove.
|
Mon, 23 Nov 2009 05:32:25 +0000 |
Stefan Monnier |
(move-to-window-line-last-op): New var.
|
Mon, 23 Nov 2009 00:32:37 +0000 |
Glenn Morris |
Sven Joachim <svenjoac at gmx.de>
|
Sun, 22 Nov 2009 23:49:13 +0000 |
Chong Yidong |
* cedet/srecode/map.el (srecode-get-maps):
|
Sun, 22 Nov 2009 23:09:17 +0000 |
Chong Yidong |
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
|
Sun, 22 Nov 2009 19:53:21 +0000 |
Glenn Morris |
Move entries to the correct file and fix format.
|
Sun, 22 Nov 2009 18:24:29 +0000 |
Tassilo Horn |
* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
|
Sun, 22 Nov 2009 12:11:00 +0000 |
Andreas Schwab |
(simple_search): Avoid CHAR_TO_BYTE in inner loop when
|
Sun, 22 Nov 2009 03:14:14 +0000 |
Michael Kifer |
2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
|
Sun, 22 Nov 2009 02:19:23 +0000 |
Jay Belanger |
*** empty log message ***
|
Sun, 22 Nov 2009 02:19:03 +0000 |
Jay Belanger |
(Radix modes): Discuss alternate bases for two's complement notations.
|
Sat, 21 Nov 2009 20:19:15 +0000 |
Chong Yidong |
Update md5sum.
|
Sat, 21 Nov 2009 20:18:37 +0000 |
Chong Yidong |
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
|
Sat, 21 Nov 2009 15:40:24 +0000 |
Jan Dj¸«£rv |
* cus-start.el (all): Add native condition for font-use-system-font.
|
Sat, 21 Nov 2009 15:28:59 +0000 |
Jan Dj¸«£rv |
Use a select wrapper around the GLib event loop, thus taking into account GLib
|
Sat, 21 Nov 2009 11:52:23 +0000 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
Sat, 21 Nov 2009 10:32:20 +0000 |
Alan Mackenzie |
(cc-imenu-java-generic-expression): A corrected version of the patch from
|
Sat, 21 Nov 2009 10:31:01 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Sat, 21 Nov 2009 07:50:48 +0000 |
Tassilo Horn |
* progmodes/subword.el: Rename from lisp/subword.el.
|
Sat, 21 Nov 2009 06:43:45 +0000 |
Stefan Monnier |
(bookmark-bmenu-bookmark-column): Remove var.
|
Sat, 21 Nov 2009 04:50:36 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 21 Nov 2009 04:43:10 +0000 |
Stefan Monnier |
(bookmark-search-prompt, bookmark-search-timer): Remove.
|
Sat, 21 Nov 2009 02:36:54 +0000 |
Glenn Morris |
(rmail-mime): Decode in fundamental-mode. (Bug#4993)
|
Sat, 21 Nov 2009 02:33:45 +0000 |
Dan Nicolaescu |
* xterm.c (x_new_font):
|
Fri, 20 Nov 2009 21:49:46 +0000 |
Chong Yidong |
* net/browse-url.el (browse-url-default-windows-browser): Use
|
Fri, 20 Nov 2009 21:46:28 +0000 |
Chong Yidong |
* PROBLEMS: Remove fixed rebasing problem.
|
Fri, 20 Nov 2009 21:44:58 +0000 |
Chong Yidong |
* s/cygwin.h: Remove unneeded linker flags.
|
Fri, 20 Nov 2009 21:40:00 +0000 |
Chong Yidong |
* PROBLEMS (http): Add workaround for Cygwin crash.
|
Fri, 20 Nov 2009 21:12:54 +0000 |
Karl Fogel |
* lisp/bookmark.el: Formatting and doc fixes only:
|
Fri, 20 Nov 2009 20:55:31 +0000 |
Carsten Dominik |
Change version number to 6.33x
|
Fri, 20 Nov 2009 20:54:22 +0000 |
Carsten Dominik |
2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Fri, 20 Nov 2009 20:54:05 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 20 Nov 2009 20:50:32 +0000 |
Carsten Dominik |
2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 20 Nov 2009 18:09:29 +0000 |
Tassilo Horn |
* progmodes/cc-cmds.el (c-forward-into-nomenclature)
|
Fri, 20 Nov 2009 15:47:26 +0000 |
Stefan Monnier |
* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
|
Fri, 20 Nov 2009 15:11:16 +0000 |
Chong Yidong |
* cedet/semantic/complete.el (semantic-complete-inline-map): Doc
|
Fri, 20 Nov 2009 14:28:54 +0000 |
Tassilo Horn |
* progmodes/cc-cmds.el: declare-functioned forward-subword and
|
Fri, 20 Nov 2009 14:05:18 +0000 |
Tassilo Horn |
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
|
Fri, 20 Nov 2009 09:44:42 +0000 |
Jan Dj¸«£rv |
Always suggest system font because .emacs may not have been read yet.
|
Fri, 20 Nov 2009 08:54:18 +0000 |
Jan Dj¸«£rv |
gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
|
Fri, 20 Nov 2009 08:22:32 +0000 |
Tassilo Horn |
2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
Fri, 20 Nov 2009 06:56:16 +0000 |
Dan Nicolaescu |
(vc-deduce-fileset): Allow non-state changing operations
|
Fri, 20 Nov 2009 06:05:10 +0000 |
Dan Nicolaescu |
Use -Wdeclaration-after-statement if available.
|
Fri, 20 Nov 2009 05:44:49 +0000 |
Dan Nicolaescu |
(vc-annotate-show-log-revision-at-line): Pass a
|
Fri, 20 Nov 2009 05:02:46 +0000 |
Chong Yidong |
* sem-user.texi (Idle Completions Mode): More copyedits.
|
Fri, 20 Nov 2009 03:19:27 +0000 |
Stefan Monnier |
Add missing entry.
|
Fri, 20 Nov 2009 02:30:55 +0000 |
Glenn Morris |
(Acknowledgments): Add htmlfontify.
|
Fri, 20 Nov 2009 02:29:32 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Fri, 20 Nov 2009 02:26:07 +0000 |
Chong Yidong |
* message.el (message-send-mail-with-sendmail): Revert last change.
|
Fri, 20 Nov 2009 01:52:41 +0000 |
Chong Yidong |
* sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
|
Fri, 20 Nov 2009 01:35:49 +0000 |
Chong Yidong |
* cedet/cedet.el (cedet-menu-map): Re-order menu items.
|
Fri, 20 Nov 2009 01:17:15 +0000 |
Jay Belanger |
*** empty log message ***
|
Fri, 20 Nov 2009 01:09:03 +0000 |
Jay Belanger |
(calc-octal-radix, calc-hex-radix): Add spec.
|
Fri, 20 Nov 2009 01:08:03 +0000 |
Jay Belanger |
(math-format-date): Fix typo.
|
Fri, 20 Nov 2009 01:00:27 +0000 |
Jay Belanger |
(calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:59:50 +0000 |
Jay Belanger |
(math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:59:24 +0000 |
Jay Belanger |
(calc-modes-menu): Clean up two's complement entries.
|
Fri, 20 Nov 2009 00:58:54 +0000 |
Jay Belanger |
(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:58:28 +0000 |
Jay Belanger |
(calc-graph-plot): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:58:00 +0000 |
Jay Belanger |
(math-format-date): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:57:32 +0000 |
Jay Belanger |
(calc-init-extentions): Rename `calc-complement-signed-mode' to
|
Fri, 20 Nov 2009 00:56:59 +0000 |
Jay Belanger |
(calc-embedded-mode-vars): Rename `calc-complement-signed-mode' to
|
Fri, 20 Nov 2009 00:56:28 +0000 |
Jay Belanger |
(math-compose-expr): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:55:53 +0000 |
Jay Belanger |
(math-format-twos-complement): Renamed from math-format-complement-signed.
|
Fri, 20 Nov 2009 00:55:13 +0000 |
Jay Belanger |
(calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:54:19 +0000 |
Jay Belanger |
(calc-set-mode-line): Rename `calc-complement-signed-mode' to
|
Thu, 19 Nov 2009 22:55:41 +0000 |
Stefan Monnier |
(latex-complete-bibtex-cache, latex-complete-alist): New vars.
|
Thu, 19 Nov 2009 22:10:40 +0000 |
Stefan Monnier |
(Funintern): Comment out last change.
|
Thu, 19 Nov 2009 22:05:40 +0000 |
Stefan Monnier |
* window.el (display-buffer-mark-dedicated): New var.
|
Thu, 19 Nov 2009 22:03:36 +0000 |
Stefan Monnier |
(symbol-complete): Use completion-in-region.
|
Thu, 19 Nov 2009 22:02:53 +0000 |
Stefan Monnier |
(file-cache-add-file): Use push and cons.
|
Thu, 19 Nov 2009 20:58:42 +0000 |
Stefan Monnier |
(with-wrapper-hook): Fix thinko.
|
Thu, 19 Nov 2009 20:47:40 +0000 |
Stefan Monnier |
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
|
Thu, 19 Nov 2009 20:22:03 +0000 |
Stefan Monnier |
Mention htmlfontify.
|
Thu, 19 Nov 2009 20:21:01 +0000 |
Stefan Monnier |
New files.
|
Thu, 19 Nov 2009 17:40:14 +0000 |
Juri Linkov |
*** empty log message ***
|
Thu, 19 Nov 2009 17:39:54 +0000 |
Juri Linkov |
(switch-to-completions): Move point to the first
|
Thu, 19 Nov 2009 17:39:14 +0000 |
Juri Linkov |
Vertical completions.
|
Thu, 19 Nov 2009 17:38:37 +0000 |
Juri Linkov |
(completions-format): New defcustom.
|
Thu, 19 Nov 2009 17:37:22 +0000 |
Juri Linkov |
* find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
|
Thu, 19 Nov 2009 16:49:24 +0000 |
Chong Yidong |
Update md5sum.
|
Thu, 19 Nov 2009 16:48:30 +0000 |
Chong Yidong |
* mail/sendmail.el (mail-yank-prefix): Change default to "> ".
|
Thu, 19 Nov 2009 16:46:50 +0000 |
Chong Yidong |
* message.el (message-from-style, message-interactive)
|
Thu, 19 Nov 2009 16:13:22 +0000 |
Richard M. Stallman |
* lread.c (Funintern): Error if symbol is t or nil.
|
Thu, 19 Nov 2009 09:25:40 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 19 Nov 2009 09:25:19 +0000 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
|
Thu, 19 Nov 2009 07:42:20 +0000 |
Glenn Morris |
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
|
Thu, 19 Nov 2009 07:36:19 +0000 |
Glenn Morris |
*** empty log message ***
|
Thu, 19 Nov 2009 07:27:46 +0000 |
Glenn Morris |
(sgml-lexical-context): Declare.
|
Thu, 19 Nov 2009 07:13:29 +0000 |
Glenn Morris |
(newsticker-treeview-treewindow-width)
|
Thu, 19 Nov 2009 07:12:12 +0000 |
Glenn Morris |
Fix entries.
|
Thu, 19 Nov 2009 03:12:51 +0000 |
Stefan Monnier |
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
|
Thu, 19 Nov 2009 01:40:22 +0000 |
Stefan Monnier |
(make_gap_larger): Don't make as many assumptions about the
|
Thu, 19 Nov 2009 01:11:47 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 19 Nov 2009 01:11:09 +0000 |
Kenichi Handa |
(describe-char-padded-string): Compose with TAB
|
Wed, 18 Nov 2009 21:13:07 +0000 |
Alan Mackenzie |
(cc-imenu-java-generic-expression): A new, more accurate version of the
|
Wed, 18 Nov 2009 21:11:40 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Wed, 18 Nov 2009 19:12:23 +0000 |
Sam Steingold |
(vc-hg-diff): Fix last patch: do not change directory.
|
Wed, 18 Nov 2009 11:26:47 +0000 |
Juanma Barranquero |
* font-setting.el (font-use-system-font): Declare for byte-compiler.
|
Wed, 18 Nov 2009 07:07:32 +0000 |
Alan Mackenzie |
(c-version): Bump to 5.31.8.
|
Wed, 18 Nov 2009 07:06:43 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Tue, 17 Nov 2009 22:10:40 +0000 |
Katsumi Yamaoka |
(rfc2047-decode-region): Don't quote decoded words containing tspecial
|
Tue, 17 Nov 2009 21:57:48 +0000 |
Andreas Schwab |
* lisp.h: Remove declaration of Ffont_get_system_font.
|
Tue, 17 Nov 2009 20:17:46 +0000 |
Jan Dj¸«£rv |
xsettings.c didn't check font-use-system-font, fix that.
|
Tue, 17 Nov 2009 19:13:14 +0000 |
Andreas Schwab |
(x_default_font_parameter): Remove dead assignment.
|
Tue, 17 Nov 2009 19:11:53 +0000 |
Andreas Schwab |
(Fbyteorder, init_font, Ffont_get_system_font): Declare.
|
Tue, 17 Nov 2009 14:58:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 17 Nov 2009 14:57:39 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
|
Tue, 17 Nov 2009 13:47:29 +0000 |
Jan Dj¸«£rv |
* xftfont.c (xftfont_fix_match): Older versions of fontconfig does
|
Tue, 17 Nov 2009 10:38:44 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 17 Nov 2009 10:35:36 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
|
Tue, 17 Nov 2009 09:53:45 +0000 |
Jan Dj¸«£rv |
#ifdef on FC_LCD_FILTER.
|
Tue, 17 Nov 2009 09:19:12 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Tue, 17 Nov 2009 09:19:03 +0000 |
Jan Dj¸«£rv |
menu-bar.el(menu-bar-options-save): Add font-use-system-font.
|
Tue, 17 Nov 2009 09:13:36 +0000 |
Jan Dj¸«£rv |
Add font-setting.el to DOC.
|
Tue, 17 Nov 2009 08:21:23 +0000 |
Jan Dj¸«£rv |
Handle system default font and changing font parameters.
|
Tue, 17 Nov 2009 04:44:58 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 17 Nov 2009 04:41:15 +0000 |
Glenn Morris |
(newsticker--treeview-list-update-faces):
|
Tue, 17 Nov 2009 04:35:33 +0000 |
Glenn Morris |
(vc-svn-print-log): Fix typo in previous.
|
Tue, 17 Nov 2009 04:34:45 +0000 |
Glenn Morris |
(INFO_FILES): Add semantic.
|
Tue, 17 Nov 2009 04:17:19 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 17 Nov 2009 04:16:33 +0000 |
Kenichi Handa |
(x_produce_glyphs): Consider face-remapping when falling
|
Tue, 17 Nov 2009 03:32:04 +0000 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
|
Tue, 17 Nov 2009 02:01:44 +0000 |
Jay Belanger |
Mention twos-complement notation.
|
Tue, 17 Nov 2009 01:52:48 +0000 |
Juanma Barranquero |
* semantic.texi (Semantic Internals, Glossary):
|
Mon, 16 Nov 2009 23:41:36 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 23:41:19 +0000 |
Jay Belanger |
(Radix modes): Mention twos-complement notation.
|
Mon, 16 Nov 2009 23:35:14 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 23:31:10 +0000 |
Jay Belanger |
(calc-b-prefix-help): Remove references to `calc-symclip'.
|
Mon, 16 Nov 2009 23:30:42 +0000 |
Jay Belanger |
(calc-arithmetic-menu): Remove `calc-symclip'.
|
Mon, 16 Nov 2009 23:30:18 +0000 |
Jay Belanger |
(calc-get-operator):
|
Mon, 16 Nov 2009 23:29:53 +0000 |
Jay Belanger |
(calc-init-extensions): Remove references to symclip.
|
Mon, 16 Nov 2009 23:29:20 +0000 |
Jay Belanger |
(math-symclip, calcFunc-symclip, calc-symclip): Remove.
|
Mon, 16 Nov 2009 22:59:09 +0000 |
Kevin Ryde |
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
|
Mon, 16 Nov 2009 22:58:21 +0000 |
Kevin Ryde |
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
|
Mon, 16 Nov 2009 22:55:14 +0000 |
Juanma Barranquero |
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
|
Mon, 16 Nov 2009 22:53:21 +0000 |
Kevin Ryde |
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
|
Mon, 16 Nov 2009 22:52:29 +0000 |
Kevin Ryde |
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
|
Mon, 16 Nov 2009 22:26:36 +0000 |
Chong Yidong |
* info/dir: Add Semantic.
|
Mon, 16 Nov 2009 22:25:49 +0000 |
Chong Yidong |
* Makefile.in: Build the Semantic manual.
|
Mon, 16 Nov 2009 20:36:06 +0000 |
Dan Nicolaescu |
* vc.el (vc-log-show-limit): Default to 2000.
|
Mon, 16 Nov 2009 20:10:39 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 20:09:52 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
|
Mon, 16 Nov 2009 19:46:56 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Mon, 16 Nov 2009 19:43:40 +0000 |
Jan Dj¸«£rv |
xmenu.c(x_menu_wait_for_event): Call XFlush before select.
|
Mon, 16 Nov 2009 15:34:19 +0000 |
Chong Yidong |
Remove unneeded declare-function calls.
|
Mon, 16 Nov 2009 14:41:05 +0000 |
Stefan Monnier |
(vc-rcs-consult-headers): Add missing save-excursion.
|
Mon, 16 Nov 2009 14:29:55 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 14:29:30 +0000 |
Michael Albinus |
* dbus.texi (Receiving Method Calls): New defun
|
Mon, 16 Nov 2009 14:25:43 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 14:25:25 +0000 |
Michael Albinus |
* net/dbus.el (dbus-unregister-service): New defun.
|
Mon, 16 Nov 2009 04:06:12 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Mon, 16 Nov 2009 04:05:51 +0000 |
YAMAMOTO Mitsuharu |
(byte-compile-output-file-form):
|
Mon, 16 Nov 2009 02:10:32 +0000 |
Glenn Morris |
Ignore any deps directory.
|
Mon, 16 Nov 2009 02:08:12 +0000 |
Glenn Morris |
Regenerate autoloads.
|
Mon, 16 Nov 2009 02:06:36 +0000 |
Glenn Morris |
(install-arch-indep): Use a more restrictive Makefile
|
Mon, 16 Nov 2009 00:11:51 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 00:08:00 +0000 |
Jay Belanger |
(calc-b-prefix-help): Add help for `calc-symclip'.
|
Mon, 16 Nov 2009 00:07:07 +0000 |
Jay Belanger |
(calc-arithmetic-menu): Add item for `calc-symclip'.
|
Mon, 16 Nov 2009 00:02:21 +0000 |
Jay Belanger |
(calc-get-operator): Add `calc-symclip'.
|
Mon, 16 Nov 2009 00:01:57 +0000 |
Jay Belanger |
(math-read-number-fancy): Read complement signed numbers.
|
Mon, 16 Nov 2009 00:01:17 +0000 |
Jay Belanger |
(calc-embedded-mode-vars): Add `calc-complement-signed-mode'.
|
Mon, 16 Nov 2009 00:00:22 +0000 |
Jay Belanger |
(calc-word-size): Reset the variables `math-2-word-size' and `math-half-2-word-size'.
|
Sun, 15 Nov 2009 23:59:38 +0000 |
Jay Belanger |
(math-read-token): Read complement signed numbers.
|
Sun, 15 Nov 2009 23:58:11 +0000 |
Jay Belanger |
(calcDigit-key): Fix regexp.
|
Sun, 15 Nov 2009 23:55:53 +0000 |
Jay Belanger |
(math-2-word-size, math-half-2-word-size, calc-complement-signed-mode):
|
Sun, 15 Nov 2009 23:54:21 +0000 |
Chong Yidong |
* register.el (jump-to-register, insert-register): Handle Semantic
|
Sun, 15 Nov 2009 20:28:58 +0000 |
Dan Nicolaescu |
* vc.el (vc-log-show-limit): New variable.
|
Sun, 15 Nov 2009 20:25:55 +0000 |
Dan Nicolaescu |
(mode-line-buffer-identification): Do not purecopy.
|
Sun, 15 Nov 2009 16:23:07 +0000 |
Chong Yidong |
* dired.el (dired-mode-map): Move encryption items to "Operate"
|
Sun, 15 Nov 2009 15:59:05 +0000 |
Chong Yidong |
* strokes.el (strokes-update-window-configuration): Make strokes
|
Sun, 15 Nov 2009 15:37:17 +0000 |
Chong Yidong |
* cedet/semantic/idle.el (semantic-idle-summary-mode)
|
Sun, 15 Nov 2009 15:32:15 +0000 |
Juri Linkov |
(set-mark-default-inactive): Add :type, :group
|
Sun, 15 Nov 2009 13:52:37 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 15 Nov 2009 13:51:58 +0000 |
Michael Albinus |
* arc-mode.el (archive-maybe-copy): Move creation of directory ...
|
Sun, 15 Nov 2009 07:17:00 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Sun, 15 Nov 2009 07:16:21 +0000 |
Carsten Dominik |
*** empty log message ***
|
Sun, 15 Nov 2009 07:15:10 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
|
Sun, 15 Nov 2009 07:11:04 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
|
Sun, 15 Nov 2009 05:16:51 +0000 |
Stefan Monnier |
(help-make-xrefs): Undo the last revert, and replace it with a real fix.
|
Sun, 15 Nov 2009 05:12:52 +0000 |
Stefan Monnier |
(disabled-command-function): Add useful args.
|
Sun, 15 Nov 2009 01:45:23 +0000 |
Glenn Morris |
Fix declarations.
|
Sat, 14 Nov 2009 20:05:33 +0000 |
Glenn Morris |
(menu-bar-tools-menu): Read and send mail entries are not constants. (Bug#4913)
|
Sat, 14 Nov 2009 19:57:09 +0000 |
Glenn Morris |
(elint-standard-variables): Doc fix.
|
Sat, 14 Nov 2009 19:55:37 +0000 |
Glenn Morris |
Shigeru Fukaya <shigeru.fukaya at gmail.com>
|
Sat, 14 Nov 2009 19:29:45 +0000 |
Glenn Morris |
(Holiday Customizing): Replace obsolete alias.
|
Sat, 14 Nov 2009 19:08:41 +0000 |
Glenn Morris |
Francis Wright <F.J.Wright at qmul.ac.uk>
|
Sat, 14 Nov 2009 18:35:19 +0000 |
Andreas Schwab |
Ignore errors from mkdir when creating deps
|
Sat, 14 Nov 2009 18:22:34 +0000 |
Jan Dj¸«£rv |
gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
|
Sat, 14 Nov 2009 16:07:44 +0000 |
Chong Yidong |
* simple.el (shell-command): Doc fix (Bug#4891).
|
Sat, 14 Nov 2009 15:44:43 +0000 |
Chong Yidong |
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
|
Sat, 14 Nov 2009 15:17:38 +0000 |
Jan Dj¸«£rv |
Use gcc-generated dependency files if we can (GNU Make and gcc required).
|
Sat, 14 Nov 2009 15:15:32 +0000 |
Chong Yidong |
* commands.texi (Motion Events): Fix typo (Bug#4907).
|
Sat, 14 Nov 2009 04:37:00 +0000 |
Glenn Morris |
(viper-set-hooks): Remove duplicate advice statements for vc-diff,
|
Sat, 14 Nov 2009 04:31:52 +0000 |
Glenn Morris |
(top-level): Remove unnecessary load of ange-ftp when compiling.
|
Sat, 14 Nov 2009 04:27:21 +0000 |
Glenn Morris |
No need to cc on -done messages.
|
Sat, 14 Nov 2009 04:23:18 +0000 |
Glenn Morris |
(byte-compile-single-version): Remove, unused.
|
Sat, 14 Nov 2009 04:18:10 +0000 |
Glenn Morris |
(x-selection-owner-p): Declare.
|
Sat, 14 Nov 2009 04:16:17 +0000 |
Glenn Morris |
(Acknowledgments): Update for recent Org changes.
|
Sat, 14 Nov 2009 04:14:49 +0000 |
Glenn Morris |
(defgroup): Doc fix.
|
Sat, 14 Nov 2009 04:14:05 +0000 |
Glenn Morris |
(epg): Doc fix.
|
Sat, 14 Nov 2009 04:12:58 +0000 |
Glenn Morris |
(postscript): Doc fix.
|
Sat, 14 Nov 2009 04:07:19 +0000 |
Glenn Morris |
Fix typo.
|
Sat, 14 Nov 2009 04:07:05 +0000 |
Glenn Morris |
Fix typos.
|
Sat, 14 Nov 2009 02:01:35 +0000 |
Dan Nicolaescu |
* bindings.el (mode-line-buffer-identification): Purecopy only the string.
|
Fri, 13 Nov 2009 22:54:16 +0000 |
Stefan Monnier |
(add-change-log-entry): Avoid displaying the changelog a second time.
|
Fri, 13 Nov 2009 22:19:45 +0000 |
Stefan Monnier |
* x-dnd.el (x-dnd-maybe-call-test-function):
|
Fri, 13 Nov 2009 17:03:30 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Fri, 13 Nov 2009 16:19:19 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:18:57 +0000 |
Michael Albinus |
* dbus.texi (Type Conversion): Fix typo.
|
Fri, 13 Nov 2009 16:12:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:11:33 +0000 |
Michael Albinus |
* dbusbind.c (Vdbus_registered_objects_table): Renamed from
|
Fri, 13 Nov 2009 16:05:24 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:04:59 +0000 |
Michael Albinus |
* net/dbus.el (dbus-registered-objects-table): Renamed from
|
Fri, 13 Nov 2009 15:26:28 +0000 |
Stefan Monnier |
(mark_object): Don't reprocess marked strings.
|
Fri, 13 Nov 2009 14:50:17 +0000 |
Stefan Monnier |
(minibuffer-default-add-completions): Drop deprecated 4th arg.
|
Fri, 13 Nov 2009 11:18:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 13 Nov 2009 11:17:22 +0000 |
Kenichi Handa |
(word_boundary_p): Adjusted for the change of the
|
Fri, 13 Nov 2009 10:35:39 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 13 Nov 2009 10:35:00 +0000 |
Eli Zaretskii |
(artist-mouse-choose-operation): Call `tmm-prompt' instead of `x-popup-menu'
|
Fri, 13 Nov 2009 10:10:15 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 13 Nov 2009 10:09:38 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Revert last change.
|
Fri, 13 Nov 2009 10:09:05 +0000 |
Eli Zaretskii |
(Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
|
Fri, 13 Nov 2009 08:41:47 +0000 |
Carsten Dominik |
refcards/orgcard.tex: Document the new archiving keys.
|
Fri, 13 Nov 2009 08:41:34 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 13 Nov 2009 08:39:50 +0000 |
Carsten Dominik |
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 13 Nov 2009 08:39:29 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 13 Nov 2009 08:37:55 +0000 |
Carsten Dominik |
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 13 Nov 2009 06:21:38 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 13 Nov 2009 06:20:52 +0000 |
Kenichi Handa |
Make sure that the value of jisx0208 property is jisx0208 character.
|
Fri, 13 Nov 2009 02:40:40 +0000 |
Dan Nicolaescu |
(auto-coding-regexp-alist): Only purecopy
|
Thu, 12 Nov 2009 23:10:01 +0000 |
Stefan Monnier |
(minibuffer-completion-help): Use minibuffer-hide-completions.
|
Thu, 12 Nov 2009 22:37:58 +0000 |
Stefan Monnier |
(dired-save-positions, dired-restore-positions): New funs.
|
Thu, 12 Nov 2009 12:37:47 +0000 |
Dan Nicolaescu |
(tooltip-frame-parameters): Undo previous change.
|
Thu, 12 Nov 2009 10:41:50 +0000 |
Juri Linkov |
(ffap-alternate-file-other-window, ffap-literally): New functions.
|
Thu, 12 Nov 2009 06:55:39 +0000 |
Dan Nicolaescu |
* textmodes/ispell.el (ispell-skip-region-alist):
|
Thu, 12 Nov 2009 06:48:03 +0000 |
Dan Nicolaescu |
(define-compiler-macro): Purecopy the file name.
|
Thu, 12 Nov 2009 02:09:33 +0000 |
Stefan Monnier |
(syms_of_xdisp): Fix typo in last change.
|
Thu, 12 Nov 2009 00:51:37 +0000 |
Juanma Barranquero |
* makefile.w32-in: Update dependencies; add dependencies to lisp.h.
|
Thu, 12 Nov 2009 00:43:01 +0000 |
Juanma Barranquero |
Fix typos.
|
Thu, 12 Nov 2009 00:26:09 +0000 |
David Reitter |
menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables to fix 2009-11-09 change.
|
Wed, 11 Nov 2009 20:11:51 +0000 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
Wed, 11 Nov 2009 19:25:24 +0000 |
Dan Nicolaescu |
* frame.c (make_initial_frame):
|
Wed, 11 Nov 2009 19:24:20 +0000 |
Dan Nicolaescu |
* widget.el (define-widget): Purecopy the docstring.
|
Wed, 11 Nov 2009 19:13:50 +0000 |
Dan Nicolaescu |
* s/freebsd.h:
|
Wed, 11 Nov 2009 19:02:35 +0000 |
Stefan Monnier |
(directory-abbrev-alist): Fix docstring.
|
Wed, 11 Nov 2009 19:01:10 +0000 |
Stefan Monnier |
(face-set-after-frame-default): Add comment.
|
Wed, 11 Nov 2009 14:55:35 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 11 Nov 2009 14:40:18 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-minibuffer-electric-separator)
|
Wed, 11 Nov 2009 06:41:07 +0000 |
Dan Nicolaescu |
Add dependencies to lisp.h. Remove dependencies
|
Wed, 11 Nov 2009 06:36:41 +0000 |
Dan Nicolaescu |
* progmodes/grep.el (grep-regexp-alist):
|
Wed, 11 Nov 2009 06:30:38 +0000 |
Dan Nicolaescu |
* Makefile.in (ELCFILES): Add international/mule-conf.elc.
|
Wed, 11 Nov 2009 06:27:23 +0000 |
Dan Nicolaescu |
(define-charset): Purecopy props.
|
Wed, 11 Nov 2009 06:22:30 +0000 |
Dan Nicolaescu |
* international/mule-cmds.el (register-input-method); Purecopy arguments.
|
Wed, 11 Nov 2009 06:18:17 +0000 |
Dan Nicolaescu |
(define-ccl-program): Purecopy the docstring.
|
Wed, 11 Nov 2009 06:17:07 +0000 |
Dan Nicolaescu |
(define-minor-mode): Purecopy :lighter.
|
Wed, 11 Nov 2009 06:16:16 +0000 |
Dan Nicolaescu |
* subr.el (add-hook): Purecopy strings.
|
Wed, 11 Nov 2009 06:12:21 +0000 |
Dan Nicolaescu |
(custom-declare-group): Purecopy load-file-name.
|
Wed, 11 Nov 2009 06:10:42 +0000 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
Wed, 11 Nov 2009 06:06:43 +0000 |
Dan Nicolaescu |
* net/eudc.el (eudc-tools-menu):
|
Wed, 11 Nov 2009 05:57:51 +0000 |
Dan Nicolaescu |
* subr.el (menu-bar-separator): New defconst.
|
Wed, 11 Nov 2009 05:49:09 +0000 |
Dan Nicolaescu |
* term/x-win.el (x-gtk-stock-map):
|
Wed, 11 Nov 2009 00:11:40 +0000 |
Juri Linkov |
(dired-get-filename)<declare-function>:
|
Tue, 10 Nov 2009 21:22:57 +0000 |
Stefan Monnier |
(Fplist_get): Merge the active and the uncommented code.
|
Tue, 10 Nov 2009 19:06:40 +0000 |
Jan Dj¸«£rv |
Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
|
Tue, 10 Nov 2009 18:07:09 +0000 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Remove unused vars.
|
Tue, 10 Nov 2009 08:12:52 +0000 |
Glenn Morris |
(Hints to MUA Authors): MUA should do any decoding.
|
Tue, 10 Nov 2009 08:11:47 +0000 |
Glenn Morris |
Update x-popup-menu declaration.
|
Tue, 10 Nov 2009 08:06:53 +0000 |
Glenn Morris |
(find-emacs-lisp-shadows, list-load-path-shadows): Use dolist.
|
Tue, 10 Nov 2009 07:58:57 +0000 |
Jan Dj¸«£rv |
xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
|
Tue, 10 Nov 2009 00:54:45 +0000 |
Juri Linkov |
(read-file-name): Support a list of default values
|
Tue, 10 Nov 2009 00:07:41 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 09 Nov 2009 22:15:41 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 09 Nov 2009 22:05:25 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 09 Nov 2009 22:04:57 +0000 |
Michael Albinus |
* net/dbus.el (dbus-unregister-object): Release service, if no
|
Mon, 09 Nov 2009 11:21:04 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 09 Nov 2009 11:07:05 +0000 |
Juanma Barranquero |
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
|
Mon, 09 Nov 2009 06:21:03 +0000 |
Stefan Monnier |
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
|
Sun, 08 Nov 2009 23:19:11 +0000 |
Chong Yidong |
* searching.texi (Char Classes): Note that [:upper:] and [:lower:]
|
Sun, 08 Nov 2009 23:05:49 +0000 |
Chong Yidong |
* emulation/cua-base.el: Add CUA property to some CC mode commands
|
Sun, 08 Nov 2009 23:01:45 +0000 |
Chong Yidong |
* bookmark.el (bookmark-completing-read): Sort bookmark names if
|
Sun, 08 Nov 2009 22:53:30 +0000 |
Chong Yidong |
* cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
|
Sun, 08 Nov 2009 21:49:49 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
|
Sun, 08 Nov 2009 21:48:43 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
|
Sun, 08 Nov 2009 16:30:52 +0000 |
Chong Yidong |
* compilation.txt: Add one more error message for msft (Bug#4100).
|
Sun, 08 Nov 2009 16:30:19 +0000 |
Chong Yidong |
* compilation.txt: Add one more error message for msft (Bug#4100).
|
Sun, 08 Nov 2009 15:42:32 +0000 |
Chong Yidong |
Delete trailing whitespace.
|
Sun, 08 Nov 2009 15:06:50 +0000 |
Stefan Monnier |
(parse_menu_item): Handle `notreal' a bit earlier.
|
Sun, 08 Nov 2009 10:49:06 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 10:48:41 +0000 |
Michael Albinus |
* tramp.texi (Auto-save and Backup): Disable backups just for a
|
Sun, 08 Nov 2009 10:47:53 +0000 |
Michael Albinus |
* trampver.texi: Update release number.
|
Sun, 08 Nov 2009 10:45:22 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 10:44:46 +0000 |
Michael Albinus |
* net/trampver.el: Update release number.
|
Sun, 08 Nov 2009 10:44:22 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-make-auto-save-file-name)
|
Sun, 08 Nov 2009 09:29:54 +0000 |
Andreas Schwab |
Regenerate.
|
Sun, 08 Nov 2009 05:32:48 +0000 |
Chong Yidong |
* url-http.el (url-http-handle-authentication): Use proxy server,
|
Sun, 08 Nov 2009 00:32:18 +0000 |
Chong Yidong |
* dired-aux.el (dired-query): Place cursor in echo area and allow
|
Sun, 08 Nov 2009 00:14:30 +0000 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.
|
Sun, 08 Nov 2009 00:09:02 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 00:08:25 +0000 |
Michael Albinus |
* trampver.texi: Update release number.
|
Sun, 08 Nov 2009 00:03:34 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 00:01:28 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 07 Nov 2009 23:56:24 +0000 |
Michael Albinus |
* net/trampver.el: Update release number.
|
Sat, 07 Nov 2009 23:55:30 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-handle-copy-directory)
|
Sat, 07 Nov 2009 23:54:29 +0000 |
Michael Albinus |
* net/tramp-fish.el (tramp-fish-handle-delete-directory):
|
Sat, 07 Nov 2009 23:53:54 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 07 Nov 2009 23:53:29 +0000 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-copy-directory)
|
Sat, 07 Nov 2009 23:52:48 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-copy-directory): Don't use
|
Sat, 07 Nov 2009 23:51:17 +0000 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-copy-directory)
|
Sat, 07 Nov 2009 23:49:08 +0000 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
|
Sat, 07 Nov 2009 19:39:39 +0000 |
Chong Yidong |
Update md5sum.
|
Sat, 07 Nov 2009 18:19:48 +0000 |
Chong Yidong |
* tar-mode.el (tar-copy): Call write-region on the right buffer
|
Sat, 07 Nov 2009 18:09:05 +0000 |
Chong Yidong |
* mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
|
Fri, 06 Nov 2009 19:15:25 +0000 |
Chong Yidong |
* buff-menu.el (Buffer-menu-buffer+size): Use display property to
|
Fri, 06 Nov 2009 19:12:55 +0000 |
Chong Yidong |
* emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
|
Fri, 06 Nov 2009 18:47:48 +0000 |
Stefan Monnier |
Let integers use up 2 tags to give them one extra bit and double their range.
|
Fri, 06 Nov 2009 11:40:24 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 06 Nov 2009 11:39:31 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
|
Fri, 06 Nov 2009 10:55:11 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 06 Nov 2009 10:54:26 +0000 |
Eli Zaretskii |
(make_pure_c_string): Fix last change to avoid compiler warning.
|
Fri, 06 Nov 2009 08:30:43 +0000 |
Jan Dj¸«£rv |
Fix bug #4870, issues 3 and 4.
|
Fri, 06 Nov 2009 07:50:54 +0000 |
Dan Nicolaescu |
* progmodes/ld-script.el (auto-mode-alist):
|
Fri, 06 Nov 2009 07:49:31 +0000 |
Dan Nicolaescu |
* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Fri, 06 Nov 2009 06:39:33 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 06 Nov 2009 06:37:54 +0000 |
Kenichi Handa |
Regenerated
|
Fri, 06 Nov 2009 06:31:48 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 06 Nov 2009 06:31:23 +0000 |
Kenichi Handa |
(unidata-gen-table): Fix for the case that the block data and the
|
Fri, 06 Nov 2009 06:07:46 +0000 |
Dan Nicolaescu |
* process.c (socket_options): Make it const.
|
Fri, 06 Nov 2009 05:24:28 +0000 |
Dan Nicolaescu |
* alloc.c (make_pure_c_string): New function.
|
Fri, 06 Nov 2009 05:16:23 +0000 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
|
Fri, 06 Nov 2009 03:22:13 +0000 |
Glenn Morris |
(ELCFILES): Update.
|
Thu, 05 Nov 2009 21:17:21 +0000 |
Stefan Monnier |
* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
|
Thu, 05 Nov 2009 21:04:59 +0000 |
Stefan Monnier |
* mh-thread.el (mh-thread-set-tables):
|
Thu, 05 Nov 2009 21:01:32 +0000 |
Stefan Monnier |
* nxml/xsd-regexp.el (xsdre-gen-categories):
|
Thu, 05 Nov 2009 21:00:31 +0000 |
Stefan Monnier |
* org.el (org-version, org-get-refile-targets, org-refile)
|
Thu, 05 Nov 2009 20:54:34 +0000 |
Stefan Monnier |
* verilog-mode.el (verilog-getopt-file, verilog-set-define):
|
Thu, 05 Nov 2009 04:16:04 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 05 Nov 2009 04:12:49 +0000 |
Kenichi Handa |
(Finsert_file_contents): Be sure set coding-system of
|
Thu, 05 Nov 2009 03:25:41 +0000 |
Glenn Morris |
(byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)
|
Thu, 05 Nov 2009 03:24:08 +0000 |
Glenn Morris |
(vc-git-stash-map): Move definition before use.
|
Thu, 05 Nov 2009 03:23:31 +0000 |
Glenn Morris |
Use autoload-rubric's feature argument.
|
Thu, 05 Nov 2009 03:22:55 +0000 |
Glenn Morris |
(autoload-rubric): Add optional feature arg.
|
Thu, 05 Nov 2009 03:22:18 +0000 |
Glenn Morris |
(top-level): Make load behave more like require.
|
Thu, 05 Nov 2009 03:20:05 +0000 |
Glenn Morris |
*** empty log message ***
|
Wed, 04 Nov 2009 06:34:37 +0000 |
Dan Nicolaescu |
(custom-declare-group): Purecopy standard-value.
|
Wed, 04 Nov 2009 06:31:42 +0000 |
Dan Nicolaescu |
(BASE_PURESIZE): Increase to 1620000.
|
Wed, 04 Nov 2009 06:16:58 +0000 |
Dan Nicolaescu |
(load-with-code-conversion): Call
|
Wed, 04 Nov 2009 06:15:41 +0000 |
Dan Nicolaescu |
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
|
Wed, 04 Nov 2009 04:33:25 +0000 |
Stefan Monnier |
Load mh-loaddefs during compilation as well.
|
Wed, 04 Nov 2009 04:32:04 +0000 |
Stefan Monnier |
Require help-mode rather than help-fns (bug#4861).
|
Wed, 04 Nov 2009 03:17:15 +0000 |
Glenn Morris |
(byte-defop-compiler19): Remove.
|
Wed, 04 Nov 2009 03:15:43 +0000 |
Glenn Morris |
Add "Incompatible Lisp Changes in Emacs 23.2".
|
Wed, 04 Nov 2009 03:15:14 +0000 |
Glenn Morris |
(byte-compile-version-cond): Remove macro.
|
Wed, 04 Nov 2009 02:53:03 +0000 |
Juri Linkov |
*** empty log message ***
|
Wed, 04 Nov 2009 02:52:53 +0000 |
Juri Linkov |
(menu-bar-make-mm-toggle): Quote each element of `props'.
|
Wed, 04 Nov 2009 00:27:34 +0000 |
Juanma Barranquero |
* calendar/calendar.el (cal-loaddefs):
|
Tue, 03 Nov 2009 22:24:34 +0000 |
Stefan Monnier |
(todo-add-category): Don't hardcode point-min==1.
|
Tue, 03 Nov 2009 21:45:31 +0000 |
Stefan Monnier |
* emacs-lisp/autoload.el (generated-autoload-feature): Remove.
|
Tue, 03 Nov 2009 21:34:59 +0000 |
Stefan Monnier |
(save_restriction_restore): Update the (pt/begv/vz)_markers
|
Tue, 03 Nov 2009 21:12:15 +0000 |
Stefan Monnier |
(XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.
|
Tue, 03 Nov 2009 15:30:39 +0000 |
Stefan Monnier |
Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
|
Tue, 03 Nov 2009 15:28:13 +0000 |
Stefan Monnier |
(define-obsolete-variable-alias): Use dolist,
|
Tue, 03 Nov 2009 07:28:59 +0000 |
Juri Linkov |
*** empty log message ***
|
Tue, 03 Nov 2009 07:28:33 +0000 |
Juri Linkov |
(Buffer-menu-mode-map): Add hyphen between "Buffer"
|
Tue, 03 Nov 2009 07:28:19 +0000 |
Juri Linkov |
(menu-bar-make-mm-toggle, menu-bar-make-toggle)
|
Tue, 03 Nov 2009 03:29:19 +0000 |
Glenn Morris |
(with-mode-local): Another doc fix.
|
Tue, 03 Nov 2009 03:22:30 +0000 |
Glenn Morris |
(with-mode-local): Doc fix.
|
Tue, 03 Nov 2009 03:16:23 +0000 |
Glenn Morris |
(byte-compile-file-form-defvar)
|
Tue, 03 Nov 2009 03:14:47 +0000 |
Glenn Morris |
(ansi-color-apply-on-region): Autoload it...
|
Tue, 03 Nov 2009 03:12:34 +0000 |
Glenn Morris |
Reword header comment to prevent copyright.el wanting to update years.
|
Tue, 03 Nov 2009 02:04:29 +0000 |
Stefan Monnier |
* url-util.el (url-insert-entities-in-string):
|
Tue, 03 Nov 2009 00:39:10 +0000 |
Chong Yidong |
* comint.el (comint-replace-by-expanded-history-before-point):
|
Mon, 02 Nov 2009 02:59:23 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 02 Nov 2009 02:56:43 +0000 |
Jay Belanger |
(calc-date-notation): Check to see if the format is whitespace
|
Mon, 02 Nov 2009 02:30:04 +0000 |
Chong Yidong |
* minibuf.texi (Reading File Names): Note that read-file-name may
|
Mon, 02 Nov 2009 02:06:36 +0000 |
Chong Yidong |
* minibuffer.el (read-file-name): Don't use file dialogs for
|
Sun, 01 Nov 2009 17:44:04 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
|
Sun, 01 Nov 2009 09:47:58 +0000 |
Andreas Schwab |
(view-mode-exit): If OLD-BUF is dead bury the buffer
|
Sat, 31 Oct 2009 21:52:53 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
|
Sat, 31 Oct 2009 20:16:50 +0000 |
Chong Yidong |
* facemenu.el (list-colors-display): Don't mark buffer as
|
Sat, 31 Oct 2009 19:44:02 +0000 |
Glenn Morris |
(User-Chosen Coding Systems): Minor reword. (Bug#4817)
|
Sat, 31 Oct 2009 19:30:47 +0000 |
Chong Yidong |
* international/mule-diag.el (list-character-sets-1): Minor
|
Sat, 31 Oct 2009 19:30:23 +0000 |
Chong Yidong |
* mule.texi (Charsets): Numerous copyedits. Don't discuss the
|
Sat, 31 Oct 2009 18:43:37 +0000 |
Chong Yidong |
* progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
|
Sat, 31 Oct 2009 18:03:02 +0000 |
Chong Yidong |
* menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
|
Sat, 31 Oct 2009 17:12:13 +0000 |
Chong Yidong |
* frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
|
Sat, 31 Oct 2009 02:38:34 +0000 |
Stefan Monnier |
* textmodes/two-column.el (2C-split):
|
Sat, 31 Oct 2009 02:22:30 +0000 |
Glenn Morris |
Stephen Berman <stephen.berman at gmx.net>
|
Sat, 31 Oct 2009 02:19:41 +0000 |
Glenn Morris |
(top-level): Don't require dired when compiling.
|
Sat, 31 Oct 2009 02:17:41 +0000 |
Glenn Morris |
(top-level): Move provide statement to end.
|
Sat, 31 Oct 2009 02:15:09 +0000 |
Glenn Morris |
(tar-parse-info, tar-header-name): Declare for compiler.
|
Sat, 31 Oct 2009 02:13:38 +0000 |
Glenn Morris |
Remove odd/obsolete header comment.
|
Sat, 31 Oct 2009 02:12:06 +0000 |
Glenn Morris |
Mention byte-compile-warnings `constants' member.
|
Sat, 31 Oct 2009 02:10:43 +0000 |
Glenn Morris |
(byte-compile-warning-types, byte-compile-warnings): Add `constants'
|
Sat, 31 Oct 2009 02:05:15 +0000 |
Glenn Morris |
(semantic--tag-link-list-to-buffer): Use mapc rather than mapcar
|
Sat, 31 Oct 2009 02:03:19 +0000 |
Glenn Morris |
Suppress harmless warnings about setting up semantic-imenu (not part
|
Fri, 30 Oct 2009 10:55:20 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 30 Oct 2009 10:54:30 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
|
Fri, 30 Oct 2009 05:51:11 +0000 |
Stefan Monnier |
Forgot to include lisp/Makefile in the big previous CEDET commit.
|
Fri, 30 Oct 2009 05:48:13 +0000 |
Stefan Monnier |
(vc-bzr-revision-keywords): New var.
|
Fri, 30 Oct 2009 02:16:41 +0000 |
Stefan Monnier |
* cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
|
Fri, 30 Oct 2009 02:00:11 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
Thu, 29 Oct 2009 16:46:52 +0000 |
Glenn Morris |
Update to version 2009-08-14.15 from ftp://tug.org/tex/.
|
Thu, 29 Oct 2009 16:44:23 +0000 |
Glenn Morris |
Fix some entries.
|
Thu, 29 Oct 2009 16:43:02 +0000 |
Glenn Morris |
Add emacs-lisp-intro.pdf.
|
Thu, 29 Oct 2009 14:33:44 +0000 |
Jason Rumney |
(syms_of_w32fns): Change default value of
|
Wed, 28 Oct 2009 19:30:25 +0000 |
Stefan Monnier |
(diff-add-change-log-entries-other-window): Document in the code a bug.
|
Wed, 28 Oct 2009 18:35:33 +0000 |
Stefan Monnier |
* calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
|
Wed, 28 Oct 2009 15:54:00 +0000 |
Robert J. Chassell |
*** empty log message ***
|
Wed, 28 Oct 2009 15:51:10 +0000 |
Robert J. Chassell |
removed lines 33 and 34 of emacs-lisp-intro.texi which said
|
Wed, 28 Oct 2009 14:01:49 +0000 |
Stefan Monnier |
* cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
|
Wed, 28 Oct 2009 13:59:30 +0000 |
Stefan Monnier |
(pcomplete-comint-setup): If there's a choice, replace
|
Wed, 28 Oct 2009 03:09:11 +0000 |
Stefan Monnier |
(bookmark-insert-location, bookmark-bmenu-list)
|
Wed, 28 Oct 2009 02:07:13 +0000 |
Stefan Monnier |
Fix last change's attribution.
|
Wed, 28 Oct 2009 02:05:46 +0000 |
Stefan Monnier |
(vc-hg-state, vc-hg-working-revision): Use process-file so
|
Tue, 27 Oct 2009 22:59:55 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
|
Tue, 27 Oct 2009 22:52:19 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
|
Tue, 27 Oct 2009 11:55:13 +0000 |
Robert J. Chassell |
*** empty log message ***
|
Tue, 27 Oct 2009 11:53:51 +0000 |
Robert J. Chassell |
Minor change, bump Emacs version
|
Tue, 27 Oct 2009 10:53:06 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 27 Oct 2009 10:52:54 +0000 |
Michael Albinus |
* net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
|
Tue, 27 Oct 2009 02:48:13 +0000 |
Glenn Morris |
Make links to doc/lispintro/*.pdf.
|
Tue, 27 Oct 2009 02:46:22 +0000 |
Glenn Morris |
Add copyright information for PDF images.
|
Tue, 27 Oct 2009 02:45:57 +0000 |
Glenn Morris |
(texinfodir, TEXI2PDF): New variables.
|
Tue, 27 Oct 2009 02:45:40 +0000 |
Glenn Morris |
(TEXI2PDF): New variable.
|
Tue, 27 Oct 2009 02:45:17 +0000 |
Glenn Morris |
New file, generated from .eps version with epstopdf.
|
Mon, 26 Oct 2009 16:20:44 +0000 |
Juanma Barranquero |
* minibuf.c (Fall_completions): Fix typos in docstring.
|
Mon, 26 Oct 2009 15:18:03 +0000 |
Juanma Barranquero |
Fix typos in comments.
|
Mon, 26 Oct 2009 14:59:12 +0000 |
Juanma Barranquero |
* simple.el (transpose-subr): Give clearer error when the mark is not set.
|
Mon, 26 Oct 2009 10:39:41 +0000 |
Andreas Schwab |
(PURESIZE_RATIO): Increase back to 10/6.
|
Mon, 26 Oct 2009 10:04:37 +0000 |
Juanma Barranquero |
* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
|
Mon, 26 Oct 2009 09:29:12 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 26 Oct 2009 09:29:00 +0000 |
Michael Albinus |
* net/tramp.el (tramp-perl-file-truename): New defconst. Perl
|
Mon, 26 Oct 2009 09:05:09 +0000 |
Michael Albinus |
* net/tramp-imap.el (tramp-imap-file-name-handler-alist): Ignore
|
Mon, 26 Oct 2009 06:43:36 +0000 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-dvi-view-command)
|
Mon, 26 Oct 2009 04:06:01 +0000 |
Stefan Monnier |
(pcomplete-std-complete): Obey pcomplete-use-paring.
|
Mon, 26 Oct 2009 03:39:15 +0000 |
Stefan Monnier |
(all-completions): Declare the 4th arg obsolete.
|
Sun, 25 Oct 2009 20:38:06 +0000 |
Stefan Monnier |
(pcomplete-unquote-argument-function): New var.
|
Sun, 25 Oct 2009 18:09:57 +0000 |
Stefan Monnier |
(bookmark-bmenu-list): Don't use switch-to-buffer if
|
Sun, 25 Oct 2009 02:55:27 +0000 |
Stefan Monnier |
* cedet/semantic/fw.el (semantic-alias-obsolete)
|
Sun, 25 Oct 2009 02:07:45 +0000 |
Karl Fogel |
* bookmark.el: Update documentation, especially documentation
|
Sun, 25 Oct 2009 00:40:13 +0000 |
Chong Yidong |
* keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
|
Sat, 24 Oct 2009 22:09:08 +0000 |
Chong Yidong |
* mail/emacsbug.el (report-emacs-bug): Clarify that the
|
Sat, 24 Oct 2009 21:51:03 +0000 |
Chong Yidong |
* whitespace.el (whitespace-mode, whitespace-newline-mode)
|
Sat, 24 Oct 2009 21:32:19 +0000 |
Chong Yidong |
* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
|
Sat, 24 Oct 2009 21:31:16 +0000 |
Miles Bader |
Add arch tagline
|
Sat, 24 Oct 2009 21:15:39 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-font-lock-paren): Handle case
|
Sat, 24 Oct 2009 20:30:44 +0000 |
Chong Yidong |
* files.el (delete-directory): Delete symlinks to directories with
|
Sat, 24 Oct 2009 18:58:50 +0000 |
Chong Yidong |
* nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
|
Sat, 24 Oct 2009 18:02:47 +0000 |
Chong Yidong |
* cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
|
Sat, 24 Oct 2009 16:45:25 +0000 |
Andreas Schwab |
(xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
|
Sat, 24 Oct 2009 16:34:52 +0000 |
Andreas Schwab |
(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
|
Sat, 24 Oct 2009 16:32:06 +0000 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
|
Sat, 24 Oct 2009 14:01:03 +0000 |
Andreas Schwab |
(procfs_ttyname): Fix sprintf format to match argument
|
Sat, 24 Oct 2009 06:34:26 +0000 |
Dan Nicolaescu |
(vc-backend-for-registration): Rename from
|
Sat, 24 Oct 2009 06:32:03 +0000 |
Dan Nicolaescu |
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
|
Sat, 24 Oct 2009 03:54:58 +0000 |
Glenn Morris |
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
|
Sat, 24 Oct 2009 03:54:50 +0000 |
Glenn Morris |
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
|
Sat, 24 Oct 2009 03:51:51 +0000 |
Glenn Morris |
(file-cache-completions-keymap): Bind mouse-2 to
|
Sat, 24 Oct 2009 03:50:20 +0000 |
Glenn Morris |
(comint-dynamic-list-completions): Use choose-completion rather than
|
Sat, 24 Oct 2009 03:49:44 +0000 |
Glenn Morris |
(term-dynamic-list-completions): Use choose-completion rather than
|
Sat, 24 Oct 2009 03:48:37 +0000 |
Glenn Morris |
(octave-complete-symbol): Use choose-completion if
|
Sat, 24 Oct 2009 03:45:50 +0000 |
Glenn Morris |
(sgml-looking-back-at): Move definition before use.
|
Sat, 24 Oct 2009 03:44:42 +0000 |
Glenn Morris |
(generate-autoload-cookie): Define for compiler.
|
Sat, 24 Oct 2009 03:43:47 +0000 |
Glenn Morris |
Convert comment about autoload into autoload comment.
|
Sat, 24 Oct 2009 03:42:18 +0000 |
Glenn Morris |
(help-xref-stack-item): Define for compiler.
|
Sat, 24 Oct 2009 00:46:17 +0000 |
Stefan Monnier |
(completion--embedded-envvar-table): Fix last change.
|
Fri, 23 Oct 2009 20:56:30 +0000 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
|
Fri, 23 Oct 2009 18:39:48 +0000 |
Chong Yidong |
Fix typo.
|
Fri, 23 Oct 2009 18:07:38 +0000 |
Dan Nicolaescu |
(vc-responsible-backend): Throw an error if not backend is
|
Fri, 23 Oct 2009 17:56:06 +0000 |
Andreas Schwab |
(PURESIZE_RATIO): Decrease to 11/7.
|
Fri, 23 Oct 2009 17:52:56 +0000 |
Chong Yidong |
* window.c (Fwindow_edges, Fwindow_pixel_edges)
|
Fri, 23 Oct 2009 17:37:09 +0000 |
Stefan Monnier |
(pcomplete-common-suffix, pcomplete-table-subvert): New funs.
|
Fri, 23 Oct 2009 17:33:52 +0000 |
Stefan Monnier |
* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
|
Fri, 23 Oct 2009 17:26:06 +0000 |
Chong Yidong |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
|
Fri, 23 Oct 2009 16:19:37 +0000 |
Chong Yidong |
* configure.in: Invoke $CPP with -P when creating Makefile and
|
Fri, 23 Oct 2009 16:17:17 +0000 |
Chong Yidong |
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
|
Fri, 23 Oct 2009 16:01:19 +0000 |
Chong Yidong |
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
|
Fri, 23 Oct 2009 15:10:31 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 23 Oct 2009 15:10:12 +0000 |
Michael Albinus |
* tramp.texi (External methods): Temporary files are kept for
|
Fri, 23 Oct 2009 15:04:27 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 23 Oct 2009 15:04:08 +0000 |
Michael Albinus |
* net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
|
Fri, 23 Oct 2009 08:20:11 +0000 |
Juanma Barranquero |
* menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
|
Fri, 23 Oct 2009 07:29:21 +0000 |
Dan Nicolaescu |
* bindings.el (propertized-buffer-identification): Undo previous change.
|
Fri, 23 Oct 2009 05:15:26 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1430000.
|
Fri, 23 Oct 2009 01:40:13 +0000 |
Jay Belanger |
*** empty log message ***
|
Fri, 23 Oct 2009 01:39:04 +0000 |
Jay Belanger |
(math-read-number, math-read-number-simple): Use `save-match-data'.
|
Thu, 22 Oct 2009 19:31:43 +0000 |
Stefan Monnier |
* simple.el (normal-erase-is-backspace-mode): Use input-decode-map
|
Thu, 22 Oct 2009 16:14:49 +0000 |
Stefan Monnier |
(completion-table-with-terminator): Allow to specify the terminator-regexp.
|
Thu, 22 Oct 2009 15:27:17 +0000 |
Stefan Monnier |
(switch-to-completions): Look for *Completions* in other frames as well.
|
Thu, 22 Oct 2009 15:17:48 +0000 |
Stefan Monnier |
Allow the use of completion-tables.
|
Thu, 22 Oct 2009 09:42:22 +0000 |
Juanma Barranquero |
Add missing bug references.
|
Thu, 22 Oct 2009 09:40:54 +0000 |
Juanma Barranquero |
Add missing entry.
|
Thu, 22 Oct 2009 07:43:19 +0000 |
Juanma Barranquero |
* find-dired.el (find-name-arg): Fix typo in docstring.
|
Thu, 22 Oct 2009 03:35:11 +0000 |
Stefan Monnier |
(pcomplete/kill): Don't abuse pcomplete-entries.
|
Thu, 22 Oct 2009 03:25:54 +0000 |
Stefan Monnier |
(pcmpl-gnu-makefile-names): Use a single call to pcomplete-entries.
|
Thu, 22 Oct 2009 03:24:31 +0000 |
Stefan Monnier |
(comint-read-input-ring, comint-write-input-ring)
|
Wed, 21 Oct 2009 22:58:58 +0000 |
Kevin Ryde |
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
|
Wed, 21 Oct 2009 22:57:45 +0000 |
Kevin Ryde |
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
|
Wed, 21 Oct 2009 22:06:40 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
|
Wed, 21 Oct 2009 22:05:34 +0000 |
Kevin Ryde |
(checkdoc-file-comments-engine): When
|
Wed, 21 Oct 2009 21:28:59 +0000 |
Andreas Schwab |
(doprnt): Fix overflow check.
|
Wed, 21 Oct 2009 20:03:57 +0000 |
Stefan Monnier |
* minibuffer.el (completion-table-with-terminator): Properly implement
|
Wed, 21 Oct 2009 19:15:57 +0000 |
Jan Dj¸«£rv |
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
|
Wed, 21 Oct 2009 19:03:32 +0000 |
Dan Nicolaescu |
(vc-deduce-fileset): Undo previous change, do not tell
|
Wed, 21 Oct 2009 18:54:55 +0000 |
Stefan Monnier |
Don't require help-mode (to avoid bootstrap issues).
|
Wed, 21 Oct 2009 18:29:46 +0000 |
Jan Dj¸«£rv |
Fix resize due to font change on a maximized/xmonad-controlled frame.
|
Wed, 21 Oct 2009 14:04:00 +0000 |
Chong Yidong |
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
|
Wed, 21 Oct 2009 11:27:59 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 21 Oct 2009 11:27:26 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
|
Tue, 20 Oct 2009 14:03:48 +0000 |
Juanma Barranquero |
Fix typo.
|
Tue, 20 Oct 2009 13:48:37 +0000 |
Stefan Monnier |
(char_resolve_modifier_mask): Don't resolve meta to the
|
Tue, 20 Oct 2009 10:21:25 +0000 |
YAMAMOTO Mitsuharu |
Add Bug#.
|
Tue, 20 Oct 2009 10:03:46 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 20 Oct 2009 10:03:37 +0000 |
YAMAMOTO Mitsuharu |
(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
|
Tue, 20 Oct 2009 08:06:02 +0000 |
Juanma Barranquero |
Fix typo.
|
Tue, 20 Oct 2009 07:59:57 +0000 |
Juanma Barranquero |
* fns.c: Add #endif accidentally removed in previous change.
|
Tue, 20 Oct 2009 05:12:15 +0000 |
Katsumi Yamaoka |
(gnus-remove-overlays): eval-and-compile.
|
Tue, 20 Oct 2009 01:29:17 +0000 |
Stefan Monnier |
(read-key-delay): Reduce to 0.01.
|
Mon, 19 Oct 2009 23:21:04 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk:
|
Mon, 19 Oct 2009 22:48:52 +0000 |
Dan Nicolaescu |
(vac-dec-vms): Remove, not supported anymore.
|
Mon, 19 Oct 2009 22:33:42 +0000 |
Dan Nicolaescu |
* fns.c: Remove code for unsupported system: MAC_OS.
|
Mon, 19 Oct 2009 18:08:53 +0000 |
Jan Dj¸«£rv |
(x_create_toolkit_scroll_bar): Don't allocate color for
|
Mon, 19 Oct 2009 16:58:18 +0000 |
Dan Nicolaescu |
* nsterm.m:
|
Mon, 19 Oct 2009 15:03:24 +0000 |
Stefan Monnier |
(function-key-map): Map C-@ to C-SPC if C-@ is unbound.
|
Mon, 19 Oct 2009 13:47:10 +0000 |
Stefan Monnier |
* info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
|
Mon, 19 Oct 2009 13:29:34 +0000 |
Stefan Monnier |
(Info-complete-menu-item): Use complete-with-action.
|
Mon, 19 Oct 2009 05:13:31 +0000 |
Dan Nicolaescu |
* process.c (create_pty): Remove conditionals for no longer
|
Mon, 19 Oct 2009 05:11:07 +0000 |
Dan Nicolaescu |
* xterm.c:
|
Mon, 19 Oct 2009 05:04:22 +0000 |
Dan Nicolaescu |
Make vc-annotate work through copies and renames.
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Sun, 18 Oct 2009 23:56:07 +0000 |
Kevin Ryde |
* net/browse-url.el (browse-url): Identify alist with "consp and
|
Sun, 18 Oct 2009 23:55:16 +0000 |
Kevin Ryde |
(browse-url): Identify alist with "consp and
|
Sun, 18 Oct 2009 23:12:02 +0000 |
Kevin Ryde |
* ibuffer.el (ibuffer-confirm-operation-on): Correction to error
|
Sun, 18 Oct 2009 23:11:14 +0000 |
Kevin Ryde |
(ibuffer-confirm-operation-on): Correction to error
|
Sun, 18 Oct 2009 22:25:36 +0000 |
Chong Yidong |
* minibuffer.el (read-file-name): Check for repeat before putting
|
Sun, 18 Oct 2009 19:47:38 +0000 |
Juanma Barranquero |
Whitespace.
|
Sun, 18 Oct 2009 04:06:32 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Sun, 18 Oct 2009 02:17:57 +0000 |
Glenn Morris |
I spell gud.
|
Sun, 18 Oct 2009 02:08:52 +0000 |
Stefan Monnier |
(internal_self_insert): `c' is already in "multibyte" form.
|
Sun, 18 Oct 2009 00:46:49 +0000 |
Stefan Monnier |
(ange-ftp-file-size): Use unwind-protect.
|
Sun, 18 Oct 2009 00:34:47 +0000 |
Glenn Morris |
(compile-last): Ensure GREP_OPTIONS is null before calling
|
Sat, 17 Oct 2009 22:43:13 +0000 |
Glenn Morris |
(flyspell-large-region, flyspell-word)
|
Sat, 17 Oct 2009 14:28:44 +0000 |
Chong Yidong |
* Makefile.in (ELCFILES): Add ede/shell.
|
Sat, 17 Oct 2009 07:13:44 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1310000.
|
Sat, 17 Oct 2009 04:36:11 +0000 |
Stefan Monnier |
(tar-data-swapped-p): Make the assertion a bit more
|
Sat, 17 Oct 2009 04:18:31 +0000 |
Chong Yidong |
* cedet/srecode/srt.el:
|
Sat, 17 Oct 2009 03:59:45 +0000 |
Stefan Monnier |
(select-safe-coding-system): If the file
|
Sat, 17 Oct 2009 03:16:38 +0000 |
Glenn Morris |
(semantic-grammar--lex-delim-spec): All errors should have messages.
|
Sat, 17 Oct 2009 03:15:53 +0000 |
Glenn Morris |
(foldout-mouse-swallow-events): Replace obsolete form of sit-for.
|
Sat, 17 Oct 2009 03:15:13 +0000 |
Glenn Morris |
(gs-load-image): Replace obsolete forms of sit-for, sleep-for.
|
Sat, 17 Oct 2009 03:13:51 +0000 |
Glenn Morris |
(dired-ls-F-marks-symlinks, dired-keep-marker-rename)
|
Sat, 17 Oct 2009 03:11:54 +0000 |
Glenn Morris |
(rmail-write-region-annotate): Prevent viewing different
|
Sat, 17 Oct 2009 03:10:10 +0000 |
Glenn Morris |
*** empty log message ***
|
Sat, 17 Oct 2009 03:09:53 +0000 |
Glenn Morris |
Jari Aalto <jari.aalto at cante.net>
|
Sat, 17 Oct 2009 03:09:25 +0000 |
Glenn Morris |
Jari Aalto <jari.aalto at cante.net>
|
Sat, 17 Oct 2009 03:08:56 +0000 |
Glenn Morris |
Ulrich Mueller <ulm at gentoo.org>
|
Sat, 17 Oct 2009 02:35:35 +0000 |
Juanma Barranquero |
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
|
Fri, 16 Oct 2009 23:33:46 +0000 |
Kevin Ryde |
(Magic File Names): Add @vindex file-name-handler-alist,
|
Fri, 16 Oct 2009 23:32:01 +0000 |
Kevin Ryde |
(Magic File Names): Add @vindex file-name-handler-alist,
|
Fri, 16 Oct 2009 19:01:21 +0000 |
Eli Zaretskii |
(x_produce_glyphs): Fix typos in comments.
|
Fri, 16 Oct 2009 16:03:33 +0000 |
Glenn Morris |
(rcirc-authenticate): Simplify previous change.
|
Fri, 16 Oct 2009 15:20:51 +0000 |
Stefan Monnier |
(ange-ftp-send-cmd): Handle `size' like `mdtm'.
|
Fri, 16 Oct 2009 14:36:13 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 16 Oct 2009 14:36:02 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-version): New defvar.
|
Fri, 16 Oct 2009 06:50:00 +0000 |
Glenn Morris |
whitespace.
|
Fri, 16 Oct 2009 06:48:24 +0000 |
Glenn Morris |
(define-obsolete-variable-alias): Doc fix.
|
Fri, 16 Oct 2009 05:03:56 +0000 |
Juanma Barranquero |
* subr.el (error, sit-for, start-process-shell-command)
|
Fri, 16 Oct 2009 04:32:23 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Fri, 16 Oct 2009 03:21:18 +0000 |
Stefan Monnier |
(error, sit-for, start-process-shell-command)
|
Fri, 16 Oct 2009 03:12:35 +0000 |
Adrian Robert |
Don't set LIB_STANDARD and START_FILES under __Apple__.
|
Fri, 16 Oct 2009 03:09:48 +0000 |
Adrian Robert |
* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
|
Fri, 16 Oct 2009 03:09:09 +0000 |
Adrian Robert |
Remove DARWIN_OS/_LP64 special case.
|
Fri, 16 Oct 2009 03:09:06 +0000 |
Adrian Robert |
(NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger.
|
Fri, 16 Oct 2009 03:09:02 +0000 |
Adrian Robert |
(EmacsView-conversationIdentifier): Arg is long.
|
Fri, 16 Oct 2009 03:08:41 +0000 |
Adrian Robert |
(NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 architecture.
|
Fri, 16 Oct 2009 02:20:29 +0000 |
Chong Yidong |
* variables.texi (Constant Variables): Distinguish from defconst
|
Fri, 16 Oct 2009 00:48:52 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 16 Oct 2009 00:47:27 +0000 |
Kenichi Handa |
(ucs-normalize-version): Changed to 1.2.
|
Thu, 15 Oct 2009 22:23:11 +0000 |
Juri Linkov |
(menu-bar-file-menu): Convert `separator-exit'
|
Thu, 15 Oct 2009 20:44:36 +0000 |
Chong Yidong |
* os.texi (Time of Day): Clarify that the microsecond part is
|
Thu, 15 Oct 2009 13:17:19 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 15 Oct 2009 13:17:07 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
Thu, 15 Oct 2009 13:15:16 +0000 |
Michael Albinus |
* net/tramp.el (tramp-replace-environment-variables): Do not fail
|
Thu, 15 Oct 2009 10:18:17 +0000 |
Juanma Barranquero |
* .gitignore: Add echolisp.tmp.
|
Thu, 15 Oct 2009 07:22:27 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 15 Oct 2009 07:22:11 +0000 |
Kenichi Handa |
(print_object): Escape a symbol like "2E10" too.
|
Thu, 15 Oct 2009 06:50:34 +0000 |
Glenn Morris |
Ryan Yeske <rcyeske at gmail.com>
|
Thu, 15 Oct 2009 06:31:51 +0000 |
Glenn Morris |
Regenerate.
|
Thu, 15 Oct 2009 06:18:02 +0000 |
Glenn Morris |
Convert comments about autoloads into autoload comments.
|
Thu, 15 Oct 2009 06:11:57 +0000 |
Glenn Morris |
(print_help_and_exit): Fix bug report instructions.
|
Thu, 15 Oct 2009 06:10:45 +0000 |
Glenn Morris |
(w32-batch-update-autoloads): Take autoload-make-program from the
|
Thu, 15 Oct 2009 06:10:10 +0000 |
Glenn Morris |
(autoloads, $(lisp)/calendar/cal-loaddefs.el)
|
Thu, 15 Oct 2009 06:09:52 +0000 |
Glenn Morris |
(autoload-make-program): New variable.
|
Thu, 15 Oct 2009 06:05:07 +0000 |
Glenn Morris |
Add echolisp.tmp.
|
Thu, 15 Oct 2009 06:04:11 +0000 |
Glenn Morris |
(echolisp): New rule.
|
Thu, 15 Oct 2009 06:00:20 +0000 |
Glenn Morris |
(rmail-cease-edit): Give an error if the end of the headers cannot be
|
Thu, 15 Oct 2009 01:50:17 +0000 |
Stefan Monnier |
Replace completion-base-size by completion-base-position to fix bugs
|
Wed, 14 Oct 2009 21:56:37 +0000 |
Juri Linkov |
Multi-isearch functions instead of commands.
|
Wed, 14 Oct 2009 21:51:42 +0000 |
Juri Linkov |
(multi-isearch-next-buffer-from-list)
|
Wed, 14 Oct 2009 15:13:44 +0000 |
Stefan Monnier |
(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
|
Wed, 14 Oct 2009 15:10:09 +0000 |
Stefan Monnier |
(completion-pcm--merge-completions): Make sure the
|
Wed, 14 Oct 2009 14:53:36 +0000 |
Stefan Monnier |
(ido-everywhere): Use define-minor-mode.
|
Wed, 14 Oct 2009 14:49:13 +0000 |
Stefan Monnier |
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
|
Wed, 14 Oct 2009 14:29:31 +0000 |
Juanma Barranquero |
* trouble.texi (DEL Does Not Delete): Fix typo.
|
Wed, 14 Oct 2009 06:28:00 +0000 |
Dan Nicolaescu |
(vc-git-dir-extra-headers): Set the branch name
|
Wed, 14 Oct 2009 06:10:19 +0000 |
Dan Nicolaescu |
* config.guess, config.sub: Updated from master source.
|
Wed, 14 Oct 2009 06:08:47 +0000 |
Dan Nicolaescu |
(vc-responsible-backend): When a directory is passed for
|
Wed, 14 Oct 2009 06:00:51 +0000 |
Dan Nicolaescu |
* vc.el: Move comments about RCS and SCCS ...
|
Wed, 14 Oct 2009 03:05:06 +0000 |
Stefan Monnier |
(completion--file-name-table): Return nil if there's
|
Tue, 13 Oct 2009 22:35:44 +0000 |
Juri Linkov |
(read-file-local-variable-value): Don't filter out
|
Tue, 13 Oct 2009 19:50:43 +0000 |
Adrian Robert |
Adjust acknowledgement in last changelog entry.
|
Tue, 13 Oct 2009 07:45:18 +0000 |
Juanma Barranquero |
* international/mule-cmds.el (ucs-names): Remove exclusion of
|
Tue, 13 Oct 2009 05:17:40 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 13 Oct 2009 05:03:59 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 13 Oct 2009 05:03:03 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 13 Oct 2009 05:02:39 +0000 |
Kenichi Handa |
Regenerated.
|
Tue, 13 Oct 2009 02:59:19 +0000 |
Sam Steingold |
fix a typo in the last patch
|
Tue, 13 Oct 2009 01:13:08 +0000 |
Juanma Barranquero |
* bs.el (bs-mode): Fix last change. (`revert-buffer-function'
|
Tue, 13 Oct 2009 01:05:18 +0000 |
Adrian Robert |
Add space after casts in last change.
|
Tue, 13 Oct 2009 01:04:07 +0000 |
Adrian Robert |
* dbusbind.c (dbus-method-return-internal)
|
Tue, 13 Oct 2009 01:03:46 +0000 |
Adrian Robert |
(list_processes_1): Use long format in printf, and cast argument.
|
Tue, 13 Oct 2009 01:03:38 +0000 |
Adrian Robert |
(font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
|
Tue, 13 Oct 2009 01:03:29 +0000 |
Adrian Robert |
(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument.
|
Mon, 12 Oct 2009 21:04:15 +0000 |
Sam Steingold |
(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
|
Mon, 12 Oct 2009 20:42:45 +0000 |
Sam Steingold |
(compilation-next-error-function): Fix the
|
Mon, 12 Oct 2009 07:02:59 +0000 |
Glenn Morris |
(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
|
Mon, 12 Oct 2009 04:59:04 +0000 |
Juanma Barranquero |
* proced.el (proced-unload-function): New function.
|
Mon, 12 Oct 2009 04:57:46 +0000 |
Juanma Barranquero |
* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
|
Mon, 12 Oct 2009 00:52:23 +0000 |
Juanma Barranquero |
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
|
Mon, 12 Oct 2009 00:45:10 +0000 |
Adrian Robert |
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
|
Mon, 12 Oct 2009 00:38:28 +0000 |
Adrian Robert |
(NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
|
Mon, 12 Oct 2009 00:36:20 +0000 |
Adrian Robert |
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
|
Mon, 12 Oct 2009 00:35:54 +0000 |
Adrian Robert |
* config.in (NS_HAVE_NSINTEGER): Drop.
|
Mon, 12 Oct 2009 00:31:58 +0000 |
Adrian Robert |
* config.in (NS_HAVE_NSINTEGER): Drop.
|
Mon, 12 Oct 2009 00:28:30 +0000 |
Adrian Robert |
2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
|
Mon, 12 Oct 2009 00:27:52 +0000 |
Adrian Robert |
* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
|
Mon, 12 Oct 2009 00:27:28 +0000 |
Adrian Robert |
* nsfont.m (ns_char_width): Replace deprecated call (suggested by
|
Mon, 12 Oct 2009 00:27:13 +0000 |
Adrian Robert |
* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
|
Mon, 12 Oct 2009 00:26:45 +0000 |
Adrian Robert |
(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents.
|
Mon, 12 Oct 2009 00:26:41 +0000 |
Adrian Robert |
(EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.
|
Mon, 12 Oct 2009 00:26:38 +0000 |
Adrian Robert |
(xw-color-values): Use CGFloat where appropriate.
|
Sun, 11 Oct 2009 23:53:22 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 11 Oct 2009 23:50:38 +0000 |
Juri Linkov |
(read-file-local-variable-value):
|
Sun, 11 Oct 2009 15:01:27 +0000 |
Michael Albinus |
Fix last change.
|
Sun, 11 Oct 2009 15:00:46 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 11 Oct 2009 14:02:23 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 11 Oct 2009 14:01:43 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
Sun, 11 Oct 2009 14:00:30 +0000 |
Michael Albinus |
* net/tramp-cache.el (tramp-flush-connection-property): The hash
|
Sun, 11 Oct 2009 13:59:28 +0000 |
Michael Albinus |
* net/tramp.el (tramp-local-host-p): Function shall return nil for
|
Sun, 11 Oct 2009 03:48:10 +0000 |
Juanma Barranquero |
Update.
|
Sun, 11 Oct 2009 02:19:27 +0000 |
Chong Yidong |
* emacs-lisp/eieio.el: Avoid requiring cl at runtime.
|
Sun, 11 Oct 2009 00:07:05 +0000 |
Glenn Morris |
(Size and Position): Clarify what is included in the frame height. (Bug#4535)
|
Sun, 11 Oct 2009 00:01:11 +0000 |
Glenn Morris |
(Fframe_pixel_height): Doc fix. (Bug#4535)
|
Sat, 10 Oct 2009 23:50:10 +0000 |
Glenn Morris |
(frame-height): Doc fix.
|
Sat, 10 Oct 2009 23:43:27 +0000 |
Glenn Morris |
Documented window-full-height-p.
|
Sat, 10 Oct 2009 23:43:03 +0000 |
Glenn Morris |
(Size of Window): The relationship between window and frame heights is
|
Sat, 10 Oct 2009 21:54:13 +0000 |
Karl Fogel |
* bookmark.el
|
Sat, 10 Oct 2009 21:48:22 +0000 |
Karl Fogel |
* bookmark.el
|
Sat, 10 Oct 2009 20:50:39 +0000 |
Glenn Morris |
(calendar-split-width-threshold): New option.
|
Sat, 10 Oct 2009 19:15:50 +0000 |
Chong Yidong |
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
|
Sat, 10 Oct 2009 16:39:05 +0000 |
Eli Zaretskii |
(try_window_id): Fix typos in comments.
|
Sat, 10 Oct 2009 08:09:22 +0000 |
Eli Zaretskii |
(redisplay_internal): Fix typos in comments.
|
Fri, 09 Oct 2009 20:32:02 +0000 |
Chong Yidong |
* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
|
Fri, 09 Oct 2009 13:03:17 +0000 |
Juanma Barranquero |
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
|
Fri, 09 Oct 2009 06:50:14 +0000 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
|
Fri, 09 Oct 2009 06:44:40 +0000 |
Karl Fogel |
* lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
|
Fri, 09 Oct 2009 06:29:56 +0000 |
Glenn Morris |
(report-emacs-bug): Also print `features'.
|
Fri, 09 Oct 2009 05:54:57 +0000 |
Karl Fogel |
* lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.
|
Fri, 09 Oct 2009 05:25:08 +0000 |
Karl Fogel |
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
|
Fri, 09 Oct 2009 02:58:57 +0000 |
Juanma Barranquero |
* eieio.texi: Fix typos.
|
Thu, 08 Oct 2009 22:13:42 +0000 |
Chong Yidong |
* cedet/ede/proj.el (project-compile-project): Fix filename test.
|
Thu, 08 Oct 2009 22:08:49 +0000 |
Chong Yidong |
* cedet/ede/proj.el (project-make-dist): Fix filename test.
|
Thu, 08 Oct 2009 15:21:31 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 08 Oct 2009 15:21:19 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
|
Thu, 08 Oct 2009 15:19:56 +0000 |
Michael Albinus |
* net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
|
Thu, 08 Oct 2009 15:18:15 +0000 |
Jan Dj¸«£rv |
gtkutil.c (create_menus): Call gtk_widget_set_size_request for
|
Thu, 08 Oct 2009 14:09:09 +0000 |
Chong Yidong |
* cedet/ede/proj-obj.el (ede-gcc-linker): New var.
|
Thu, 08 Oct 2009 10:54:58 +0000 |
Juanma Barranquero |
* fontset.c (Fset_fontset_font): Fix typos in error messages.
|
Thu, 08 Oct 2009 01:49:05 +0000 |
Chong Yidong |
* cedet/ede/source.el (ede-want-any-source-files-p)
|
Wed, 07 Oct 2009 20:07:31 +0000 |
Eli Zaretskii |
(set_cursor_from_row): Fix commentary.
|
Wed, 07 Oct 2009 18:26:40 +0000 |
Juanma Barranquero |
* Makefile.in (INFO_FILES): Add EDE and EIEIO.
|
Wed, 07 Oct 2009 17:10:19 +0000 |
Juanma Barranquero |
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
|
Wed, 07 Oct 2009 16:10:31 +0000 |
Glenn Morris |
(batch-update-autoloads): Remove useless use of concat.
|
Wed, 07 Oct 2009 15:04:43 +0000 |
Chong Yidong |
* cl.texi (Argument Lists): Clarify explicit keyword arguments.
|
Wed, 07 Oct 2009 14:33:31 +0000 |
Stefan Monnier |
(read-file-local-variable): Include some
|
Wed, 07 Oct 2009 14:32:08 +0000 |
Stefan Monnier |
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
|
Wed, 07 Oct 2009 11:31:21 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 07 Oct 2009 11:30:40 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 07 Oct 2009 11:30:19 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
|
Wed, 07 Oct 2009 11:27:10 +0000 |
Michael Albinus |
* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
|
Wed, 07 Oct 2009 10:20:04 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Wed, 07 Oct 2009 10:19:21 +0000 |
Eli Zaretskii |
(Directory Names) <abbreviate-file-name>: Document that root home
|
Wed, 07 Oct 2009 09:58:54 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Wed, 07 Oct 2009 09:58:11 +0000 |
Eli Zaretskii |
(batch-update-autoloads): Fix last change to not error out of search
|
Wed, 07 Oct 2009 09:31:32 +0000 |
Juanma Barranquero |
* makefile.w32-in (WINS_UPDATES): New macro.
|
Wed, 07 Oct 2009 07:19:07 +0000 |
Glenn Morris |
(autoloads): Revert previous change.
|
Wed, 07 Oct 2009 07:18:53 +0000 |
Glenn Morris |
(batch-update-autoloads): Rather than having the list of preloaded
|
Wed, 07 Oct 2009 05:37:05 +0000 |
Chong Yidong |
Update comment.
|
Wed, 07 Oct 2009 02:57:46 +0000 |
Glenn Morris |
(calendar-basic-setup): In the wide frame case, show the original
|
Wed, 07 Oct 2009 02:52:37 +0000 |
Glenn Morris |
Markus Rost <rost at math.uni-bielefeld.de>
|
Wed, 07 Oct 2009 02:12:23 +0000 |
Juanma Barranquero |
Fix typo in previous change.
|
Wed, 07 Oct 2009 01:43:06 +0000 |
Juanma Barranquero |
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
|
Wed, 07 Oct 2009 01:11:38 +0000 |
Chong Yidong |
Add entries for the EDE and EIEIO manuals.
|
Wed, 07 Oct 2009 01:10:52 +0000 |
Chong Yidong |
* eieio.texi:
|
Tue, 06 Oct 2009 19:52:15 +0000 |
Sam Steingold |
(tramp-compat-process-running-p): Check that
|
Tue, 06 Oct 2009 18:32:07 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Tue, 06 Oct 2009 18:31:49 +0000 |
Eli Zaretskii |
(Special Properties): Document the meaning of the `cursor' text property
|
Tue, 06 Oct 2009 18:20:22 +0000 |
Eli Zaretskii |
(set_cursor_from_row): Fix and improve comments.
|
Tue, 06 Oct 2009 11:15:01 +0000 |
Juanma Barranquero |
* play/animate.el (animate-string): For good effect, make sure
|
Tue, 06 Oct 2009 06:40:40 +0000 |
Glenn Morris |
Regenerate.
|
Tue, 06 Oct 2009 06:40:08 +0000 |
Glenn Morris |
Regenerate.
|
Tue, 06 Oct 2009 03:43:23 +0000 |
Glenn Morris |
(define-obsolete-face-alias): Doc fix.
|
Tue, 06 Oct 2009 03:12:55 +0000 |
Glenn Morris |
(autoloads): Skip preloaded files. (Bug#4446)
|
Tue, 06 Oct 2009 03:12:32 +0000 |
Glenn Morris |
(autoload-excludes): New variable.
|
Tue, 06 Oct 2009 03:09:25 +0000 |
Glenn Morris |
Fix typo in previous.
|
Tue, 06 Oct 2009 02:50:44 +0000 |
Glenn Morris |
(tramp-handle-start-file-process): Move tramp-error call
|
Tue, 06 Oct 2009 02:49:02 +0000 |
Glenn Morris |
(f90-end-of-block, f90-beginning-of-block):
|
Tue, 06 Oct 2009 02:48:44 +0000 |
Glenn Morris |
(fortran-end-of-block, fortran-beginning-of-block):
|
Tue, 06 Oct 2009 02:45:26 +0000 |
Glenn Morris |
(emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
|
Tue, 06 Oct 2009 02:42:29 +0000 |
Glenn Morris |
Use window-full-height-p.
|
Tue, 06 Oct 2009 02:37:22 +0000 |
Glenn Morris |
(rmail-cease-edit): If there is a Content-Type header we don't
|
Tue, 06 Oct 2009 02:36:35 +0000 |
Glenn Morris |
Matthew Junker <matthew.junker at sbcglobal.net> (tiny change)
|
Mon, 05 Oct 2009 19:50:15 +0000 |
Stefan Monnier |
(describe-function-1): Don't burp is the function is not a symbol.
|
Mon, 05 Oct 2009 15:32:08 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 05 Oct 2009 15:12:29 +0000 |
Dan Nicolaescu |
(log-view-vc-backend): Declare for compiler.
|
Mon, 05 Oct 2009 15:09:59 +0000 |
Dan Nicolaescu |
(log-view-diff): Use vc-diff-internal instead of
|
Mon, 05 Oct 2009 11:49:45 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 11:49:32 +0000 |
Michael Albinus |
* files.texi (Magic File Names): Add `copy-directory'.
|
Mon, 05 Oct 2009 11:42:18 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 05 Oct 2009 11:41:59 +0000 |
Eli Zaretskii |
(eval-expression): Doc fix.
|
Mon, 05 Oct 2009 11:41:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 11:41:24 +0000 |
Michael Albinus |
* tramp.texi (Remote processes): Association of a pty is not supported.
|
Mon, 05 Oct 2009 11:34:15 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 05 Oct 2009 11:32:27 +0000 |
Eli Zaretskii |
(cwarn-mode): Doc fix.
|
Mon, 05 Oct 2009 11:30:52 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 11:30:31 +0000 |
Michael Albinus |
* net/tramp.el (tramp-verbose): Fix docstring.
|
Mon, 05 Oct 2009 08:45:07 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 05 Oct 2009 08:44:33 +0000 |
Eli Zaretskii |
(File Attributes): Fix description of file attributes. (Bug#4638)
|
Mon, 05 Oct 2009 08:35:41 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 05 Oct 2009 08:35:12 +0000 |
Eli Zaretskii |
(Ffile_attributes): Doc fix. (Bug#4638)
|
Mon, 05 Oct 2009 08:11:56 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 08:11:42 +0000 |
Michael Albinus |
* files.texi (Create/Delete Dirs): New command copy-directory.
|
Mon, 05 Oct 2009 07:57:30 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 07:57:21 +0000 |
Michael Albinus |
* files.texi (Misc File Ops): Mention copy-directory.
|
Mon, 05 Oct 2009 07:44:01 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 05 Oct 2009 07:41:46 +0000 |
Michael Albinus |
* files.el (directory-files-no-dot-files-regexp): New defconst.
|
Mon, 05 Oct 2009 05:39:48 +0000 |
Stefan Monnier |
(diary-show-all-entries): Re-fit the calendar window if necessary.
|
Mon, 05 Oct 2009 05:36:11 +0000 |
Stefan Monnier |
(calendar-basic-setup): Don't call switch-to-buffer in a dedicated window.
|
Mon, 05 Oct 2009 04:19:04 +0000 |
Karl Fogel |
* bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
|
Mon, 05 Oct 2009 02:38:35 +0000 |
Karl Fogel |
* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
|
Mon, 05 Oct 2009 02:17:57 +0000 |
Vinicius Jose Latorre |
Fix doc.
|
Mon, 05 Oct 2009 01:47:00 +0000 |
Karl Fogel |
* bookmark.el (bookmark-set, bookmark-buffer-name): Improve doc strings.
|
Mon, 05 Oct 2009 01:35:34 +0000 |
Karl Fogel |
* bookmark.el
|
Sun, 04 Oct 2009 23:48:33 +0000 |
Karl Fogel |
(bookmark-alist): Document the new `handler' element in the param alist.
|
Sun, 04 Oct 2009 23:31:52 +0000 |
Karl Fogel |
(Info-bookmark-make-record): Document this function.
|
Sun, 04 Oct 2009 19:25:26 +0000 |
Chong Yidong |
* cedet/semantic.el (semantic-mode): Parse all existing buffers when
|
Sun, 04 Oct 2009 19:22:09 +0000 |
Chong Yidong |
* cedet/semantic.el (semantic-new-buffer-setup-functions): New
|
Sun, 04 Oct 2009 19:00:54 +0000 |
Chong Yidong |
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
|
Sun, 04 Oct 2009 14:25:42 +0000 |
Chong Yidong |
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
|
Sun, 04 Oct 2009 12:20:13 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 04 Oct 2009 12:19:50 +0000 |
Michael Albinus |
* NEWS: New function copy-directory.
|
Sun, 04 Oct 2009 12:16:36 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 04 Oct 2009 12:16:05 +0000 |
Michael Albinus |
* dired-aux.el (dired-copy-file-recursive): Use it.
|
Sun, 04 Oct 2009 12:14:05 +0000 |
Michael Albinus |
* files.el (copy-directory): New defun.
|
Sun, 04 Oct 2009 09:07:40 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 04 Oct 2009 09:06:23 +0000 |
Eli Zaretskii |
(syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix.
|
Sun, 04 Oct 2009 09:02:31 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 04 Oct 2009 08:59:36 +0000 |
Eli Zaretskii |
(Unibyte Mode): Emphasize that unibyte-display-via-language-environment
|
Sun, 04 Oct 2009 08:44:48 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 04 Oct 2009 08:44:21 +0000 |
Eli Zaretskii |
(Horizontal Scrolling): Document cursor behavior under horizontal
|
Sun, 04 Oct 2009 04:00:46 +0000 |
Juanma Barranquero |
* anti.texi (Antinews):
|
Sun, 04 Oct 2009 02:58:53 +0000 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 04 Oct 2009 02:25:42 +0000 |
Juanma Barranquero |
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
|
Sun, 04 Oct 2009 02:11:57 +0000 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 04 Oct 2009 01:44:39 +0000 |
Juanma Barranquero |
* files-x.el (modify-dir-local-variable)
|
Sun, 04 Oct 2009 01:36:07 +0000 |
Juanma Barranquero |
* org.el (org-directory, org-map-entries):
|
Sun, 04 Oct 2009 01:32:08 +0000 |
Juanma Barranquero |
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
|
Sun, 04 Oct 2009 01:14:56 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Sun, 04 Oct 2009 01:12:13 +0000 |
Juanma Barranquero |
* recentf.el (recentf-unload-function): New function.
|
Sun, 04 Oct 2009 01:03:51 +0000 |
Chong Yidong |
* cedet/semantic/db-file.el (semanticdb-default-save-directory):
|
Sun, 04 Oct 2009 00:42:47 +0000 |
Glenn Morris |
Add window-full-height-p.
|
Sun, 04 Oct 2009 00:41:18 +0000 |
Glenn Morris |
(window-full-height-p): Add doc string.
|
Sun, 04 Oct 2009 00:40:16 +0000 |
Glenn Morris |
Martin Rudalics <rudalics at gmx.at>
|
Sun, 04 Oct 2009 00:01:24 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Sat, 03 Oct 2009 20:43:31 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 03 Oct 2009 20:41:06 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 03 Oct 2009 20:40:21 +0000 |
Chong Yidong |
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
|
Sat, 03 Oct 2009 20:38:30 +0000 |
Chong Yidong |
* cedet/srecode/map.el (srecode-map-save-file): Default to a file in
|
Sat, 03 Oct 2009 20:30:43 +0000 |
Chong Yidong |
* cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook.
|
Sat, 03 Oct 2009 19:43:07 +0000 |
Chong Yidong |
* cedet/srecode/insert.el: Require srecode/args.
|
Sat, 03 Oct 2009 19:28:56 +0000 |
Chong Yidong |
* srecode: New directory for SRecode template files.
|
Sat, 03 Oct 2009 19:28:05 +0000 |
Chong Yidong |
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
|
Sat, 03 Oct 2009 18:29:22 +0000 |
Dan Nicolaescu |
Remove commented out code.
|
Sat, 03 Oct 2009 13:31:08 +0000 |
Juanma Barranquero |
* window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
|
Sat, 03 Oct 2009 12:36:21 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 03 Oct 2009 12:35:55 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 03 Oct 2009 09:51:32 +0000 |
Eli Zaretskii |
(clear_regexp_cache): Fix a typo in a comment.
|
Sat, 03 Oct 2009 09:51:03 +0000 |
Eli Zaretskii |
(clear_regexp_cache): Fix a typo in a comment.
|
Sat, 03 Oct 2009 09:34:37 +0000 |
Eli Zaretskii |
(fast_looking_at): Fix a typo in the commentary.
|
Sat, 03 Oct 2009 02:19:22 +0000 |
Glenn Morris |
(calendar-basic-setup): Handle the case where the frame is wide.
|
Sat, 03 Oct 2009 02:11:59 +0000 |
Glenn Morris |
(data-debug-insert-tag-list): Comment out declaration, currently false.
|
Sat, 03 Oct 2009 02:07:28 +0000 |
Glenn Morris |
(rmail-generate-viewer-buffer): Be more careful about reusing existing
|
Fri, 02 Oct 2009 19:53:53 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 02 Oct 2009 19:52:49 +0000 |
Eli Zaretskii |
(WINS_BASIC): Fix last change.
|
Fri, 02 Oct 2009 18:56:05 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 02 Oct 2009 18:55:40 +0000 |
Eli Zaretskii |
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
|
Fri, 02 Oct 2009 18:48:23 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 02 Oct 2009 18:47:52 +0000 |
Eli Zaretskii |
(WINS_BASIC): Add eieio.
|
Fri, 02 Oct 2009 18:46:37 +0000 |
Eli Zaretskii |
(WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
|
Fri, 02 Oct 2009 15:47:07 +0000 |
Juanma Barranquero |
Fix typos.
|
Fri, 02 Oct 2009 15:46:46 +0000 |
Eli Zaretskii |
(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
|
Fri, 02 Oct 2009 14:36:54 +0000 |
Stefan Monnier |
* help-fns.el (help-function-arglist): Don't check advertised-signature-table.
|
Fri, 02 Oct 2009 13:37:38 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 02 Oct 2009 13:27:29 +0000 |
Michael Albinus |
* simple.el (start-file-process): Say in the doc-string, that file
|
Fri, 02 Oct 2009 13:21:15 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 02 Oct 2009 13:20:14 +0000 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
|
Fri, 02 Oct 2009 12:52:17 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Fri, 02 Oct 2009 12:39:29 +0000 |
Eli Zaretskii |
Fix arch-tag.
|
Fri, 02 Oct 2009 12:19:24 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 02 Oct 2009 12:18:59 +0000 |
Eli Zaretskii |
(WINS_BASIC): Remove cedet.
|
Fri, 02 Oct 2009 10:53:34 +0000 |
Miles Bader |
Add arch tagline
|
Fri, 02 Oct 2009 07:11:13 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Fri, 02 Oct 2009 06:01:32 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 02 Oct 2009 06:00:58 +0000 |
Michael Albinus |
* w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
|
Fri, 02 Oct 2009 05:57:49 +0000 |
Michael Albinus |
* lisp.h (Qdelete_directory_internal): Remove, because it is not
|
Fri, 02 Oct 2009 03:48:36 +0000 |
Juanma Barranquero |
Use `called-interactively-p' instead of `interactive-p'.
|
Fri, 02 Oct 2009 00:02:02 +0000 |
Juanma Barranquero |
* image-mode.el (image-toggle-display):
|
Thu, 01 Oct 2009 23:42:39 +0000 |
Juanma Barranquero |
Fix entry.
|
Thu, 01 Oct 2009 23:41:49 +0000 |
Juanma Barranquero |
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
|
Thu, 01 Oct 2009 23:34:27 +0000 |
Juanma Barranquero |
Update to Unicode 5.2.0.
|
Thu, 01 Oct 2009 23:17:39 +0000 |
Juanma Barranquero |
* lisp.h (Qdelete_directory_internal):
|
Thu, 01 Oct 2009 17:52:36 +0000 |
Glenn Morris |
Convert copyright of authors with assignment to FSF.
|
Thu, 01 Oct 2009 17:49:01 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Thu, 01 Oct 2009 17:47:38 +0000 |
Stefan Monnier |
* eval.c (Fcalled_interactively_p): Add `kind' argument.
|
Thu, 01 Oct 2009 16:54:21 +0000 |
Stefan Monnier |
* emacs-lisp/byte-run.el (advertised-signature-table): New var.
|
Thu, 01 Oct 2009 15:51:43 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:50:54 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:50:43 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:46:23 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:46:03 +0000 |
Michael Albinus |
* files.texi (Directories): delete-directory has an optional
|
Thu, 01 Oct 2009 15:44:10 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:43:56 +0000 |
Michael Albinus |
* files.texi (Directories): delete-directory prompts for recursive
|
Thu, 01 Oct 2009 15:40:59 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:40:13 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-errors): Add error message for
|
Thu, 01 Oct 2009 15:39:25 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Handle
|
Thu, 01 Oct 2009 15:35:35 +0000 |
Michael Albinus |
* net/tramp-fish.el (tramp-fish-handle-delete-directory): Handle
|
Thu, 01 Oct 2009 15:34:56 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-make-directory): Flush upper
|
Thu, 01 Oct 2009 15:33:44 +0000 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
|
Thu, 01 Oct 2009 15:08:13 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 15:07:32 +0000 |
Michael Albinus |
* fileio.c (Fdelete_directory_internal): Renamed from
|
Thu, 01 Oct 2009 15:04:22 +0000 |
Michael Albinus |
* files.el (delete-directory): New defun. The original function
|
Thu, 01 Oct 2009 15:01:32 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 01 Oct 2009 14:33:58 +0000 |
Stefan Monnier |
(Swapping Text): Minor clarification.
|
Thu, 01 Oct 2009 08:04:46 +0000 |
Carsten Dominik |
2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Thu, 01 Oct 2009 08:04:32 +0000 |
Carsten Dominik |
*** empty log message ***
|
Thu, 01 Oct 2009 08:03:02 +0000 |
Carsten Dominik |
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
|
Thu, 01 Oct 2009 07:59:53 +0000 |
Carsten Dominik |
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
|
Thu, 01 Oct 2009 04:54:05 +0000 |
Glenn Morris |
Doc/message fixes.
|
Thu, 01 Oct 2009 04:48:12 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 04:47:55 +0000 |
Glenn Morris |
Fix comment typos.
|
Thu, 01 Oct 2009 04:38:52 +0000 |
Stefan Monnier |
(byte-compile-defmacro-declaration): New fun.
|
Thu, 01 Oct 2009 04:31:40 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 04:24:04 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 04:16:13 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 04:10:10 +0000 |
Glenn Morris |
Doc/message fixes.
|
Thu, 01 Oct 2009 04:08:46 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 04:01:50 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 03:34:04 +0000 |
Stefan Monnier |
(cd-absolute): Don't abbreviate-file-name (bug#4599).
|
Thu, 01 Oct 2009 03:32:25 +0000 |
Stefan Monnier |
(vc-resynch-window): Don't revert a buffer which has no associated file.
|
Thu, 01 Oct 2009 03:08:03 +0000 |
Glenn Morris |
Doc/message fixes.
|
Thu, 01 Oct 2009 02:50:00 +0000 |
Glenn Morris |
Doc/message fixes.
|
Thu, 01 Oct 2009 02:47:37 +0000 |
Glenn Morris |
Fix comment typo.
|
Thu, 01 Oct 2009 02:39:07 +0000 |
Glenn Morris |
Doc/message fixes.
|
Thu, 01 Oct 2009 02:23:29 +0000 |
Glenn Morris |
(vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555).
|
Thu, 01 Oct 2009 02:19:38 +0000 |
Glenn Morris |
(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
|
Thu, 01 Oct 2009 02:17:38 +0000 |
Glenn Morris |
Remove unused declarations.
|
Thu, 01 Oct 2009 02:13:00 +0000 |
Glenn Morris |
Remove unused declarations.
|
Thu, 01 Oct 2009 02:12:07 +0000 |
Glenn Morris |
(iswitchb-read-buffer): Fix declaration.
|
Thu, 01 Oct 2009 02:06:55 +0000 |
Glenn Morris |
(url-dav-file-attributes): Fix declaration.
|
Thu, 01 Oct 2009 02:05:32 +0000 |
Glenn Morris |
(Declaring Functions): Mention that we also search for ".m" files in
|
Thu, 01 Oct 2009 02:03:38 +0000 |
Glenn Morris |
(declare-function): Doc fix.
|
Thu, 01 Oct 2009 02:02:39 +0000 |
Glenn Morris |
(check-declare-scan): Read the declaration rather than parsing it as a
|
Thu, 01 Oct 2009 01:58:58 +0000 |
Glenn Morris |
See bug#4594.
|
Thu, 01 Oct 2009 01:06:18 +0000 |
Juanma Barranquero |
* cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):
|
Wed, 30 Sep 2009 17:04:27 +0000 |
Juanma Barranquero |
* cedet/srecode/expandproto.el: Fix provide statement.
|
Wed, 30 Sep 2009 15:29:50 +0000 |
Chong Yidong |
* emacs-lisp/eieio.el (boolean-p): Deleted.
|
Wed, 30 Sep 2009 07:59:42 +0000 |
Glenn Morris |
(ede-proj-target-makefile-miscelaneous): Fix doc typo.
|
Wed, 30 Sep 2009 07:58:46 +0000 |
Glenn Morris |
(ede-aux-source): Fix doc typo.
|
Wed, 30 Sep 2009 07:57:57 +0000 |
Glenn Morris |
Fix comment typos.
|
Wed, 30 Sep 2009 07:55:35 +0000 |
Glenn Morris |
Fix comment typos.
|
Wed, 30 Sep 2009 07:50:48 +0000 |
Glenn Morris |
(data-debug-new-buffer, data-debug-insert-thing): Remove unneeded
|
Wed, 30 Sep 2009 07:42:40 +0000 |
Glenn Morris |
Fix comment typos.
|
Wed, 30 Sep 2009 07:24:35 +0000 |
Glenn Morris |
(elint-init-form): Report declarations where the filename is not a string.
|
Wed, 30 Sep 2009 07:24:04 +0000 |
Glenn Morris |
(semantic-scope-find): Fix declaration.
|
Wed, 30 Sep 2009 02:33:07 +0000 |
Glenn Morris |
Fix declarations.
|
Wed, 30 Sep 2009 02:32:44 +0000 |
Glenn Morris |
(org-columns-uncompile-format): Avoid assignment to free variable `fun'.
|
Wed, 30 Sep 2009 02:28:17 +0000 |
Glenn Morris |
Relicense under GPLv3+.
|
Wed, 30 Sep 2009 02:27:10 +0000 |
Glenn Morris |
(authors-ignored-files): Add "js2-mode.el".
|
Wed, 30 Sep 2009 02:26:12 +0000 |
Glenn Morris |
(semantic-gcc-setup): Replace runtime use of CL function `remove-if-not'.
|
Wed, 30 Sep 2009 02:25:43 +0000 |
Glenn Morris |
Remove duplicate author header.
|
Wed, 30 Sep 2009 02:25:27 +0000 |
Glenn Morris |
Fix format of Authors: header.
|
Wed, 30 Sep 2009 02:25:10 +0000 |
Glenn Morris |
Fix comment typo.
|
Wed, 30 Sep 2009 02:23:05 +0000 |
Glenn Morris |
(Acknowledgments): CEDET updates. Fix Hungarian accent.
|
Tue, 29 Sep 2009 23:57:17 +0000 |
Chong Yidong |
* files.el (safe-local-eval-forms): Fix typo.
|
Tue, 29 Sep 2009 13:07:50 +0000 |
Stefan Monnier |
* vc-hooks.el (vc-dir-buffers): New var.
|
Tue, 29 Sep 2009 07:38:42 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:38:34 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:31:22 +0000 |
Glenn Morris |
Relicense under GPLv3+.
|
Tue, 29 Sep 2009 07:28:30 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:21:14 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:20:43 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:20:03 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:18:31 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:14:01 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:12:38 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 07:09:18 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 04:31:33 +0000 |
Glenn Morris |
Regenerate.
|
Tue, 29 Sep 2009 04:12:46 +0000 |
Glenn Morris |
(check-declare-verify): Add basic defmethod and defclass, and
|
Tue, 29 Sep 2009 04:09:19 +0000 |
Glenn Morris |
Mark declarations not understood by check-declare.
|
Tue, 29 Sep 2009 04:00:38 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 29 Sep 2009 03:37:03 +0000 |
Glenn Morris |
(check-declare-locate): Remove pointless file-name-nondirectory call
|
Tue, 29 Sep 2009 02:43:46 +0000 |
Glenn Morris |
(tramp-smb-handle-directory-files-and-attributes): Use
|
Tue, 29 Sep 2009 02:26:20 +0000 |
Juanma Barranquero |
* speedbar.el (speedbar-item-delete):
|
Tue, 29 Sep 2009 02:20:21 +0000 |
Juanma Barranquero |
* spam-stat.el (spam-stat-load): Fix typo in message.
|
Tue, 29 Sep 2009 02:19:06 +0000 |
Juanma Barranquero |
* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.
|
Tue, 29 Sep 2009 02:18:20 +0000 |
Glenn Morris |
(check): Update for two new levels of subdirectory in lisp/.
|
Tue, 29 Sep 2009 02:17:00 +0000 |
Glenn Morris |
(lisptagsfiles4): New.
|
Tue, 29 Sep 2009 01:01:43 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Tue, 29 Sep 2009 00:55:01 +0000 |
Juanma Barranquero |
* makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
|
Mon, 28 Sep 2009 23:24:55 +0000 |
Chong Yidong |
* cedet/*: New unit tests, from CEDET repository.
|
Mon, 28 Sep 2009 23:23:31 +0000 |
Chong Yidong |
Add CEDET tests.
|
Mon, 28 Sep 2009 23:22:12 +0000 |
Chong Yidong |
Add placeholder for CEDET.
|
Mon, 28 Sep 2009 20:18:39 +0000 |
Andreas Schwab |
(lisptagsfiles3): Define.
|
Mon, 28 Sep 2009 17:47:48 +0000 |
Eli Zaretskii |
(extend_face_to_end_of_line): Fix formatting of comments.
|
Mon, 28 Sep 2009 15:51:25 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 28 Sep 2009 15:51:00 +0000 |
Michael Albinus |
* NEWS: Mention Tramp connection methods "imap" and "imaps".
|
Mon, 28 Sep 2009 15:24:24 +0000 |
Chong Yidong |
* Makefile.in (ELCFILES): Add CEDET files.
|
Mon, 28 Sep 2009 15:15:00 +0000 |
Chong Yidong |
CEDET (development tools) package merged.
|
Mon, 28 Sep 2009 14:27:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 28 Sep 2009 14:27:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 28 Sep 2009 14:26:45 +0000 |
Michael Albinus |
* tramp.texi (History): Add IMAP support.
|
Mon, 28 Sep 2009 14:21:23 +0000 |
Michael Albinus |
* trampver.texi: Set default value of `emacsimap'.
|
Mon, 28 Sep 2009 12:09:30 +0000 |
Katsumi Yamaoka |
2009-09-22 Daiki Ueno <ueno@unixuser.org>
|
Mon, 28 Sep 2009 12:09:13 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
Mon, 28 Sep 2009 12:09:01 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
Mon, 28 Sep 2009 12:02:53 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 28 Sep 2009 12:02:04 +0000 |
Michael Albinus |
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
|
Mon, 28 Sep 2009 11:59:22 +0000 |
Michael Albinus |
* net/tramp-imap.el: New package.
|
Mon, 28 Sep 2009 11:56:13 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
|
Mon, 28 Sep 2009 11:54:34 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 28 Sep 2009 04:33:42 +0000 |
Chong Yidong |
Correct last ChangeLog entry.
|
Mon, 28 Sep 2009 04:33:20 +0000 |
Stefan Monnier |
(log-view-diff,log-view-diff-changeset): Improve docstring.
|
Mon, 28 Sep 2009 02:01:52 +0000 |
Stefan Monnier |
(get_next_display_element): Use an enum in last change.
|
Mon, 28 Sep 2009 01:57:33 +0000 |
Vinicius Jose Latorre |
Fix doc string.
|
Mon, 28 Sep 2009 01:41:23 +0000 |
Chong Yidong |
* emacs-lisp/eieio-datadebug.el: New file.
|
Mon, 28 Sep 2009 01:39:27 +0000 |
Chong Yidong |
* cedet/mode-local.el: New file.
|
Mon, 28 Sep 2009 01:28:41 +0000 |
Chong Yidong |
* cedet/cedet-cscope.el:
|
Mon, 28 Sep 2009 01:05:20 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 28 Sep 2009 01:05:00 +0000 |
Kenichi Handa |
Pay attention to
|
Mon, 28 Sep 2009 00:59:27 +0000 |
Chong Yidong |
eieio.el: Fix last change.
|
Mon, 28 Sep 2009 00:49:54 +0000 |
Chong Yidong |
* emacs-lisp/chart.el:
|
Mon, 28 Sep 2009 00:22:09 +0000 |
Chong Yidong |
lisp/emacs-lisp/cl-loaddefs.el: Regenerate.
|
Sun, 27 Sep 2009 23:25:03 +0000 |
Chong Yidong |
* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
|
Sun, 27 Sep 2009 19:11:13 +0000 |
Eli Zaretskii |
(string_buffer_position): Fix commentary.
|
Sun, 27 Sep 2009 17:32:05 +0000 |
Eli Zaretskii |
(move_it_in_display_line_to): Fix a typo in a comment.
|
Sun, 27 Sep 2009 16:21:47 +0000 |
Adrian Robert |
* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.
|
Sun, 27 Sep 2009 16:11:10 +0000 |
Adrian Robert |
* term/ns-win.el: Don't set the region face background. (Bug#4381)
|
Sun, 27 Sep 2009 16:06:33 +0000 |
Adrian Robert |
Default light-background background for region face to ns_selection_color under NS.
|
Sun, 27 Sep 2009 16:06:04 +0000 |
Adrian Robert |
Don't set the region face background.
|
Sun, 27 Sep 2009 15:50:39 +0000 |
Adrian Robert |
* nsterm.h (ns_app_name): New extern variable.
|
Sun, 27 Sep 2009 15:49:26 +0000 |
Adrian Robert |
(ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns-get-resource, ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
|
Sun, 27 Sep 2009 15:49:08 +0000 |
Adrian Robert |
(ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
|
Sun, 27 Sep 2009 15:48:51 +0000 |
Adrian Robert |
(ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutdown): Use it.
|
Sun, 27 Sep 2009 15:48:30 +0000 |
Adrian Robert |
(ns_app_name): New extern variable.
|
Sun, 27 Sep 2009 14:47:50 +0000 |
Teodor Zlatanov |
* net/imap-hash.el: New library, see NEWS.
|
Sun, 27 Sep 2009 13:08:27 +0000 |
Johan Bockg¸«©rd |
(erc-button-keymap): Bind `follow-link'.
|
Sun, 27 Sep 2009 11:49:20 +0000 |
Eli Zaretskii |
(move_it_in_display_line_to): Fix a typo in a comment.
|
Sun, 27 Sep 2009 08:27:57 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 27 Sep 2009 08:27:28 +0000 |
Eli Zaretskii |
(OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,
|
Sun, 27 Sep 2009 04:40:41 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Sun, 27 Sep 2009 04:40:30 +0000 |
YAMAMOTO Mitsuharu |
(make_lispy_event): Remember last wheel direction.
|
Sun, 27 Sep 2009 00:27:21 +0000 |
Stefan Monnier |
* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
|
Sat, 26 Sep 2009 20:02:42 +0000 |
Glenn Morris |
Comments.
|
Sat, 26 Sep 2009 19:49:17 +0000 |
Glenn Morris |
Comments.
|
Sat, 26 Sep 2009 19:40:55 +0000 |
Glenn Morris |
(MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
|
Sat, 26 Sep 2009 19:21:07 +0000 |
Glenn Morris |
Regenerate.
|
Sat, 26 Sep 2009 19:20:48 +0000 |
Glenn Morris |
(rmail-mime-show-images, rmail-mime-bulk-handler):
|
Sat, 26 Sep 2009 18:43:22 +0000 |
Eli Zaretskii |
(WINS_ALMOST): Fix last change.
|
Sat, 26 Sep 2009 14:16:33 +0000 |
Johan Bockg¸«©rd |
(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
|
Sat, 26 Sep 2009 09:41:02 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 26 Sep 2009 09:40:09 +0000 |
Eli Zaretskii |
(WINS_ALMOST): Add cedet (with its subdirectories) and eieio.
|
Sat, 26 Sep 2009 09:18:41 +0000 |
Alan Mackenzie |
cc-langs.el (c-nonlabel-token-key): Allow quoted character constants (as
|
Sat, 26 Sep 2009 09:08:54 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Fri, 25 Sep 2009 22:04:07 +0000 |
Chong Yidong |
* files.el (safe-local-eval-forms): Allow time-stamp in
|
Fri, 25 Sep 2009 21:47:47 +0000 |
Tassilo Horn |
2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
|
Fri, 25 Sep 2009 18:49:01 +0000 |
Juanma Barranquero |
* menu-bar.el (list-buffers-directory): Doc fix.
|
Fri, 25 Sep 2009 17:57:09 +0000 |
Stefan Monnier |
(log-edit-changelog-entries): Avoid inf-loops.
|
Fri, 25 Sep 2009 17:40:53 +0000 |
David Reitter |
nsmenu.m (EmacsMenu-clear): Recognize application menu
|
Fri, 25 Sep 2009 06:15:30 +0000 |
Glenn Morris |
Regenerate.
|
Fri, 25 Sep 2009 06:15:01 +0000 |
Glenn Morris |
(rmail-mime-bulk-handler): Print the size of attachments.
|
Fri, 25 Sep 2009 04:46:34 +0000 |
Juanma Barranquero |
* bs.el (bs--get-file-name): Use `list-buffers-directory'
|
Fri, 25 Sep 2009 04:35:14 +0000 |
Juanma Barranquero |
* menu-bar.el (list-buffers-directory): Add docstring.
|
Fri, 25 Sep 2009 03:42:22 +0000 |
Chong Yidong |
* comint.el (comint-exec, comint-run, make-comint): Doc
|
Fri, 25 Sep 2009 03:39:23 +0000 |
Glenn Morris |
Regenerate.
|
Fri, 25 Sep 2009 03:39:04 +0000 |
Glenn Morris |
(rmail-mime): New custom group.
|
Fri, 25 Sep 2009 03:36:16 +0000 |
Chong Yidong |
* display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
|
Fri, 25 Sep 2009 03:24:52 +0000 |
Chong Yidong |
Fix URL (Bug#4521).
|
Fri, 25 Sep 2009 02:23:51 +0000 |
Vinicius Jose Latorre |
New version 12. Bug#4177
|
Fri, 25 Sep 2009 00:32:21 +0000 |
Juanma Barranquero |
* progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
|
Fri, 25 Sep 2009 00:30:31 +0000 |
Juanma Barranquero |
Update.
|
Thu, 24 Sep 2009 23:22:17 +0000 |
Chong Yidong |
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
|
Thu, 24 Sep 2009 20:19:58 +0000 |
Alan Mackenzie |
(c-scan-conditionals): A new function like c-forward-conditionals, but it
|
Thu, 24 Sep 2009 20:18:56 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Thu, 24 Sep 2009 19:19:41 +0000 |
Juanma Barranquero |
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
|
Thu, 24 Sep 2009 18:10:44 +0000 |
Stefan Monnier |
(term-set-scroll-region, term-handle-ansi-escape):
|
Thu, 24 Sep 2009 16:59:14 +0000 |
Juanma Barranquero |
* frame.c (xrdb_get_resource): Return nil for empty string resources;
|
Thu, 24 Sep 2009 12:30:08 +0000 |
Nick Roberts |
Don't require speedbar.
|
Thu, 24 Sep 2009 12:29:39 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 24 Sep 2009 08:18:40 +0000 |
Andreas Schwab |
(decode_coding_iso_2022): Fix operator precedence.
|
Thu, 24 Sep 2009 03:26:51 +0000 |
Glenn Morris |
(diary-fancy-display): Always run the hook.
|
Thu, 24 Sep 2009 03:22:40 +0000 |
Glenn Morris |
(ns-reg-to-script): Define for compiler.
|
Thu, 24 Sep 2009 03:21:20 +0000 |
Glenn Morris |
(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
|
Thu, 24 Sep 2009 03:15:27 +0000 |
Glenn Morris |
(rmail-mime-multipart-handler): Accept the case where
|
Thu, 24 Sep 2009 02:37:37 +0000 |
Stefan Monnier |
(minibuffer-force-complete): Cycle the list, rather
|
Thu, 24 Sep 2009 02:15:11 +0000 |
Stefan Monnier |
* term.el (term-set-scroll-region): Don't move cursor any more.
|
Thu, 24 Sep 2009 02:04:25 +0000 |
Stefan Monnier |
Require CL.
|
Thu, 24 Sep 2009 01:44:35 +0000 |
Juanma Barranquero |
Fix typo in comment.
|
Thu, 24 Sep 2009 01:37:14 +0000 |
Juanma Barranquero |
Fix typos.
|
Thu, 24 Sep 2009 01:20:36 +0000 |
Stefan Monnier |
(term-bold-attribute): New var.
|
Thu, 24 Sep 2009 01:04:27 +0000 |
Juanma Barranquero |
* dired.c (Fdirectory_files): Fix typo in docstring.
|
Wed, 23 Sep 2009 23:58:40 +0000 |
Juanma Barranquero |
* gnus-art.el (gnus-article-encrypt-body):
|
Wed, 23 Sep 2009 23:55:26 +0000 |
Juanma Barranquero |
* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
|
Wed, 23 Sep 2009 23:22:13 +0000 |
Nick Roberts |
(gdb-version): New variable.
|
Wed, 23 Sep 2009 23:21:47 +0000 |
Nick Roberts |
*** empty log message ***
|
Wed, 23 Sep 2009 23:05:37 +0000 |
Stefan Monnier |
(sgml-mode-flyspell-verify): Pass limit args
|
Wed, 23 Sep 2009 18:27:07 +0000 |
Adrian Robert |
* README: Note GNUstep support is now Startup 0.23 or later.
|
Wed, 23 Sep 2009 18:21:50 +0000 |
Adrian Robert |
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
|
Wed, 23 Sep 2009 18:21:04 +0000 |
Adrian Robert |
* nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
|
Wed, 23 Sep 2009 18:20:03 +0000 |
Adrian Robert |
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
|
Wed, 23 Sep 2009 06:20:23 +0000 |
Glenn Morris |
(rmail-reply): Don't try to add a References header when replying to
|
Wed, 23 Sep 2009 02:38:08 +0000 |
Adrian Robert |
* nsfont.m (Vns_reg_to_script): New lisp variable.
|
Wed, 23 Sep 2009 02:36:57 +0000 |
Adrian Robert |
* nsfont.m (Vns_reg_to_script): New lisp variable.
|
Wed, 23 Sep 2009 02:35:54 +0000 |
Adrian Robert |
* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
|
Wed, 23 Sep 2009 02:35:33 +0000 |
Adrian Robert |
* term/nswin.el (ns-reg-to-script): New variable.
|
Wed, 23 Sep 2009 01:07:45 +0000 |
Adrian Robert |
* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
|
Wed, 23 Sep 2009 00:22:08 +0000 |
Daiki Ueno |
(epg-wait-for-status): Preserve existing 'error results.
|
Tue, 22 Sep 2009 23:49:10 +0000 |
Sam Steingold |
(vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
|
Tue, 22 Sep 2009 23:48:19 +0000 |
Sam Steingold |
(vc-hg-outgoing, vc-hg-incoming): use okstatus instead of ignore-errors
|
Tue, 22 Sep 2009 19:49:57 +0000 |
Adrian Robert |
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
|
Tue, 22 Sep 2009 19:49:50 +0000 |
Adrian Robert |
(EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
|
Tue, 22 Sep 2009 19:49:06 +0000 |
Adrian Robert |
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
|
Tue, 22 Sep 2009 18:43:45 +0000 |
Sam Steingold |
(vc-hg-outgoing, vc-hg-incoming): Ignore errors from
|
Tue, 22 Sep 2009 18:16:48 +0000 |
Sam Steingold |
(vc-hg-print-log): Fix shortlog arg passing.
|
Tue, 22 Sep 2009 15:53:00 +0000 |
Stefan Monnier |
Convert to utf-8 encoding.
|
Tue, 22 Sep 2009 15:39:02 +0000 |
Stefan Monnier |
(change-log-fill-forward-paragraph): New function.
|
Tue, 22 Sep 2009 08:44:16 +0000 |
Juanma Barranquero |
* info.el (Info-try-follow-nearest-node): Use the URL extracted by
|
Tue, 22 Sep 2009 07:37:58 +0000 |
Glenn Morris |
(calendar-mode-map): Make mouse-1 and 3 clicks on the scroll-bar
|
Tue, 22 Sep 2009 07:15:31 +0000 |
Glenn Morris |
(cal-menu-scroll-menu): Add a sub-section with commands that move
|
Tue, 22 Sep 2009 02:31:54 +0000 |
Glenn Morris |
elint stuff
|
Tue, 22 Sep 2009 02:28:43 +0000 |
Glenn Morris |
(tpu-copy-keyfile): Fix condition-case handler.
|
Tue, 22 Sep 2009 02:28:28 +0000 |
Glenn Morris |
(elint): New custom group.
|
Tue, 22 Sep 2009 02:24:20 +0000 |
Glenn Morris |
(Building Emacs): Mention preloaded-file-list.
|
Tue, 22 Sep 2009 00:06:28 +0000 |
Juanma Barranquero |
* linum.el (linum-delete-overlays, linum-update-window):
|
Mon, 21 Sep 2009 22:12:28 +0000 |
Chong Yidong |
* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
|
Mon, 21 Sep 2009 09:51:38 +0000 |
Juanma Barranquero |
* net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
|
Mon, 21 Sep 2009 02:28:02 +0000 |
Stefan Monnier |
(dig-mode): Use define-derived-mode.
|
Sun, 20 Sep 2009 19:59:38 +0000 |
Dan Nicolaescu |
Mention support for stashes in vc-git.
|
Sun, 20 Sep 2009 19:55:36 +0000 |
Dan Nicolaescu |
(vc-do-command): Return the process object in
|
Sun, 20 Sep 2009 19:51:35 +0000 |
Dan Nicolaescu |
(vc-git-dir-extra-headers): Add keymap and mouse-face
|
Sun, 20 Sep 2009 18:22:37 +0000 |
Dan Nicolaescu |
(ctl-x-r-map): Define the keys here instead of using autoload.
|
Sun, 20 Sep 2009 17:05:00 +0000 |
Stefan Monnier |
(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
|
Sun, 20 Sep 2009 16:44:50 +0000 |
Eli Zaretskii |
Fix a comment.
|
Sun, 20 Sep 2009 16:06:53 +0000 |
Eli Zaretskii |
Fix comments about header lines.
|
Sun, 20 Sep 2009 14:54:17 +0000 |
Stefan Monnier |
(bookmark-write-file): Avoid calling `pp' with large
|
Sun, 20 Sep 2009 05:40:50 +0000 |
Nick Roberts |
(gud-sentinel): Revert indavertant change.
|
Sun, 20 Sep 2009 05:37:49 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 20 Sep 2009 02:16:52 +0000 |
Daiki Ueno |
Fix the last commit.
|
Sun, 20 Sep 2009 02:01:09 +0000 |
Daiki Ueno |
(epa-file-cache-passphrase-for-symmetric-encryption):
|
Sat, 19 Sep 2009 21:26:49 +0000 |
Chong Yidong |
* custom.texi (Rebinding): Add cindex for "binding keys".
|
Sat, 19 Sep 2009 21:23:21 +0000 |
Chong Yidong |
* frames.texi (Frame Commands): C-z is now bound to suspend-frame.
|
Sat, 19 Sep 2009 21:22:45 +0000 |
Glenn Morris |
(calc-graph-lookup): Avoid assignment to free variable `var'.
|
Sat, 19 Sep 2009 21:11:40 +0000 |
Glenn Morris |
(var): Define for compiler.
|
Sat, 19 Sep 2009 21:07:53 +0000 |
Glenn Morris |
(var): Define for compiler.
|
Sat, 19 Sep 2009 20:58:19 +0000 |
Glenn Morris |
(line): Define for compiler.
|
Sat, 19 Sep 2009 20:06:54 +0000 |
Chong Yidong |
* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
|
Sat, 19 Sep 2009 19:55:00 +0000 |
Chong Yidong |
Note removed obsolete functions.
|
Sat, 19 Sep 2009 19:54:36 +0000 |
Chong Yidong |
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
|
Sat, 19 Sep 2009 19:43:37 +0000 |
Chong Yidong |
* time-stamp.el (time-stamp-month-dd-yyyy)
|
Sat, 19 Sep 2009 19:35:15 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
|
Sat, 19 Sep 2009 14:56:04 +0000 |
Juanma Barranquero |
This fixes bug#4197 (merged to bug#865, though not identical).
|
Sat, 19 Sep 2009 11:45:57 +0000 |
Nick Roberts |
(gdb-var-update-handler-1): Include case of
|
Sat, 19 Sep 2009 11:45:10 +0000 |
Nick Roberts |
*** empty log message ***
|
Sat, 19 Sep 2009 11:44:23 +0000 |
Nick Roberts |
*** empty log message ***
|
Sat, 19 Sep 2009 03:18:30 +0000 |
Glenn Morris |
(pgg-pgp-encrypt-region): Add missing mapconcat separator.
|
Fri, 18 Sep 2009 23:54:04 +0000 |
Adrian Robert |
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
|
Fri, 18 Sep 2009 23:40:00 +0000 |
Chong Yidong |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
|
Fri, 18 Sep 2009 23:39:44 +0000 |
Chong Yidong |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
|
Fri, 18 Sep 2009 23:39:04 +0000 |
Chong Yidong |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
|
Fri, 18 Sep 2009 23:36:29 +0000 |
Adrian Robert |
* nsfns.m (x-focus-frame): Activate the app first.
|
Fri, 18 Sep 2009 21:59:25 +0000 |
Adrian Robert |
* README: Note OS X support is now 10.4 or later.
|
Fri, 18 Sep 2009 21:27:11 +0000 |
Adrian Robert |
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
|
Fri, 18 Sep 2009 21:25:13 +0000 |
Adrian Robert |
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
|
Fri, 18 Sep 2009 21:16:28 +0000 |
Adrian Robert |
Update comment for HAVE_NS code in font_find_for_lface().
|
Fri, 18 Sep 2009 21:12:09 +0000 |
Adrian Robert |
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
|
Fri, 18 Sep 2009 18:48:38 +0000 |
Chong Yidong |
Re-organize 23.2 News.
|
Fri, 18 Sep 2009 18:42:16 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Change default for XML files to nXML
|
Fri, 18 Sep 2009 16:59:36 +0000 |
Juanma Barranquero |
Update.
|
Fri, 18 Sep 2009 16:55:21 +0000 |
Juanma Barranquero |
* server.el (server-ensure-safe-dir): Pass 'integer
|
Fri, 18 Sep 2009 15:35:23 +0000 |
Stefan Monnier |
(dired-query-alist): Remove spurious backslash.
|
Fri, 18 Sep 2009 15:34:23 +0000 |
Adrian Robert |
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
|
Fri, 18 Sep 2009 15:33:26 +0000 |
Adrian Robert |
* cus-start.el (ns-use-qd-smoothing): Remove.
|
Fri, 18 Sep 2009 15:14:14 +0000 |
Adrian Robert |
* emacs.c (inhibit_x_resources): Update doc string for NS.
|
Fri, 18 Sep 2009 15:12:54 +0000 |
Adrian Robert |
(x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
|
Fri, 18 Sep 2009 15:12:34 +0000 |
Adrian Robert |
(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
|
Fri, 18 Sep 2009 15:12:15 +0000 |
Adrian Robert |
(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
|
Fri, 18 Sep 2009 15:11:55 +0000 |
Adrian Robert |
(ns_no_defaults): Remove.
|
Fri, 18 Sep 2009 15:11:38 +0000 |
Adrian Robert |
(inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost.
|
Fri, 18 Sep 2009 07:49:47 +0000 |
Glenn Morris |
(top-level): Remove unnecessary progn.
|
Fri, 18 Sep 2009 07:48:56 +0000 |
Glenn Morris |
(speedbar-track-mouse): Fix typo in condition-case handler.
|
Fri, 18 Sep 2009 07:39:56 +0000 |
Glenn Morris |
Fix typos in condition-case handlers.
|
Fri, 18 Sep 2009 07:25:14 +0000 |
Glenn Morris |
(nxml-end-of-heading): Fix typo in condition-case handler.
|
Fri, 18 Sep 2009 07:16:49 +0000 |
Glenn Morris |
(js-end-of-defun): Remove malformed and unneeded let.
|
Fri, 18 Sep 2009 07:14:43 +0000 |
Glenn Morris |
(define-derived-mode): Fix paren typo in definition of abbrev table.
|
Fri, 18 Sep 2009 07:07:33 +0000 |
Glenn Morris |
Fix typos in condition-case handlers.
|
Fri, 18 Sep 2009 02:01:26 +0000 |
Nick Roberts |
(gud-speedbar-item-info): Adjust for change to
|
Fri, 18 Sep 2009 02:00:59 +0000 |
Nick Roberts |
(gdb-frame-address): New variable.
|
Fri, 18 Sep 2009 02:00:18 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 17 Sep 2009 23:49:15 +0000 |
Miles Bader |
Add arch tagline
|
Thu, 17 Sep 2009 23:04:41 +0000 |
Juanma Barranquero |
The --quick command line option now ignores X resources and Registry settings.
|
Thu, 17 Sep 2009 20:47:48 +0000 |
Chong Yidong |
* subr.el: Fix last change to avoid using the `unless' macro, which
|
Thu, 17 Sep 2009 18:06:57 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 17 Sep 2009 18:06:23 +0000 |
Eli Zaretskii |
(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
|
Thu, 17 Sep 2009 18:02:58 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 17 Sep 2009 18:02:40 +0000 |
Eli Zaretskii |
(OTHER_FILES): Edit to empty.
|
Thu, 17 Sep 2009 16:43:25 +0000 |
Stefan Monnier |
Require CL for the `loop' macro.
|
Thu, 17 Sep 2009 16:41:55 +0000 |
Stefan Monnier |
(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
|
Thu, 17 Sep 2009 15:58:56 +0000 |
Stefan Monnier |
(eval-next-after-load): Mark as obsolete.
|
Thu, 17 Sep 2009 15:58:35 +0000 |
Stefan Monnier |
(push, pop, dolist, dotimes, declare): Don't overwrite CL's
|
Thu, 17 Sep 2009 10:31:15 +0000 |
Juri Linkov |
*** empty log message ***
|
Thu, 17 Sep 2009 10:31:06 +0000 |
Juri Linkov |
(menu-bar-search-menu, menu-bar-edit-menu)
|
Thu, 17 Sep 2009 07:29:43 +0000 |
Glenn Morris |
(byte-compile-form): Always check the function arguments, whether or
|
Thu, 17 Sep 2009 06:28:32 +0000 |
Glenn Morris |
(lisp-mode-syntax-table): Give it a doc-string.
|
Thu, 17 Sep 2009 06:26:59 +0000 |
Glenn Morris |
(emacs-lisp-mode-syntax-table): Give it a doc-string.
|
Thu, 17 Sep 2009 06:19:57 +0000 |
Glenn Morris |
(ansi-color-get-face-1): Fix typo in handler.
|
Thu, 17 Sep 2009 06:14:33 +0000 |
Dan Nicolaescu |
Updated from master source.
|
Thu, 17 Sep 2009 06:10:44 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1290000.
|
Thu, 17 Sep 2009 06:02:20 +0000 |
Glenn Morris |
(hard-newline): Give it a doc-string.
|
Thu, 17 Sep 2009 05:30:17 +0000 |
Dan Nicolaescu |
(menu-bar-file-menu, menu-bar-file-menu)
|
Thu, 17 Sep 2009 02:53:38 +0000 |
Dan Nicolaescu |
(menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
|
Thu, 17 Sep 2009 01:32:56 +0000 |
Stefan Monnier |
(minor-mode-menu-from-indicator): Pay attention
|
Wed, 16 Sep 2009 20:36:54 +0000 |
Stefan Monnier |
(x_get_resource_string): Remove unused.
|
Wed, 16 Sep 2009 17:54:13 +0000 |
Stefan Monnier |
(command-line): Initialize the window-system after
|
Wed, 16 Sep 2009 13:15:10 +0000 |
Stefan Monnier |
(what-page): Make sure we don't inf-loop if
|
Wed, 16 Sep 2009 03:13:55 +0000 |
Glenn Morris |
(byte-compile-not-obsolete-vars): Set if bound.
|
Wed, 16 Sep 2009 03:13:03 +0000 |
Glenn Morris |
(byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.
|
Wed, 16 Sep 2009 03:10:17 +0000 |
Glenn Morris |
Move comment so it does not get printed every time the rule runs.
|
Tue, 15 Sep 2009 18:49:56 +0000 |
Jan Dj¸«£rv |
* xterm.c (x_new_font): Call change_frame_size before calling
|
Tue, 15 Sep 2009 17:52:42 +0000 |
Dan Nicolaescu |
(vc-git-log-view-mode): Undo inadvertent change.
|
Tue, 15 Sep 2009 15:29:50 +0000 |
Stefan Monnier |
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
|
Tue, 15 Sep 2009 11:42:37 +0000 |
Stephen Eglen |
Doc fix to commentary (how to enable package).
|
Tue, 15 Sep 2009 11:38:15 +0000 |
Stephen Eglen |
*** empty log message ***
|
Tue, 15 Sep 2009 11:38:07 +0000 |
Stephen Eglen |
(iswitchb-read-buffer): When selecting a match from
|
Tue, 15 Sep 2009 08:11:42 +0000 |
Juanma Barranquero |
Update.
|
Tue, 15 Sep 2009 07:09:17 +0000 |
Glenn Morris |
Revert unnecessary parts of previous change.
|
Tue, 15 Sep 2009 07:06:04 +0000 |
Glenn Morris |
(command-line-1): Give local variables with common names a
|
Tue, 15 Sep 2009 04:08:02 +0000 |
Stefan Monnier |
(custom-initialize-default, custom-initialize-set): CSE.
|
Tue, 15 Sep 2009 04:05:12 +0000 |
Stefan Monnier |
(desktop-path): Check user-emacs-directory.
|
Tue, 15 Sep 2009 04:03:35 +0000 |
Stefan Monnier |
(byte-compile-refresh-preloaded): New function.
|
Tue, 15 Sep 2009 03:46:05 +0000 |
Stefan Monnier |
Use after-load-functions to GC after loading each file.
|
Tue, 15 Sep 2009 03:45:51 +0000 |
Stefan Monnier |
(Fload): Also run do-after-load-evaluation while dumping.
|
Tue, 15 Sep 2009 03:39:40 +0000 |
Stefan Monnier |
(after-load-functions): New hook.
|
Tue, 15 Sep 2009 02:38:20 +0000 |
Glenn Morris |
diary stuff
|
Tue, 15 Sep 2009 02:37:28 +0000 |
Glenn Morris |
(apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'.
|
Tue, 15 Sep 2009 02:36:26 +0000 |
Glenn Morris |
(dired-mode-map): Add menu entry for async shell command.
|
Tue, 15 Sep 2009 02:35:47 +0000 |
Glenn Morris |
(find-lisp-object-file-name): When looking for autoloaded
|
Tue, 15 Sep 2009 02:35:22 +0000 |
Glenn Morris |
(arglist): Define for compiler.
|
Tue, 15 Sep 2009 02:34:54 +0000 |
Glenn Morris |
(diary-display-function): Change the default to fancy display.
|
Tue, 15 Sep 2009 02:34:32 +0000 |
Glenn Morris |
(byte-compile-keep-pending, byte-compile-file-form, byte-compile-lambda)
|
Tue, 15 Sep 2009 02:33:58 +0000 |
Glenn Morris |
(rmail-mime-save): If file exists, don't try to be clever and add a
|
Tue, 15 Sep 2009 01:21:41 +0000 |
Stefan Monnier |
(what-page): Don't move to beginning of line.
|
Tue, 15 Sep 2009 00:11:51 +0000 |
Dan Nicolaescu |
(vc-git-dir-extra-headers): Show the remote location.
|
Mon, 14 Sep 2009 23:28:40 +0000 |
Dan Nicolaescu |
* bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
|
Mon, 14 Sep 2009 23:24:56 +0000 |
Dan Nicolaescu |
(change-log-mode): Restore bug-reference-mode.
|
Mon, 14 Sep 2009 23:00:52 +0000 |
Juanma Barranquero |
* configure.bat: Add #define PROFILING to config.h.
|
Mon, 14 Sep 2009 09:46:03 +0000 |
Alan Mackenzie |
(Terminal Output): Put "@code{}" around "stdout".
|
Mon, 14 Sep 2009 09:45:33 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Mon, 14 Sep 2009 04:42:04 +0000 |
Dan Nicolaescu |
* vc-mtn.el (vc-mtn-annotate-command):
|
Mon, 14 Sep 2009 04:38:49 +0000 |
Dan Nicolaescu |
* vc.el (top): print-log method now takes an optional SHORTLOG
|
Mon, 14 Sep 2009 01:22:42 +0000 |
Stefan Monnier |
* simple.el: Add mapping for backspace/delete/clear/tab/escape/return
|
Mon, 14 Sep 2009 00:48:06 +0000 |
Glenn Morris |
(elint-add-required-env): Revert to not using temp-buffers (2009-09-12).
|
Sun, 13 Sep 2009 22:28:57 +0000 |
Stefan Monnier |
(ispell-command-loop): Improve last fix, using the new read-key function.
|
Sun, 13 Sep 2009 22:28:48 +0000 |
Chong Yidong |
* dired-x.texi (Technical Details): Delete dired-up-directory (Bug#4292).
|
Sun, 13 Sep 2009 22:15:10 +0000 |
Chong Yidong |
* INSTALL: Update URL for GNU FreeFont.
|
Sun, 13 Sep 2009 21:32:58 +0000 |
Chong Yidong |
* term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
|
Sun, 13 Sep 2009 21:21:40 +0000 |
Chong Yidong |
* url-handlers.el (url-copy-file): Add fifth arg for compatibility
|
Sun, 13 Sep 2009 21:09:05 +0000 |
Chong Yidong |
* recentf.el (recentf-cleanup): Use a hash table to find
|
Sun, 13 Sep 2009 20:48:09 +0000 |
Chong Yidong |
Remove obsolete Mule-UCS information (the package is not redundant).
|
Sun, 13 Sep 2009 20:46:46 +0000 |
Chong Yidong |
* PROBLEMS: Document Athena/Lucid internationalization
|
Sun, 13 Sep 2009 20:35:47 +0000 |
Chong Yidong |
Fix last change.
|
Sun, 13 Sep 2009 20:35:12 +0000 |
Chong Yidong |
Fix last change.
|
Sun, 13 Sep 2009 20:34:18 +0000 |
Chong Yidong |
* textmodes/ispell.el (ispell-command-loop): Convert keys such as
|
Sun, 13 Sep 2009 19:41:52 +0000 |
Chong Yidong |
* misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
|
Sun, 13 Sep 2009 17:09:23 +0000 |
Chong Yidong |
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
|
Sun, 13 Sep 2009 02:16:25 +0000 |
Chong Yidong |
* eshell/em-hist.el:
|
Sun, 13 Sep 2009 02:14:25 +0000 |
Glenn Morris |
Replace empty `let's with `progn'.
|
Sun, 13 Sep 2009 02:09:12 +0000 |
Glenn Morris |
(url-file): Avoid assignment to free variable `filename'.
|
Sun, 13 Sep 2009 01:47:03 +0000 |
Chong Yidong |
* functions.texi (Anonymous Functions): Rearrange discussion,
|
Sun, 13 Sep 2009 00:52:55 +0000 |
Stefan Monnier |
* mail/sendmail.el (send-mail-function):
|
Sat, 12 Sep 2009 22:32:52 +0000 |
Glenn Morris |
(elint-init-env): Skip non-list forms.
|
Sat, 12 Sep 2009 19:05:49 +0000 |
Stefan Monnier |
(Custom-mode): Don't use advertised-widget-backward in the docstring.
|
Sat, 12 Sep 2009 19:04:24 +0000 |
Stefan Monnier |
* term/x-win.el (x-initialize-window-system):
|
Sat, 12 Sep 2009 19:03:49 +0000 |
Stefan Monnier |
(mouse-wheel-mode): Make sure the new defvar doesn't
|
Sat, 12 Sep 2009 18:48:22 +0000 |
Glenn Morris |
(elint-file): Make max-lisp-eval-depth at least 1000.
|
Sat, 12 Sep 2009 14:58:55 +0000 |
Daiki Ueno |
(epg-make-context): Add autoload cookie.
|
Sat, 12 Sep 2009 09:45:57 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Sep 2009 09:45:36 +0000 |
Eli Zaretskii |
(dos-reevaluate-defcustoms): Comment out the reevaluation of trash-directory.
|
Sat, 12 Sep 2009 09:40:15 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Sep 2009 09:39:49 +0000 |
Eli Zaretskii |
Fix last change.
|
Sat, 12 Sep 2009 04:38:03 +0000 |
Stefan Monnier |
* mwheel.el (mwheel-installed-bindings): New var.
|
Sat, 12 Sep 2009 03:55:46 +0000 |
Stefan Monnier |
* startup.el (tutorial-directory): Make it a defcustom.
|
Sat, 12 Sep 2009 03:35:40 +0000 |
Stefan Monnier |
* lread.c (Fload): Don't output a message after loading an obsolete
|
Sat, 12 Sep 2009 02:42:22 +0000 |
Glenn Morris |
(proced-mark-alt): Remove alias.
|
Sat, 12 Sep 2009 02:42:03 +0000 |
Glenn Morris |
(emacs-lisp-mode-map): Add menu entries to elint file and directory.
|
Sat, 12 Sep 2009 02:41:39 +0000 |
Glenn Morris |
(elint-file, elint-directory): New autoloaded commands.
|
Sat, 12 Sep 2009 01:40:11 +0000 |
Chong Yidong |
* emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).
|
Sat, 12 Sep 2009 01:30:51 +0000 |
Chong Yidong |
* fns.c (syms_of_fns): Doc fix (Bug#4227).
|
Sat, 12 Sep 2009 01:21:30 +0000 |
Stefan Monnier |
(Fwhere_is_internal): Use nconc2.
|
Sat, 12 Sep 2009 00:47:13 +0000 |
Chong Yidong |
* url-methods.el (url-scheme--registering-proxy): New variable.
|
Sat, 12 Sep 2009 00:32:49 +0000 |
Chong Yidong |
* emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
|
Sat, 12 Sep 2009 00:03:29 +0000 |
Nick Roberts |
(gdb-var-list-children-regexp): Delete.
|
Sat, 12 Sep 2009 00:02:42 +0000 |
Nick Roberts |
*** empty log message ***
|
Sat, 12 Sep 2009 00:01:00 +0000 |
Chong Yidong |
* progmodes/js.el (js--proper-indentation): Handle the case where
|
Fri, 11 Sep 2009 22:59:36 +0000 |
Juanma Barranquero |
* emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
|
Fri, 11 Sep 2009 22:48:03 +0000 |
Daiki Ueno |
Fix the last commit.
|
Fri, 11 Sep 2009 22:46:14 +0000 |
Daiki Ueno |
(epg-context-set-passphrase-callback)
|
Fri, 11 Sep 2009 22:27:32 +0000 |
Daiki Ueno |
Add algorithm names.
|
Fri, 11 Sep 2009 21:25:44 +0000 |
Stefan Monnier |
* custom.el (custom-delayed-init-variables): New var.
|
Fri, 11 Sep 2009 21:07:02 +0000 |
Stefan Monnier |
(language-info-alist): Improve docstring.
|
Fri, 11 Sep 2009 20:27:50 +0000 |
Alan Mackenzie |
(Terminal Output): document `send-string-to-terminal' in batch mode.
|
Fri, 11 Sep 2009 20:26:50 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Fri, 11 Sep 2009 20:05:11 +0000 |
Alan Mackenzie |
(Fsend_string_to_terminal): Amend doc string to cover batch mode.
|
Fri, 11 Sep 2009 20:04:12 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Fri, 11 Sep 2009 19:11:07 +0000 |
Stefan Monnier |
(main): Sort scores before trimming them,
|
Fri, 11 Sep 2009 18:54:55 +0000 |
Stefan Monnier |
(proced-mode-map): Prefer "m" for proced-mark.
|
Fri, 11 Sep 2009 16:46:08 +0000 |
Andreas Schwab |
(display_mode_element): Detect cycles.
|
Fri, 11 Sep 2009 12:05:45 +0000 |
Juanma Barranquero |
Update.
|
Fri, 11 Sep 2009 11:55:11 +0000 |
Nick Roberts |
(gdb-var-update-regexp): Delete.
|
Fri, 11 Sep 2009 11:54:30 +0000 |
Nick Roberts |
*** empty log message ***
|
Fri, 11 Sep 2009 10:58:54 +0000 |
Juanma Barranquero |
* vc-annotate.el (vc-annotate): Use the main file's coding-system to
|
Fri, 11 Sep 2009 10:01:21 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 11 Sep 2009 10:00:57 +0000 |
Eli Zaretskii |
(bootstrap): Ensure enough environment space will be available
|
Fri, 11 Sep 2009 06:51:58 +0000 |
Glenn Morris |
Add generated-autoload-file item.
|
Fri, 11 Sep 2009 06:51:06 +0000 |
Glenn Morris |
(autoloads): Make dired.el writable.
|
Fri, 11 Sep 2009 06:50:49 +0000 |
Glenn Morris |
Regenerate with extracted autoloads.
|
Fri, 11 Sep 2009 06:50:14 +0000 |
Glenn Morris |
Put autoloads in dired.el rather than loaddefs.el.
|
Fri, 11 Sep 2009 06:48:31 +0000 |
Glenn Morris |
(autoloads): Make ibuffer.el writable.
|
Fri, 11 Sep 2009 06:47:48 +0000 |
Glenn Morris |
Regenerate with extracted autoloads.
|
Fri, 11 Sep 2009 06:47:26 +0000 |
Glenn Morris |
Put autoloads in ibuffer.el rather than loaddefs.el.
|
Fri, 11 Sep 2009 06:42:13 +0000 |
Glenn Morris |
Reformat doc-strings for make-docfile.
|
Fri, 11 Sep 2009 06:39:21 +0000 |
Glenn Morris |
Comment.
|
Fri, 11 Sep 2009 06:38:44 +0000 |
Glenn Morris |
Remove comment, inapplicable since 1997 (loadup no longer loads the
|
Fri, 11 Sep 2009 05:10:15 +0000 |
Stefan Monnier |
(where_is_internal): Don't erroneously return nil right after
|
Fri, 11 Sep 2009 04:27:38 +0000 |
Stefan Monnier |
(autoloads): Make rmail.el writable as well.
|
Fri, 11 Sep 2009 03:41:26 +0000 |
Glenn Morris |
(x-display-name, x-setup-function-keys): Unify doc-strings with X versions.
|
Fri, 11 Sep 2009 03:40:55 +0000 |
Glenn Morris |
(dired-compress-file): Declare.
|
Fri, 11 Sep 2009 03:40:35 +0000 |
Glenn Morris |
(top-level): Always require dired.
|
Fri, 11 Sep 2009 03:40:14 +0000 |
Glenn Morris |
(describe-function-1): Mention if a function has a compiler-macro.
|
Fri, 11 Sep 2009 03:39:48 +0000 |
Glenn Morris |
(help-function-cmacro): New button.
|
Fri, 11 Sep 2009 03:39:28 +0000 |
Glenn Morris |
(define-compiler-macro): Add a property that records where a macro was
|
Fri, 11 Sep 2009 03:39:04 +0000 |
Glenn Morris |
(apropos-documentation-check-doc-file): Exclude unbound functions and
|
Fri, 11 Sep 2009 03:34:14 +0000 |
Glenn Morris |
(Fx_parse_geometry): Unify the X and NS versions so that they share a
|
Fri, 11 Sep 2009 02:28:50 +0000 |
Simon South |
(delphi-tab): Indent region when Transient Mark mode is enabled and
|
Fri, 11 Sep 2009 02:14:05 +0000 |
Stefan Monnier |
(get_keymap): Return the actual keymap symbol rather than t for autoloaded
|
Fri, 11 Sep 2009 01:11:37 +0000 |
Stefan Monnier |
*** empty log message ***
|
Fri, 11 Sep 2009 01:00:37 +0000 |
Stefan Monnier |
* emulation/crisp.el (crisp-mode-map): Move initialization
|
Fri, 11 Sep 2009 00:58:59 +0000 |
Stefan Monnier |
* keymap.c (QCadvertised_binding): New constant.
|
Thu, 10 Sep 2009 19:17:56 +0000 |
Adrian Robert |
fix typo (wrong name) in my 2009-09-09 entry
|
Thu, 10 Sep 2009 18:19:03 +0000 |
Stefan Monnier |
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
|
Thu, 10 Sep 2009 16:47:47 +0000 |
Stefan Monnier |
(Fwhere_is_internal): Last minute typo.
|
Thu, 10 Sep 2009 16:19:52 +0000 |
Stefan Monnier |
* keymap.c (where_is_internal_data): Make noindirect a boolean.
|
Thu, 10 Sep 2009 06:27:04 +0000 |
Glenn Morris |
Grammar.
|
Thu, 10 Sep 2009 06:23:06 +0000 |
Glenn Morris |
(cvs-mode-find-file): Use forward-line rather than goto-line.
|
Thu, 10 Sep 2009 06:22:30 +0000 |
Glenn Morris |
(byte-compile-function-environment): Doc fix.
|
Thu, 10 Sep 2009 06:21:48 +0000 |
Glenn Morris |
(degrees-to-radians): Mark as free from side effects.
|
Thu, 10 Sep 2009 06:21:23 +0000 |
Glenn Morris |
(define-derived-mode): Give the mode's map, and syntax and abbrev
|
Thu, 10 Sep 2009 06:20:51 +0000 |
Glenn Morris |
(easy-mmode-defmap): Add doc-string.
|
Thu, 10 Sep 2009 06:20:25 +0000 |
Glenn Morris |
(top-level): Require cl when compiling.
|
Thu, 10 Sep 2009 06:19:53 +0000 |
Glenn Morris |
Move all safe and risky properties into the defcustoms.
|
Thu, 10 Sep 2009 06:19:34 +0000 |
Glenn Morris |
(rmail-user-mail-address-regexp): Move here from rmailsum.el.
|
Thu, 10 Sep 2009 06:18:48 +0000 |
Glenn Morris |
(rmail-user-mail-address-regexp): Move to rmail.el.
|
Thu, 10 Sep 2009 06:18:23 +0000 |
Glenn Morris |
Put autoloads in rmail.el rather than loaddefs.el.
|
Thu, 10 Sep 2009 03:42:13 +0000 |
Nick Roberts |
Bug#4375 (can't kill killed gud buffer")
|
Thu, 10 Sep 2009 03:40:51 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 10 Sep 2009 03:20:51 +0000 |
Stefan Monnier |
(display_mode_element): Move list length limit from 50 to
|
Thu, 10 Sep 2009 03:03:27 +0000 |
Nick Roberts |
Reported in thread for Bug#4375.
|
Thu, 10 Sep 2009 03:03:00 +0000 |
Nick Roberts |
Reported in thread for Bug#4375.
|
Thu, 10 Sep 2009 03:02:34 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 10 Sep 2009 02:25:53 +0000 |
Juanma Barranquero |
* startup.el (command-line-normalize-file-name): On Windows and
|
Thu, 10 Sep 2009 00:58:15 +0000 |
Juri Linkov |
*** empty log message ***
|
Thu, 10 Sep 2009 00:57:44 +0000 |
Juri Linkov |
(grep-template): Add "<X>" to docstring.
|
Thu, 10 Sep 2009 00:54:36 +0000 |
Juri Linkov |
(shell-command): Set asynchronous process filter to
|
Thu, 10 Sep 2009 00:54:15 +0000 |
Juri Linkov |
(isearch-text-char-description): Propertize escape
|
Thu, 10 Sep 2009 00:12:07 +0000 |
Katsumi Yamaoka |
* nnrss.el (nnrss-request-article): Remove binding of
|
Wed, 09 Sep 2009 15:05:47 +0000 |
Adrian Robert |
* nsfont.m (ns_get_family): Don't force first letter to uppercase.
|
Wed, 09 Sep 2009 14:47:54 +0000 |
Stefan Monnier |
(diff-hunk-kill): Fix the search of the next hunk (bug#4368).
|
Wed, 09 Sep 2009 10:41:50 +0000 |
Katsumi Yamaoka |
(with-no-warnings): Define it for old Emacsen.
|
Wed, 09 Sep 2009 10:07:19 +0000 |
Katsumi Yamaoka |
2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
|
Wed, 09 Sep 2009 09:29:29 +0000 |
Katsumi Yamaoka |
* calendar/time-date.el (autoload):
|
Wed, 09 Sep 2009 09:28:43 +0000 |
Katsumi Yamaoka |
2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
|
Wed, 09 Sep 2009 02:38:50 +0000 |
Stefan Monnier |
(where_is_internal): Filter out shadowed remappings.
|
Wed, 09 Sep 2009 02:38:06 +0000 |
Glenn Morris |
Mention world-readable install.
|
Wed, 09 Sep 2009 02:36:38 +0000 |
Glenn Morris |
(ffap-file-at-point): Handle absolute (non-remote) files with line
|
Wed, 09 Sep 2009 02:34:17 +0000 |
Glenn Morris |
(install-arch-indep): Don't recursively change perms of
|
Wed, 09 Sep 2009 02:32:48 +0000 |
Glenn Morris |
(install): Set umask to world-readable before creating directories.
|
Wed, 09 Sep 2009 02:32:25 +0000 |
Glenn Morris |
($(DESTDIR)${archlibdir}): Set umask to world-readable before creating
|
Wed, 09 Sep 2009 01:21:10 +0000 |
Stefan Monnier |
(Vtruncate_partial_width_windows): Improve docstring.
|
Tue, 08 Sep 2009 19:47:07 +0000 |
Stefan Monnier |
(smerge-remove-props, smerge-refine):
|
Tue, 08 Sep 2009 19:42:21 +0000 |
Stefan Monnier |
(with-silent-modifications): New macro.
|
Mon, 07 Sep 2009 15:25:38 +0000 |
Juanma Barranquero |
Update.
|
Mon, 07 Sep 2009 15:23:09 +0000 |
Juanma Barranquero |
* files.el (top-level): Require `cl' when compiling.
|
Mon, 07 Sep 2009 02:35:29 +0000 |
Glenn Morris |
(proced-mode-map): Bind "d" to proced-mark-alt.
|
Mon, 07 Sep 2009 02:26:37 +0000 |
Glenn Morris |
(auto-mode-alist): Use delphi-mode for .dpr files.
|
Mon, 07 Sep 2009 01:22:41 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 07 Sep 2009 01:03:26 +0000 |
Juanma Barranquero |
Fix typo (again).
|
Mon, 07 Sep 2009 01:01:47 +0000 |
Juanma Barranquero |
Fix typo.
|
Mon, 07 Sep 2009 00:58:16 +0000 |
Juanma Barranquero |
* unidata/.gitignore: New file.
|
Sun, 06 Sep 2009 22:08:31 +0000 |
Nick Roberts |
(vc-git-annotate-command): Use separator to parse
|
Sun, 06 Sep 2009 22:07:55 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 06 Sep 2009 20:09:01 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 06 Sep 2009 20:08:36 +0000 |
Eli Zaretskii |
(proced-mode): Doc fix.
|
Sun, 06 Sep 2009 14:19:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 06 Sep 2009 14:18:54 +0000 |
Michael Albinus |
* net/tramp.el (tramp-perl-file-attributes): Print "nil" when
|
Sat, 05 Sep 2009 21:11:34 +0000 |
Glenn Morris |
(diary-entry): Add help-echo and follow-link properties to this button.
|
Sat, 05 Sep 2009 21:07:15 +0000 |
Glenn Morris |
(holiday-chinese): Make it slightly more efficient.
|
Sat, 05 Sep 2009 21:00:39 +0000 |
Glenn Morris |
(lisp-font-lock-keywords-2): Add letf.
|
Sat, 05 Sep 2009 19:11:24 +0000 |
Glenn Morris |
Mention that redefining the function byte-compile-dest-file is obsolete.
|
Sat, 05 Sep 2009 19:10:37 +0000 |
Glenn Morris |
(emacs-lisp-file-regexp): Doc fix.
|
Sat, 05 Sep 2009 18:53:34 +0000 |
Glenn Morris |
Don't mention maintainer-clean, since `make bootstrap' does this now.
|
Sat, 05 Sep 2009 17:47:06 +0000 |
Juanma Barranquero |
Fix typos.
|
Sat, 05 Sep 2009 16:25:27 +0000 |
Karl Fogel |
* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
|
Sat, 05 Sep 2009 15:16:49 +0000 |
Karl Fogel |
* lisp/files.el (find-alternate-file): If the old buffer is modified
|
Sat, 05 Sep 2009 06:03:01 +0000 |
Carsten Dominik |
2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Sat, 05 Sep 2009 06:02:49 +0000 |
Carsten Dominik |
*** empty log message ***
|
Sat, 05 Sep 2009 00:57:33 +0000 |
Juanma Barranquero |
Fix some dates.
|
Sat, 05 Sep 2009 00:45:08 +0000 |
Juanma Barranquero |
Fix whitespace.
|
Fri, 04 Sep 2009 08:15:28 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 04 Sep 2009 08:15:15 +0000 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-line-beginning-position): New defun.
|
Fri, 04 Sep 2009 08:14:30 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
|
Fri, 04 Sep 2009 07:00:22 +0000 |
Glenn Morris |
*** empty log message ***
|
Fri, 04 Sep 2009 06:58:59 +0000 |
Glenn Morris |
Remove leading * from defcustom and defface docs.
|
Fri, 04 Sep 2009 06:58:00 +0000 |
Glenn Morris |
Reword header to fool copyright-update-year.
|
Fri, 04 Sep 2009 06:52:21 +0000 |
Glenn Morris |
Reword the header to fool copyright-update-year.
|
Fri, 04 Sep 2009 05:33:49 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Fri, 04 Sep 2009 05:33:13 +0000 |
Jan Dj¸«£rv |
(x_focus_changed): If we get a focusout and pointer
|
Fri, 04 Sep 2009 04:47:36 +0000 |
Jan Dj¸«£rv |
Must define x_*_window_to_frame for non-toolkit.
|
Fri, 04 Sep 2009 04:40:17 +0000 |
Jan Dj¸«£rv |
* xterm.h: Remove condition for declaration of
|
Fri, 04 Sep 2009 03:18:08 +0000 |
Stefan Monnier |
(locate-file-completion-table): Make it provide boundary
|
Fri, 04 Sep 2009 03:09:44 +0000 |
Stefan Monnier |
(Footnote-text-under-cursor):
|
Fri, 04 Sep 2009 03:00:31 +0000 |
Glenn Morris |
fancy diary and view mode.
|
Fri, 04 Sep 2009 02:59:13 +0000 |
Glenn Morris |
(diary-fancy-display): Only switch modes if necessary.
|
Fri, 04 Sep 2009 02:49:07 +0000 |
Glenn Morris |
(vc-rcs-annotate-command): Use forward-line rather than goto-line.
|
Fri, 04 Sep 2009 02:47:26 +0000 |
Glenn Morris |
Use default-value rather than default-enable-multibyte-characters.
|
Fri, 04 Sep 2009 02:46:08 +0000 |
Glenn Morris |
(utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
|
Fri, 04 Sep 2009 02:45:43 +0000 |
Glenn Morris |
(quoted-printable-encode-string): Use mm-enable-multibyte, or
|
Thu, 03 Sep 2009 15:21:47 +0000 |
Michael Albinus |
* tramp.texi (Frequently Asked Questions): New item for
|
Thu, 03 Sep 2009 13:21:15 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 03 Sep 2009 13:21:04 +0000 |
Michael Albinus |
* tramp.texi (Frequently Asked Questions): New item for
|
Thu, 03 Sep 2009 07:26:31 +0000 |
Glenn Morris |
Use default-value rather than default-enable-multibyte-characters.
|
Thu, 03 Sep 2009 07:20:50 +0000 |
Carsten Dominik |
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Thu, 03 Sep 2009 07:20:18 +0000 |
Carsten Dominik |
*** empty log message ***
|
Thu, 03 Sep 2009 07:19:15 +0000 |
Carsten Dominik |
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Thu, 03 Sep 2009 07:18:54 +0000 |
Carsten Dominik |
*** empty log message ***
|
Thu, 03 Sep 2009 07:17:37 +0000 |
Carsten Dominik |
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Thu, 03 Sep 2009 07:17:25 +0000 |
Carsten Dominik |
*** empty log message ***
|
Thu, 03 Sep 2009 06:54:57 +0000 |
Glenn Morris |
Use default-value rather than default-enable-multibyte-characters.
|
Thu, 03 Sep 2009 06:43:33 +0000 |
Glenn Morris |
Comment.
|
Thu, 03 Sep 2009 06:41:46 +0000 |
Glenn Morris |
Move all safe properties into the defcustoms.
|
Thu, 03 Sep 2009 06:35:25 +0000 |
Glenn Morris |
(appt-check): Don't call substitute-in-file-name on diary-file.
|
Thu, 03 Sep 2009 06:34:19 +0000 |
Glenn Morris |
(diary-set-header, diary-live-p)
|
Thu, 03 Sep 2009 06:03:48 +0000 |
Glenn Morris |
CHENG Gao <chenggao at gmail.com>
|
Thu, 03 Sep 2009 02:21:37 +0000 |
Stefan Monnier |
(footnote-prefix): Make it a defcustom.
|
Thu, 03 Sep 2009 00:36:11 +0000 |
Stefan Monnier |
(Fsend_string_to_terminal): Make it work again on the initial terminal as well.
|
Wed, 02 Sep 2009 17:03:20 +0000 |
Jan Dj¸«£rv |
* xterm.h: Rename x_non_menubar_window_to_frame to
|
Wed, 02 Sep 2009 13:08:50 +0000 |
Carsten Dominik |
2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Wed, 02 Sep 2009 13:08:31 +0000 |
Carsten Dominik |
*** empty log message ***
|
Wed, 02 Sep 2009 13:08:15 +0000 |
Carsten Dominik |
*** empty log message ***
|
Wed, 02 Sep 2009 13:05:58 +0000 |
Carsten Dominik |
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
|
Wed, 02 Sep 2009 12:59:52 +0000 |
Carsten Dominik |
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
|
Wed, 02 Sep 2009 11:15:56 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 02 Sep 2009 11:15:36 +0000 |
Michael Albinus |
* net/tramp-compat.el (top): Autoload used functions from
|
Wed, 02 Sep 2009 11:13:42 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-file-attributes-with-ls)
|
Wed, 02 Sep 2009 06:38:07 +0000 |
Glenn Morris |
Pass no argument to gnus-float-time rather than current-time.
|
Wed, 02 Sep 2009 06:37:25 +0000 |
Glenn Morris |
Pass no argument to gnus-float-time rather than current-time.
|
Wed, 02 Sep 2009 06:36:11 +0000 |
Glenn Morris |
(gnus-float-time): Make TIME optional, defaulting to current-time.
|
Wed, 02 Sep 2009 03:29:49 +0000 |
Glenn Morris |
Use gnus-float-time rather than time-to-seconds.
|
Wed, 02 Sep 2009 03:27:14 +0000 |
Glenn Morris |
(gnus-float-time): New function.
|
Wed, 02 Sep 2009 03:26:30 +0000 |
Glenn Morris |
(ecomplete-add-item): In Emacs, use float-time.
|
Wed, 02 Sep 2009 03:24:46 +0000 |
Glenn Morris |
(time-date): Mention float-time.
|
Wed, 02 Sep 2009 03:22:58 +0000 |
Glenn Morris |
*** empty log message ***
|
Wed, 02 Sep 2009 03:22:30 +0000 |
Glenn Morris |
(time-to-seconds): In Emacs, make it an obsolete alias for float-time.
|
Wed, 02 Sep 2009 03:22:00 +0000 |
Glenn Morris |
(time-add): Suppress warnings from compat function.
|
Wed, 02 Sep 2009 03:21:26 +0000 |
Glenn Morris |
(emacs-uptime, emacs-init-time): Use float-time rather than time-to-seconds.
|
Wed, 02 Sep 2009 03:20:48 +0000 |
Glenn Morris |
(rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
|
Wed, 02 Sep 2009 03:17:18 +0000 |
Glenn Morris |
Comment.
|
Wed, 02 Sep 2009 03:11:15 +0000 |
Glenn Morris |
(default-major-mode): Move most of the doc from here...
|
Wed, 02 Sep 2009 03:09:10 +0000 |
Glenn Morris |
(completion-initials-expand): Fix typo.
|
Wed, 02 Sep 2009 03:06:50 +0000 |
Glenn Morris |
(info-menu-5): Mark face alias as obsolete.
|
Wed, 02 Sep 2009 03:06:25 +0000 |
Glenn Morris |
(modeline, modeline-inactive, modeline-highlight, modeline-buffer-id):
|
Wed, 02 Sep 2009 03:04:15 +0000 |
Glenn Morris |
Mark face aliases with "-face" in the name as obsolete.
|
Tue, 01 Sep 2009 23:53:48 +0000 |
Nick Roberts |
(gdb-current-context-command): Move the
|
Tue, 01 Sep 2009 23:36:27 +0000 |
Nick Roberts |
*** empty log message ***
|
Tue, 01 Sep 2009 20:20:11 +0000 |
Stefan Monnier |
Remove todo item now done.
|
Tue, 01 Sep 2009 19:49:34 +0000 |
Stefan Monnier |
(completion-try-completion, completion-all-completions):
|
Tue, 01 Sep 2009 16:26:23 +0000 |
Glenn Morris |
Mark face aliases with "-face" suffix as obsolete.
|
Tue, 01 Sep 2009 16:17:53 +0000 |
Glenn Morris |
Mark face aliases with "-face" suffix as obsolete.
|
Tue, 01 Sep 2009 10:18:00 +0000 |
Nick Roberts |
(gdb-var-create-handler): Remove redundant
|
Tue, 01 Sep 2009 10:16:44 +0000 |
Nick Roberts |
*** empty log message ***
|
Tue, 01 Sep 2009 07:59:50 +0000 |
Miles Bader |
Merge from gnus--devo--0
|
Tue, 01 Sep 2009 07:46:01 +0000 |
Glenn Morris |
(texinfo-heading-face): Mark face aliases with "-face" suffix as obsolete.
|
Tue, 01 Sep 2009 07:24:13 +0000 |
Glenn Morris |
Mark face aliases with "-face" suffix as obsolete.
|
Tue, 01 Sep 2009 03:27:52 +0000 |
Glenn Morris |
*** empty log message ***
|
Tue, 01 Sep 2009 03:26:32 +0000 |
Glenn Morris |
(etags-goto-tag-location): Use forward-line rather than goto-line.
|
Tue, 01 Sep 2009 03:25:10 +0000 |
Glenn Morris |
(file-name-buffer-file-type-alist): Define for compiler.
|
Tue, 01 Sep 2009 03:18:44 +0000 |
Glenn Morris |
Use forward-line rather than goto-line.
|
Tue, 01 Sep 2009 03:17:28 +0000 |
Glenn Morris |
(dos-codepage-setup): Use default-value rather than
|
Tue, 01 Sep 2009 03:17:03 +0000 |
Glenn Morris |
(browse-url-file-url): Use default-value rather than
|
Tue, 01 Sep 2009 03:16:07 +0000 |
Glenn Morris |
(eudc-bob-generic-menu, eudc-bob-image-menu)
|
Tue, 01 Sep 2009 03:14:20 +0000 |
Glenn Morris |
(nslookup): Use make-comint rather than comint-run.
|
Tue, 01 Sep 2009 03:07:11 +0000 |
Glenn Morris |
(gnus-pick-mouse-pick-region): Use forward-line rather than goto-line.
|
Tue, 01 Sep 2009 03:02:25 +0000 |
Glenn Morris |
Remove unnecessary bindings of default-major-mode (all are followed by
|
Tue, 01 Sep 2009 02:54:49 +0000 |
Glenn Morris |
Documented define-obsolete-face-alias.
|
Tue, 01 Sep 2009 02:54:16 +0000 |
Glenn Morris |
(Face Functions): Mention define-obsolete-face-alias.
|
Mon, 31 Aug 2009 18:11:43 +0000 |
Juri Linkov |
*** empty log message ***
|
Mon, 31 Aug 2009 18:11:35 +0000 |
Juri Linkov |
("ipa"): Set `forget-last-selection' to nil.
|
Mon, 31 Aug 2009 15:27:46 +0000 |
Sam Steingold |
add cvtmail & yow
|
Mon, 31 Aug 2009 12:35:55 +0000 |
Nick Roberts |
(gdb-breakpoints-list-handler-custom):
|
Mon, 31 Aug 2009 12:34:15 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 31 Aug 2009 05:47:06 +0000 |
Stefan Monnier |
(displayed-completions): Remove.
|
Mon, 31 Aug 2009 03:52:29 +0000 |
Nick Roberts |
(Threads Buffer, Multithreaded Debugging):
|
Mon, 31 Aug 2009 03:50:12 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 31 Aug 2009 01:35:25 +0000 |
Glenn Morris |
KR has assignment, so no need for "tiny change".
|
Mon, 31 Aug 2009 01:34:13 +0000 |
Glenn Morris |
Mention define-obsolete-face-alias.
|
Mon, 31 Aug 2009 01:33:58 +0000 |
Glenn Morris |
(diary-button-face): Mark this face alias as obsolete.
|
Mon, 31 Aug 2009 01:33:43 +0000 |
Glenn Morris |
(calendar-today): Doc fix.
|
Mon, 31 Aug 2009 01:33:11 +0000 |
Glenn Morris |
(apropos-symbols-internal): Handle (obsolete) face aliases.
|
Mon, 31 Aug 2009 01:32:58 +0000 |
Glenn Morris |
(describe-face): Adjust the output format to be more like
|
Mon, 31 Aug 2009 01:32:36 +0000 |
Glenn Morris |
(define-obsolete-face-alias): New macro.
|
Mon, 31 Aug 2009 00:28:37 +0000 |
Nick Roberts |
(gdb-control-all-threads)
|
Mon, 31 Aug 2009 00:28:11 +0000 |
Juri Linkov |
*** empty log message ***
|
Mon, 31 Aug 2009 00:27:54 +0000 |
Juri Linkov |
("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
|
Mon, 31 Aug 2009 00:27:04 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 30 Aug 2009 23:47:11 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 30 Aug 2009 23:46:09 +0000 |
Juri Linkov |
(grep-read-files): Strip trailing <N> from buffer names
|
Sun, 30 Aug 2009 23:31:26 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 30 Aug 2009 23:30:46 +0000 |
Juri Linkov |
("kirshenbaum-ipa", "x-sampa-ipa"):
|
Sun, 30 Aug 2009 23:12:09 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 30 Aug 2009 23:11:48 +0000 |
Juri Linkov |
Recode the file as UTF-8, for better interoperability with other applications.
|
Sun, 30 Aug 2009 22:24:05 +0000 |
Nick Roberts |
(comint-exec-1): Check command is non-null first.
|
Sun, 30 Aug 2009 22:23:15 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 30 Aug 2009 21:45:36 +0000 |
Stefan Monnier |
(lisp-complete-symbol): Use minibuffer-complete.
|
Sun, 30 Aug 2009 18:17:20 +0000 |
Juanma Barranquero |
* subr.el (do-after-load-evaluation): Fix last change: use `mapc'
|
Sun, 30 Aug 2009 15:13:35 +0000 |
Stefan Monnier |
(field-complete): Use minibuffer-complete.
|
Sun, 30 Aug 2009 14:24:09 +0000 |
Stefan Monnier |
(ldap-search-internal): Use with-current-buffer and push.
|
Sun, 30 Aug 2009 14:23:21 +0000 |
Stefan Monnier |
(imap-send-command): Simplify.
|
Sun, 30 Aug 2009 14:21:34 +0000 |
Stefan Monnier |
(internal-ange-ftp-mode): Use define-derived-mode.
|
Sun, 30 Aug 2009 14:20:43 +0000 |
Stefan Monnier |
(define-minor-mode): Don't use symbol-value with constant argument.
|
Sun, 30 Aug 2009 14:19:25 +0000 |
Stefan Monnier |
(debugger-setup-buffer): Make it multibyte.
|
Sun, 30 Aug 2009 14:18:59 +0000 |
Stefan Monnier |
(cl-macro-environment): Don't define it here.
|
Sun, 30 Aug 2009 14:18:25 +0000 |
Stefan Monnier |
(cl-macro-environment): Provide a docstring.
|
Sun, 30 Aug 2009 13:59:48 +0000 |
Stefan Monnier |
(checkdoc-force-history-flag):
|
Sun, 30 Aug 2009 05:22:50 +0000 |
Stefan Monnier |
(byte-compile-interactive-only-functions): Add comint-run.
|
Sun, 30 Aug 2009 05:12:46 +0000 |
Stefan Monnier |
Improve commenting convention.
|
Sun, 30 Aug 2009 05:10:22 +0000 |
Stefan Monnier |
(comint-insert-input): Be careful to only set point if we
|
Sun, 30 Aug 2009 05:00:59 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 30 Aug 2009 04:54:34 +0000 |
Nick Roberts |
(wait_reading_process_output): Keep the descriptor
|
Sun, 30 Aug 2009 04:50:49 +0000 |
Nick Roberts |
*** empty log message ***
|
Sun, 30 Aug 2009 03:46:18 +0000 |
Stefan Monnier |
(proced-signal-list): Make it an alist.
|
Sun, 30 Aug 2009 03:45:52 +0000 |
Stefan Monnier |
.
|
Sun, 30 Aug 2009 03:45:30 +0000 |
Stefan Monnier |
(minibuffer-message): If the current buffer is not
|
Sun, 30 Aug 2009 02:42:35 +0000 |
Jay Belanger |
*** empty log message ***
|
Sun, 30 Aug 2009 02:42:06 +0000 |
Jay Belanger |
(Simplifying Formulas): Improve the wording.
|
Sun, 30 Aug 2009 01:38:09 +0000 |
Glenn Morris |
(fortran-start-prog-re): New constant, extracted from fortran-current-defun.
|
Sat, 29 Aug 2009 22:27:19 +0000 |
Juanma Barranquero |
* subr.el (do-after-load-evaluation): Simplify.
|
Sat, 29 Aug 2009 19:44:39 +0000 |
Stefan Monnier |
(\circ): Use the `ring operator' rather than `white circle'.
|
Sat, 29 Aug 2009 19:43:34 +0000 |
Stefan Monnier |
(leim-list.el, install): Don't use -r to remove files.
|
Sat, 29 Aug 2009 19:22:38 +0000 |
Stefan Monnier |
* paths.el (abbrev-file-name): Move to abbrev.el.
|
Sat, 29 Aug 2009 18:56:12 +0000 |
Dan Nicolaescu |
* vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
|
Sat, 29 Aug 2009 17:36:30 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 29 Aug 2009 17:35:56 +0000 |
Eli Zaretskii |
(redisplay_internal): Remove redundant test and collapse both branches
|
Sat, 29 Aug 2009 15:33:27 +0000 |
Stefan Monnier |
(get-free-disk-space): Fix paren-typo in last change.
|
Sat, 29 Aug 2009 14:58:15 +0000 |
Stefan Monnier |
(get-free-disk-space): Use / for default-directory.
|
Sat, 29 Aug 2009 14:52:25 +0000 |
Stefan Monnier |
Fixup commenting conventions.
|
Sat, 29 Aug 2009 14:48:10 +0000 |
Stefan Monnier |
(ispell-accept-output, ispell-command-loop): Use with-current-buffer.
|
Sat, 29 Aug 2009 14:46:56 +0000 |
Stefan Monnier |
Misc minor typos and comments.
|
Sat, 29 Aug 2009 14:44:45 +0000 |
Stefan Monnier |
(byte-compile-const-symbol-p):
|
Sat, 29 Aug 2009 08:10:34 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 29 Aug 2009 08:10:09 +0000 |
Eli Zaretskii |
(Initial Options): Fix last change.
|
Sat, 29 Aug 2009 03:03:23 +0000 |
Stefan Monnier |
* spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
|
Sat, 29 Aug 2009 02:25:29 +0000 |
Stefan Monnier |
* NEWS: Declare unibyte sessions obsolete.
|
Sat, 29 Aug 2009 02:25:03 +0000 |
Stefan Monnier |
* NEWS: Declare unibyte sessions obsolete.
|
Sat, 29 Aug 2009 02:23:18 +0000 |
Glenn Morris |
Nuke trailing whitespace.
|
Sat, 29 Aug 2009 02:21:54 +0000 |
Glenn Morris |
Whitespace.
|
Sat, 29 Aug 2009 02:19:37 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 29 Aug 2009 02:18:03 +0000 |
Glenn Morris |
(info-real): Don't ignore errors from doc Makefiles.
|
Sat, 29 Aug 2009 02:07:42 +0000 |
Stefan Monnier |
* progmodes/cc-vars.el (c-comment-continuation-stars):
|
Sat, 29 Aug 2009 00:27:12 +0000 |
Miles Bader |
Merge from gnus--devo--0
|
Fri, 28 Aug 2009 23:49:32 +0000 |
Juri Linkov |
*** empty log message ***
|
Fri, 28 Aug 2009 23:49:11 +0000 |
Juri Linkov |
(image-type-header-regexps): Use only JPEG magic number
|
Fri, 28 Aug 2009 23:48:46 +0000 |
Juri Linkov |
(magic-fallback-mode-alist): Add ZIP magic number
|
Fri, 28 Aug 2009 22:50:11 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Fri, 28 Aug 2009 22:49:58 +0000 |
YAMAMOTO Mitsuharu |
[temacs] Undef HAVE_POSIX_MEMALIGN.
|
Fri, 28 Aug 2009 22:49:46 +0000 |
YAMAMOTO Mitsuharu |
(print_load_command_name) [LC_DYLD_INFO]: Add cases
|
Fri, 28 Aug 2009 19:26:38 +0000 |
Sam Steingold |
documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates
|
Fri, 28 Aug 2009 18:35:25 +0000 |
Juanma Barranquero |
* arc-mode.el (archive-mode):
|
Fri, 28 Aug 2009 18:22:30 +0000 |
Juanma Barranquero |
* international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
|
Fri, 28 Aug 2009 17:02:53 +0000 |
Stefan Monnier |
* gnus/nnheader.el (nnheader-find-file-noselect):
|
Fri, 28 Aug 2009 16:29:25 +0000 |
Stefan Monnier |
* textmodes/ispell.el (ispell-check-version, ispell-send-string):
|
Fri, 28 Aug 2009 14:36:53 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 28 Aug 2009 14:36:41 +0000 |
Michael Albinus |
* tramp.texi (Version Control): Remove.
|
Fri, 28 Aug 2009 14:01:04 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 28 Aug 2009 14:00:24 +0000 |
Eli Zaretskii |
(clean): Add buildobj.h.
|
Fri, 28 Aug 2009 13:58:52 +0000 |
Eli Zaretskii |
(buildobj.h): Renamed from $(SRC)/buildobj.h.
|
Fri, 28 Aug 2009 12:32:55 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 28 Aug 2009 12:11:58 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 28 Aug 2009 12:11:42 +0000 |
Michael Albinus |
* net/tramp.el (all): Replace "'(lambda" by "(lambda".
|
Fri, 28 Aug 2009 10:56:13 +0000 |
Nick Roberts |
(gdb-use-separate-io-buffer): Remove
|
Fri, 28 Aug 2009 10:55:45 +0000 |
Nick Roberts |
*** empty log message ***
|
Fri, 28 Aug 2009 10:16:03 +0000 |
Teodor Zlatanov |
(print_object): Set escapeflag to 1 when printing
|
Fri, 28 Aug 2009 09:50:05 +0000 |
Andreas Schwab |
Ignore all backup files.
|
Fri, 28 Aug 2009 08:55:23 +0000 |
Eli Zaretskii |
Mention bug numbers in last cmds.c log entry.
|
Fri, 28 Aug 2009 07:15:44 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 28 Aug 2009 07:15:33 +0000 |
Michael Albinus |
* NEWS: Mention Tramp connection method "rsyncc" and variable
|
Fri, 28 Aug 2009 04:24:59 +0000 |
Stefan Monnier |
* emulation/viper-init.el (viper-restore-cursor-type):
|
Fri, 28 Aug 2009 04:21:14 +0000 |
Stefan Monnier |
* mh-e/mh-comp.el (mh-send-letter):
|
Fri, 28 Aug 2009 04:12:49 +0000 |
Stefan Monnier |
(edebug-display, edebug-outside-excursion):
|
Fri, 28 Aug 2009 04:05:58 +0000 |
Stefan Monnier |
* mail/feedmail.el: Use CL macros.
|
Fri, 28 Aug 2009 03:18:49 +0000 |
Glenn Morris |
(diary-list-entries, diary-goto-entry)
|
Fri, 28 Aug 2009 02:41:23 +0000 |
Juanma Barranquero |
* leim/.gitignore, lisp/.gitignore: Ignore .el~ files.
|
Fri, 28 Aug 2009 02:40:13 +0000 |
Juanma Barranquero |
* .cvsignore, .gitignore: Ignore buildobj.h.
|
Thu, 27 Aug 2009 21:10:17 +0000 |
Stefan Monnier |
(read_integer): Use doubles (and potentially return a float
|
Thu, 27 Aug 2009 20:10:56 +0000 |
Juanma Barranquero |
Update.
|
Thu, 27 Aug 2009 20:04:25 +0000 |
Juanma Barranquero |
Fix typos.
|
Thu, 27 Aug 2009 19:49:58 +0000 |
Juanma Barranquero |
Fix typos.
|
Thu, 27 Aug 2009 19:03:20 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 27 Aug 2009 19:02:53 +0000 |
Eli Zaretskii |
(buildobj.h): Replace "echo" with "djecho".
|
Thu, 27 Aug 2009 18:45:26 +0000 |
Eli Zaretskii |
(Mode Line Variables): Fix last change.
|
Thu, 27 Aug 2009 18:35:20 +0000 |
Stefan Monnier |
(update-elcfiles): Report left over elc files.
|
Thu, 27 Aug 2009 18:33:44 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 27 Aug 2009 18:33:10 +0000 |
Eli Zaretskii |
(SRC): Move to before where it's first used.
|
Thu, 27 Aug 2009 18:32:37 +0000 |
Stefan Monnier |
(build-mail-aliases): Use with-temp-buffer,
|
Thu, 27 Aug 2009 16:53:04 +0000 |
Stefan Monnier |
(vc-read-revision): New function.
|
Thu, 27 Aug 2009 16:18:26 +0000 |
Glenn Morris |
Add fixmes.
|
Thu, 27 Aug 2009 14:56:17 +0000 |
Sam Steingold |
(kill-do-not-save-duplicates): New user option.
|
Thu, 27 Aug 2009 13:50:59 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 27 Aug 2009 13:50:41 +0000 |
Michael Albinus |
* net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
|
Thu, 27 Aug 2009 13:47:55 +0000 |
Michael Albinus |
* net/tramp.el (tramp-methods): New method "rsyncc".
|
Thu, 27 Aug 2009 13:36:19 +0000 |
Jay Belanger |
*** empty log message ***
|
Thu, 27 Aug 2009 13:35:10 +0000 |
Jay Belanger |
(Rewrite Rules): Improve the example.
|
Thu, 27 Aug 2009 11:13:33 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 27 Aug 2009 11:12:54 +0000 |
Kenichi Handa |
(send_process): Use encode_coding_object instead of
|
Thu, 27 Aug 2009 07:30:51 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 27 Aug 2009 07:30:29 +0000 |
Kenichi Handa |
(encode_coding_utf_16): Fix checking of an Unicode character.
|
Thu, 27 Aug 2009 07:25:43 +0000 |
Dan Nicolaescu |
* vc-dir.el (vc-dir-update): Remove debug helper.
|
Thu, 27 Aug 2009 07:22:47 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 27 Aug 2009 07:21:29 +0000 |
Kenichi Handa |
(japanese-symbol-table): Add entries for cp932-2-byte.
|
Thu, 27 Aug 2009 07:20:59 +0000 |
Kenichi Handa |
Add category `j' to cp932-2-byte.
|
Thu, 27 Aug 2009 06:26:43 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 27 Aug 2009 06:24:48 +0000 |
Kenichi Handa |
(build-default-fontset-data): New macro.
|
Thu, 27 Aug 2009 06:02:17 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 27 Aug 2009 06:01:24 +0000 |
Kenichi Handa |
(Fself_insert_command): Avoid unnecessay unibyte->multibyte
|
Thu, 27 Aug 2009 05:19:42 +0000 |
Stefan Monnier |
(nnrss-request-article): Avoid default-fill-column.
|
Thu, 27 Aug 2009 04:24:00 +0000 |
Stefan Monnier |
* subr.el (default-mode-line-format, default-header-line-format)
|
Thu, 27 Aug 2009 01:50:12 +0000 |
Dan Nicolaescu |
(vc-cvs-update-changelog): Fix typo.
|
Wed, 26 Aug 2009 20:55:39 +0000 |
Sam Steingold |
(save-interprogram-paste-before-kill): New user option.
|
Wed, 26 Aug 2009 20:22:17 +0000 |
Dan Nicolaescu |
(Fcall_process): Remove always true #if.
|
Wed, 26 Aug 2009 19:57:44 +0000 |
Dan Nicolaescu |
* lisp.h: Replace #if 0 code for checking with text pointing to
|
Wed, 26 Aug 2009 17:54:05 +0000 |
Dan Nicolaescu |
* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
|
Wed, 26 Aug 2009 14:47:23 +0000 |
Stefan Monnier |
(byte-compile-lapcode): Fix up last change.
|
Wed, 26 Aug 2009 08:28:23 +0000 |
Ken Raeburn |
* Makefile.in (buildobj.h): New target.
|
Wed, 26 Aug 2009 07:42:11 +0000 |
Dan Nicolaescu |
* vc.el (vc-default-prettify-state-info): Remove function, unused.
|
Wed, 26 Aug 2009 07:01:09 +0000 |
Dan Nicolaescu |
(vc-git-stash, vc-git-stash-show): New functions.
|
Wed, 26 Aug 2009 06:48:58 +0000 |
Dan Nicolaescu |
(vc-git-register): Use "git add" for directories.
|
Wed, 26 Aug 2009 06:45:36 +0000 |
Dan Nicolaescu |
(vc-dir-node-directory, vc-dir-update): Get the parent
|
Wed, 26 Aug 2009 05:26:22 +0000 |
Dan Nicolaescu |
Document the desired behavior for reverted files in the
|
Wed, 26 Aug 2009 03:08:33 +0000 |
Glenn Morris |
(enable-local-variables, enable-local-eval)
|
Wed, 26 Aug 2009 03:07:25 +0000 |
Glenn Morris |
Define risky-local-variable property here rather than in files.el.
|
Wed, 26 Aug 2009 02:59:34 +0000 |
Glenn Morris |
(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)
|
Wed, 26 Aug 2009 02:56:28 +0000 |
Glenn Morris |
Ulrich Mueller <ulm at gentoo.org>
|
Wed, 26 Aug 2009 02:56:05 +0000 |
Stefan Monnier |
(byte-compile-lapcode): Signal overflow.
|
Tue, 25 Aug 2009 19:26:37 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 25 Aug 2009 19:26:07 +0000 |
Michael Albinus |
* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by
|
Tue, 25 Aug 2009 10:31:38 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 25 Aug 2009 10:31:22 +0000 |
Michael Albinus |
* dbusbind.c (Fdbus_call_method)
|
Tue, 25 Aug 2009 10:26:16 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 25 Aug 2009 10:24:25 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
|
Tue, 25 Aug 2009 10:13:54 +0000 |
Michael Albinus |
* net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
|
Tue, 25 Aug 2009 10:11:08 +0000 |
Michael Albinus |
* progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.
|
Tue, 25 Aug 2009 09:05:07 +0000 |
Michael Albinus |
(vc-svn-dir-extra-headers, vc-svn-find-revision):
|
Tue, 25 Aug 2009 09:02:59 +0000 |
Michael Albinus |
* vc-hooks.el (vc-user-login-name):
|
Tue, 25 Aug 2009 09:01:38 +0000 |
Michael Albinus |
* vc-git.el (vc-git-registered, vc-git-working-revision)
|
Tue, 25 Aug 2009 08:55:37 +0000 |
Michael Albinus |
* vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.
|
Tue, 25 Aug 2009 08:53:32 +0000 |
Michael Albinus |
* vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
|
Tue, 25 Aug 2009 08:50:56 +0000 |
Michael Albinus |
* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
|
Tue, 25 Aug 2009 08:49:24 +0000 |
Michael Albinus |
* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.
|
Tue, 25 Aug 2009 08:47:39 +0000 |
Michael Albinus |
* dired-aux.el (dired-show-file-type): Let-bind
|
Tue, 25 Aug 2009 08:45:41 +0000 |
Michael Albinus |
* simple.el (process-file-side-effects): New defvar.
|
Tue, 25 Aug 2009 08:42:25 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 25 Aug 2009 08:42:13 +0000 |
Michael Albinus |
* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
|
Tue, 25 Aug 2009 08:31:42 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 25 Aug 2009 08:31:29 +0000 |
Michael Albinus |
* processes.texi (Synchronous Processes): New defvar process-file-side-effects.
|
Tue, 25 Aug 2009 07:36:49 +0000 |
Glenn Morris |
(byte-compile-file-form-require): Tweak previous change.
|
Tue, 25 Aug 2009 07:28:16 +0000 |
Glenn Morris |
(byte-compile-eval): Fix test for cl in load-history for absolute file-names.
|
Tue, 25 Aug 2009 07:05:47 +0000 |
Glenn Morris |
Fix typo.
|
Tue, 25 Aug 2009 07:03:49 +0000 |
Glenn Morris |
(top-level): Don't require cl at run-time.
|
Tue, 25 Aug 2009 06:52:09 +0000 |
Glenn Morris |
Unify local variables at end.
|
Tue, 25 Aug 2009 06:03:09 +0000 |
Kenichi Handa |
(mark_char_table): New function.
|
Tue, 25 Aug 2009 03:26:40 +0000 |
Glenn Morris |
(top-level): Don't require lucid (and hence run-time cl).
|
Tue, 25 Aug 2009 03:24:42 +0000 |
Glenn Morris |
(top-level): Don't require cl at run-time.
|
Tue, 25 Aug 2009 03:23:37 +0000 |
Glenn Morris |
(top-level): Don't require cl at run-time.
|
Tue, 25 Aug 2009 03:21:14 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Tue, 25 Aug 2009 03:14:22 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Tue, 25 Aug 2009 03:13:25 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Tue, 25 Aug 2009 03:12:27 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Tue, 25 Aug 2009 03:07:16 +0000 |
Glenn Morris |
Revert accidental commit.
|
Tue, 25 Aug 2009 03:05:50 +0000 |
Glenn Morris |
joakim at verona.se
|
Tue, 25 Aug 2009 03:03:27 +0000 |
Glenn Morris |
(format-alist): Doc fix.
|
Tue, 25 Aug 2009 03:02:09 +0000 |
Glenn Morris |
(Format Conversion Round-Trip): Mention nil regexp.
|
Tue, 25 Aug 2009 03:01:20 +0000 |
Glenn Morris |
(Fontsets): Fix typo.
|
Tue, 25 Aug 2009 00:48:59 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 25 Aug 2009 00:48:42 +0000 |
Kenichi Handa |
(CHAR_TABLE_REF_ASCII): New macor.
|
Mon, 24 Aug 2009 19:12:46 +0000 |
Dmitry Dzhus |
(gdb-mapcar*): Replacement for `mapcar*'
|
Mon, 24 Aug 2009 18:43:50 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 24 Aug 2009 18:42:17 +0000 |
Jay Belanger |
(math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.
|
Mon, 24 Aug 2009 17:11:20 +0000 |
Stefan Monnier |
(diff-find-source-location): Avoid goto-line.
|
Mon, 24 Aug 2009 11:43:59 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 24 Aug 2009 11:42:12 +0000 |
Kenichi Handa |
(mapthread): Delete it.
|
Mon, 24 Aug 2009 04:50:07 +0000 |
Daiki Ueno |
Fix the previous entry.
|
Sun, 23 Aug 2009 16:38:42 +0000 |
Daiki Ueno |
(Encrypting/decrypting *.gpg files): Don't refer to nonexistent
|
Sun, 23 Aug 2009 16:23:57 +0000 |
Daiki Ueno |
(Quick start): Don't refer to nonexistent epa-mode.
|
Sun, 23 Aug 2009 04:43:12 +0000 |
Ken Raeburn |
* Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
|
Sun, 23 Aug 2009 03:54:32 +0000 |
Ken Raeburn |
* Makefile.in (install-arch-indep): If the versioned DOC-####
|
Sun, 23 Aug 2009 02:15:00 +0000 |
Ken Raeburn |
* configure.in: Warn if package version specified here doesn't
|
Sun, 23 Aug 2009 00:45:17 +0000 |
Glenn Morris |
(auto-mode-alist): Remove code for defunct system-type next-mach.
|
Sat, 22 Aug 2009 23:02:14 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 22 Aug 2009 22:16:58 +0000 |
Glenn Morris |
(bootstrap_exe): New variable.
|
Sat, 22 Aug 2009 21:59:40 +0000 |
Glenn Morris |
Remove code for defunct system-types emx, macos, mswindows,
|
Sat, 22 Aug 2009 21:53:34 +0000 |
Glenn Morris |
Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,
|
Sat, 22 Aug 2009 21:46:56 +0000 |
Glenn Morris |
Comment.
|
Sat, 22 Aug 2009 19:58:13 +0000 |
Glenn Morris |
Re-fill.
|
Sat, 22 Aug 2009 19:47:42 +0000 |
Glenn Morris |
(diary-mark-entries-1): Only mark all days of a given name if the
|
Sat, 22 Aug 2009 19:45:30 +0000 |
Glenn Morris |
(lunar-phase-names): New option.
|
Sat, 22 Aug 2009 19:42:58 +0000 |
Glenn Morris |
(vi-goto-line): Don't warn about non-interactive goto-line.
|
Sat, 22 Aug 2009 19:41:49 +0000 |
Glenn Morris |
Comment.
|
Sat, 22 Aug 2009 19:39:54 +0000 |
Glenn Morris |
(cperl-imenu-name-and-position): Copy imenu-example--name-and-position
|
Sat, 22 Aug 2009 19:29:18 +0000 |
Glenn Morris |
Use forward-line rather than goto-line.
|
Sat, 22 Aug 2009 19:21:18 +0000 |
Glenn Morris |
(compilation-error-regexp-alist, compilation-forget-errors): Declare.
|
Sat, 22 Aug 2009 19:20:27 +0000 |
Glenn Morris |
(makefile-browser-toggle): Use forward-line rather than goto-line.
|
Sat, 22 Aug 2009 19:14:37 +0000 |
Glenn Morris |
(nfd, decomposition-translation-alist, decomposition-char-recursively)
|
Sat, 22 Aug 2009 19:13:34 +0000 |
Glenn Morris |
(gnus-button-patch): Use forward-line rather than goto-line.
|
Sat, 22 Aug 2009 10:26:14 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 22 Aug 2009 10:23:52 +0000 |
Eli Zaretskii |
(encode_coding_string): Don't encode unibyte strings. (Bug#4047)
|
Sat, 22 Aug 2009 09:07:08 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 22 Aug 2009 09:06:46 +0000 |
Eli Zaretskii |
How to reassign a bug to a list of packages.
|
Sat, 22 Aug 2009 08:57:34 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 22 Aug 2009 08:56:44 +0000 |
Michael Albinus |
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
|
Sat, 22 Aug 2009 08:54:08 +0000 |
Michael Albinus |
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
|
Sat, 22 Aug 2009 08:49:36 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 22 Aug 2009 08:48:03 +0000 |
Michael Albinus |
* configure: Regenerate.
|
Sat, 22 Aug 2009 08:47:01 +0000 |
Michael Albinus |
* configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
|
Sat, 22 Aug 2009 08:22:51 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 22 Aug 2009 08:22:29 +0000 |
Eli Zaretskii |
Details of how to check for problems with DOS 8+3 file-name restrictions.
|
Sat, 22 Aug 2009 00:17:56 +0000 |
Juri Linkov |
*** empty log message ***
|
Sat, 22 Aug 2009 00:17:48 +0000 |
Juri Linkov |
(lgrep, rgrep): At the beginning
|
Sun, 27 Sep 2009 21:35:46 +0000 |
Chong Yidong |
* cedet/ede/system.el (ede-upload-html-documentation)
|
Sun, 27 Sep 2009 17:50:53 +0000 |
Chong Yidong |
* cedet/ede.el (global-ede-mode-map): Move menu to
|
Sun, 27 Sep 2009 03:59:51 +0000 |
Chong Yidong |
* cedet/semantic/symref/list.el: Require semantic/complete.
|
Sun, 27 Sep 2009 03:42:03 +0000 |
Chong Yidong |
Minor comment tweak.
|
Sun, 27 Sep 2009 03:41:43 +0000 |
Chong Yidong |
Minor comment tweak.
|
Sun, 27 Sep 2009 03:36:58 +0000 |
Chong Yidong |
* cedet/semantic/idle.el (semantic-idle-scheduler-work-timer):
|
Sat, 26 Sep 2009 19:17:02 +0000 |
Chong Yidong |
* cedet/srecode/mode.el (srecode-menu-bar): Use
|
Sat, 26 Sep 2009 18:30:17 +0000 |
Chong Yidong |
* cedet/semantic/edit.el
|
Sat, 26 Sep 2009 18:23:56 +0000 |
Chong Yidong |
* cedet/semantic/util-modes.el
|
Sat, 26 Sep 2009 18:09:29 +0000 |
Chong Yidong |
* cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert
|
Sat, 26 Sep 2009 18:03:54 +0000 |
Chong Yidong |
Fix last change to use semantic-varalias-obsolete.
|
Sat, 26 Sep 2009 17:47:11 +0000 |
Chong Yidong |
* cedet/semantic/lex.el (semantic-lex-reset-hooks): Doc fix.
|
Mon, 21 Sep 2009 19:05:56 +0000 |
Chong Yidong |
* cedet/semantic.el (semantic-parser-working-message): Use a less
|
Mon, 21 Sep 2009 18:24:56 +0000 |
Chong Yidong |
Use find-file-hook instead of obsolete name find-file-hooks.
|
Mon, 21 Sep 2009 18:20:50 +0000 |
Chong Yidong |
* cedet/semantic/db.el (semanticdb--inhibit-make-directory): New var.
|
Mon, 21 Sep 2009 17:49:07 +0000 |
Chong Yidong |
* help-fns.el (describe-function-1): Call
|
Mon, 21 Sep 2009 15:59:48 +0000 |
Chong Yidong |
* cedet/semantic.el: Add autoloads for semantic/idle functions.
|
Mon, 21 Sep 2009 02:26:07 +0000 |
Chong Yidong |
lisp/cedet/semantic/mru-bookmark.el: New file.
|
Mon, 21 Sep 2009 02:14:58 +0000 |
Chong Yidong |
* menu-bar.el: Remove ediff-misc from Tools menu.
|
Sun, 20 Sep 2009 22:18:36 +0000 |
Chong Yidong |
Update commentary.
|
Sun, 20 Sep 2009 22:16:15 +0000 |
Chong Yidong |
* cedet/cedet.el: Require srecode.
|
Sun, 20 Sep 2009 22:08:24 +0000 |
Chong Yidong |
* cedet/ede/system.el: Add local vars for autoloading.
|
Sun, 20 Sep 2009 22:05:17 +0000 |
Chong Yidong |
lisp/cedet/ede/pmake.el (ede-proj-makefile-create): Require
|
Sun, 20 Sep 2009 21:48:30 +0000 |
Chong Yidong |
* cedet/srecode/compile.el (srecode-compile-split-code)
|
Sun, 20 Sep 2009 21:08:22 +0000 |
Chong Yidong |
cedet/ede/.cvsignore:
|
Sun, 20 Sep 2009 21:07:22 +0000 |
Chong Yidong |
test/cedet/ede-tests.el: New file.
|
Sun, 20 Sep 2009 21:06:41 +0000 |
Chong Yidong |
lisp/cedet/srecode.el:
|
Sun, 20 Sep 2009 15:43:17 +0000 |
Chong Yidong |
* cedet/ede/speedbar.el (ede-speedbar-file-setup): Add autoload.
|
Sun, 20 Sep 2009 15:06:05 +0000 |
Chong Yidong |
* cedet/ede.el, cedet/ede/*.el: New files.
|
Sun, 20 Sep 2009 14:22:30 +0000 |
Chong Yidong |
* progmodes/autoconf.el: Provide autoconf as well.
|
Sun, 20 Sep 2009 04:00:13 +0000 |
Chong Yidong |
Add Semantic unit tests.
|
Sun, 20 Sep 2009 03:44:02 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
|
Sat, 19 Sep 2009 17:25:30 +0000 |
Chong Yidong |
Synch to Eric Ludlam's upstream CEDET repository.
|
Sun, 13 Sep 2009 16:18:01 +0000 |
Chong Yidong |
* cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
|
Sun, 13 Sep 2009 16:12:23 +0000 |
Chong Yidong |
* cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1)
|
Sun, 13 Sep 2009 15:58:30 +0000 |
Chong Yidong |
Synch to Eric Ludlam's upstream CEDET repository.
|
Fri, 11 Sep 2009 01:17:46 +0000 |
Chong Yidong |
lisp/cedet/semantic/scope.el (semantic-analyze-show): Fix require.
|
Mon, 07 Sep 2009 18:01:27 +0000 |
Chong Yidong |
* emacs-lisp/autoload.el (make-autoload): Handle defclass form.
|
Mon, 07 Sep 2009 18:00:19 +0000 |
Chong Yidong |
lisp/cedet/semantic/symref.el: Revert last change.
|
Mon, 07 Sep 2009 17:59:16 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-file.el: Add local vars for autoloading.
|
Mon, 07 Sep 2009 17:54:28 +0000 |
Chong Yidong |
lisp/cedet/semantic/db.el: Revert last change.
|
Mon, 07 Sep 2009 17:54:07 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)
|
Mon, 07 Sep 2009 17:26:29 +0000 |
Chong Yidong |
lisp/cedet/semantic/symref/grep.el: New file.
|
Mon, 07 Sep 2009 17:25:56 +0000 |
Chong Yidong |
lisp/cedet/semantic/symref.el: Autoload subclasses for
|
Mon, 07 Sep 2009 16:43:21 +0000 |
Chong Yidong |
lisp/cedet/semantic/.cvsignore: New file.
|
Mon, 07 Sep 2009 16:38:54 +0000 |
Chong Yidong |
lisp/cedet/semantic/wisent.el: New file.
|
Mon, 07 Sep 2009 16:38:28 +0000 |
Chong Yidong |
lisp/cedet/semantic/wisent/comp.el:
|
Mon, 07 Sep 2009 16:35:33 +0000 |
Chong Yidong |
lisp/cedet/semantic/util.el (semantic-file-tag-table): Require
|
Mon, 07 Sep 2009 16:34:35 +0000 |
Chong Yidong |
lisp/cedet/semantic/sort.el (semantic-tag-external-class-default)
|
Mon, 07 Sep 2009 16:33:20 +0000 |
Chong Yidong |
Require semantic/db-file.
|
Mon, 07 Sep 2009 16:28:35 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-mode.el (global-semanticdb-minor-mode): Autoload.
|
Mon, 07 Sep 2009 15:31:40 +0000 |
Chong Yidong |
lisp/cedet/semantic/bovine/c.el: Remove unnecessary function declaration.
|
Mon, 07 Sep 2009 01:34:14 +0000 |
Chong Yidong |
lisp/cedet/semantic/edit.el (semantic-change-function): Autoload.
|
Mon, 07 Sep 2009 01:31:06 +0000 |
Chong Yidong |
lisp/cedet/semantic.el (semantic-fetch-tags): Check if progress
|
Sun, 06 Sep 2009 21:22:05 +0000 |
Chong Yidong |
Minor whitespace changes and `require' fixes.
|
Sun, 06 Sep 2009 02:18:37 +0000 |
Chong Yidong |
lisp/cedet/semantic/java.el: File moved here from bovine/ subdirectory.
|
Sun, 06 Sep 2009 02:18:08 +0000 |
Chong Yidong |
lisp/cedet/semantic/java.el: File moved here from bovine/ subdirectory.
|
Sat, 05 Sep 2009 23:39:31 +0000 |
Chong Yidong |
lisp/cedet/semantic/decorate/include.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:36:11 +0000 |
Chong Yidong |
lisp/cedet/semantic/util-modes.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:30:27 +0000 |
Chong Yidong |
lisp/cedet/semantic/symref.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:27:45 +0000 |
Chong Yidong |
lisp/cedet/semantic/scope.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:25:26 +0000 |
Chong Yidong |
lisp/cedet/semantic/idle.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:22:02 +0000 |
Chong Yidong |
lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:20:52 +0000 |
Chong Yidong |
lisp/cedet/semantic/ia.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:17:15 +0000 |
Chong Yidong |
lisp/cedet/semantic/dep.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:13:51 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-global.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:12:41 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path)
|
Sat, 05 Sep 2009 23:09:43 +0000 |
Chong Yidong |
lisp/cedet/semantic/complete.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 23:04:46 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-ref.el: Require semantic/db.
|
Sat, 05 Sep 2009 21:20:17 +0000 |
Chong Yidong |
lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag): Require
|
Sat, 05 Sep 2009 21:09:25 +0000 |
Chong Yidong |
lisp/cedet/semantic/symref/filter.el: New file.
|
Sat, 05 Sep 2009 20:48:18 +0000 |
Chong Yidong |
lisp/cedet/semantic/bovine.el: New file.
|
Sat, 05 Sep 2009 20:47:41 +0000 |
Chong Yidong |
lisp/cedet/semantic/bovine/c-by.el
|
Sat, 05 Sep 2009 20:45:54 +0000 |
Chong Yidong |
lisp/cedet/semantic/decorate/include.el:
|
Sat, 05 Sep 2009 20:38:12 +0000 |
Chong Yidong |
lisp/cedet/semantic/edit.el: Add local vars for autoloading.
|
Sat, 05 Sep 2009 20:32:50 +0000 |
Chong Yidong |
lisp/cedet/semantic.el (semantic--set-buffer-cache): Ensure that
|
Sat, 05 Sep 2009 01:06:46 +0000 |
Chong Yidong |
lisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle.
|
Sat, 05 Sep 2009 01:00:36 +0000 |
Chong Yidong |
* emacs-lisp/autoload.el (generated-autoload-load-name): New var.
|
Thu, 03 Sep 2009 03:58:13 +0000 |
Chong Yidong |
lisp/cedet/semantic/analyze.el: Add local vars for autoloading.
|
Wed, 02 Sep 2009 05:04:38 +0000 |
Chong Yidong |
Fix last change.
|
Wed, 02 Sep 2009 04:37:10 +0000 |
Chong Yidong |
lisp/Makefile.in: Ignore CEDET subdirectories when making subdirs.el.
|
Mon, 31 Aug 2009 14:51:12 +0000 |
Chong Yidong |
cedet/semantic/db.el: Synch to upstream.
|
Mon, 31 Aug 2009 02:16:34 +0000 |
Chong Yidong |
cedet/semantic/chart.el: Don't require semantic/find.
|
Mon, 31 Aug 2009 00:45:41 +0000 |
Chong Yidong |
cedet/semantic/db-debug.el: Don't require semantic/db-mode, since
|
Mon, 31 Aug 2009 00:13:42 +0000 |
Chong Yidong |
cedet/semantic/db-search.el: File removed (obsolete).
|
Sun, 30 Aug 2009 21:16:39 +0000 |
Chong Yidong |
cedet/cedet.el (cedet-packages): Bump srecode version.
|
Sun, 30 Aug 2009 21:06:53 +0000 |
Chong Yidong |
cedet/cedet-files.el: New file.
|
Sun, 30 Aug 2009 14:39:12 +0000 |
Chong Yidong |
cedet/semantic/decorate.el: New file.
|
Sun, 30 Aug 2009 14:37:55 +0000 |
Chong Yidong |
cedet/semantic/db-mode.el: New file.
|
Sun, 30 Aug 2009 14:36:00 +0000 |
Chong Yidong |
semantic/cedet/db-global.el, semantic/cedet/ia-sb.el,
|
Sun, 30 Aug 2009 02:16:46 +0000 |
Chong Yidong |
cedet/semantic/lex-spp.el: Synch to 2009-08-29 version in CEDET CVS.
|
Sun, 30 Aug 2009 02:04:33 +0000 |
Chong Yidong |
Directory eieio removed.
|
Sun, 30 Aug 2009 02:04:15 +0000 |
Chong Yidong |
Move eieio/chart.el to emacs-lisp/chart.el.
|
Sun, 30 Aug 2009 02:02:15 +0000 |
Chong Yidong |
emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el,
|
Sun, 30 Aug 2009 02:00:36 +0000 |
Chong Yidong |
eieio/eieio-comp.el, eieio/eieio-custom.el, eieio/eieio-datadebug.el,
|
Sat, 29 Aug 2009 22:28:15 +0000 |
Chong Yidong |
cedet/semantic/idle.el: Remove autoloads.
|
Sat, 29 Aug 2009 22:18:11 +0000 |
Chong Yidong |
cedet/semantic/html.el: Don't require semantic/imenu and senator.
|
Sat, 29 Aug 2009 22:15:32 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 29 Aug 2009 22:15:12 +0000 |
Chong Yidong |
cedet/semantic/elp.el: New file.
|
Sat, 29 Aug 2009 22:14:05 +0000 |
Chong Yidong |
cedet/semantic/symref/idutils.el: Fix require statement.
|
Sat, 29 Aug 2009 20:17:13 +0000 |
Chong Yidong |
cedet/semantic/ia.el: Don't require senator.
|
Sat, 29 Aug 2009 20:15:21 +0000 |
Chong Yidong |
cedet/semantic/symref.el: Don't require ede at top-level.
|
Sat, 29 Aug 2009 20:12:41 +0000 |
Chong Yidong |
cedet/semantic/symref.el, cedet/semantic/symref/cscope.el.
|
Sat, 29 Aug 2009 19:45:47 +0000 |
Chong Yidong |
cedet/semantic/debug.el,
|
Sat, 29 Aug 2009 19:32:33 +0000 |
Chong Yidong |
cedet/semantic/adebug.el, cedet/semantic/chart.el,
|
Sat, 29 Aug 2009 19:00:35 +0000 |
Chong Yidong |
cedet/semantic/analyze.el, cedet/semantic/complete.el,
|
Sat, 29 Aug 2009 00:43:12 +0000 |
Chong Yidong |
* cedet/semantic/tag.el: Add declare-function statements for
|
Fri, 28 Aug 2009 19:18:35 +0000 |
Chong Yidong |
cedet/semantic/ctxt.el, cedet/semantic/db-find.el,
|
Fri, 28 Aug 2009 15:47:01 +0000 |
Chong Yidong |
Fix renamed filenames in file headers.
|
Fri, 28 Aug 2009 15:21:26 +0000 |
Chong Yidong |
cedet/semantic/util.el: New file.
|
Fri, 28 Aug 2009 15:19:20 +0000 |
Chong Yidong |
cedet/semantic/db.el, cedet/semantic/decorate.el,
|
Fri, 28 Aug 2009 15:02:24 +0000 |
Chong Yidong |
cedet/semantic/lex.el: New file.
|
Fri, 28 Aug 2009 15:01:48 +0000 |
Chong Yidong |
cedet/semantic.el: Change requires to use semantic/FOO format.
|
Fri, 28 Aug 2009 14:51:35 +0000 |
Chong Yidong |
Files removed.
|
Tue, 25 Aug 2009 04:19:35 +0000 |
Chong Yidong |
Initial version.
|
Sun, 23 Aug 2009 03:46:01 +0000 |
Chong Yidong |
semantic.el, semantic-tag.el, semantic-lex.el, semantic-fw.el: Initial
|
Sat, 22 Aug 2009 21:34:12 +0000 |
Chong Yidong |
cedet-cscope.el: Fix copyright header.
|
Sat, 22 Aug 2009 19:04:43 +0000 |
Chong Yidong |
cedet-cscope.el, cedet-edebug.el, cedet-global.el, cedet-idutils.el,
|
Sat, 22 Aug 2009 18:08:24 +0000 |
Chong Yidong |
data-debug.el: Remove unnecessary autoloads.
|
Sat, 22 Aug 2009 18:07:46 +0000 |
Chong Yidong |
* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
|
Sat, 22 Aug 2009 14:37:23 +0000 |
Chong Yidong |
eieio-doc.el (eieiodoc--class-indexstring, defvar eieiodoc--class-root): New vars.
|
Sat, 22 Aug 2009 14:35:06 +0000 |
Chong Yidong |
Simplified version of Emacs/XEmacs compatibility code from upstream.
|
Sat, 22 Aug 2009 14:33:55 +0000 |
Chong Yidong |
Remove statement preventing it from being loaded twice.
|
Sat, 22 Aug 2009 04:12:52 +0000 |
Chong Yidong |
Add files for the EIEIO library.
|
Fri, 21 Aug 2009 19:36:50 +0000 |
Adrian Robert |
(ns_get_color): fix typo in last change
CEDET_BASE
|
Fri, 21 Aug 2009 19:33:56 +0000 |
Adrian Robert |
* nsterm.m (ns_get_color): Update documentation properly for last
|
Fri, 21 Aug 2009 19:31:48 +0000 |
Adrian Robert |
* nsterm.m (ns_get_color): Update documentation properly for last
|
Fri, 21 Aug 2009 19:29:31 +0000 |
Adrian Robert |
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
|
Fri, 21 Aug 2009 15:09:42 +0000 |
Stefan Monnier |
* textmodes/remember.el (remember-buffer):
|
Fri, 21 Aug 2009 14:59:49 +0000 |
Stefan Monnier |
* net/newst-treeview.el (newsticker-groups-filename):
|
Fri, 21 Aug 2009 14:55:56 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 21 Aug 2009 14:55:28 +0000 |
Eli Zaretskii |
Add missing keys that exist on the Arabic X keyboard. Don't insert
|
Fri, 21 Aug 2009 14:53:02 +0000 |
Stefan Monnier |
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
|
Fri, 21 Aug 2009 07:44:58 +0000 |
Glenn Morris |
(inferior-moz-process): Fix declaration.
|
Fri, 21 Aug 2009 07:40:24 +0000 |
Glenn Morris |
Use forward-line, not goto-line.
|
Fri, 21 Aug 2009 07:36:41 +0000 |
Glenn Morris |
(imenu-example--name-and-position): Fix obsolescence message.
|
Fri, 21 Aug 2009 07:34:18 +0000 |
Glenn Morris |
(news-mail-reply): Use goto-char rather than goto-line.
|
Fri, 21 Aug 2009 07:31:10 +0000 |
Glenn Morris |
(ns-open-file-select-line): Use line-beginning-position rather than goto-line.
|
Fri, 21 Aug 2009 07:24:26 +0000 |
Glenn Morris |
Use help-print-return-message rather than the now obsolete alias.
|
Fri, 21 Aug 2009 07:11:24 +0000 |
Glenn Morris |
(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
|
Fri, 21 Aug 2009 07:02:28 +0000 |
Glenn Morris |
(rmail-obsolete): Delete custom group.
|
Fri, 21 Aug 2009 06:45:22 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 21 Aug 2009 06:43:24 +0000 |
Michael Albinus |
* net/dbus.el (top): Initialize only when `dbusbind' is loaded.
|
Fri, 21 Aug 2009 06:19:23 +0000 |
Dan Nicolaescu |
Remove leftover macos code.
|
Fri, 21 Aug 2009 06:16:07 +0000 |
Dan Nicolaescu |
emacsclient already accepts -nw.
|
Fri, 21 Aug 2009 03:37:33 +0000 |
Dan Nicolaescu |
(vc-git-annotate-command): Run asynchronously.
|
Thu, 20 Aug 2009 15:24:58 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 20 Aug 2009 15:24:44 +0000 |
Michael Albinus |
* net/dbus.el (top): Don't check for (getenv
|
Thu, 20 Aug 2009 12:54:57 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 20 Aug 2009 12:54:32 +0000 |
Michael Albinus |
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
|
Thu, 20 Aug 2009 09:44:25 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Thu, 20 Aug 2009 09:44:15 +0000 |
YAMAMOTO Mitsuharu |
(ns_get_color): Remove incompatible color formats again.
|
Thu, 20 Aug 2009 09:44:06 +0000 |
YAMAMOTO Mitsuharu |
(Fxw_color_values): Return 3-element list. Doc fix.
|
Thu, 20 Aug 2009 07:11:54 +0000 |
Glenn Morris |
(Non-Gregorian Diary): Mention ``Adar I'' special case.
|
Thu, 20 Aug 2009 06:41:43 +0000 |
Glenn Morris |
(system-type): Doc fix.
|
Wed, 19 Aug 2009 19:55:58 +0000 |
Stefan Monnier |
* log-edit.el (log-edit-strip-single-file-name): New var.
|
Wed, 19 Aug 2009 19:42:25 +0000 |
Stefan Monnier |
(read-passwd): Use read-key so keypad keys work as well.
|
Wed, 19 Aug 2009 18:07:07 +0000 |
Stefan Monnier |
(help-print-return-message): Rename from print-help-return-message.
|
Wed, 19 Aug 2009 17:31:26 +0000 |
Stefan Monnier |
(log-view-mode-map): Remove `q' binding, and unreliable
|
Wed, 19 Aug 2009 17:28:52 +0000 |
Stefan Monnier |
(linum-mode): window-size-change-functions is redundant.
|
Wed, 19 Aug 2009 17:16:26 +0000 |
Stefan Monnier |
(imenu-example--name-and-position, imenu-example--lisp-extract-index-name)
|
Wed, 19 Aug 2009 17:15:30 +0000 |
Stefan Monnier |
(inferior-prolog-error-regexp-alist): New var.
|
Wed, 19 Aug 2009 14:39:35 +0000 |
Stefan Monnier |
(syms_of_keyboard): Default to 5 buttons, which should be
|
Wed, 19 Aug 2009 11:23:19 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 19 Aug 2009 11:22:01 +0000 |
Kenichi Handa |
("Tibetan"): Fix sample-text entry.
|
Wed, 19 Aug 2009 11:21:30 +0000 |
Kenichi Handa |
("TaiViet"): Fix sample-text entry.
|
Wed, 19 Aug 2009 07:15:28 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 19 Aug 2009 07:14:46 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 19 Aug 2009 07:11:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 19 Aug 2009 07:08:57 +0000 |
Michael Albinus |
* net/dbus.el (top): Apply `dbus-init-bus' for the :session bus
|
Wed, 19 Aug 2009 03:03:05 +0000 |
Stefan Monnier |
* subr.el (listify-key-sequence-1): Use normal syntax since those
|
Wed, 19 Aug 2009 02:59:11 +0000 |
Glenn Morris |
(Acknowledgments): Remove cvtmail. Mention info-finder.
|
Wed, 19 Aug 2009 02:57:20 +0000 |
Glenn Morris |
Remove cvtmail.
|
Wed, 19 Aug 2009 02:57:08 +0000 |
Glenn Morris |
Remove file
|
Wed, 19 Aug 2009 02:56:12 +0000 |
Glenn Morris |
(UTILITIES): Remove cvtmail.
|
Wed, 19 Aug 2009 02:55:06 +0000 |
Glenn Morris |
Remove cvtmail.
|
Wed, 19 Aug 2009 02:54:46 +0000 |
Glenn Morris |
Remove cvtmail, yow, emacsserver.
|
Wed, 19 Aug 2009 02:53:53 +0000 |
Glenn Morris |
(authors-fixed-entries): Remove cvtmail.
|
Wed, 19 Aug 2009 02:52:17 +0000 |
Glenn Morris |
Remove reference to cvtmail.
|
Wed, 19 Aug 2009 02:31:59 +0000 |
Stefan Monnier |
(choose-completion-string): Don't rely on minibuffer-completing-file-name
|
Wed, 19 Aug 2009 02:15:19 +0000 |
Stefan Monnier |
(minibuffer-hide-completions): New function.
|
Tue, 18 Aug 2009 19:17:22 +0000 |
Stefan Monnier |
(ucs-normalize-hfs-nfd-post-read-conversion):
|
Tue, 18 Aug 2009 19:11:41 +0000 |
Stefan Monnier |
(completion--do-completion): Move point for the #b001 case as well (bug#4176).
|
Tue, 18 Aug 2009 16:23:09 +0000 |
Glenn Morris |
Checklist for adding new files to Emacs.
|
Tue, 18 Aug 2009 15:17:02 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 18 Aug 2009 15:16:41 +0000 |
Michael Albinus |
* dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): New
|
Tue, 18 Aug 2009 15:12:14 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 18 Aug 2009 15:12:01 +0000 |
Michael Albinus |
* net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
|
Tue, 18 Aug 2009 07:35:06 +0000 |
Glenn Morris |
(Acknowledgments): Add files-x.el.
|
Tue, 18 Aug 2009 07:32:46 +0000 |
Glenn Morris |
--daemon was done some time ago.
|
Tue, 18 Aug 2009 07:32:19 +0000 |
Glenn Morris |
Minor modes via local variables:
|
Tue, 18 Aug 2009 07:30:14 +0000 |
Glenn Morris |
(Acknowledgments): Add ucs-normalize.el.
|
Tue, 18 Aug 2009 07:28:36 +0000 |
Glenn Morris |
Fix ucs-normalize attribution.
|
Tue, 18 Aug 2009 07:27:23 +0000 |
Glenn Morris |
Add js.el author.
|
Tue, 18 Aug 2009 07:26:03 +0000 |
Glenn Morris |
(Acknowledgments): Update for js.el replacing js2-mode.el.
|
Tue, 18 Aug 2009 01:26:28 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 18 Aug 2009 01:26:05 +0000 |
Kenichi Handa |
(ucs-normalize-version): Changed to 1.1.
|
Tue, 18 Aug 2009 01:21:01 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 18 Aug 2009 01:20:34 +0000 |
Kenichi Handa |
Change to utf-8. Adjust coding cookie.
|
Tue, 18 Aug 2009 01:19:31 +0000 |
Kenichi Handa |
Change to utf-8. Adjust coding cookie.
|
Tue, 18 Aug 2009 01:17:51 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 18 Aug 2009 01:16:59 +0000 |
Kenichi Handa |
Change to utf-8. Adjust coding cookie.
|
Tue, 18 Aug 2009 00:37:11 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 18 Aug 2009 00:36:59 +0000 |
Kenichi Handa |
(Ffontset_font): Fix previous change.
|
Tue, 18 Aug 2009 00:22:28 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 18 Aug 2009 00:21:36 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 17 Aug 2009 23:50:26 +0000 |
Chong Yidong |
Note that specifying a minor mode as a local variables enables that
|
Mon, 17 Aug 2009 23:40:19 +0000 |
Chong Yidong |
* files.el (hack-one-local-variable): If the mode function is for
|
Mon, 17 Aug 2009 21:04:05 +0000 |
Chong Yidong |
* process.c (status_notify): Don't perform redisplay.
|
Mon, 17 Aug 2009 19:12:10 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 17 Aug 2009 19:11:33 +0000 |
Michael Albinus |
* net/tramp.el (tramp-register-completion-file-name-handler):
|
Mon, 17 Aug 2009 01:25:54 +0000 |
Ken Raeburn |
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
|
Mon, 17 Aug 2009 00:48:14 +0000 |
Ken Raeburn |
(main): Don't call syms_of_data twice.
|
Sun, 16 Aug 2009 23:20:21 +0000 |
Chong Yidong |
* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
|
Sun, 16 Aug 2009 23:08:18 +0000 |
Chong Yidong |
* progmodes/cperl-mode.el: Merge upstream 6.2.
|
Sun, 16 Aug 2009 18:38:15 +0000 |
Chong Yidong |
* calendar/parse-time.el (parse-time-string-chars): Save match data.
|
Sun, 16 Aug 2009 17:49:54 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 16 Aug 2009 17:48:45 +0000 |
Michael Albinus |
* dbus.texi (Asynchronous Methods): Allow nil handler.
|
Sun, 16 Aug 2009 17:35:44 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 16 Aug 2009 17:34:47 +0000 |
Michael Albinus |
* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.
|
Sun, 16 Aug 2009 15:48:15 +0000 |
Stefan Monnier |
(sql-product-alist): Add :name tag to entries.
|
Sun, 16 Aug 2009 15:40:50 +0000 |
Stefan Monnier |
(lisp-indent-region): Remove unused function.
|
Sun, 16 Aug 2009 15:39:11 +0000 |
Stefan Monnier |
Fix commenting convention, turn comments into docstrings.
|
Sun, 16 Aug 2009 14:46:39 +0000 |
Chong Yidong |
* whitespace.el (whitespace-style): Doc fix (Bug#3661).
|
Sun, 16 Aug 2009 14:36:01 +0000 |
Chong Yidong |
Credit Jan Seeger for last change.
|
Sun, 16 Aug 2009 14:33:43 +0000 |
Chong Yidong |
* calendar/parse-time.el (parse-time-string-chars): Compute using
|
Sun, 16 Aug 2009 14:04:25 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
|
Sun, 16 Aug 2009 12:23:23 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 16 Aug 2009 12:22:32 +0000 |
Michael Albinus |
* dbusbind.c (xd_initialize): Add connection file descriptor to
|
Sun, 16 Aug 2009 05:49:26 +0000 |
Chong Yidong |
* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
|
Sun, 16 Aug 2009 05:25:21 +0000 |
Chong Yidong |
* facemenu.el (facemenu-read-color): Use a completion function
|
Sun, 16 Aug 2009 03:16:33 +0000 |
Seiji Zenitani |
* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
|
Sun, 16 Aug 2009 00:31:28 +0000 |
Chong Yidong |
* files.el (get-free-disk-space): Change fallback default
|
Sat, 15 Aug 2009 22:02:59 +0000 |
Chong Yidong |
* advice.texi (Argument Access in Advice): Note that argument
|
Sat, 15 Aug 2009 21:51:33 +0000 |
Chong Yidong |
* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
|
Sat, 15 Aug 2009 21:47:23 +0000 |
Chong Yidong |
* commands.texi (Distinguish Interactive): Minor copyedit.
|
Sat, 15 Aug 2009 21:08:36 +0000 |
Chong Yidong |
* display.texi (Face Attributes): Add xref to Displaying Faces for
|
Sat, 15 Aug 2009 18:31:49 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 15 Aug 2009 18:30:54 +0000 |
Michael Albinus |
* keyboard.c (readable_events): Call xd_pending_messages.
|
Sat, 15 Aug 2009 18:27:58 +0000 |
Michael Albinus |
* dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions.
|
Sat, 15 Aug 2009 18:25:38 +0000 |
Michael Albinus |
* lisp.h (xd_pending_messages): Declare.
|
Sat, 15 Aug 2009 17:59:40 +0000 |
Chong Yidong |
* customize.texi (Common Keywords): Add xref to Loading.
|
Sat, 15 Aug 2009 17:51:37 +0000 |
Chong Yidong |
* files.el (load-library): Doc fix.
|
Sat, 15 Aug 2009 17:30:18 +0000 |
Chong Yidong |
* xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
|
Sat, 15 Aug 2009 14:06:02 +0000 |
Chong Yidong |
* buffer.c (set_buffer_internal_1)
|
Sat, 15 Aug 2009 13:53:41 +0000 |
Chong Yidong |
Add comment noting that unbound symbols appear as themselves in local_var_alist.
|
Sat, 15 Aug 2009 06:00:38 +0000 |
Michael Kifer |
2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
|
Sat, 15 Aug 2009 05:57:08 +0000 |
Michael Kifer |
2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
|
Sat, 15 Aug 2009 01:13:18 +0000 |
Miles Bader |
Add arch tagline
|
Sat, 15 Aug 2009 01:04:14 +0000 |
Chong Yidong |
* progmodes/js.el: Edit docstrings throughout to follow Emacs
|
Fri, 14 Aug 2009 23:40:20 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Use js-mode for .js files.
|
Fri, 14 Aug 2009 23:03:50 +0000 |
Chong Yidong |
Javascript mode changed to js.el
|
Fri, 14 Aug 2009 23:02:38 +0000 |
Chong Yidong |
* progmodes/js2-mode.el: File removed.
|
Fri, 14 Aug 2009 18:18:39 +0000 |
Mark A. Hershberger |
add ability to understand ISO8601 basic format as well as the extended one.
|
Fri, 14 Aug 2009 09:38:35 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 14 Aug 2009 09:38:13 +0000 |
Eli Zaretskii |
Add a `coding' file variable.
|
Fri, 14 Aug 2009 09:24:34 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 14 Aug 2009 09:24:02 +0000 |
Eli Zaretskii |
(ELCFILES): Add international/ucs-normalize.elc.
|
Fri, 14 Aug 2009 09:17:11 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 14 Aug 2009 09:16:41 +0000 |
Eli Zaretskii |
(create_pty): Fix last change.
|
Fri, 14 Aug 2009 04:47:38 +0000 |
Miles Bader |
Add arch tagline
|
Fri, 14 Aug 2009 04:24:18 +0000 |
Sam Steingold |
typo
|
Fri, 14 Aug 2009 04:24:01 +0000 |
Sam Steingold |
(vc-cvs-merge-news): Yet annother fix of message parsing.
|
Thu, 13 Aug 2009 18:08:25 +0000 |
Chong Yidong |
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
|
Thu, 13 Aug 2009 17:02:46 +0000 |
Chong Yidong |
Note bug number in last change.
|
Thu, 13 Aug 2009 17:01:21 +0000 |
Chong Yidong |
* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
|
Thu, 13 Aug 2009 15:59:34 +0000 |
Chong Yidong |
* faces.el (help-argument-name): Define it here instead of
|
Thu, 13 Aug 2009 13:22:55 +0000 |
Nick Roberts |
(create_pty): New function.
|
Thu, 13 Aug 2009 13:22:11 +0000 |
Nick Roberts |
(gdb-inferior-io-mode): Use start-process to
|
Thu, 13 Aug 2009 13:21:46 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 13 Aug 2009 13:20:09 +0000 |
Nick Roberts |
*** empty log message ***
|
Thu, 13 Aug 2009 12:18:48 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 13 Aug 2009 12:18:35 +0000 |
Kenichi Handa |
Mention the new coding system `utf-8-hfs' and many
|
Thu, 13 Aug 2009 12:11:17 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 13 Aug 2009 12:10:54 +0000 |
Kenichi Handa |
New file.
|
Thu, 13 Aug 2009 01:13:09 +0000 |
Richard M. Stallman |
* mail/rmail.el (rmail-set-message-counters):
|
Thu, 13 Aug 2009 01:04:37 +0000 |
Richard M. Stallman |
* mail/rmail.el (rmail-get-attr-names):
|
Thu, 13 Aug 2009 00:58:54 +0000 |
Richard M. Stallman |
* progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.
|
Thu, 13 Aug 2009 00:57:17 +0000 |
Richard M. Stallman |
(next-error-move-function): New variable.
|
Wed, 12 Aug 2009 20:56:25 +0000 |
Juri Linkov |
*** empty log message ***
|
Wed, 12 Aug 2009 20:55:31 +0000 |
Juri Linkov |
(read-regexp): Return empty string when `default-value' is nil.
|
Wed, 12 Aug 2009 20:54:46 +0000 |
Juri Linkov |
(lgrep): Ensure that `default-directory' is always non-nil. (Bug#4052)
|
Wed, 12 Aug 2009 20:44:25 +0000 |
Juri Linkov |
*** empty log message ***
|
Wed, 12 Aug 2009 20:43:58 +0000 |
Juri Linkov |
(utf-16be-with-signature): Doc fix.
|
Wed, 12 Aug 2009 20:43:08 +0000 |
Juri Linkov |
(ucs-insert): Change arguments from `arg' to `character', `count',
|
Wed, 12 Aug 2009 20:31:25 +0000 |
Juri Linkov |
*** empty log message ***
|
Wed, 12 Aug 2009 20:30:52 +0000 |
Juri Linkov |
(ELCFILES): Add files-x.elc.
|
Wed, 12 Aug 2009 20:30:31 +0000 |
Juri Linkov |
Move code that deals with adding/deleting
|
Wed, 12 Aug 2009 20:29:30 +0000 |
Juri Linkov |
* files-x.el: New file.
|
Wed, 12 Aug 2009 05:07:48 +0000 |
Stefan Monnier |
* cmds.c (nonundocount): New global variable.
|
Tue, 11 Aug 2009 23:26:04 +0000 |
Dmitry Dzhus |
(gdb): Send -target-detach when buffer is killed (#3794).
|
Tue, 11 Aug 2009 13:53:10 +0000 |
Dmitry Dzhus |
(gdb-line-posns): New helper which helps not to use `goto-line'.
|
Tue, 11 Aug 2009 10:48:56 +0000 |
Dmitry Dzhus |
*** empty log message ***
|
Mon, 10 Aug 2009 21:42:41 +0000 |
Stefan Monnier |
(quail-completion-1): Simplify.
|
Mon, 10 Aug 2009 21:42:33 +0000 |
Stefan Monnier |
(mule-keymap, mule-menu-keymap)
|
Mon, 10 Aug 2009 16:38:16 +0000 |
Stefan Monnier |
(goto-line): Fix up docstring.
|
Mon, 10 Aug 2009 16:28:18 +0000 |
Stefan Monnier |
(byte-compile-interactive-only-functions): Add goto-line.
|
Mon, 10 Aug 2009 02:52:57 +0000 |
Miles Bader |
Remove "-face" suffix from face names in j2-mode.el
|
Mon, 10 Aug 2009 02:44:58 +0000 |
Chong Yidong |
Update comment (from Kevin Ryde).
|
Mon, 10 Aug 2009 00:57:48 +0000 |
Ken Raeburn |
(concat): Don't re-set string length to its current value.
|
Mon, 10 Aug 2009 00:56:00 +0000 |
Ken Raeburn |
(decode_coding_string, encode_coding_string): Use SBYTES macro.
|
Mon, 10 Aug 2009 00:54:02 +0000 |
Ken Raeburn |
* doprnt.c (doprnt_lisp): Unused function deleted.
|
Sun, 09 Aug 2009 23:39:59 +0000 |
Chong Yidong |
* calc.texi (Date Forms): Fix typos.
|
Sun, 09 Aug 2009 22:27:45 +0000 |
Bill Wohler |
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
|
Sun, 09 Aug 2009 22:26:59 +0000 |
Bill Wohler |
*** empty log message ***
|
Sun, 09 Aug 2009 18:22:13 +0000 |
Glenn Morris |
(Acknowledgments): Add gdb-mi entry.
|
Sun, 09 Aug 2009 16:22:48 +0000 |
Chong Yidong |
* MORE.STUFF: Update Etags and Ispell URLs.
|
Sun, 09 Aug 2009 14:29:11 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 09 Aug 2009 14:27:45 +0000 |
Michael Albinus |
* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
|
Sun, 09 Aug 2009 02:57:45 +0000 |
Chong Yidong |
* subr.el: Provide hashtable-print-readable.
|
Sun, 09 Aug 2009 02:43:50 +0000 |
Chong Yidong |
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
|
Sun, 09 Aug 2009 00:17:01 +0000 |
Dmitry Dzhus |
(gdb-gud-context-call): Does not need to be a macro.
|
Sat, 08 Aug 2009 23:23:39 +0000 |
Dmitry Dzhus |
Added information about all.xpm and thread.xpm to README.
|
Sat, 08 Aug 2009 22:30:26 +0000 |
Dmitry Dzhus |
(gdb-control-all-threads)
|
Sat, 08 Aug 2009 22:17:05 +0000 |
Dmitry Dzhus |
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
|
Sat, 08 Aug 2009 19:01:26 +0000 |
Chong Yidong |
Split off a new section, "Installation Changes in Emacs 23.2".
|
Sat, 08 Aug 2009 18:33:51 +0000 |
Chong Yidong |
** Hash tables have a new printed representation that is readable.
|
Sat, 08 Aug 2009 18:27:10 +0000 |
Chong Yidong |
Fix whitespace in last ChangeLog entry.
|
Sat, 08 Aug 2009 18:26:36 +0000 |
Chong Yidong |
* net/net-utils.el (net-utils-font-lock-keywords): New var.
|
Sat, 08 Aug 2009 18:24:32 +0000 |
Dmitry Dzhus |
(gdb-breakpoints-mode-map): Don't assume threads buffer is present.
|
Sat, 08 Aug 2009 17:00:52 +0000 |
Dmitry Dzhus |
* emacs.texi (Top): Add new menu items for GDB-UI.
|
Sat, 08 Aug 2009 13:42:03 +0000 |
Dmitry Dzhus |
(gdb-read-memory-custom)
|
Sat, 08 Aug 2009 12:20:51 +0000 |
Carsten Dominik |
*** empty log message ***
|
Sat, 08 Aug 2009 12:18:56 +0000 |
Carsten Dominik |
Add missing arch-tags
|
Sat, 08 Aug 2009 12:11:52 +0000 |
Carsten Dominik |
Revert clobbered changes to org-rmail.el
|
Sat, 08 Aug 2009 10:26:44 +0000 |
Eli Zaretskii |
(rmail-add-mbox-headers): Restore error message about invalid RFC2822 format.
|
Sat, 08 Aug 2009 10:05:53 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 08 Aug 2009 10:05:30 +0000 |
Eli Zaretskii |
(rmail-add-mbox-headers, rmail-set-message-counters-counter): Search for
|
Sat, 08 Aug 2009 02:39:45 +0000 |
Glenn Morris |
(Agenda commands): Restore clobbered change.
|
Sat, 08 Aug 2009 02:35:52 +0000 |
Glenn Morris |
Correctly attribute files to their authors.
|
Sat, 08 Aug 2009 02:35:13 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:35:01 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:34:50 +0000 |
Glenn Morris |
Fix header.
|
Sat, 08 Aug 2009 02:34:30 +0000 |
Glenn Morris |
Fix header.
|
Sat, 08 Aug 2009 02:34:17 +0000 |
Glenn Morris |
Fix header.
|
Sat, 08 Aug 2009 02:33:59 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:33:53 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:33:33 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:33:22 +0000 |
Glenn Morris |
Fix header.
|
Sat, 08 Aug 2009 02:33:08 +0000 |
Glenn Morris |
Standardize footer.
|
Sat, 08 Aug 2009 02:31:56 +0000 |
Glenn Morris |
(ELCFILES): Update.
|
Sat, 08 Aug 2009 02:24:57 +0000 |
Glenn Morris |
(Acknowledgments): Update for js2-mode and org changes.
|
Fri, 07 Aug 2009 17:30:16 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 07 Aug 2009 17:29:50 +0000 |
Eli Zaretskii |
(mail-yank-original): Set buffer-file-coding-system from the one used
|
Fri, 07 Aug 2009 15:22:29 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 07 Aug 2009 15:22:00 +0000 |
Eli Zaretskii |
(Graphics, Devices): Update with the peculiarities of operation on MS-Windows.
|
Fri, 07 Aug 2009 14:59:37 +0000 |
Eli Zaretskii |
Fix whitespace of last commit.
|
Fri, 07 Aug 2009 14:58:36 +0000 |
Eli Zaretskii |
Mention that Calc graphing commands now work on Windows.
|
Fri, 07 Aug 2009 14:54:10 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 07 Aug 2009 14:53:46 +0000 |
Eli Zaretskii |
(calc-graph-plot): Set calc-graph-last-device to "windows" when "pgnuplot"
|
Fri, 07 Aug 2009 14:52:56 +0000 |
Eli Zaretskii |
(calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default.
|
Fri, 07 Aug 2009 14:43:43 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 07 Aug 2009 14:43:15 +0000 |
Eli Zaretskii |
(ELCFILES): org/org-export-latex.elc renames to org/org-latex.elc.
|
Fri, 07 Aug 2009 13:55:00 +0000 |
Juri Linkov |
*** empty log message ***
|
Fri, 07 Aug 2009 13:54:35 +0000 |
Juri Linkov |
(BASE_PURESIZE): Increase to 1270000.
|
Fri, 07 Aug 2009 08:24:29 +0000 |
Dan Nicolaescu |
(vc-resynch-window): Update comment.
|
Fri, 07 Aug 2009 07:04:02 +0000 |
Dan Nicolaescu |
* term.el (term-handle-ansi-escape): Add comments with the
|
Fri, 07 Aug 2009 05:46:34 +0000 |
Dan Nicolaescu |
(syms_of_print): Undo previous change.
|
Thu, 06 Aug 2009 18:05:32 +0000 |
Dmitry Dzhus |
(gdb-var-create-regexp): Removed.
|
Thu, 06 Aug 2009 15:49:29 +0000 |
Andreas Schwab |
Updated.
|
Thu, 06 Aug 2009 09:14:10 +0000 |
Carsten Dominik |
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
|
Thu, 06 Aug 2009 00:07:12 +0000 |
Seiji Zenitani |
fix message: new multibyte format requires 23
|
Wed, 05 Aug 2009 09:19:21 +0000 |
Teodor Zlatanov |
* lread.c (read1, syms_of_lread): Read hashtables back from the
|
Wed, 05 Aug 2009 00:43:34 +0000 |
Jay Belanger |
(Types Tutorial Exercise 2): Fix wording.
|
Tue, 04 Aug 2009 23:52:06 +0000 |
Juri Linkov |
*** empty log message ***
|
Tue, 04 Aug 2009 23:51:58 +0000 |
Juri Linkov |
Commands to add/delete file/directory-local variables.
|
Tue, 04 Aug 2009 23:51:32 +0000 |
Juri Linkov |
Commands to add/delete file/directory-local variables.
|
Tue, 04 Aug 2009 23:51:11 +0000 |
Juri Linkov |
Remove "Add a command to make a Local Variables section in the current buffer".
|
Tue, 04 Aug 2009 20:06:03 +0000 |
Chong Yidong |
* abbrev.el (insert-abbrev-table-description): Prettify output.
|
Tue, 04 Aug 2009 17:16:58 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
|
Tue, 04 Aug 2009 17:03:54 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
|
Tue, 04 Aug 2009 15:51:58 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
|
Tue, 04 Aug 2009 15:17:28 +0000 |
Dmitry Dzhus |
Mention important fix in ChangeLog.
|
Tue, 04 Aug 2009 15:07:23 +0000 |
Dmitry Dzhus |
* progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
|
Tue, 04 Aug 2009 14:40:33 +0000 |
Dmitry Dzhus |
(gdb-rules-name-maker, gdb-rules-buffer-mode)
|
Tue, 04 Aug 2009 14:19:08 +0000 |
Dmitry Dzhus |
(gdb-pc-address): Removed unused variable.
|
Tue, 04 Aug 2009 13:27:21 +0000 |
Dmitry Dzhus |
(gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
|
Tue, 04 Aug 2009 13:19:02 +0000 |
Dmitry Dzhus |
(gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)
|
Tue, 04 Aug 2009 13:11:06 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
|
Tue, 04 Aug 2009 12:46:26 +0000 |
Dmitry Dzhus |
(gdb-thread-number): New variable.
|
Tue, 04 Aug 2009 03:32:33 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 04 Aug 2009 03:31:51 +0000 |
Michael Albinus |
* net/tramp.el (top): Make check for tramp-gvfs loading more
|
Tue, 04 Aug 2009 03:29:54 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (top): Remove superfluous message when loading
|
Mon, 03 Aug 2009 22:07:50 +0000 |
Nick Roberts |
(jdb): Set gud-jdb-classpath-string to current
|
Mon, 03 Aug 2009 22:07:23 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 03 Aug 2009 08:31:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 03 Aug 2009 08:22:04 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 03 Aug 2009 08:21:29 +0000 |
Michael Albinus |
* net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
|
Sun, 02 Aug 2009 23:51:54 +0000 |
Chong Yidong |
* net/newst-backend.el (newsticker--raw-url-list-defaults): Update
|
Sun, 02 Aug 2009 23:22:03 +0000 |
Chong Yidong |
* select.el (x-set-selection): Doc fix (Bug#4021).
|
Sun, 02 Aug 2009 23:09:00 +0000 |
Chong Yidong |
* help-fns.el (describe-variable): Treat list return values from
|
Sun, 02 Aug 2009 22:51:32 +0000 |
Chong Yidong |
* speedbar.texi (Basic Key Bindings): Fix typo.
|
Sun, 02 Aug 2009 22:49:24 +0000 |
Chong Yidong |
* INSTALL: Fix free fonts URL.
|
Sun, 02 Aug 2009 17:36:14 +0000 |
Michael Albinus |
* NEWS: Autorevert Tail mode works now for remote files.
|
Sun, 02 Aug 2009 17:35:55 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 02 Aug 2009 17:29:56 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 02 Aug 2009 17:29:29 +0000 |
Michael Albinus |
* files.texi (Reverting): Auto-Revert Tail mode works also for remote
|
Sun, 02 Aug 2009 17:21:16 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 02 Aug 2009 17:20:39 +0000 |
Michael Albinus |
* autorevert.el (auto-revert-handler): Allow
|
Sun, 02 Aug 2009 17:16:39 +0000 |
Michael Albinus |
* net/tramp.el (tramp-debug-message): Print also microseconds.
|
Sun, 02 Aug 2009 17:15:42 +0000 |
Michael Albinus |
* net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
|
Sun, 02 Aug 2009 15:37:07 +0000 |
Adrian Robert |
* nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set. (nsfont_open): Handle case when entity has no family.
|
Sun, 02 Aug 2009 14:56:04 +0000 |
Jason Rumney |
(read-file-name): Treat confirm options to
|
Sun, 02 Aug 2009 14:20:02 +0000 |
Chong Yidong |
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
|
Sat, 01 Aug 2009 16:21:45 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 01 Aug 2009 08:20:17 +0000 |
Eli Zaretskii |
(rmail-header-summary): Ignore letter-case of month names. (Bug#3987)
|
Sat, 01 Aug 2009 02:11:36 +0000 |
Miles Bader |
Add arch tagline
|
Fri, 31 Jul 2009 02:14:43 +0000 |
Chong Yidong |
* simple.el (line-move-visual): Perform hscroll to the recorded position.
|
Fri, 31 Jul 2009 01:34:26 +0000 |
Chong Yidong |
* simple.el (line-move-finish): Pass whole number to
|
Thu, 30 Jul 2009 08:04:13 +0000 |
Dmitry Dzhus |
(gdb-place-breakpoints): Use full path when setting breakpoints.
|
Thu, 30 Jul 2009 04:57:42 +0000 |
Jay Belanger |
*** empty log message ***
|
Thu, 30 Jul 2009 04:56:19 +0000 |
Jay Belanger |
*** empty log message ***
|
Thu, 30 Jul 2009 04:55:45 +0000 |
Jay Belanger |
(Help Commands): Add index entries for "prefix ?" keybindings.
|
Thu, 30 Jul 2009 04:44:23 +0000 |
Jay Belanger |
*** empty log message ***
|
Thu, 30 Jul 2009 04:43:11 +0000 |
Jay Belanger |
calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
|
Thu, 30 Jul 2009 04:40:41 +0000 |
Jay Belanger |
*** empty log message ***
|
Thu, 30 Jul 2009 04:37:51 +0000 |
Jay Belanger |
(Vector/Matrix Functions): Add index entries for both "v" and "V" key
|
Wed, 29 Jul 2009 16:03:12 +0000 |
Adrian Robert |
* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.
|
Wed, 29 Jul 2009 15:26:21 +0000 |
Jason Rumney |
Updated ready for release
|
Wed, 29 Jul 2009 13:34:19 +0000 |
Chong Yidong |
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
|
Wed, 29 Jul 2009 09:14:13 +0000 |
Dmitry Dzhus |
(gdb-goto-breakpoint): Use full path when setting breakpoints.
|
Wed, 29 Jul 2009 03:46:13 +0000 |
Jay Belanger |
*** empty log message ***
|
Wed, 29 Jul 2009 03:45:15 +0000 |
Jay Belanger |
*** empty log message ***
|
Wed, 29 Jul 2009 03:43:52 +0000 |
Jay Belanger |
(Stack Manipulation Commands): Add documentation for
|
Wed, 29 Jul 2009 03:42:49 +0000 |
Jay Belanger |
(calc-mode-map): Add keybinding for `calc-transpose-lines'.
|
Wed, 29 Jul 2009 03:42:19 +0000 |
Jay Belanger |
(calc-transpose-lines): New function.
|
Tue, 28 Jul 2009 20:36:57 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 28 Jul 2009 20:34:32 +0000 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
|
Tue, 28 Jul 2009 15:27:44 +0000 |
Chong Yidong |
* building.texi (Lisp Libraries): Clarify meaning of autoloading.
|
Tue, 28 Jul 2009 15:08:17 +0000 |
Chong Yidong |
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
|
Tue, 28 Jul 2009 08:06:36 +0000 |
Dan Nicolaescu |
(vc-git-checkin): Fix typo.
|
Tue, 28 Jul 2009 05:57:35 +0000 |
Steve Yegge |
added js2-mode.el
|
Tue, 28 Jul 2009 02:09:52 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 28 Jul 2009 02:07:54 +0000 |
Kenichi Handa |
(font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.
|
Tue, 28 Jul 2009 02:07:05 +0000 |
Kenichi Handa |
(xfont_list_pattern): Don't ignore the return value of
|
Tue, 28 Jul 2009 01:47:44 +0000 |
Nick Roberts |
(jdb): Add gud-pstar to dump object information.
|
Tue, 28 Jul 2009 01:47:11 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 27 Jul 2009 17:52:17 +0000 |
Dan Nicolaescu |
(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
|
Mon, 27 Jul 2009 17:50:22 +0000 |
Dan Nicolaescu |
(vc-bzr-print-log): Pass multiple arguments to bzr log.
|
Mon, 27 Jul 2009 17:41:38 +0000 |
Dan Nicolaescu |
(change-log-mode-map): Add a menu.
|
Mon, 27 Jul 2009 10:11:47 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 27 Jul 2009 10:11:36 +0000 |
Michael Albinus |
* dbus.texi (Receiving Method Calls): Describe special return value
|
Mon, 27 Jul 2009 10:02:50 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 27 Jul 2009 10:02:38 +0000 |
Michael Albinus |
* net/dbus.el (dbus-call-method-non-blocking): Handle the case the
|
Mon, 27 Jul 2009 04:19:57 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 27 Jul 2009 04:19:03 +0000 |
Kenichi Handa |
(face_with_height): Call font_clear_prop.
|
Mon, 27 Jul 2009 02:02:49 +0000 |
Bastien Guerry |
Better docstring for `called-interactively-p'.
|
Sun, 26 Jul 2009 23:09:44 +0000 |
Chong Yidong |
* dispnew.c (init_display): Use Qx, Qw32, and Qns.
|
Sun, 26 Jul 2009 23:06:49 +0000 |
Chong Yidong |
* view.el (view-mode-enable): Don't define Helper-return-blurb if
|
Sun, 26 Jul 2009 19:20:51 +0000 |
Bastien Guerry |
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".
|
Sun, 26 Jul 2009 19:16:16 +0000 |
Bastien Guerry |
Slightly fix the docstring of `select-frame'.
|
Sun, 26 Jul 2009 17:26:29 +0000 |
Chong Yidong |
Entry removed:
|
Sun, 26 Jul 2009 17:24:13 +0000 |
Chong Yidong |
Entry removed:
|
Sun, 26 Jul 2009 15:59:37 +0000 |
Chong Yidong |
Mention etc/compilation.txt
|
Sun, 26 Jul 2009 15:58:55 +0000 |
Chong Yidong |
Add Perl-Glib sample message.
|
Sun, 26 Jul 2009 12:58:56 +0000 |
Chong Yidong |
* nsfont.m (nsfont_draw): Revert 2009-07-15 change.
|
Sun, 26 Jul 2009 08:34:53 +0000 |
Miles Bader |
Merge from gnus--devo--0
|
Sat, 25 Jul 2009 09:42:50 +0000 |
Eli Zaretskii |
Fix last change.
|
Sat, 25 Jul 2009 09:31:05 +0000 |
Eli Zaretskii |
Fix Bug#3888:
|
Sat, 25 Jul 2009 08:50:51 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 25 Jul 2009 08:50:17 +0000 |
Eli Zaretskii |
(syms_of_lread) <force_load_messages>: New variable.
|
Sat, 25 Jul 2009 08:31:40 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 25 Jul 2009 08:31:09 +0000 |
Michael Albinus |
* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
|
Sat, 25 Jul 2009 07:45:10 +0000 |
Eli Zaretskii |
Mention probloems with long directory names under `nextstep'.
|
Sat, 25 Jul 2009 07:43:08 +0000 |
Ken Raeburn |
* coding.h (decode_coding_string, encode_coding_string): Use
|
Sat, 25 Jul 2009 07:36:17 +0000 |
Ken Raeburn |
* lread.c: Rewrite 2009-07-21 changes.
|
Fri, 24 Jul 2009 15:43:22 +0000 |
Adrian Robert |
* nsfont.m (ns_findfonts): Correctly return fallback in match case.
|
Fri, 24 Jul 2009 12:14:02 +0000 |
Alan Mackenzie |
(Config Basics, File Styles): Document that at mode initialization, any
|
Fri, 24 Jul 2009 12:12:47 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Fri, 24 Jul 2009 08:09:30 +0000 |
Kenichi Handa |
Fix previous change.
|
Fri, 24 Jul 2009 07:59:51 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 24 Jul 2009 07:57:31 +0000 |
Kenichi Handa |
Fix previous change.
|
Fri, 24 Jul 2009 07:56:19 +0000 |
Kenichi Handa |
Fix setting of category ?C, ?|, ?K,
|
Fri, 24 Jul 2009 05:41:17 +0000 |
Dan Nicolaescu |
* vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
|
Fri, 24 Jul 2009 03:54:25 +0000 |
Glenn Morris |
(gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903)
|
Fri, 24 Jul 2009 03:52:42 +0000 |
Glenn Morris |
(elint-current-buffer, elint-defun):
|
Thu, 23 Jul 2009 14:41:05 +0000 |
Adrian Robert |
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
|
Thu, 23 Jul 2009 13:21:44 +0000 |
Adrian Robert |
* nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.
|
Thu, 23 Jul 2009 11:52:45 +0000 |
Adrian Robert |
* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
|
Thu, 23 Jul 2009 07:09:28 +0000 |
Dan Nicolaescu |
(emacs-lisp-mode-map): Add menu entries
|
Thu, 23 Jul 2009 06:46:16 +0000 |
Dan Nicolaescu |
*** empty log message ***
|
Thu, 23 Jul 2009 06:42:50 +0000 |
Dan Nicolaescu |
(vc-git--run-command-string): Accept a nil FILE argument.
|
Thu, 23 Jul 2009 05:41:24 +0000 |
Dan Nicolaescu |
(vc-dir-move-to-goal-column): Declare.
|
Thu, 23 Jul 2009 05:21:34 +0000 |
Dan Nicolaescu |
(vc-print-log-internal): New function, split out from ...
|
Thu, 23 Jul 2009 05:17:48 +0000 |
Dan Nicolaescu |
Mention vc-git-add-signoff.
|
Thu, 23 Jul 2009 05:17:27 +0000 |
Dan Nicolaescu |
(vc-git-add-signoff): New variable.
|
Thu, 23 Jul 2009 02:56:06 +0000 |
Glenn Morris |
*** empty log message ***
|
Thu, 23 Jul 2009 02:55:34 +0000 |
Glenn Morris |
(describe-variable): Describe ignored and risky local
|
Thu, 23 Jul 2009 02:54:39 +0000 |
Glenn Morris |
(elint-standard-variables): Remove most members,
|
Thu, 23 Jul 2009 02:54:15 +0000 |
Glenn Morris |
(cl-compiling-file): Update for the name-change `outbuffer' to
|
Thu, 23 Jul 2009 02:54:00 +0000 |
Glenn Morris |
(load-time-value): Update for the name-change `outbuffer' to
|
Thu, 23 Jul 2009 02:53:29 +0000 |
Glenn Morris |
(byte-compile-from-buffer, byte-compile-output-file-form)
|
Thu, 23 Jul 2009 02:51:22 +0000 |
Glenn Morris |
(Matching): Update blink-matching-paren-distance.
|
Thu, 23 Jul 2009 00:36:49 +0000 |
Ken Raeburn |
Document fixing of load-in-progress corruption.
|
Wed, 22 Jul 2009 16:03:39 +0000 |
Jason Rumney |
* w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
|
Wed, 22 Jul 2009 03:07:18 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Wed, 22 Jul 2009 03:03:51 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Wed, 22 Jul 2009 03:02:16 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Wed, 22 Jul 2009 02:55:17 +0000 |
Glenn Morris |
Regenerate with autoconf 2.62.
|
Wed, 22 Jul 2009 02:54:54 +0000 |
Glenn Morris |
(AC_PREREQ): Require autoconf 2.62.
|
Wed, 22 Jul 2009 02:45:34 +0000 |
Glenn Morris |
Remove leading * from defcustom docs.
|
Wed, 22 Jul 2009 02:35:45 +0000 |
Glenn Morris |
(blink-matching-paren-distance): Bump to 100k. (Bug#3889)
|
Wed, 22 Jul 2009 02:34:51 +0000 |
Glenn Morris |
(report-emacs-bug): Include any load-path shadows.
|
Wed, 22 Jul 2009 02:34:11 +0000 |
Glenn Morris |
(shadows-compare-text-p): Remove leading * from defcustom doc.
|
Tue, 21 Jul 2009 23:51:46 +0000 |
Chong Yidong |
Note that last change is documented.
|
Tue, 21 Jul 2009 23:50:50 +0000 |
Chong Yidong |
* frames.texi (Cut/Paste Other App): For select-active-regions,
|
Tue, 21 Jul 2009 23:47:49 +0000 |
Chong Yidong |
Move announcement of select-active-regions to 23.2 section.
|
Tue, 21 Jul 2009 23:36:38 +0000 |
Chong Yidong |
Add auto-save-include-big-deletions.
|
Tue, 21 Jul 2009 23:34:33 +0000 |
Chong Yidong |
* mail/rmailedit.el (rmail-edit-mode): Use auto-save-include-big-deletions.
|
Tue, 21 Jul 2009 23:34:02 +0000 |
Chong Yidong |
* fileio.c: Revert 2009-07-16 changes.
|
Tue, 21 Jul 2009 20:12:09 +0000 |
Chong Yidong |
* xdisp.c (move_it_to): For continued lines ending in a tab, take
|
Tue, 21 Jul 2009 19:01:41 +0000 |
Jay Belanger |
*** empty log message ***
|
Tue, 21 Jul 2009 19:00:02 +0000 |
Jay Belanger |
*** empty log message ***
|
Tue, 21 Jul 2009 18:58:34 +0000 |
Jay Belanger |
(Undoing Mistakes): Mention that the undo list will be truncated when
|
Tue, 21 Jul 2009 18:56:35 +0000 |
Jay Belanger |
(calc-undo-length): New variable.
|
Tue, 21 Jul 2009 14:49:36 +0000 |
Richard M. Stallman |
* glossary.texi (GNU, Daemon): Update information.
|
Tue, 21 Jul 2009 14:40:33 +0000 |
Richard M. Stallman |
* files.el (auto-save-mode): Handle buffer-save-size = -2
|
Tue, 21 Jul 2009 09:26:43 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 21 Jul 2009 09:26:30 +0000 |
Ken Raeburn |
(load_depth): New variable.
|
Tue, 21 Jul 2009 06:46:33 +0000 |
Glenn Morris |
Standardize headers.
|
Tue, 21 Jul 2009 06:45:34 +0000 |
Glenn Morris |
Standardize header.
|
Tue, 21 Jul 2009 06:45:18 +0000 |
Glenn Morris |
Standardize header.
|
Tue, 21 Jul 2009 05:03:43 +0000 |
Glenn Morris |
(ispell-looking-back): Update declaration.
|
Tue, 21 Jul 2009 05:02:36 +0000 |
Glenn Morris |
(calendar-current-date): Update declaration.
|
Tue, 21 Jul 2009 04:49:48 +0000 |
Glenn Morris |
(ps-jitify, ps-lazify): Remove aliases only used to
|
Tue, 21 Jul 2009 04:47:34 +0000 |
Glenn Morris |
(pr-mh-get-msg-num, pr-mh-show)
|
Tue, 21 Jul 2009 04:42:55 +0000 |
Glenn Morris |
(rmail-retry-ignored-headers): Bump :version.
|
Tue, 21 Jul 2009 04:42:16 +0000 |
Glenn Morris |
(cl-debug-env): Only define for compiler.
|
Tue, 21 Jul 2009 04:41:29 +0000 |
Glenn Morris |
Remove ancient version: header.
|
Tue, 21 Jul 2009 04:40:17 +0000 |
Glenn Morris |
Remove leading * from defcustom docs.
|
Tue, 21 Jul 2009 04:38:21 +0000 |
Glenn Morris |
(mailclient-send-it): Fix message.
|
Tue, 21 Jul 2009 04:37:53 +0000 |
Glenn Morris |
(abort-if-file-too-large): Explicitly pass `filename' as an argument.
|
Mon, 20 Jul 2009 19:04:15 +0000 |
Chong Yidong |
* term/vt420.el (terminal-init-vt420): Fix typo.
|
Mon, 20 Jul 2009 18:16:02 +0000 |
Adrian Robert |
* nsfont.m (ns_has_attribute): Remove.
|
Mon, 20 Jul 2009 18:14:05 +0000 |
Adrian Robert |
* nsfont.m (ns_attribute_value): Remove.
|
Mon, 20 Jul 2009 16:40:24 +0000 |
Sam Steingold |
(compile-auto-highlight): Remove the variable (removed from compile.el
|
Mon, 20 Jul 2009 14:21:27 +0000 |
Chong Yidong |
* files.el (hack-local-variables-filter): Fix last change.
|
Mon, 20 Jul 2009 13:58:01 +0000 |
Chong Yidong |
* calc.texi (About This Manual): Don't mention chapter numbers in text.
|
Sun, 19 Jul 2009 16:57:12 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 19 Jul 2009 16:57:04 +0000 |
Juri Linkov |
(Specifying File Variables, Safe File Variables):
|
Sun, 19 Jul 2009 16:56:22 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 19 Jul 2009 16:56:05 +0000 |
Juri Linkov |
(describe-variable): Add information about file-local and dir-local variables.
|
Sun, 19 Jul 2009 16:55:16 +0000 |
Juri Linkov |
(ignored-local-variables): Add `dir-local-variables-alist'.
|
Sun, 19 Jul 2009 01:05:17 +0000 |
Chong Yidong |
* files.el (hack-local-variables-filter): Rewrite.
|
Sun, 19 Jul 2009 00:47:47 +0000 |
Glenn Morris |
(verilog-error-regexp-add-xemacs): Silence compiler by only defining on XEmacs.
|
Sun, 19 Jul 2009 00:40:04 +0000 |
Glenn Morris |
(auto-coding-regexp-alist): Only match BABYL... at the start of
|
Sun, 19 Jul 2009 00:33:58 +0000 |
Glenn Morris |
(desktop-buffers-not-to-save): Set :version tag.
|
Sun, 19 Jul 2009 00:33:11 +0000 |
Glenn Morris |
(mail-user-agent): Doc fix. Set :version tag.
|
Sun, 19 Jul 2009 00:32:31 +0000 |
Glenn Morris |
(cal-menu-set-date-title): Handle calls from non-calendar buffers (Bug#3862).
|
Sun, 19 Jul 2009 00:29:52 +0000 |
Glenn Morris |
mail-user-agent placeholder.
|
Sat, 18 Jul 2009 21:16:19 +0000 |
Juri Linkov |
Add info about confirmation when killing a buffer with a running process.
|
Sat, 18 Jul 2009 21:07:12 +0000 |
Juri Linkov |
*** empty log message ***
|
Sat, 18 Jul 2009 21:06:45 +0000 |
Juri Linkov |
(Fset_process_query_on_exit_flag): Mention killing
|
Sat, 18 Jul 2009 21:06:04 +0000 |
Juri Linkov |
*** empty log message ***
|
Sat, 18 Jul 2009 21:05:47 +0000 |
Juri Linkov |
(process-kill-buffer-query-function): New function.
|
Sat, 18 Jul 2009 21:04:39 +0000 |
Juri Linkov |
Add `info-finder'.
|
Sat, 18 Jul 2009 21:04:15 +0000 |
Juri Linkov |
Delete task for replacing finder.el with Info manual.
|
Sat, 18 Jul 2009 21:01:49 +0000 |
Juri Linkov |
Virtual Info keyword finder.
|
Sat, 18 Jul 2009 20:42:55 +0000 |
Alan Mackenzie |
(c-before-hack-hook, c-postprocess-file-styles): Give invocation of
|
Sat, 18 Jul 2009 20:41:32 +0000 |
Alan Mackenzie |
(hack-local-variables-filter): Remove entries with duplicate keys from
|
Sat, 18 Jul 2009 20:40:39 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Sat, 18 Jul 2009 19:14:11 +0000 |
Eli Zaretskii |
Update the entry for `desktop-buffers-not-to-save'.
|
Sat, 18 Jul 2009 19:04:22 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 18 Jul 2009 19:03:53 +0000 |
Eli Zaretskii |
(deactivate-mark, activate-mark, set-mark): Don't call x-set-selection
|
Sat, 18 Jul 2009 17:39:35 +0000 |
Chong Yidong |
* simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
|
Sat, 18 Jul 2009 11:59:04 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 18 Jul 2009 11:58:39 +0000 |
Eli Zaretskii |
(desktop-buffers-not-to-save): Default value is nil. Accept nil in
|
Sat, 18 Jul 2009 11:13:03 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 18 Jul 2009 11:12:41 +0000 |
Eli Zaretskii |
(x-selection-owner-p, x-own-selection-internal)
|
Sat, 18 Jul 2009 10:37:39 +0000 |
Nick Roberts |
(speedbar-frame): Declare to avoid compiler
|
Sat, 18 Jul 2009 10:37:11 +0000 |
Nick Roberts |
*** empty log message ***
|
Sat, 18 Jul 2009 04:42:25 +0000 |
Chong Yidong |
* processes.texi (Shell Arguments): Copyedits.
|
Sat, 18 Jul 2009 04:37:52 +0000 |
Chong Yidong |
* simple.el (set-mark): Revert last change.
|
Sat, 18 Jul 2009 02:22:57 +0000 |
Glenn Morris |
(Repeated Loading): Fix typo.
|
Fri, 17 Jul 2009 23:27:28 +0000 |
Chong Yidong |
Fix last change.
|
Fri, 17 Jul 2009 23:24:54 +0000 |
Chong Yidong |
* mouse.el (mouse-yank-primary): If select-active-regions is non-nil,
|
Fri, 17 Jul 2009 19:43:49 +0000 |
Chong Yidong |
* doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
|
Fri, 17 Jul 2009 15:45:08 +0000 |
Chong Yidong |
* w32-fns.el (x-selection-owner-p): New function.
|
Fri, 17 Jul 2009 12:27:15 +0000 |
Kenichi Handa |
(describe-buffer-case-table): Fix for the case that KEY is a cons.
|
Fri, 17 Jul 2009 12:26:55 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 17 Jul 2009 10:15:54 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk:
|
Fri, 17 Jul 2009 03:56:17 +0000 |
Glenn Morris |
Regenerate.
|
Fri, 17 Jul 2009 03:56:08 +0000 |
Glenn Morris |
Set copyright year to 2009.
|
Fri, 17 Jul 2009 01:32:50 +0000 |
Chong Yidong |
Fix last change.
|
Fri, 17 Jul 2009 01:28:58 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 17 Jul 2009 01:27:50 +0000 |
Kenichi Handa |
(shuffle): Fix the logic of setting up the cycle.
|
Thu, 16 Jul 2009 21:04:18 +0000 |
Dan Nicolaescu |
Mention two new ./configure options for developers.
|
Thu, 16 Jul 2009 20:52:53 +0000 |
Dan Nicolaescu |
* vc-rcs.el (vc-rcs-find-file-hook):
|
Thu, 16 Jul 2009 19:37:08 +0000 |
Richard M. Stallman |
* buffers.texi (Swapping Text): Recommend setting
|
Thu, 16 Jul 2009 10:24:07 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 16 Jul 2009 10:23:46 +0000 |
Michael Albinus |
* net/tramp.el (tramp-wait-for-output): Handle the case when
|
Thu, 16 Jul 2009 08:25:21 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Thu, 16 Jul 2009 08:24:56 +0000 |
YAMAMOTO Mitsuharu |
(ns-set-alpha): Don't declare.
|
Thu, 16 Jul 2009 08:24:33 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Thu, 16 Jul 2009 08:24:06 +0000 |
YAMAMOTO Mitsuharu |
(ns_get_color): Remove incompatible color formats.
|
Thu, 16 Jul 2009 08:23:54 +0000 |
YAMAMOTO Mitsuharu |
(Fns_set_alpha): Remove function.
|
Thu, 16 Jul 2009 03:30:31 +0000 |
Glenn Morris |
Refcard comments.
|
Thu, 16 Jul 2009 03:28:04 +0000 |
Glenn Morris |
refcards comment.
|
Thu, 16 Jul 2009 03:25:00 +0000 |
Glenn Morris |
Regenerate.
|
Thu, 16 Jul 2009 03:16:41 +0000 |
Glenn Morris |
Regenerate.
|
Thu, 16 Jul 2009 03:14:00 +0000 |
Glenn Morris |
Remove non-existent (?) bindings: w, C-u o, U, delete.
|
Thu, 16 Jul 2009 03:13:21 +0000 |
Glenn Morris |
Remove non-existent (?) bindings: w, C-u o, U, delete.
|
Thu, 16 Jul 2009 03:13:09 +0000 |
Glenn Morris |
Remove non-existent (?) bindings: w, C-u o, U, delete.
|
Thu, 16 Jul 2009 02:29:51 +0000 |
Glenn Morris |
Regenerate.
|
Thu, 16 Jul 2009 02:29:37 +0000 |
Glenn Morris |
Condense a few sentences in order to make them fit on one line, and
|
Thu, 16 Jul 2009 02:01:31 +0000 |
Stefan Monnier |
(copyright-update): Save match-data across y-or-n-p, for safety.
|
Thu, 16 Jul 2009 01:52:32 +0000 |
Richard M. Stallman |
* files.el (auto-save-mode): If buffer-saved-size is -2, don't clobber it.
|
Thu, 16 Jul 2009 01:45:08 +0000 |
Richard M. Stallman |
* fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
|
Thu, 16 Jul 2009 01:24:00 +0000 |
Chong Yidong |
* xterm.c (Qx_gtk_map_stock): New var.
|
Wed, 15 Jul 2009 15:07:39 +0000 |
Chong Yidong |
* net/rcirc.el (rcirc): Use history variables.
|
Wed, 15 Jul 2009 12:29:48 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 15 Jul 2009 12:28:09 +0000 |
Kenichi Handa |
(set-language-environment-charset):
|
Wed, 15 Jul 2009 12:22:38 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 15 Jul 2009 12:21:53 +0000 |
Kenichi Handa |
("IPA"): Change coding systems to utf-8. Delete unibyte-display.
|
Wed, 15 Jul 2009 08:25:02 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Wed, 15 Jul 2009 08:24:51 +0000 |
YAMAMOTO Mitsuharu |
(ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
|
Wed, 15 Jul 2009 08:24:38 +0000 |
YAMAMOTO Mitsuharu |
(nsfont_draw): Remove code for stippling, which actually
|
Wed, 15 Jul 2009 03:28:05 +0000 |
Glenn Morris |
(gnus-logo.pdf): Remove rule, since this file is distributed.
|
Wed, 15 Jul 2009 03:23:41 +0000 |
Glenn Morris |
Regenerate.
|
Wed, 15 Jul 2009 03:23:33 +0000 |
Glenn Morris |
Fix comment typo.
|
Wed, 15 Jul 2009 03:23:00 +0000 |
Glenn Morris |
(emacsversionnumber): Just use major version.
|
Wed, 15 Jul 2009 03:22:38 +0000 |
Glenn Morris |
Regenerate.
|
Wed, 15 Jul 2009 03:22:18 +0000 |
Glenn Morris |
Change from A4 to letter paper.
|
Wed, 15 Jul 2009 03:22:03 +0000 |
Glenn Morris |
(gnus-booklet.pdf): Use jobname rather than clobbering gnus-refcard.pdf.
|
Wed, 15 Jul 2009 03:21:19 +0000 |
Glenn Morris |
(Copyright): Add 2009.
|
Wed, 15 Jul 2009 03:13:16 +0000 |
Glenn Morris |
(gnus-make-format-preserve-properties): Doc fix.
|
Wed, 15 Jul 2009 03:11:00 +0000 |
Glenn Morris |
(Gnus): Remove widow.
|
Wed, 15 Jul 2009 03:09:52 +0000 |
Glenn Morris |
Minor re-phrasings throughout.
|
Wed, 15 Jul 2009 02:05:32 +0000 |
Chong Yidong |
* simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
|
Wed, 15 Jul 2009 01:29:41 +0000 |
Chong Yidong |
Clarify last change.
|
Wed, 15 Jul 2009 01:28:57 +0000 |
Chong Yidong |
* markers.texi (The Mark): Document optional arg to deactivate-mark.
|
Wed, 15 Jul 2009 01:25:32 +0000 |
Chong Yidong |
* simple.el (deactivate-mark): Optional argument FORCE.
|
Tue, 14 Jul 2009 19:57:58 +0000 |
Stefan Monnier |
(mail-user-agent): Default to the upwardly-UI-compatible
|
Tue, 14 Jul 2009 16:58:25 +0000 |
Chong Yidong |
* select.el (x-set-selection): Doc fix.
|
Tue, 14 Jul 2009 12:03:31 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 14 Jul 2009 12:03:16 +0000 |
Kenichi Handa |
(font_vconcat_entity_vectors): New function.
|
Tue, 14 Jul 2009 11:55:19 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 14 Jul 2009 11:55:03 +0000 |
Kenichi Handa |
(ftfont_spec_pattern): New arg langname. Caller
|
Tue, 14 Jul 2009 08:40:58 +0000 |
Dmitry Dzhus |
(json-partial-output): Fix broken GDB/MI output in -break-info command
|
Tue, 14 Jul 2009 08:01:50 +0000 |
Glenn Morris |
(edebug-setup-hook, edebug-all-forms)
|
Tue, 14 Jul 2009 07:45:56 +0000 |
Glenn Morris |
(def-edebug-spec): Doc fix.
|
Tue, 14 Jul 2009 01:17:49 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 14 Jul 2009 01:16:50 +0000 |
Kenichi Handa |
Fix setting of category ?C.
|
Mon, 13 Jul 2009 20:23:46 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 13 Jul 2009 20:22:45 +0000 |
Eli Zaretskii |
(directory_files_internal) [WINDOWSNT]: Don't make a local copy
|
Mon, 13 Jul 2009 10:18:03 +0000 |
Jan Dj¸«£rv |
ns-win.el (x-select-font): defailias x-select-font to
|
Mon, 13 Jul 2009 06:31:04 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 13 Jul 2009 04:02:26 +0000 |
Kenichi Handa |
(sub_char_table_ref_and_range): Fix the range check against max_char.
|
Mon, 13 Jul 2009 01:03:28 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 13 Jul 2009 01:02:51 +0000 |
Kenichi Handa |
(internal_self_insert): Check sym by SYMBOLP before
|
Sun, 12 Jul 2009 19:45:36 +0000 |
Eli Zaretskii |
Mention change of default value for desktop-buffers-not-to-save.
|
Sun, 12 Jul 2009 19:41:55 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sun, 12 Jul 2009 19:41:26 +0000 |
Eli Zaretskii |
(desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
|
Sun, 12 Jul 2009 18:56:38 +0000 |
Chong Yidong |
* arc-mode.el (archive-find-type): Allow for a PK00 string before
|
Sun, 12 Jul 2009 16:20:50 +0000 |
Chong Yidong |
* pcomplete.el (pcomplete-comint-setup): Check for
|
Sun, 12 Jul 2009 01:17:19 +0000 |
Glenn Morris |
Mention info-xref.
|
Sat, 11 Jul 2009 20:31:27 +0000 |
Eli Zaretskii |
(stat): Fix last change.
|
Sat, 11 Jul 2009 20:06:30 +0000 |
Glenn Morris |
(TEXI2PDF): New.
|
Sat, 11 Jul 2009 20:03:40 +0000 |
Glenn Morris |
(TEXI2PDF): New.
|
Sat, 11 Jul 2009 19:55:19 +0000 |
Glenn Morris |
Clarify previous change.
|
Sat, 11 Jul 2009 19:39:24 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 11 Jul 2009 19:32:00 +0000 |
Glenn Morris |
(Regexp Backslash): Fix typo.
|
Sat, 11 Jul 2009 16:36:05 +0000 |
Chong Yidong |
* simple.el (temporary-goal-column): Change the value for
|
Sat, 11 Jul 2009 15:45:45 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 11 Jul 2009 15:45:13 +0000 |
Eli Zaretskii |
(directory_files_internal_w32_unwind) [WINDOWSNT]: New function.
|
Sat, 11 Jul 2009 15:44:36 +0000 |
Eli Zaretskii |
(logon_network_drive): Don't assume PATH is an absolute file name.
|
Sat, 11 Jul 2009 10:40:30 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 11 Jul 2009 10:40:04 +0000 |
Eli Zaretskii |
Add a note about bumping the value of
|
Sat, 11 Jul 2009 06:38:11 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sat, 11 Jul 2009 06:36:14 +0000 |
Kenichi Handa |
(describe-character-set): Don't show width.
|
Sat, 11 Jul 2009 03:06:44 +0000 |
Glenn Morris |
Comments on manual checking.
|
Sat, 11 Jul 2009 03:02:18 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 11 Jul 2009 03:00:01 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 11 Jul 2009 02:59:37 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Sat, 11 Jul 2009 02:52:46 +0000 |
Glenn Morris |
(Top): Display copyright notice at start of non-TeX.
|
Sat, 11 Jul 2009 02:50:20 +0000 |
Glenn Morris |
(Dired): End menu descriptions with a period.
|
Sat, 11 Jul 2009 02:50:05 +0000 |
Glenn Morris |
(Autorevert): Add menu descriptions.
|
Sat, 11 Jul 2009 02:49:56 +0000 |
Glenn Morris |
(Horizontal Scrolling): Re-word to remove widow.
|
Sat, 11 Jul 2009 02:49:45 +0000 |
Glenn Morris |
(Top): Info can be read from other places than Emacs.
|
Sat, 11 Jul 2009 02:49:34 +0000 |
Glenn Morris |
(Help): End menu descriptions with a period.
|
Sat, 11 Jul 2009 02:49:24 +0000 |
Glenn Morris |
(Mac OS / GNUstep): Fix spelling and cross-reference.
|
Sat, 11 Jul 2009 02:49:07 +0000 |
Glenn Morris |
(Version Control, Introduction to VC): End menu descriptions with a period.
|
Sat, 11 Jul 2009 02:48:41 +0000 |
Glenn Morris |
(Document View): Fix typos.
|
Fri, 10 Jul 2009 18:23:49 +0000 |
Sam Steingold |
(compilation-mode-font-lock-keywords): Omake sometimes indents the
|
Fri, 10 Jul 2009 17:07:36 +0000 |
Jan Dj¸«£rv |
xfns.c (Fx_select_font): Remember last font selected in
|
Fri, 10 Jul 2009 12:05:14 +0000 |
Katsumi Yamaoka |
(gnus-group-make-rss-group): Strip newlines and excessive whitespace
|
Fri, 10 Jul 2009 11:30:37 +0000 |
Kenichi Handa |
(xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
|
Fri, 10 Jul 2009 11:30:18 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 10 Jul 2009 09:18:01 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 10 Jul 2009 09:17:44 +0000 |
Eli Zaretskii |
(customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804)
|
Fri, 10 Jul 2009 06:12:50 +0000 |
Glenn Morris |
(EMACSVER): Fix accidental commit.
|
Fri, 10 Jul 2009 06:12:32 +0000 |
Glenn Morris |
(EMACSVER): Fix accidental commit.
|
Fri, 10 Jul 2009 06:11:39 +0000 |
Glenn Morris |
End menu descriptions with period.
|
Fri, 10 Jul 2009 06:10:51 +0000 |
Glenn Morris |
(Completion): End menu description with period.
|
Fri, 10 Jul 2009 06:10:35 +0000 |
Glenn Morris |
(System Interface): End menu description with period.
|
Fri, 10 Jul 2009 06:10:06 +0000 |
Glenn Morris |
(Format Conversion): End menu description with period.
|
Fri, 10 Jul 2009 05:49:24 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 10 Jul 2009 05:49:15 +0000 |
Kenichi Handa |
Reflect the latest change of TUTORIAL.
|
Fri, 10 Jul 2009 05:23:59 +0000 |
Glenn Morris |
Update @detailmenu.
|
Fri, 10 Jul 2009 05:23:47 +0000 |
Glenn Morris |
Update @detailmenu.
|
Fri, 10 Jul 2009 05:23:38 +0000 |
Glenn Morris |
Update @detailmenu.
|
Fri, 10 Jul 2009 05:05:47 +0000 |
Glenn Morris |
(Character Type, String Type): Merge in some menu descriptions from elisp.texi.
|
Fri, 10 Jul 2009 05:03:30 +0000 |
Glenn Morris |
(Hash Tables): End menu description with period.
|
Fri, 10 Jul 2009 05:01:12 +0000 |
Glenn Morris |
(Multiline Font Lock): End menu description with period.
|
Fri, 10 Jul 2009 04:58:56 +0000 |
Glenn Morris |
(Abstract Display): Merge in some menu descriptions from elisp.texi.
|
Fri, 10 Jul 2009 04:56:39 +0000 |
Glenn Morris |
(Customization Types): Merge in some menu descriptions from elisp.texi.
|
Fri, 10 Jul 2009 04:49:24 +0000 |
Glenn Morris |
(Top): Add missing @detailmenu entry.
|
Fri, 10 Jul 2009 04:44:55 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Thu, 09 Jul 2009 19:02:44 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 09 Jul 2009 19:02:20 +0000 |
Eli Zaretskii |
(Windows Files) <w32-get-true-file-attributes>: Don't be so categorical
|
Thu, 09 Jul 2009 18:57:01 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 09 Jul 2009 18:56:26 +0000 |
Eli Zaretskii |
(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
|
Thu, 09 Jul 2009 18:44:52 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 09 Jul 2009 18:44:14 +0000 |
Eli Zaretskii |
(stat): Treat UNC file names as residing on remote drives. (Bug#3542)
|
Thu, 09 Jul 2009 03:07:39 +0000 |
Glenn Morris |
Update edition to match elisp.texi.
|
Thu, 09 Jul 2009 03:07:16 +0000 |
Glenn Morris |
(texinfodir): Rename from usermanualdir, and update.
|
Thu, 09 Jul 2009 03:07:01 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:06:36 +0000 |
Glenn Morris |
Dont't hard-code texinfo location.
|
Thu, 09 Jul 2009 03:06:24 +0000 |
Glenn Morris |
(Using Interactive): Fix cross-reference.
|
Thu, 09 Jul 2009 03:06:12 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:05:59 +0000 |
Glenn Morris |
Use a DATE variable with the publication date, and update it.
|
Thu, 09 Jul 2009 03:05:35 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:05:18 +0000 |
Glenn Morris |
Use consistent case for "Unicode Standard".
|
Thu, 09 Jul 2009 03:04:51 +0000 |
Glenn Morris |
Use consistent case for "Unicode Standard".
|
Thu, 09 Jul 2009 03:04:35 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:04:23 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:04:11 +0000 |
Glenn Morris |
Minor rearrangements to improve TeX line-filling.
|
Thu, 09 Jul 2009 03:03:53 +0000 |
Glenn Morris |
(texinfodir): New, with location of texinfo.tex.
|
Thu, 09 Jul 2009 03:03:32 +0000 |
Glenn Morris |
Use a DATE variable with the publication date, and update it.
|
Thu, 09 Jul 2009 03:03:14 +0000 |
Glenn Morris |
Use a DATE variable with the publication date, and update it.
|
Thu, 09 Jul 2009 02:52:40 +0000 |
Glenn Morris |
(Revision Tags): Fix typo.
|
Thu, 09 Jul 2009 02:52:26 +0000 |
Glenn Morris |
(texinfodir): New variable, with location of texinfo.tex.
|
Thu, 09 Jul 2009 02:52:14 +0000 |
Glenn Morris |
(VC Directory Buffer): Fix cross-reference.
|
Thu, 09 Jul 2009 02:52:01 +0000 |
Glenn Morris |
(Top): Fix cross-reference.
|
Thu, 09 Jul 2009 02:48:33 +0000 |
Glenn Morris |
(texinfodir): Rename from usermanualdir, and update.
|
Thu, 09 Jul 2009 01:06:18 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 09 Jul 2009 01:05:27 +0000 |
Kenichi Handa |
(fontset_find_font): Fix previous change.
|
Wed, 08 Jul 2009 14:23:57 +0000 |
Sam Steingold |
(rgrep): Allow grep-find-ignored-directories
|
Wed, 08 Jul 2009 12:59:47 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 08 Jul 2009 12:58:57 +0000 |
Michael Albinus |
* dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
|
Wed, 08 Jul 2009 12:43:42 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 08 Jul 2009 12:41:13 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 08 Jul 2009 12:40:58 +0000 |
Michael Albinus |
* net/tramp.el (tramp-set-file-uid-gid): Handle the case the
|
Wed, 08 Jul 2009 07:23:55 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 08 Jul 2009 07:22:26 +0000 |
Kenichi Handa |
(setup-default-fontset): For each script, append (not set) font-specs.
|
Wed, 08 Jul 2009 04:51:57 +0000 |
Nick Roberts |
(gdb): Remove description of
|
Wed, 08 Jul 2009 04:51:21 +0000 |
Nick Roberts |
*** empty log message ***
|
Wed, 08 Jul 2009 04:49:57 +0000 |
Nick Roberts |
*** empty log message ***
|
Wed, 08 Jul 2009 03:49:31 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 08 Jul 2009 03:49:12 +0000 |
Kenichi Handa |
(fontset_find_font): Fix the logic of handling
|
Wed, 08 Jul 2009 03:20:03 +0000 |
Chong Yidong |
* b2m.c (main): Ensure that each message ends in two newlines.
|
Wed, 08 Jul 2009 03:10:10 +0000 |
Chong Yidong |
* mail/unrmail.el (unrmail): Make sure the message ends with two
|
Wed, 08 Jul 2009 02:51:21 +0000 |
Glenn Morris |
*** empty log message ***
|
Wed, 08 Jul 2009 02:48:11 +0000 |
Glenn Morris |
(calendar-current-date): Rework previous change.
|
Wed, 08 Jul 2009 02:46:23 +0000 |
Glenn Morris |
Ed Reingold <reingold at emr.cs.iit.edu>
|
Wed, 08 Jul 2009 02:38:11 +0000 |
Glenn Morris |
Checked TUTORIAL.
|
Wed, 08 Jul 2009 02:37:11 +0000 |
Glenn Morris |
(tutorial--describe-nonstandard-key):
|
Wed, 08 Jul 2009 02:34:55 +0000 |
Glenn Morris |
Split old stuff, and arch-tag, into new ChangeLog.14.
|
Wed, 08 Jul 2009 02:34:23 +0000 |
Glenn Morris |
Split ChangeLog.
|
Wed, 08 Jul 2009 02:31:02 +0000 |
Glenn Morris |
Standardize the way M-x commands are written:
|
Wed, 08 Jul 2009 02:23:19 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 08 Jul 2009 02:22:30 +0000 |
Kenichi Handa |
(JIS_TO_SJIS2): Fix the code range check.
|
Wed, 08 Jul 2009 02:22:05 +0000 |
Kenichi Handa |
(detect_coding_sjis): Handle shift_jis-2004 correctly.
|
Wed, 08 Jul 2009 02:19:24 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 08 Jul 2009 02:18:43 +0000 |
Kenichi Handa |
(japanese-shift-jis-2004): Fix typo in the docstring.
|
Wed, 08 Jul 2009 00:41:00 +0000 |
Nick Roberts |
(gdb-init-1): Move sending
|
Wed, 08 Jul 2009 00:40:30 +0000 |
Nick Roberts |
*** empty log message ***
|
Tue, 07 Jul 2009 22:56:37 +0000 |
Chong Yidong |
* Makefile.in (ELCFILES): Remove fadr.elc.
|
Tue, 07 Jul 2009 22:52:58 +0000 |
Chong Yidong |
* fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
|
Tue, 07 Jul 2009 20:10:05 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-input): Add trailing newline to command.
|
Tue, 07 Jul 2009 19:54:08 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): y/n
|
Tue, 07 Jul 2009 17:40:32 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-stack-list-frames-handler): Rewritten
|
Tue, 07 Jul 2009 17:36:42 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
|
Tue, 07 Jul 2009 17:22:26 +0000 |
Dmitry Dzhus |
* progmodes/gdb-mi.el (gdb-init-1): Set correct mode name for
|
Tue, 07 Jul 2009 17:08:20 +0000 |
Dmitry Dzhus |
Removed fadr.el.
|
Tue, 07 Jul 2009 17:04:51 +0000 |
Dmitry Dzhus |
gdb-mi.el: Now using bindat-get-field instead of fadr functions.
|
Tue, 07 Jul 2009 16:57:41 +0000 |
Dmitry Dzhus |
Port memory buffer from gdb-ui.el
|
Tue, 07 Jul 2009 15:06:00 +0000 |
Sam Steingold |
(vc-cvs-merge-news): Fix message parsing for non-top-level files.
|
Tue, 07 Jul 2009 08:38:44 +0000 |
Jan Dj¸«£rv |
xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
|
Tue, 07 Jul 2009 06:28:54 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 07 Jul 2009 06:27:53 +0000 |
Kenichi Handa |
(reset-language-environment): Put
|
Tue, 07 Jul 2009 06:27:23 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 07 Jul 2009 06:27:05 +0000 |
Kenichi Handa |
(Fset_charset_priority): Update charset_unibyte.
|
Tue, 07 Jul 2009 06:26:36 +0000 |
Kenichi Handa |
(unibyte_has_multibyte_table): Delete extern.
|
Tue, 07 Jul 2009 06:26:18 +0000 |
Kenichi Handa |
(unibyte_has_multibyte_table): Delete it.
|
Tue, 07 Jul 2009 06:25:45 +0000 |
Kenichi Handa |
(xcharset): Fix the treating $arg0.
|
Tue, 07 Jul 2009 06:25:20 +0000 |
Kenichi Handa |
(get_next_display_element): Decode it->c by charset_unibyte.
|
Mon, 06 Jul 2009 14:16:52 +0000 |
Chong Yidong |
* progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
|
Mon, 06 Jul 2009 13:37:29 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 06 Jul 2009 13:34:51 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-write-region): Flush file properties
|
Mon, 06 Jul 2009 08:32:48 +0000 |
Dan Nicolaescu |
(verilog-error-regexp-emacs-alist): Coded custom
|
Mon, 06 Jul 2009 02:17:31 +0000 |
Chong Yidong |
* woman.el: Remove stand-alone closing parentheses.
|
Mon, 06 Jul 2009 00:54:20 +0000 |
Glenn Morris |
(defvar and asterisk): Minor rephrasing.
|
Mon, 06 Jul 2009 00:51:27 +0000 |
Glenn Morris |
(eval-after-load): Doc fix.
|
Mon, 06 Jul 2009 00:50:51 +0000 |
Glenn Morris |
(ffap): Remove defunct URL from custom group.
|
Mon, 06 Jul 2009 00:49:25 +0000 |
Glenn Morris |
(ffap-version): Make it an obsolete alias for emacs-version.
|
Mon, 06 Jul 2009 00:11:09 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 06 Jul 2009 00:08:29 +0000 |
Jay Belanger |
(calc-embedded-make-info): Don't force when `calc-embedded-word' is
|
Sun, 05 Jul 2009 22:15:34 +0000 |
Stefan Monnier |
(find-alternate-file-other-window, find-alternate-file):
|
Sun, 05 Jul 2009 08:32:26 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 05 Jul 2009 08:31:37 +0000 |
Michael Albinus |
* dired-aux.el (dired-show-file-type): Handle remote files.
|
Sun, 05 Jul 2009 05:14:27 +0000 |
Chong Yidong |
* desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750).
|
Sun, 05 Jul 2009 04:53:22 +0000 |
Chong Yidong |
* add-log.el (add-log-current-defun-header-regexp): Doc
|
Sat, 04 Jul 2009 13:20:09 +0000 |
Johan Bockg¸«©rd |
(eshell-parse-argument-hook): Put `number' property on entire argument
|
Sat, 04 Jul 2009 10:46:06 +0000 |
Eli Zaretskii |
Mention load average support on MS-Windows.
|
Sat, 04 Jul 2009 10:43:10 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 04 Jul 2009 10:42:45 +0000 |
Eli Zaretskii |
Emulation of `getloadavg' on MS-Windows:
|
Sat, 04 Jul 2009 08:12:10 +0000 |
Andreas Schwab |
(--enable-checking, --enable-profiling): Use
|
Fri, 03 Jul 2009 15:32:02 +0000 |
Jason Rumney |
* w32term.c (w32_initialize): Use standard types.
|