summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add buffer-face-modeMiles Bader2008-06-172-15/+83
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1251
* Order multiple entries more cleverly in face-remap-add-relativeMiles Bader2008-06-172-3/+52
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1250
* Regenerate.Glenn Morris2008-06-172-1468/+1830
|
* (x-select-font): Declare.Glenn Morris2008-06-171-0/+1
|
* (calendar-move-hook):Add calendar-update-mode-line as an option.Glenn Morris2008-06-172-118/+129
| | | | | | | | | | | | | | | (calendar-date-echo-text): New user option. (calendar-generate-month): Set `day'. Use calendar-date-echo-text. (calendar-insert-indented): Simplify newline insertion. (calendar-describe-mode): Remove unused function. (calendar-mode-line-entry): New function. (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry. Mark as risky. (calendar-mouse-other-month): Remove function. (calendar-other-month): Handle mouse events. (calendar-goto-info-node): Call fit-window-to-buffer. (calendar-mode): Use define-derived-mode. Doc fix. (calendar-update-mode-line): Tweak whitespace.
* Remove unneeded Gnus ChangeLog entriesMiles Bader2008-06-173-324/+2
| | | | | | | | Remove entries in lisp/gnus/ChangeLog* which described changes to dgnushack.el, lpath.el, or Makefile.in, which are not part of the Emacs source tree Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1245
* Merge from gnus--devo--0Miles Bader2008-06-175-221/+822
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1244
* (vc-dir-child-files): Use vc-string-prefix-p.Stefan Monnier2008-06-162-21/+21
| | | | (vc-dir-marked-only-files): vc-string-prefix-p.
* (gdb-memory-set-address)Nick Roberts2008-06-161-19/+17
| | | | | | (gdb-memory-set-repeat-count): Allow keyboard bindings. (gdb-memory-mode-map): Bind above functions respectively to 'S' and 'N'.
* *** empty log message ***Nick Roberts2008-06-161-0/+7
|
* (nxml-mode): Use run-mode-hooks.Jason Rumney2008-06-162-1/+5
|
* (vc-diff-internal): Declare for compiler.Juanma Barranquero2008-06-162-14/+19
|
* (log-view-per-file-logs): Pacify byte compiler.Juanma Barranquero2008-06-163-20/+26
|
* Fix last change.Chong Yidong2008-06-151-1/+2
|
* (mouse-appearance-menu-map): New var.Chong Yidong2008-06-151-1/+70
| | | | (mouse-appearance-menu): New function. Bind it to S-down-mouse-1.
* * mouse.el (mouse-appearance-menu-map): New var.Chong Yidong2008-06-151-0/+6
| | | | | (mouse-appearance-menu): New function. Bind it to S-down-mouse-1.
* (Info-toc): Call Info-toc-nodes instead of Info-build-toc.Juri Linkov2008-06-152-57/+97
| | | | | | | | | | | | (Info-toc, Info-insert-toc): Increment nth's index to add PARENT as the second element. (Info-build-toc): Add PARENT element extracted from the Up pointer. Don't print progress messages. (Info-toc-nodes): New variable and function. (Info-index-nodes): Optimize non-string file name case. (Info-breadcrumbs-depth): Increment the default value from 3 to 4. (Info-insert-breadcrumbs): Use the cached document structure instead of visiting all ancestor nodes. Remove the initial `>'.
* (tramp-open-connection-setup-interactive-shell): Flush cache, andMichael Albinus2008-06-152-165/+179
| | | | | | restart `tramp-maybe-open-connection' when the remote system has been changed. Throw 'uname-changed event. (tramp-maybe-open-connection): Catch it.
* * log-view.el (log-view-diff-changeset): New function.Dan Nicolaescu2008-06-156-19/+101
| | | | | | | | | | | | | | | | | | | | | | | | (log-view-mode-map, log-view-mode-menu): Bind it. (log-view-per-file-logs, log-view-vc-fileset) (log-view-vc-backend): New variables. (log-view-find-revision, log-view-modify-change-comment) (log-view-annotate-version): Throw an error if the log is for more than one file and we can't find the current file. Get the current file from log-view-vc-fileset if necessary. (log-view-diff): Get the current file from log-view-vc-fileset if necessary. * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend. * vc-hg.el (vc-hg-log-view-mode): Call the log method only once. (vc-hg-log-view-mode): Declare for compiler. (vc-hg-log-view-mode): Set log-view-per-file-logs and log-view-file-re. (vc-hg-diff): If no file is passed, use default-directory for cwd. * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs. * vc-svn.el (vc-svn-log-view-mode): New derived mode.
* * net/tramp-cmds.el (tramp-cleanup-all-connections): ResetMichael Albinus2008-06-152-0/+13
| | | | `tramp-locked'.
* * net/tramp.el (tramp-handle-start-file-process): ClearMichael Albinus2008-06-151-0/+6
| | | | | | modification time of the connection buffer. (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
* newsticker: window dedication, orphan feeds.Ulf Jasper2008-06-152-24/+16
|
* (vc-cvs-status-extra-headers): Don't match newlineAndreas Schwab2008-06-152-1/+4
| | | | when parsing CVS/Repository.
* (wdired-search-and-rename): Fix undocumented change.Andreas Schwab2008-06-152-2/+5
|
* Moved some faces from newst-plainview to newst-reader.Ulf Jasper2008-06-153-29/+40
|
* (encoded-kbd-self-insert-utf-8): Catch and recover from case when the bytesStefan Monnier2008-06-152-4/+26
| | | | | we thought we were reading turn out to be something else entirely, such as latin-1 chars from quail. See bug#396.
* (vc-deduce-fileset): Check if the buffer has a file.Dan Nicolaescu2008-06-152-53/+64
| | | | | | | | (vc-register): Call the backend function only once, instead of once for each file. (vc-next-action): Update call to vc-register. (vc-dir-register): Remove function. (vc-dir): Bind vc-register instead of vc-dir-register.
* Fix typo.Glenn Morris2008-06-141-1/+1
|
* (ELCFILES): Add Add net/newst-*.el.Glenn Morris2008-06-142-0/+9
|
* (wdired-do-renames): New function.Stefan Monnier2008-06-142-33/+85
| | | | | (wdired-finish-edit): Use it to. (wdired-preprocess-files): Don't hardcode (point-min) == 1.
* (Info-insert-breadcrumbs): Don't break in apropos and toc.Stefan Monnier2008-06-142-4/+14
|
* (window--even-window-heights): Even window heightsMartin Rudalics2008-06-142-2/+10
| | | | only if the selected window is higher than WINDOW.
* (Info-insert-breadcrumbs): Be careful to preserve history.Stefan Monnier2008-06-142-5/+9
|
* (terminal-init-linux): Load t-mouse.Stefan Monnier2008-06-132-1/+5
|
* (Info-breadcrumbs-depth): New var.Stefan Monnier2008-06-132-75/+134
| | | | | | (Info-insert-breadcrumbs): New function. (Info-fontify-node): Use it. (Info-mode-map): Move initialization into declaration.
* Renamed newsticker-*.el to newst-*.el. Fixed (require).Ulf Jasper2008-06-134-9/+9
|
* Renamed newsticker-*.el to newst-*.el.Ulf Jasper2008-06-137-25/+39
|
* * progmodes/compile.el (compilation-start): Don't disable undo inStefan Monnier2008-06-133-20/+32
| | | | | | comint buffer. Don't override the comint-filter with our own. (compilation-filter): Change point's insertion-type. * comint.el (comint-output-filter): Use copy-marker.
* (mail-mode-flyspell-verify):Stefan Monnier2008-06-132-9/+16
| | | | Check message-signature-separator exists before using it.
* (vc-annotate-show-diff-revision-at-line): Move most of the code to ...Dan Nicolaescu2008-06-132-8/+26
| | | | | | | (vc-annotate-show-diff-revision-at-line-internal): ... here. New function. (vc-annotate-show-changeset-diff-revision-at-line): New function. (vc-annotate-mode-menu): Bind it.
* (vc-delete-file): Bound default-directory before callingDan Nicolaescu2008-06-132-1/+9
| | | | the backend.
* (mouse-set-font): Remove overridden function.Jason Rumney2008-06-132-38/+8
| | | | (w32-select-font): Declare as obsolete alias for x-select-font.
* Fix typos, convert to utf-8.Juanma Barranquero2008-06-134-13/+14
|
* Daniel Engeler <engeler at gmail.com>Glenn Morris2008-06-132-8/+278
| | | | | | | | | | | | | | These changes add serial port access. (term-update-mode-line): Modify. (serial-port-is-file-p, serial-nice-speed-history) (serial-no-speed, serial-mode-line-speed-menu) (serial-mode-line-config-menu): New variables and constants. (serial-name-history, serial-speed-history) (serial-supported-or-barf, serial-read-name, serial-read-speed) (serial-term, serial-speed, serial-mode-line-speed-menu-1) (serial-mode-line-speed-menu, serial-update-speed-menu) (serial-mode-line-config-menu-1, serial-mode-line-config-menu) (serial-update-config-menu): New functions.
* (custom-face-attributes): Add :foundry.Kenichi Handa2008-06-131-0/+4
|
* (menu-set-font): Use fboundp rather than functionp.Glenn Morris2008-06-132-1/+7
|
* (byte-compile-maybe-guarded): Doc fix.Glenn Morris2008-06-131-2/+2
|
* (LFACE_FOUNDRY): New macro.Kenichi Handa2008-06-131-0/+10
| | | | | | | | | | | | | | | | | (check_lface_attrs): Check foundry. (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" from. (merge_face_vectors): Check foundry. (merge_face_ref): Likewise. (Finternal_set_lisp_face_attribute): Likewise. (x_update_menu_appearance): Likewise. (Finternal_get_lisp_face_attribute): Likewise. (lface_hash): Likewise. (lface_same_font_attributes_p): Likewise. (x_supports_face_attributes_p): Likewise. (tty_supports_face_attributes_p): Likewise. (Finternal_set_alternative_font_family_alist): Intern strings. (Finternal_set_alternative_font_registry_alist): Downcase strings. (realize_default_face): Set LFACE_FOUNDRY (lface).
* (set-face-attribute): Fix previous change.Kenichi Handa2008-06-131-0/+1
|
* (set-face-attribute): Parse "FOUNDRY-FAMILY" here.Kenichi Handa2008-06-131-20/+12
| | | | | | | (face-x-resources): Add :foundry. (face-valid-attribute-values): Likewise. (face-attribute-name-alist): Likewise. (describe-face): Likewise.