aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2007-04-041-0/+6
|
* *** empty log message ***Glenn Morris2007-04-042-0/+13
|
* (Configuration): Add entries on compiler/preprocessor mismatch, and onGlenn Morris2007-04-041-0/+24
| | | | preprocessor inserting whitespace.
* Mention preprocessor to use with /opt/SUNWspro/bin/cc on Solaris.Glenn Morris2007-04-041-1/+3
|
* (NON_GNU_CPP): Use associated preprocessor when compiling with SunGlenn Morris2007-04-041-1/+6
| | | | Studio on Solaris.
* Regenerate.emacs-pretest-22.0.97Chong Yidong2007-04-042-190/+242
|
* Bump version to 22.0.97.Chong Yidong2007-04-048-14/+14
|
* (gnus-inews-yank-articles): Fix bug: AfterThien-Thi Nguyen2007-04-032-0/+6
| | | | message-yank-original, make sure (< mark TEXT point).
* (gud-minor-mode-map): Simplify.Nick Roberts2007-04-031-4/+3
|
* *** empty log message ***Nick Roberts2007-04-031-0/+2
|
* (t-mouse-make-event-element): Don't use the left edgeNick Roberts2007-04-031-1/+1
| | | | of the window if we're outside it e.g menu-bar.
* (xterm-mouse-event): Don't use the left edge of theNick Roberts2007-04-031-2/+8
| | | | window if we're outside it e.g menu-bar.
* *** empty log message ***Nick Roberts2007-04-031-0/+8
|
* wordingKarl Berry2007-04-032-1/+5
|
* Fix last change.Eli Zaretskii2007-04-031-1/+1
|
* ** Stephen.Berman@gmx.net, Mar 27: Menu bar display bugChong Yidong2007-04-031-2/+0
| | | | Fixed in the 2007-04-03 checkin by Jan Djärv.
* Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com.Juanma Barranquero2007-04-031-59/+66
|
* *** empty log message ***Eli Zaretskii2007-04-032-0/+10
|
* *** empty log message ***Juanma Barranquero2007-04-031-0/+4
|
* (rmail-convert-to-babyl-format): Don't try to decode base-64 encoded bodyEli Zaretskii2007-04-031-7/+17
| | | | if its content-type is something other than text/* or message/*.
* (activate-mark-hook): Fix typo in docstring.Juanma Barranquero2007-04-031-1/+1
|
* (main): Fix instructions for building Emacs for profiling.Eli Zaretskii2007-04-031-2/+3
|
* *** empty log message ***Eli Zaretskii2007-04-032-0/+11
|
* Add entry for switching MS-Windows keyboard input to Unicode.Eli Zaretskii2007-04-031-1/+15
| | | | Add specific pointer to msdos.c functions that support menus on text terminals.
* (tmm-menubar, tmm-prompt): Handle visibility of top level menu-items.Nick Roberts2007-04-031-6/+16
|
* *** empty log message ***Nick Roberts2007-04-031-0/+1
|
* (Inline Functions): Describe more disadvantages of defsubst, and make adviceEli Zaretskii2007-04-031-5/+10
| | | | against it stronger.
* (smtpmail-via-smtp): Fix indentation.Eli Zaretskii2007-04-031-8/+8
|
* (xg_update_menubar): Call g_list_next after movingJan Djärv2007-04-032-0/+6
| | | | menu bar item.
* (tmm-c-prompt): Initialize.Nick Roberts2007-04-031-12/+25
| | | | | | (tmm-menubar): Deal with extended menu-items at top level. (tmm-get-keybind): Handle bindings that are redefined/undefined locally.
* (gud-menu-map): Simplify.Nick Roberts2007-04-031-3/+41
| | | | | (gud-minor-mode-map): Add tool-bar like bindings to the text mode menubar.
* *** empty log message ***Nick Roberts2007-04-031-0/+11
|
* (smtpmail-via-smtp): Revert last change.Chong Yidong2007-04-021-12/+2
|
* * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.Chong Yidong2007-04-021-0/+2
|
* wordingKarl Berry2007-04-023-13/+18
|
* ** warrend@mdhost.cse.tek.com, Mar 27: C-a acts different in 22.0.90 then ↵Chong Yidong2007-04-021-2/+0
| | | | | | past versions This has already been solved.
* ** dooglus@gmail.com, Mar 31: narrowing *shell* buffer causes odd errorChong Yidong2007-04-021-2/+0
| | | | Fixed.
* (comint-send-input): Widen the buffer first.Chong Yidong2007-04-021-2/+3
|
* * comint.el (comint-send-input): Widen the buffer first.Chong Yidong2007-04-021-0/+2
|
* (Fprin1_to_string): Use macro SPECPDL_INDEX.Juanma Barranquero2007-04-022-68/+65
|
* ** dooglus@gmail.com, Apr 1: display problem after renaming open image filesChong Yidong2007-04-021-2/+0
| | | | | This is expected behavior: if you delete or move an image file, any Emacs images pointing to that file will obviously be invalid.
* ** Slow fontification of large Info menus.Chong Yidong2007-04-021-2/+0
| | | | Fixed.
* (Info-fontify-maximum-menu-size): Revert to 100000.Chong Yidong2007-04-021-1/+1
|
* * info.el (Info-fontify-maximum-menu-size): Revert to 100000.Chong Yidong2007-04-021-0/+4
|
* (Remapping Commands): Document new arg to command-remapping.Chong Yidong2007-04-011-1/+5
|
* * keymaps.texi (Remapping Commands): Document new arg toChong Yidong2007-04-011-0/+5
| | | | command-remapping.
* (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-20/+30
| | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed.
* (command_loop_1): Fcommand_remapping has new arg; caller changed.Chong Yidong2007-04-011-1/+1
|
* (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-1/+1
|
* * keymap.c (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-2/+5
| | | | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed. * keyboard.c (command_loop_1): Caller changed.