log

age author description
2005-09-04 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
2005-08-25 Karoly Lorentey Add two pending bugs to README.multi-tty.
2005-08-04 Karoly Lorentey Apply patch from CVS trunk to fix recenter on ttys.
2005-08-04 Karoly Lorentey Work around crashes in X session management after normal shutdown of X server.
2005-07-22 Karoly Lorentey Don't let window-system-default-frame-alist override parameters specified manually.
2005-07-13 Karoly Lorentey Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
2005-07-12 Karoly Lorentey Fix dumb error leading to national keys not working on ttys.
2005-07-12 Karoly Lorentey Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
2005-07-11 Karoly Lorentey README update.
2005-07-11 Karoly Lorentey Fix compilation error in select_frame_for_redisplay.
2005-07-11 Karoly Lorentey Cosmetic changes in server.el.
2005-07-11 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
2005-07-10 Karoly Lorentey Rename term_init to init_tty.
2005-07-10 Karoly Lorentey README update.
2005-07-10 Karoly Lorentey At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!
2005-07-10 Karoly Lorentey Fix compilation error in src/term.c.
2005-07-10 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 474)
2005-07-10 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 470-473)
2005-07-06 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
2005-07-06 Karoly Lorentey Small enhancements.
2005-07-06 Karoly Lorentey Implement rudimentary Lisp-level terminal parameters.
2005-07-05 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
2005-07-05 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
2005-07-03 Karoly Lorentey Fix the original cause of the "arrow keys don't work on screen" bug.
2005-06-30 Karoly Lorentey Remove pointless conditional around key substitution block in term/xterm.el (Dan Nicolaescu)
2005-06-28 Karoly Lorentey Speed up loading of term/xterm.el (Dan Nicolaescu).
2005-06-27 Karoly Lorentey Speed up loading of term/xterm.el.
2005-06-27 Karoly Lorentey Use terminal-local-value to access function-key-map in terminal packages.
2005-06-27 Karoly Lorentey Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
2005-06-27 Karoly Lorentey New C function `push_display_kboard'.
2005-06-27 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.
2005-06-27 Karoly Lorentey New version of ldefs-boot.el.
2005-06-27 Karoly Lorentey Replace encoded-kbd-mode with display-specific encoded-kbd-setup-display. (Doesn't work yet.)
2005-06-26 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 447-448)
2005-06-26 Karoly Lorentey Change key-translation-map to be terminal-local.
2005-06-26 Karoly Lorentey Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).
2005-06-26 Karoly Lorentey Make sure the terminfo function key sequences are set up in the correct function-key-map.
2005-06-26 Karoly Lorentey Update Lisp code for a terminal-local `function-key-map'.
2005-06-25 Karoly Lorentey Make function-key-map a terminal-local variable (move it inside the kboard struct).
2005-06-25 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 441-446)
2005-06-22 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 438-440)
2005-06-21 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 435-437)
2005-06-21 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 423-434)
2005-06-15 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
2005-06-03 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
2005-05-28 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
2005-05-20 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
2005-05-16 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 307-312)
2005-05-14 Karoly Lorentey Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
2005-05-13 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 296-306)
2005-05-09 Karoly Lorentey Disable display type check in start_hourglass, and always set up the timer.
2005-05-09 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 292-295)
2005-05-06 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
2005-05-03 Karoly Lorentey Support for ttys with different character locale settings.
2005-05-03 Karoly Lorentey Fix typo in get_display.
2005-05-03 Karoly Lorentey Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple tty locale support.
2005-05-03 Karoly Lorentey Fix exponential slowdowns on repeated tty frame creation.
2005-05-02 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 281-285)
2005-04-26 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 279-280)
2005-04-26 Karoly Lorentey I give up; attempt to fix annoying crashes by reverting xdisp.c changes in patch-328.
2005-04-25 Karoly Lorentey Fix describe-variable with frame-local variables.
2005-04-25 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
2005-04-25 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 269)
2005-04-19 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
2005-04-18 Karoly Lorentey Fix bootstrap error during loadup.
2005-04-18 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
2005-04-18 Karoly Lorentey Resolve crashes related to face aliases.
2005-04-11 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
2005-04-08 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
2005-04-04 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
2005-03-28 Karoly Lorentey Fix error when creating tty clients.
2005-03-28 Karoly Lorentey README update. (Fix identifier names in emacs background preloader example.)
2005-03-27 Karoly Lorentey Prevent core dump when connection is lost during frame creation.
2005-03-27 Karoly Lorentey Fix some aspects of X display shutdown.
2005-03-27 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 204-213)
2005-03-23 Karoly Lorentey Fix yet another compilation error.
2005-03-23 Karoly Lorentey Fix some superflous deviations from CVS, plus apply some cosmetics.
2005-03-23 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 192-203)
2005-03-22 Karoly Lorentey Revert changes that were committed by mistake in the previous patch.
2005-03-22 Karoly Lorentey README updates.
2005-03-19 Karoly Lorentey Fix stupid syntax errors in previous patch.
2005-03-19 Karoly Lorentey Close the X connection when the last frame is deleted.
2005-03-19 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
2005-03-16 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 183)
2005-03-16 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
2005-03-16 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 160-161)
2005-03-16 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 159)
2005-03-08 Karoly Lorentey Don't abort with GTK when a tty is opened.
2005-03-07 Karoly Lorentey Declare Vinhibit_redisplay in xterm.c.
2005-03-07 Karoly Lorentey Fix crash condition when an X server connection is broken. (Reported by Vincent Bernat.)
2005-03-06 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
2005-02-28 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
2005-02-25 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
2005-02-23 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
2005-02-23 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 119)
2005-02-21 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 117-118)
2005-02-20 Karoly Lorentey Fix line/column number positioning in emacsclient. (Reported by Han Boetes.)
2005-02-20 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
2005-02-19 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
2005-02-18 Karoly Lorentey Initialize blink-cursor-mode consistently.
2005-02-18 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 91-94)
2005-02-12 Karoly Lorentey Fix compilation error with GTK, fix issues with double C-g on controlling tty. (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)
2005-02-10 Karoly Lorentey On C-x C-c, restrict `save-some-buffers' to the client's buffers. (Reported by Han Boetes.)
2005-02-10 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
2005-02-04 Karoly Lorentey Fix typo in dispnew.c.
2005-02-04 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 76-78)
2005-02-04 Karoly Lorentey README updates. (Reported by Xavier Mallard)
2005-02-04 Karoly Lorentey Prevent emacsclient errors when Emacs is compiled without X support.
2005-02-04 Karoly Lorentey Update =partner-versions.
2005-02-04 Karoly Lorentey Add some new precious/backup patterns in src/.
2005-02-03 Karoly Lorentey Fix xassert-related bootstrap errors.
2005-02-03 Karoly Lorentey Fix bootstrap error in CVS.
2005-02-03 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
2005-02-03 Karoly Lorentey Joined Miles's 2005 Emacs branch.
2005-01-06 Karoly Lorentey Merged in changes from CVS trunk.
2005-01-06 Karoly Lorentey Merged in changes from CVS trunk.
2004-12-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-12-10 Karoly Lorentey Merged in changes from CVS trunk.
2004-12-09 Karoly Lorentey README update.
2004-12-08 Karoly Lorentey Trivial changes in x_create_tip_frame.
2004-12-08 Karoly Lorentey Increase PURESIZE to handle the extra stuff recently added.
2004-12-08 Karoly Lorentey Merged in changes from CVS trunk.
2004-12-08 Karoly Lorentey Merged in changes from CVS trunk.
2004-11-28 Karoly Lorentey Remove remaining references to updating_frame.
2004-11-28 Karoly Lorentey Trivial documentation change in keyboard.c.
2004-11-22 Karoly Lorentey Merged in changes from CVS trunk.
2004-11-13 Karoly Lorentey Merged in changes from CVS trunk.
2004-11-13 Karoly Lorentey Merged in changes from CVS trunk.
2004-11-06 Karoly Lorentey Fix bootstrap problem with --without-x.
2004-11-06 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-31 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-25 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-19 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-14 Karoly Lorentey Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.) Plus cleanups.
2004-10-14 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-12 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-10 Karoly Lorentey Set ncurses-related environment variables while creating a new tty frame. (Reported by Dan Nicolaescu.)
2004-10-10 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-10 Karoly Lorentey Small tweaks in server.el.
2004-10-08 Karoly Lorentey Removed C99ism in init_fringe_bitmap.
2004-10-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-03 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-29 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-20 Karoly Lorentey README updates.
2004-09-20 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-16 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-13 Karoly Lorentey Fix typo in src/Makefile.in.
2004-09-13 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-10 Karoly Lorentey Inhibit redisplay while frames are being deleted after an X disconnect.
2004-09-10 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-06 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-02 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-31 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-31 Karoly Lorentey Merged in changes from CVS trunk (Jan D. has fixed the XSync call in xterm.c, no need to disable it anymore).
2004-08-24 Karoly Lorentey Add TAGS-LISP to precious regex in src/.
2004-08-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-23 Karoly Lorentey Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
2004-08-19 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-19 Karoly Lorentey README updates.
2004-08-16 Karoly Lorentey Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
2004-08-13 Karoly Lorentey README updates, including a new Tips & Tricks section
2004-08-11 Karoly Lorentey Updated archive location in docs. (Thanks to Dan Waber.)
2004-08-11 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-09 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-05 Karoly Lorentey Cleaned up README compile & test instructions.
2004-08-03 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-03 Karoly Lorentey Added sorted-doc to backup regex in lib-src.
2004-07-30 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-27 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-24 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-22 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-18 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-13 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-11 Karoly Lorentey Fix creating frames on different X servers.
2004-07-11 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-10 Karoly Lorentey Prevent the previous bug from reappearing later.
2004-07-10 Karoly Lorentey Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE Tetsuya.)
2004-07-10 Karoly Lorentey Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
2004-07-10 Karoly Lorentey Don't leave buffers created by nowait clients buried under others (rep. by Dan Nicolaescu).
2004-07-10 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-05 Karoly Lorentey Fixed C-c from the controlling terminal.
2004-07-04 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-04 Karoly Lorentey Fix bootstrap errors.
2004-07-04 Karoly Lorentey Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.
2004-07-03 Karoly Lorentey Reapply src/Makefile.in changes that got lost in the tagline snafu of patch-197.
2004-07-03 Karoly Lorentey Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
2004-07-03 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-28 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-24 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-15 Karoly Lorentey Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)
2004-06-15 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-14 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-11 Karoly Lorentey Fix parse error in term.c (ARISAWA Akihiro).
2004-06-11 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-10 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-08 Karoly Lorentey Make server-start safe against accidental restarts.
2004-06-08 Karoly Lorentey Dissociate from the controlling tty correctly on FreeBSD.
2004-06-08 Karoly Lorentey Don't core dump on SIGINT when there is no frame on the controlling tty.
2004-06-08 Karoly Lorentey README.multi-tty update.
2004-06-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-07 Karoly Lorentey Clear single_kboard each time Emacs returns to top-level.
2004-06-07 Karoly Lorentey README.multi-tty update.
2004-06-06 Karoly Lorentey Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
2004-06-05 Karoly Lorentey Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
2004-06-05 Karoly Lorentey Merged in changes from CVS trunk.
2004-06-03 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-31 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-30 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-29 Karoly Lorentey Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
2004-05-27 Karoly Lorentey Fix window-system-default-frame-alist (ARISAWA Akihiro).
2004-05-27 Karoly Lorentey Fix background mode initialization on client tty frames (rep. by Dan Nicolaescu).
2004-05-27 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-27 Karoly Lorentey README.multi-tty updates.
2004-05-25 Karoly Lorentey Fix terminal coding system in multibyte locales (rep. by Friedrich Delgado Friedrichs).
2004-05-25 Karoly Lorentey Fix server-socket-dir initialization (rep. by Friedrich Delgado Friedrichs).
2004-05-24 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-23 Karoly Lorentey Update README.multi-tty.
2004-05-23 Karoly Lorentey Use the remote locale for terminal & keyboard coding system.
2004-05-23 Karoly Lorentey Fix environment variables on emacsclient frames.
2004-05-23 Karoly Lorentey Use with-selected-frame.
2004-05-23 Karoly Lorentey New control structure: with-selected-frame.
2004-05-23 Karoly Lorentey Make terminal_coding and keyboard_coding display-local.
2004-05-22 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-18 Karoly Lorentey Add kludge to prevent overriding keyboard-coding-system customization.
2004-05-18 Karoly Lorentey Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
2004-05-18 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-11 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-11 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-08 Karoly Lorentey Added branch description to admin/notes/BRANCH.
2004-05-08 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-08 Karoly Lorentey Fixed environment variable handling during terminal initialization.
2004-05-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-01 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-29 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-28 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-27 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-23 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-23 Karoly Lorentey Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
2004-04-19 Karoly Lorentey A simple implementation for display-local frame parameters.
2004-04-19 Karoly Lorentey Fix one more case of the previous error.
2004-04-19 Karoly Lorentey Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
2004-04-19 Karoly Lorentey In emacsclient, protect the xmitted string from fprintf expansion (Dan Nicolaescu).
2004-04-19 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-18 Karoly Lorentey Fix frame parameter handling in server.el.
2004-04-18 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-18 Karoly Lorentey Another server.el overhaul.
2004-04-18 Karoly Lorentey Fix segfault in term.c (reported by lukhas@free.fr).
2004-04-17 Karoly Lorentey README updates.
2004-04-16 Karoly Lorentey Eliminated updating_frame.
2004-04-16 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-15 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-13 Karoly Lorentey README changes.
2004-04-13 Karoly Lorentey Merged in changes from CVS trunk
2004-04-13 Karoly Lorentey Fix #include errors for FreeBSD (Frank Ruell)
2004-04-10 Karoly Lorentey Merged in changes from CVS HEAD
2004-04-08 Karoly Lorentey Prevent Lisp nesting errors while bootstrapping.
2004-04-08 Karoly Lorentey Merged in changes from CVS HEAD
2004-04-03 Karoly Lorentey Merged in changes from CVS HEAD
2004-04-03 Karoly Lorentey Trivial cosmetic change in dispnew.c.
2004-03-30 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-29 Karoly Lorentey Fix initialization order at bootstrap (Dan Nicolaescu).
2004-03-28 Karoly Lorentey Fix bootstrap problems in CVS.
2004-03-28 Karoly Lorentey Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
2004-03-28 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-26 Karoly Lorentey Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert Chassell).
2004-03-25 Karoly Lorentey Removed *.rej from backup pattern in tagging method.
2004-03-25 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-19 Karoly Lorentey Trivial cleanup in fringe.c, missing from previous patch.
2004-03-19 Karoly Lorentey Trivial cleanups to get rid of GCC warnings.
2004-03-19 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-16 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-11 Karoly Lorentey Fixed compiler warnings for keyboard.c.
2004-03-11 Karoly Lorentey README updates.
2004-03-11 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-11 Karoly Lorentey Fix background-mode on terminal frames (Dan Nicolaescu).
2004-03-08 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-07 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-06 Karoly Lorentey Added *.rej to tla's unrecognized pattern.
2004-03-06 Karoly Lorentey README updates.
2004-03-02 Karoly Lorentey README updates.
2004-03-01 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-28 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-28 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-28 Karoly Lorentey Implemented suspending of emacsclient frames.
2004-02-27 Karoly Lorentey Make emacsclient refuse to create a frame inside an Emacs term buffer.
2004-02-27 Karoly Lorentey README.multi-tty updates.
2004-02-26 Karoly Lorentey (Sigh.) Don't try to read more events than the buffer size.
2004-02-26 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-26 Karoly Lorentey Check for numchars > 0 in handle_one_xevent, not 1.
2004-02-25 Karoly Lorentey Revert patch-93, that was the real culprit. Reapply patch-97.
2004-02-25 Karoly Lorentey Back out previous change, it causes infinite recursion.
2004-02-25 Karoly Lorentey Don't try to handle a new event if the input buffer is full.
2004-02-25 Karoly Lorentey Allow tty_read_avail_input to use the whole input buffer.
2004-02-25 Karoly Lorentey README updates.
2004-02-24 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-24 Karoly Lorentey Block more input during read_avail_input.
2004-02-20 Karoly Lorentey Fix a crash in emacsclient when DISPLAY is unset.
2004-02-20 Karoly Lorentey Fix typo in delete_display_hook documentation.
2004-02-20 Karoly Lorentey Don't delete a tty if it's the last device with frames.
2004-02-20 Karoly Lorentey Don't read too many characters from the tty.
2004-02-20 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-20 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-20 Karoly Lorentey README updates.
2004-02-20 Karoly Lorentey Changed emacsclient to open new frames by default.
2004-02-20 Karoly Lorentey Verify the version of Emacsclient.
2004-02-19 Karoly Lorentey Added -w option to emacsclient for opening a new X frame.
2004-02-19 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-19 Karoly Lorentey Fix list-colors-display and other functions on a termcap frame
2004-02-19 Karoly Lorentey Don't try to init X drag and drop on a termcap frame.
2004-02-19 Karoly Lorentey Added newly loaded stuff in loadup.el to src/Makefile.in.
2004-02-18 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-17 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-10 Karoly Lorentey Fixed a typo in README.multi-tty.
2004-02-08 Karoly Lorentey Don't hang on the tty if called from a shell script.
2004-02-03 Karoly Lorentey Merged in changes from CVS HEAD
2004-02-02 Karoly Lorentey Trivial fixes to shut up some of the compiler warnings.
2004-02-02 Karoly Lorentey Fix the case when emacsclient is run on Emacs's controlling tty.
2004-02-02 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-26 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-26 Karoly Lorentey Prevent core dumps when the X server crashes.
2004-01-26 Karoly Lorentey Don't exit Emacs when the X display is closed during a tty-X combo session.
2004-01-25 Karoly Lorentey Cosmetic changes.
2004-01-25 Karoly Lorentey Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
2004-01-25 Karoly Lorentey Removed %T in mode-line-format. Trivial documentation changes.
2004-01-24 Karoly Lorentey Fixed interactive temacs.
2004-01-24 Karoly Lorentey Set the keyboard of the initial frame correctly.
2004-01-23 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-23 Karoly Lorentey Fixed tty faces during combo sessions. Plus other assorted bugfixes.
2004-01-22 Karoly Lorentey Added note about the commit mailing list.
2004-01-22 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-22 Karoly Lorentey Romain Francoise's and Ami Fischman's bugfixes.
2004-01-12 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-12 Karoly Lorentey Fix initialization of the window-system variable.
2004-01-11 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-11 Karoly Lorentey Support for opening X frames from a tty session.
2004-01-11 Karoly Lorentey Don't select on stdin unconditionally.
2004-01-11 Karoly Lorentey Fix C-g handling with multiple ttys.
2004-01-11 Karoly Lorentey Changed tty input code to use read_socket_hook.
2004-01-10 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-10 Karoly Lorentey Numerous bugfixes and small improvements.
2004-01-09 Karoly Lorentey Hookified termcap devices, added bootstrap display device, plus many bugfixes.
2004-01-09 Karoly Lorentey Fix SEGV in init_sys_modes during X startup
2004-01-06 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-05 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-05 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
2004-01-03 Karoly Lorentey Fix more SEGV cases in frame.c
2004-01-03 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-03 Karoly Lorentey Add "multi-tty" to emacs-version output.
2004-01-03 Karoly Lorentey Fix mouse-position for tty+X combo sessions.
2004-01-03 Karoly Lorentey Fixed typo in talk.el (again).
2004-01-03 Karoly Lorentey Fixed typo in talk.el.
2004-01-03 Karoly Lorentey Added multi-tty support for talk.el.
2004-01-03 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-03 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
2004-01-02 Karoly Lorentey Fix longopts option name for --tty.
2004-01-02 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-02 Karoly Lorentey Got rid of the rif (window-based redisplay interface) global variable.
2004-01-02 Karoly Lorentey MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
2004-01-02 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
2004-01-01 Karoly Lorentey Separate frame-local, tty-dependent parameters from tty-local parameters.
2003-12-31 Karoly Lorentey A few more bugfixes and new features.
2003-12-30 Karoly Lorentey Major bugfixes and slight enhancements.
2003-12-30 Karoly Lorentey Undo patch-23. I need a coffee.
2003-12-30 Karoly Lorentey Delete server frames on server restart.
2003-12-30 Karoly Lorentey Merged in changes from CVS head
2003-12-30 Karoly Lorentey Don't compile sys_select on systems that don't need it.
2003-12-29 Karoly Lorentey Merged in changes from CVS head
2004-09-04 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
2004-09-04 Miles Bader Remove Gnus image files now in lisp/gnus
2004-09-04 Miles Bader Changes from arch/CVS synchronization
2004-08-31 Reiner Steib [ Merge from Gnus v5-10 branch. See the tags "gnus-5_10-pre-merge-josefsson" gnus-5_10-post-merge-josefsson
2004-08-31 Reiner Steib [ Merge from Gnus v5-10 branch. See the tags "gnus-5_10-pre-merge-josefsson"
2004-08-31 Reiner Steib 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> gnus-5_10-post-merge-yamaoka
2004-08-31 Reiner Steib 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> gnus-5_10-pre-merge-josefsson
2004-08-30 Reiner Steib Use @copying and @insertcopying. gnus-5_10-pre-merge-yamaoka
2004-08-30 Reiner Steib Mark man/*.texi citem as done.
2004-08-30 Reiner Steib Removed Temporary notes.
2004-08-30 Reiner Steib Mark some item as done.
2004-08-30 Reiner Steib [ Merge from Emacs trunk: ]
2004-08-23 Reiner Steib * mm-decode.el (mime-display, mime-security): Fix custom-manual entries.
2004-08-22 Reiner Steib ToDo items for the gnus-5_10-branch
2004-08-22 Reiner Steib (Mail Source Specifiers): Describe `pop3-leave-mail-on-server'.
2004-08-22 Reiner Steib Merge some changes from Emacs/trunk:
2004-08-22 Reiner Steib Changes in Oort Gnus from v5_10 branch of the Gnus repository
2004-08-17 Reiner Steib * netrc.el, tls.el: Removed; use files from ../net instead.
2004-08-17 Reiner Steib * netrc.el, tls.el: Removed; use files from ../net instead.
2004-08-16 Reiner Steib Removed obsolete files.
2004-08-16 Reiner Steib * mailcap.el (mailcap-mime-data): Mark as risky.
2004-08-16 Reiner Steib * time-date.el: Removed. Merged into ../calendar/time-date.el.
2004-08-16 Reiner Steib (time-to-number-of-days): New function. Imported from from Gnus.
2004-08-05 Reiner Steib * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
2004-08-02 Reiner Steib Added new files from the v5_10 branch of Gnus.
2004-08-02 Reiner Steib (install-arch-indep): Added pgg and sieve.
2004-08-02 Reiner Steib Import from the v5_10 branch of the Gnus repository.
2004-08-02 Reiner Steib Added pgg and sieve.
2004-08-02 Reiner Steib * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
2004-08-02 Reiner Steib Import from the v5_10 branch of the Gnus repository.
2004-07-22 Andreas Schwab Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
2007-08-29 Stefan Monnier (invisible-p): Remove: implemented in C now. before-merge-multi-tty-to-trunk
2007-08-28 Juri Linkov *** empty log message ***
2007-08-28 Juri Linkov (Image Formats, Other Image Types): Add SVG.
2007-08-28 Juri Linkov *** empty log message ***
2007-08-28 Juri Linkov (Images): Move formats-related text to new node
2007-08-28 Juri Linkov *** empty log message ***
2007-08-28 Juri Linkov (image-type): New variable.
2007-08-28 Thien-Thi Nguyen Mention bubble game.
2007-08-28 Michael Albinus * net/tramp.el (tramp-handle-set-file-times): Flush the file
2007-08-28 Richard M. Stallman *** empty log message ***
2007-08-28 Richard M. Stallman *** empty log message ***
2007-08-28 Richard M. Stallman New feature to display several time zones in a buffer.
2007-08-28 Jan Djärv *** empty log message ***
2007-08-28 Jan Djärv Fix comment.
2007-08-28 Jan Djärv (x-gtk-stock-map): New variable.
2007-08-28 Jan Djärv (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2007-08-28 Jan Djärv *** empty log message ***
2007-08-28 Jan Djärv Qrtl is new.
2007-08-28 Jan Djärv (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
2007-08-28 Jan Djärv (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
2007-08-28 Werner LEMBERG Use `C-M-%' instead of `M-x query-replace-regexp'.
2007-08-28 Miles Bader Add arch tagline
2007-08-28 Kenichi Handa *** empty log message ***
2007-08-28 Kenichi Handa (gamegrid-init): Set line-spacing to 0.
2007-08-28 Glenn Morris Provide self.
2007-08-28 Glenn Morris *** empty log message ***
2007-08-28 Glenn Morris (c-constant-kwds): Add java: null, true, false.
2007-08-28 Glenn Morris *** empty log message ***
2007-08-27 Thien-Thi Nguyen Comments munging; nfc.
2007-08-27 Thien-Thi Nguyen Initial revision
2007-08-27 Thien-Thi Nguyen *** empty log message ***
2007-08-27 Thien-Thi Nguyen (m2-definition, m2-module): Don't use previous-line.
2007-08-27 Miles Bader Remove RCS keywords
2007-08-27 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-27 YAMAMOTO Mitsuharu (x_draw_composite_glyph_string_foreground): Draw rectangle
2007-08-27 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-27 YAMAMOTO Mitsuharu (mac-handle-toolbar-switch-mode): Add explicit
2007-08-27 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-27 YAMAMOTO Mitsuharu (Mac OS X): Add alternative workaround for QuickTime
2007-08-27 Glenn Morris *** empty log message ***
2007-08-27 Glenn Morris (diff-find-file-name): Only accept regular files, to rule out
2007-08-27 Glenn Morris (vc-svn-diff): If the repository version of all the files is the same
2007-08-27 Glenn Morris *** empty log message ***
2007-08-27 Miles Bader Merge from emacs--rel--22
2007-08-27 Thien-Thi Nguyen Mention avl-tree.el.
2007-08-27 Thien-Thi Nguyen (Features): Add avl-tree.
2007-08-27 Thien-Thi Nguyen *** empty log message ***
2007-08-27 Thien-Thi Nguyen Commentary and docstring munging; nfc.
2007-08-27 Thien-Thi Nguyen (avl-tree-del-balance1, avl-tree-del-balance2)
2007-08-27 Thien-Thi Nguyen Move things around; munge whitespace, indentation; nfc.
2007-08-27 Thien-Thi Nguyen Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:
2007-08-27 Thien-Thi Nguyen Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:
2007-08-27 Thien-Thi Nguyen Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:
2007-08-27 Thien-Thi Nguyen (elib-node-create): Delete unused macro.
2007-08-27 Thien-Thi Nguyen Reduce nesting: Use modern backquote syntax.
2007-08-27 Thien-Thi Nguyen Do s/avltree/avl-tree/g. Resulting changed function names:
2007-08-27 Miles Bader Add arch tagline
2007-08-27 Thien-Thi Nguyen Don't require `cl'.
2007-08-27 Thien-Thi Nguyen Move provide form to end; nfc.
2007-08-27 Thien-Thi Nguyen Munge comments, whitespace, indentation, hanging parens; nfc.
2007-08-27 Thien-Thi Nguyen Initial revision, comprising elib-node.el and avltree.el,
2007-08-26 Michaël Cadilhac *** empty log message ***
2007-08-26 Michaël Cadilhac Change `fr-drdref' to `fr-dired-ref'.
2007-08-26 Michaël Cadilhac Move fr-drdref.pdf to fr-dired-ref.pdf.
2007-08-26 Michaël Cadilhac Move fr-drdref.tex to fr-dired-ref.tex.
2007-08-26 Michaël Cadilhac *** empty log message ***
2007-08-26 Michaël Cadilhac Say that PDF files are now the default for refcards.
2007-08-26 Michaël Cadilhac *** empty log message ***
2007-08-26 Michaël Cadilhac Add rules for creating the refcards in PDF, make them the default.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Update copyright notice. Update the examples. Fix a typo. Remove the
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Remove the `letterpaper' counter, specify PDF layout, use a PDF
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout.
2007-08-26 Michaël Cadilhac Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 Michaël Cadilhac Remove the PS versions of the refcards.
2007-08-26 Michaël Cadilhac Add the PDF versions of the refcards.
2007-08-26 Michaël Cadilhac New. Handle PDF layouts through \pdfpagewidth and \pdfpageheight.
2007-08-26 Michaël Cadilhac *** empty log message ***
2007-08-26 Michaël Cadilhac (hi-lock-unface-buffer): Show a x-menu only if the mouse was used.
2007-08-26 Michaël Cadilhac *** empty log message ***
2007-08-26 Michaël Cadilhac (PC-do-completion): Make RET accept a non-unique but complete
2007-08-26 Thien-Thi Nguyen Initial revision
2007-08-26 Richard M. Stallman *** empty log message ***
2007-08-26 Dan Nicolaescu (log-view-toggle-mark-entry): Add docstring.
2007-08-26 Thien-Thi Nguyen *** empty log message ***
2007-08-26 Thien-Thi Nguyen (eshell-eval-using-options): Add debug declaration.
2007-08-26 Dan Nicolaescu * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
2007-08-25 Richard M. Stallman Syntactic cleanup.
2007-08-25 Dan Nicolaescu * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2007-08-25 Stefan Monnier Redirect to intel386.h if compiling for i386.
2007-08-25 Stefan Monnier (Finvisible_p): New function.
2007-08-25 Dan Nicolaescu (log-view-marked-list): Delete variable.
2007-08-25 Dan Nicolaescu * vc-git.el (vc-git-mode-line-string): New function.
2007-08-25 Alan Mackenzie (c-other-decl-block-key-in-symbols-alist): new language variable.
2007-08-25 Alan Mackenzie (c-brace-anchor-point): new function.
2007-08-25 Alan Mackenzie *** empty log message ***
2007-08-25 Stephen Gildea add mh-annotate-msg-hook
2007-08-25 Juri Linkov *** empty log message ***
2007-08-25 Juri Linkov (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
2007-08-25 Juri Linkov Add autoloads to put associations in auto-mode-alist:
2007-08-25 Juri Linkov (image-type-header-regexps): Use more complex regexp for svg.
2007-08-25 Juri Linkov (jka-compr-compression-info-list): Add .svgz to treat it like .tgz.
2007-08-25 Juri Linkov Add file coding cookie.
2007-08-25 Reiner Steib (cvs-query-directory): Only prompt when prefix is given.
2007-08-25 Reiner Steib (sort-fold-case, sort-numeric-base): Mark as safe-local-variable.
2007-08-25 Jay Belanger *** empty log message ***
2007-08-25 Jay Belanger (var-TimeZone): Make nil the default value.
2007-08-25 Jay Belanger (Time Zones): Explain that Calc will by default use daylight saving
2007-08-25 Karl Berry missed ChangeLog entry
2007-08-24 Dan Nicolaescu (log-view-toggle-mark-entry): New function.
2007-08-24 Glenn Morris (makeinfo): Reduce requirement to 4.6.
2007-08-24 Thien-Thi Nguyen *** empty log message ***
2007-08-24 Thien-Thi Nguyen (zone-pgm-rat-race): New func.
2007-08-24 Stefan Monnier (byte-optimize-if): Don't presume `clause' is a list.
2007-08-24 Juanma Barranquero *** empty log message ***
2007-08-24 Juanma Barranquero (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
2007-08-24 Juanma Barranquero *** empty log message ***
2007-08-24 Juanma Barranquero *** empty log message ***
2007-08-24 Thien-Thi Nguyen *** empty log message ***
2007-08-24 Thien-Thi Nguyen (hs-match-data): Delete alias.
2007-08-24 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-24 YAMAMOTO Mitsuharu [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
2007-08-24 Glenn Morris (backup-buffer-copy): Fully revert change. Sigh.
2007-08-24 Martin Rudalics *** empty log message ***
2007-08-24 Martin Rudalics (format-alist): Fix typo in doc-string.
2007-08-24 Martin Rudalics *** empty log message ***
2007-08-24 Martin Rudalics (Finsert_file_contents): Consult CHARS_MODIFF to tell
2007-08-24 Michael Albinus * net/tramp.el (tramp-local-host-p): New defun.
2007-08-24 Glenn Morris Ulrich Mueller <ulm at gentoo.org> (tiny change)
2007-08-24 Glenn Morris *** empty log message ***
2007-08-24 Glenn Morris (backup-buffer-copy): Revert 2007-08-22 change.
2007-08-24 Glenn Morris *** empty log message ***
2007-08-24 Glenn Morris *** empty log message ***
2007-08-24 Glenn Morris Check for a suitably recent makeinfo.
2007-08-24 Glenn Morris *** empty log message ***
2007-08-24 Glenn Morris (tutorial-directory): Set with eval-at-startup so it gets the right
2007-08-24 Glenn Morris Regenerate.
2007-08-24 Glenn Morris Mention eldoc-highlight-function-argument.
2007-08-24 Glenn Morris Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
2007-08-24 Jason Rumney *** empty log message ***
2007-08-24 Jason Rumney [HAVE_NTGUI]: Define dynamic loaded functions.
2007-08-23 Masatake YAMATO (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
2007-08-23 Stefan Monnier *** empty log message ***
2007-08-23 Stefan Monnier *** empty log message ***
2007-08-23 Stefan Monnier (byte-compile-output-docform, byte-compile-output-as-comment):
2007-08-23 Stefan Monnier (byte-optimize-if): Move `progn' out of the test
2007-08-23 Thien-Thi Nguyen *** empty log message ***
2007-08-23 Thien-Thi Nguyen (locate-get-file-positions): Use
2007-08-23 John Wiegley 2007-08-23 John Wiegley <johnw@newartisans.com>
2007-08-23 Juanma Barranquero *** empty log message ***
2007-08-23 Juanma Barranquero *** empty log message ***
2007-08-23 Miles Bader Add arch tagline
2007-08-23 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-23 YAMAMOTO Mitsuharu (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
2007-08-23 YAMAMOTO Mitsuharu (svg_load_image): Blend with specified background if exists.
2007-08-23 YAMAMOTO Mitsuharu (RSVG_LIBS, RSVG_CFLAGS): New variables.
2007-08-23 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-23 YAMAMOTO Mitsuharu Reflect configure.in change manually.
2007-08-23 YAMAMOTO Mitsuharu Check librsvg2 also for Mac Carbon.
2007-08-23 Glenn Morris Add more detail to existing entry.
2007-08-23 Glenn Morris *** empty log message ***
2007-08-23 Glenn Morris (mostlyclean, clean, distclean, maintainer-clean): Delete these
2007-08-23 Glenn Morris New file, with most information formerly in etc/Makefile.
2007-08-22 Jason Rumney *** empty log message ***
2007-08-22 Jason Rumney (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
2007-08-22 Chong Yidong (image-minor-mode): Use image-mode-text-map.
2007-08-22 Chong Yidong * image-mode.el (image-minor-mode): Use image-mode-text-map.
2007-08-22 Karl Berry sync refcard with printed version
2007-08-22 Michael Albinus * NEWS: `shell' prompts for the default directory if called with a
2007-08-22 Thien-Thi Nguyen *** empty log message ***
2007-08-22 Michael Albinus * comint.el (comint-exec-1): Raise an error if
2007-08-22 Thien-Thi Nguyen (dabbrev--progress-reporter): New variable.
2007-08-22 Romain Francoise Follow reorganization of files in etc/.
2007-08-22 Sam Steingold (cvs-vc-command-advice): Fix a typo in code (file->files).
2007-08-22 Carsten Dominik *** empty log message ***
2007-08-22 Carsten Dominik * org.texi (Adding hyperlink types): New section.
2007-08-22 Carsten Dominik *** empty log message ***
2007-08-22 Carsten Dominik *** empty log message ***
2007-08-22 Carsten Dominik * textmodes/org-publish.el (org-publish-org-to-latex): New
2007-08-22 Carsten Dominik *** empty log message ***
2007-08-22 Carsten Dominik * textmodes/org.el (org-agenda-skip): Allow a form for
2007-08-22 Carsten Dominik *** empty log message ***
2007-08-22 Miles Bader Add arch tagline
2007-08-22 Carsten Dominik New file
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Move information about tex files from etc/README to etc/refcards/README.
2007-08-22 Glenn Morris Fix typo.
2007-08-22 Glenn Morris Move information about tex files from etc/README to etc/refcards/README.
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris New file, with existing refcard rules from etc/Makefile.
2007-08-22 Glenn Morris Move refcard rules to new file etc/refcards/Makefile.
2007-08-22 Glenn Morris New file.
2007-08-22 Glenn Morris Add copyright and license notice.
2007-08-22 Glenn Morris Relocate license info for moved images from etc/README to etc/images/README.
2007-08-22 Glenn Morris Relocate license info for moved images from etc/README to
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris (Learning how to do something): Refcards now in etc/refcards/ directory.
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Regenerate to add HAVE_RSVG.
2007-08-22 Glenn Morris (x_find_image_file): Search in etc/images/ rather than etc/.
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris (create-image): Doc fix.
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Move from etc/ to etc/images/
2007-08-22 Glenn Morris Move from etc/ to etc/images/
2007-08-22 Glenn Morris (help-with-tutorial): Tutorials now in tutorial-directory.
2007-08-22 Glenn Morris (tutorial-directory): New constant.
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris Move tutorials from etc/ to etc/tutorials/
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Glenn Morris Move refcards from etc/ to etc/refcards/
2007-08-22 Michael Albinus * tramp.texi (Remote Programs): Persistency file must be cleared when
2007-08-22 Michael Albinus * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Move tree-widget/ from etc/ to etc/images/
2007-08-22 Glenn Morris Fix typo in previous change.
2007-08-22 Glenn Morris Regenerate, with shell-func message patch.
2007-08-22 Glenn Morris Joakim Verona <joakim at verona.se>
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris (backup-buffer-copy): Check backup directory is writable, to avoid
2007-08-22 Glenn Morris *** empty log message ***
2007-08-22 Glenn Morris (rmail-movemail-variant-p): Call on load to set movemail related variables.
2007-08-22 Katsumi Yamaoka (BASE_PURESIZE): Increase to 1140000.
2007-08-21 Juri Linkov *** empty log message ***
2007-08-21 Juri Linkov (cua-paste): Use `mouse-region-match' instead of checking last-command.
2007-08-21 Juri Linkov (delete-selection-pre-hook): Use `mouse-region-match' instead of checking last-command.
2007-08-21 Juri Linkov *** empty log message ***
2007-08-21 Juri Linkov Preload "button".
2007-08-21 Stefan Monnier Binding inhibit-modification-hooks was merged into 22.2.
2007-08-21 Stefan Monnier (byte-compile-interactive-only-functions): Add previous-line and next-line.
2007-08-21 Stefan Monnier (vc-arch-extra-menu-map): New var and fun.
2007-08-21 Stefan Monnier (vc-menu-map-filter): Use vc-call and reindent.
2007-08-21 Stefan Monnier (vc-menu-map): Don't setup any more.
2007-08-21 Stefan Monnier (vc-menu-entry): New var.
2007-08-21 Jeffrey C Honig *** empty log message ***
2007-08-21 Jeffrey C Honig (mh-folder-message-menu, mh-folder-mode-map): Add
2007-08-21 Jeffrey C Honig (mh-show-preferred-alternative)
2007-08-21 Jeffrey C Honig (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
2007-08-21 Jeffrey C Honig *** empty log message ***
2007-08-21 Jeffrey C Honig (mm-decode-body): remove explicit autoload of
2007-08-21 Jeffrey C Honig (mh-alias-expand): Set up automatic autoload of
2007-08-21 Miles Bader Merge from emacs--rel--22
2007-08-20 Juri Linkov *** empty log message ***
2007-08-20 Juri Linkov (fancy-splash-text): Change multiple tabs into one tab.
2007-08-20 Jeffrey C Honig *** empty log message ***
2007-08-20 Jeffrey C Honig * mh-mime.el (message-options-set): Add missing autoloads from my
2007-08-20 Vinicius Jose Latorre preceding-sexp
2007-08-20 Thien-Thi Nguyen *** empty log message ***
2007-08-20 Thien-Thi Nguyen *** empty log message ***
2007-08-20 Thien-Thi Nguyen Kill eol whitespace.
2007-08-20 Thien-Thi Nguyen (vc-rcs-annotate-command):
2007-08-20 Andreas Schwab *** empty log message ***
2007-08-20 Andreas Schwab (rmail-autodetect): Doc fix.
2007-08-20 Jeffrey C Honig *** empty log message ***
2007-08-20 Jeffrey C Honig (mh-forward): Address SF 1730393. When forwarding
2007-08-20 Jeffrey C Honig *** empty log message ***
2007-08-20 Jeffrey C Honig (mh-mml-forward-message): Address SF 1378993 and
2007-08-19 Jeffrey C Honig *** empty log message ***
2007-08-19 Jeffrey C Honig * mh-e.el (mh-invisible-header-fields-internal): We want to show
2007-08-19 Jeffrey C Honig (mh-mml-to-mime): GPG requires e-mail addresses, not
2007-08-19 Jeffrey C Honig (mh-invisible-header-fields-internal): Update with all
2007-08-19 Juri Linkov *** empty log message ***
2007-08-19 Juri Linkov (normal-splash-screen): Add more links.
2007-08-19 Juri Linkov *** empty log message ***
2007-08-19 Juri Linkov (splash-screen-keymap): Rename from `fancy-splash-keymap'
2007-08-19 Michael Kifer 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
2007-08-19 Glenn Morris *** empty log message ***
2007-08-19 Glenn Morris (eldoc-get-fnsym-args-string): Doc fix.
2007-08-19 Richard M. Stallman *** empty log message ***
2007-08-19 Richard M. Stallman (Ffunction, Fquote): Signal error if not 1 argument.
2007-08-19 Glenn Morris *** empty log message ***
2007-08-19 Glenn Morris (custom-deps, finder-data, autoloads, recompile)
2007-08-19 Andreas Schwab *** empty log message ***
2007-08-19 Andreas Schwab (pure): Round PURESIZE up.
2007-08-18 Glenn Morris (scheme-mode-variables): Set font-lock-comment-start-skip.
2007-08-18 Glenn Morris *** empty log message ***
2007-08-18 Glenn Morris (eldoc-get-fnsym-args-string): Convert
2007-08-18 Glenn Morris *** empty log message ***
2007-08-18 Martin Rudalics *** empty log message ***
2007-08-18 Martin Rudalics (ada-create-syntax-table): Move
2007-08-17 Michaël Cadilhac Fix typo.
2007-08-17 Michaël Cadilhac *** empty log message ***
2007-08-17 Michaël Cadilhac (meta-indent-calculate-last): Remove.
2007-08-17 Thien-Thi Nguyen (copyright-limit): Fix sense typo in defsubst.
2007-08-17 Thien-Thi Nguyen *** empty log message ***
2007-08-17 Thien-Thi Nguyen (copyright-limit): New defsubst.
2007-08-17 Thien-Thi Nguyen *** empty log message ***
2007-08-17 Thien-Thi Nguyen (copyright-update-year): Fix bug: Handle nil copyright-limit.
2007-08-17 Jay Belanger *** empty log message ***
2007-08-17 Jay Belanger (math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.
2007-08-17 Jay Belanger (math-besJ0, math-besJ1, math-besY0, math-besY1)
2007-08-17 Jay Belanger (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
2007-08-17 Jay Belanger (math-small-factorial-table): Remove `eval-when-compile's.
2007-08-17 Jay Belanger (math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
2007-08-17 Jay Belanger (math-bignum-digit-length): Compute the appropriate value.
2007-08-17 Jay Belanger *** empty log message ***
2007-08-17 Jay Belanger (math-standard-units): Give exact conversion for tsp.
2007-08-17 Michaël Cadilhac *** empty log message ***
2007-08-17 Michaël Cadilhac (report-emacs-bug): Make MS-DOS a special case (there's no build number).
2007-08-17 Eli Zaretskii *** empty log message ***
2007-08-17 Eli Zaretskii (Position Info): Add index entry for face at point.
2007-08-17 Vinicius Jose Latorre Fix s{a}{b} parsing
2007-08-17 Michaël Cadilhac *** empty log message ***
2007-08-17 Michaël Cadilhac (report-emacs-bug): Remove the last number of `emacs-version', use the
2007-08-17 Jan Djärv *** empty log message ***
2007-08-17 Jan Djärv (handle_one_xevent): Remove check that mouse click is in
2007-08-17 Glenn Morris *** empty log message ***
2007-08-17 Glenn Morris T. V. Raman <raman at users.sf.net> (tiny change)
2007-08-17 Glenn Morris Delete all bugs - see the copy on the release branch.
2007-08-17 Glenn Morris *** empty log message ***
2007-08-17 Glenn Morris (compilation-get-file-structure): Make use of the directory part when
2007-08-17 Richard M. Stallman Whitespace fix.
2007-08-17 Jay Belanger *** empty log message ***
2007-08-17 Jay Belanger *** empty log message ***
2007-08-17 Jay Belanger (calc-language-alist): Add texinfo-mode.
2007-08-17 Jay Belanger Move contents to beginning of file.
2007-08-17 Vinicius Jose Latorre Docstring fix
2007-08-16 Vinicius Jose Latorre Docstring fix
2007-08-16 Stefan Monnier *** empty log message ***
2007-08-16 Glenn Morris (ps-font-size): Doc fix.
2007-08-16 Glenn Morris *** empty log message ***
2007-08-16 Glenn Morris *** empty log message ***
2007-08-16 Glenn Morris Tweak previous change (don't init statics).
2007-08-16 Richard M. Stallman *** empty log message ***
2007-08-16 Richard M. Stallman (copyright-names-regexp): Add custom group.
2007-08-16 Richard M. Stallman *** empty log message ***
2007-08-16 Richard M. Stallman (Asynchronous Processes): Clarify doc of start-file-process.
2007-08-16 Richard M. Stallman *** empty log message ***
2007-08-16 Richard M. Stallman (Fcommandp): Add parens to clarify.
2007-08-16 Richard M. Stallman (Fall_completions): Use enum for type of table.
2007-08-16 Richard M. Stallman (USAGE2): Improve text.
2007-08-16 Juri Linkov Add new user option `initial-buffer-choice'.
2007-08-16 Juri Linkov *** empty log message ***
2007-08-16 Juri Linkov (mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
2007-08-16 Juri Linkov (menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
2007-08-15 Juri Linkov *** empty log message ***
2007-08-15 Juri Linkov (initialization): Change parent group from `internal'
2007-08-15 Jay Belanger (Basic Operations on Units): Clarify fraction mode behavior.
2007-08-15 Stefan Monnier (reset_var_on_error): Improve comment.
2007-08-15 Jay Belanger *** empty log message ***
2007-08-15 Jay Belanger *** empty log message ***
2007-08-15 Jay Belanger (Basic Operations on Units): Mention exact versus inexact conversions.
2007-08-15 Jay Belanger (math-standard-units): Update values. Put in exact values when
2007-08-15 Glenn Morris Comment previous change.
2007-08-15 Glenn Morris *** empty log message ***
2007-08-15 Glenn Morris Philippe Waroquiers <philippe.waroquiers at eurocontrol.int>
2007-08-15 Glenn Morris (rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
2007-08-15 Glenn Morris whitespace
2007-08-15 Glenn Morris *** empty log message ***
2007-08-15 Michaël Cadilhac *** empty log message ***
2007-08-15 Michaël Cadilhac (report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
2007-08-14 Jay Belanger *** empty log message ***
2007-08-14 Jay Belanger (Quick Calculator Mode): Mention that binary format will be displayed.
2007-08-14 Jay Belanger *** empty log message ***
2007-08-14 Jay Belanger calc-aent.el
2007-08-14 Glenn Morris (bad-packages-alist): Fix regexp typo in previous change.
2007-08-14 Glenn Morris Move CUA-mode check to `bad-packages-alist'.
2007-08-14 Glenn Morris *** empty log message ***
2007-08-14 Glenn Morris Mention `bad-packages-alist'.
2007-08-14 Glenn Morris (bad-packages-alist): New constant.
2007-08-14 Glenn Morris *** empty log message ***
2007-08-14 Jay Belanger *** empty log message ***
2007-08-14 Jay Belanger *** empty log message ***
2007-08-14 Jay Belanger (Basic Operations on Units): Mention default values for new units.
2007-08-14 Jay Belanger (math-get-standard-units,math-get-units,math-make-unit-string)
2007-08-14 Stefan Monnier Add tpu-extras's autoloads.
2007-08-14 Stefan Monnier Remove spurious * in docstrings.
2007-08-13 Miles Bader Merge from emacs--rel--22
2007-08-13 Juanma Barranquero *** empty log message ***
2007-08-13 Juanma Barranquero (vhdl-update-progress-info): Avoid divide by zero error.
2007-08-13 Juanma Barranquero (ada-gnatls-args): Fix docstring.
2007-08-13 Juanma Barranquero (cvs-parse-table): Handle additional instance of optional quotes
2007-08-13 Jan Djärv *** empty log message ***
2007-08-13 Jan Djärv (update_frame_tool_bar): Use -1 as index
2007-08-13 Stefan Monnier (autoload-print-form): Use print-quoted.
2007-08-13 Stefan Monnier (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
2007-08-13 Stefan Monnier (reset_var_on_error): New fun.
2007-08-12 Richard M. Stallman *** empty log message ***
2007-08-12 Richard M. Stallman (sh): Delete group `unix'.
2007-08-12 Richard M. Stallman (gud): Change to group `processes'.
2007-08-11 Glenn Morris (compilation-buffer-name): Don't check compilation-arguments. It is
2007-08-11 Glenn Morris *** empty log message ***
2007-08-11 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-11 YAMAMOTO Mitsuharu (x_draw_image_glyph_string): Adjust stipple origin when
2007-08-10 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-10 YAMAMOTO Mitsuharu (mac-ae-reopen-application): New function.
2007-08-10 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-10 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (mac_handle_window_event):
2007-08-10 Stefan Monnier Bzr and bibtex-style are not new in 23.1 now that they've been added to 22.2.
2007-08-10 Jan Djärv Add Gtk+ tool bar and GUD focus problem.
2007-08-10 Jan Djärv *** empty log message ***
2007-08-10 Stefan Monnier (tex-font-lock-unfontify-region): Take tex-font-script-display into account.
2007-08-09 YAMAMOTO Mitsuharu (mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change.
2007-08-09 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-09 YAMAMOTO Mitsuharu (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
2007-08-09 YAMAMOTO Mitsuharu *** empty log message ***
2007-08-09 YAMAMOTO Mitsuharu (frame_highlight, frame_unhighlight): Don't call
2007-08-09 YAMAMOTO Mitsuharu (posix_memalign): New function.
2007-08-09 Glenn Morris (help-make-xrefs): Fix previous change.
2007-08-09 Vinicius Jose Latorre username and password default
2007-08-08 Vinicius Jose Latorre ps-print-color-p fix
2007-08-08 Andreas Schwab *** empty log message ***
2007-08-08 Andreas Schwab (sendmail-pre-abbrev-expand-hook): Check for