summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update for MH-E release 8.1.mh-e-8.1Bill Wohler2008-08-19
|
* *** empty log message ***Bill Wohler2008-08-19
|
* ** Update INSTALL and NEWS to reflect lack of MS-DOS support, if it stillChong Yidong2008-08-19
| | | | isn't working by then.
* (Version, mh-version): Update for release 8.1.Bill Wohler2008-08-19
|
* (completion-table-dynamic): Doc fix.Chong Yidong2008-08-19
|
* * minibuffer.el (completion-table-dynamic): Doc fix.Chong Yidong2008-08-19
|
* (Extra fonts): Mention local fonts, don't mention mule-unicode.Kenichi Handa2008-08-19
|
* (custom-toggle-hide): Allow hiding only if widget is saved.Chong Yidong2008-08-19
|
* * cus-edit.el (custom-toggle-hide): Allow hiding only if widget isChong Yidong2008-08-19
| | | | saved.
* (display-completion-list): Re-state the obsolescence of `common-substring'.Stefan Monnier2008-08-18
|
* (edt-default-emulation-setup): Share global-buffers-menu-map with theChong Yidong2008-08-18
| | | | emulated global map.
* * emulation/edt.el (edt-default-emulation-setup): ShareChong Yidong2008-08-18
| | | | global-buffers-menu-map with the emulated global map.
* Uncomment 'put backspace ascii-character...' and friends, they are needed ↵Adrian Robert2008-08-18
| | | | for tramp.
* *** empty log message ***Kenichi Handa2008-08-18
|
* (face_for_char): Add font log.Kenichi Handa2008-08-18
|
* (font_add_log): Add the font properties :script, :lang,Kenichi Handa2008-08-18
| | | | and :otf in the log.
* (font-show-log): Add optional arg N to control the limit of fontKenichi Handa2008-08-18
| | | | listing.
* Merge from emacs--rel--22Miles Bader2008-08-18
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1382
| * (flyspell-word): Revert last change.Chong Yidong2008-08-16
| |
| * * textmodes/flyspell.el (flyspell-word): Revert last change.Chong Yidong2008-08-16
| |
| * Omit info/.arch-inventory.Chong Yidong2008-08-16
| |
| * * make-dist: Omit info/.arch-inventory.Chong Yidong2008-08-16
| |
| * Bump version to 22.2.90.Eli Zaretskii2008-08-16
| |
| * (tempdir/nt): Link emacsclient.rc.Jason Rumney2008-08-16
| |
| * (set-version): Set version in nt/emacsclient.rcJason Rumney2008-08-16
| |
| * bug #719Jason Rumney2008-08-16
| |
| * (make_process): Initialize kill_without_query struct member.Chong Yidong2008-08-15
| |
| * Correct last changeChong Yidong2008-08-15
| | | | | | | | | | * process.c (make_process): Initialize kill_without_query struct member.
| * * process.c (Fmake_network_process): Initialize kill_without_queryChong Yidong2008-08-15
| | | | | | | | struct member.
| * Regenerate.emacs-pretest-22.2.90Chong Yidong2008-08-15
| |
| * Bump version to 22.2.90.Chong Yidong2008-08-15
| |
| * (eshell-ls-files): List one per line in a pipeline. (Bug#699)Glenn Morris2008-08-15
| |
| * (sync from trunk 2008-01-25)Glenn Morris2008-08-13
| | | | | | | | | | | | | | Martin Rudalics <rudalics at gmx.at> (find-library): Wrap search for library name in condition-case to avoid reporting a scan-error. (Bug#563)
| * Backport trivial fixes from the trunk.Juanma Barranquero2008-08-12
| | | | | | | | | | | | | | * desktop.el (desktop-minor-mode-table): Add `savehist-mode'. * play/solitaire.el (solitaire-solve): Err out if the solitaire is already in progress.
| * (ldap-search-internal): Tweak URL regexp.Chong Yidong2008-08-12
| |
| * * net/ldap.el (ldap-search-internal): Tweak URL regexp.Chong Yidong2008-08-12
| |
* | Add arch taglineMiles Bader2008-08-18
| |
* | Temporary convenience files supporting the Rmail/mbox merge to thePaul Reilly2008-08-18
| | | | | | | | | | trunk (as Pmail). These files should be removed when Pmail is subsumed into Rmail.
* | Notes on changes made to merge from the Rmail/mbox branch into the trunk.Paul Reilly2008-08-18
| |
* | Add arch taglineMiles Bader2008-08-18
| |
* | mail/: Add new (temporary) libaries for which to test Rmail/mbox suchPaul Reilly2008-08-18
| | | | | | | | | | | | | | | | | | that Rmail/babyl is not affected. This creates a facility/feature called "pmail" (analagous to "rmail") that can be used independently from Rmail for testing purposes. The plan is to replace the "rmail" files eventually and remove "pmail" entirely at that point. In the interim, interested developers can use either Rmail or Pmail or both (which is not recommended for the casual User or the faint of heart).
* | (recenter-top-bottom): Determine top and bottom positions usingChong Yidong2008-08-18
| | | | | | | | scroll-margin instead of scroll-conservatively.
* | * window.el (recenter-top-bottom): Determine top and bottomChong Yidong2008-08-18
| | | | | | | | positions using scroll-margin instead of scroll-conservatively.
* | proced.el (proced-send-signal): Use beginning-of-line.Roland Winkler2008-08-18
| |
* | (proced-signal-list): Add POSIX 1003.1-2001 signals.Roland Winkler2008-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (proced-mode-map): Add tooltips for menus. Use radio buttons for listing types. (proced-log-buffer): New variable. (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on region if transient-mark-mode is turned on and the region is active. (proced-omit-processes): Renamed from proced-hide-processes to avoid key clash with describe-mode (bound to h). Search for marked processes starting from point-min. (proced-header-space): Removed. (proced-send-signal): Handle errors. Operate on current process if no process is marked. (proced-why): New command. (proced-log, proced-log-summary): New functions. (proced-help): Use proced-why.
* | (bibtex-entry-format): Mark as safe.Roland Winkler2008-08-18
| | | | | | | | (bibtex-autokey-year-title-separator): Fix doscstring.
* | Remove dead code.Chong Yidong2008-08-17
| | | | | | | | | | | | (handle_invisible_prop, next_overlay_string): Defer call to setup_for_ellipsis. (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
* | * xdisp.c: Remove dead code.Chong Yidong2008-08-17
| | | | | | | | | | | | (handle_invisible_prop, next_overlay_string): Defer call to setup_for_ellipsis. (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
* | * net/xesam.el (xesam-vendor, xesam-notify-function): New localMichael Albinus2008-08-17
| | | | | | | | | | | | | | | | variables. (xesam-mode): Extend docstring. Initialize `xesam-notify-function'. (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove Debbugs specific code; it shall be enabled via `xesam-mode-hooks'. (xesam-new-search): Initialize `xesam-vendor'.
* | Clarify description of word-wrapping changes.Chong Yidong2008-08-17
| |