aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (eldoc-last-data): Revise documentation.Stefan Monnier2007-07-122-30/+109
| | | | | | | | | | | | | | (eldoc-print-current-symbol-info): Adjust for changed helper function signatures. (eldoc-get-fnsym-args-string): Add `args' argument. Use new `eldoc-highlight-function-argument'. (eldoc-highlight-function-argument): New function. (eldoc-get-var-docstring): Format documentation with `font-lock-variable-name-face'. (eldoc-docstring-format-sym-doc): Add `face' argument and apply it where suited. (eldoc-fnsym-in-current-sexp): Return a list with argument index. (eldoc-beginning-of-sexp): Return number of skipped sexps.
* Include unistd.h only if HAVE_UNISTD_H.Richard M. Stallman2007-07-122-0/+6
|
* * progmodes/compile.el (compilation-start): `start-process' mustMichael Albinus2007-07-113-11/+45
| | | | | | | | | | still be redefined when calling `start-process-shell-command'. * progmodes/gud.el (gud-file-name): When `default-directory' is a remote file name, prepend its remote part to the filename. (gud-common-init): When `default-directory' is a remote file name, make the filename relative to it. Based on a patch by Nick Roberts <[email protected]>.
* * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,Dan Nicolaescu2007-07-113-10/+30
| | | | | mouse binding and a tooltip. * menu-bar.el (vc-menu-map): New defalias.
* * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.Stefan Monnier2007-07-113-21/+33
| | | | | | | * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned from a Lisp_Object into a bare pointer. (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): Adjust the code correspondingly.
* (emacs_blocked_free): Remove unused var `bytes_used_now'.Stefan Monnier2007-07-111-2/+0
|
* Include unistd.h for ttyname, used in handle_one_term_event.Stefan Monnier2007-07-111-4/+5
| | | | | | (term_show_mouse_face): Remove unused var `j'. (handle_one_term_event): Remove unused vars `i' and `j'. Don't cast return value of ttyname since it's not necessary.
* (mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to HenriqueBill Wohler2007-07-112-4/+13
| | | | Martins for the help (closes SF #1749774).
* (copyright-current-gpl-version): Set to 3.Nick Roberts2007-07-101-1/+1
|
* *** empty log message ***Nick Roberts2007-07-102-1/+7
|
* Load cl-loaddefs.el quietly.Stefan Monnier2007-07-102-1/+3
|
* (vc-arch-complete): Remove.Stefan Monnier2007-07-102-11/+12
| | | | (vc-arch-revision-completion-table): Use complete-with-action.
* *** empty log message ***Stefan Monnier2007-07-101-4/+39
|
* * NEWS: Add Tramp and comint-mode changes.Michael Albinus2007-07-102-0/+37
|
* * comint.el (make-comint, make-comint-in-buffer)Michael Albinus2007-07-103-44/+38
| | | | | | | (comint-exec-1): Replace `start-process' by `start-file-process'. * progmodes/compile.el (compilation-start): Revert redefining `start-process'.
* (autoload-generate-file-autoloads): Be carefulStefan Monnier2007-07-101-1/+4
| | | | with EOLs when generating MD5 checksums.
* *** empty log message ***Stefan Monnier2007-07-101-4/+3
|
* (mark_maybe_pointer): Enforce mult-of-8 alignment when usingStefan Monnier2007-07-102-3/+11
| | | | USE_LSB_TAG. Suggested by Dmitry Antipov <[email protected]>.
* Don't change the global map from the follow-mode-map defvar, but from theStefan Monnier2007-07-102-124/+50
| | | | | | toplevel. Use easy-menu to unify the Emacs and XEmacs code. (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec since `follow-mode' should be used instead for that.
* (easy-menu-binding): New function.Stefan Monnier2007-07-102-16/+28
| | | | | (easy-menu-do-define): Use it. (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
* (compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.Stefan Monnier2007-07-103-14/+46
| | | | | | (compilation-auto-jump): New function. (compilation-error-properties): Use them to jump to first error. (compilation-start): Set the var if requested.
* (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-106-18/+29
| | | | an array of Lisp_Objects (which are only ever integers anyway).
* (Ftranspose_regions): Use EMACS_INT for positions.Stefan Monnier2007-07-101-3/+3
|
* (struct accessible_keymaps_data, struct where_is_internal_data): New structs.Stefan Monnier2007-07-102-242/+135
| | | | | | | (accessible_keymaps_1, where_is_internal_1): Use them to change interface to adhere to the one used by map_keymap. (Faccessible_keymaps, where_is_internal): Use map_keymap. (accessible_keymaps_char_table, where_is_internal_2): Remove.
* (map_keymap_function_t): More informative prototype.Stefan Monnier2007-07-102-1/+5
|
* (update-directory-autoloads): Remove duplicates without also removingStefan Monnier2007-07-102-29/+27
| | | | entries from other directories.
* * org.texi (Properties and columns): Chapter rewritten.Carsten Dominik2007-07-101-120/+260
|
* * org.el (org-agenda-day-view, org-agenda-week-view): RememberCarsten Dominik2007-07-102-251/+870
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | span as default. (org-columns-edit-value): Renamed from `org-column-edit'. (org-columns-display-here-title): Renamed from `org-overlay-columns-title'. (org-columns-remove-overlays): ` Renamed from org-remove-column-overlays'. (org-columns-get-autowidth-alist): ` Renamed from org-get-columns-autowidth-alist'. (org-columns-display-here): Renamed from `org-overlay-columns'. (org-columns-new-overlay): Renamed from `org-new-column-overlay'. (org-columns-quit): Renamed from `org-column-quit'. (org-columns-show-value): Renamed from `org-column-show-value'. (org-columns-content, org-columns-widen) (org-columns-next-allowed-value) (org-columns-edit-allowed, org-columns-store-format) (org-columns-uncompile-format, org-columns-redo) (org-columns-edit-attributes, org-delete-property) (org-set-property, org-columns-update) (org-columns-compute, org-columns-eval) (org-columns-not-in-agenda, org-columns-compute-all) (org-property-next-allowed-value) (org-columns-compile-format) (org-fill-paragraph-experimental) (org-string-to-number, org-property-action) (org-columns-move-left, org-columns-new ) (org-column-number-to-string) (org-property-previous-allowed-value) (org-at-property-p, org-columns-delete) (org-columns-previous-allowed-value) (org-columns-move-right, org-columns-narrow) (org-property-get-allowed-values) (org-verify-version, org-column-string-to-number) (org-delete-property-globally): New functions. (org-columns-current-fmt): Renamed from `org-current-columns-fmt'. (org-columns-overlays): Renamed from `org-column-overlays'. (org-columns-map): Renamed from `org-column-map'. (org-columns-current-maxwidths): Renamed from `org-current-columns-maxwidths'. (org-columns-begin-marker, org-columns-current-fmt-compiled) (org-previous-header-line-format) (org-columns-inhibit-recalculation) (org-columns-top-level-marker): New variables. (org-columns-default-format): Renamed from `org-default-columns-format'. (org-property-re): New constant.
* *** empty log message ***Carsten Dominik2007-07-101-0/+49
|
* (looking-at-p, string-match-p): New functions.Richard M. Stallman2007-07-103-9/+28
|
* (Vinhibit_changing_match_data, search_regs_1): New vars.Richard M. Stallman2007-07-102-48/+143
| | | | | | | | | | (looking_at_1): Don't change search_regs and last_thing_searched if `inhibit-changing-match-data' is non-nil. (string_match_1, search_buffer, set_search_regs): Likewise. (syms_of_search): Add Lisp level definition for `inhibit-changing-match-data' and set it to nil. (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute start and end of the match, instead of using values in search_regs.
* Changes from arch/CVS synchronizationMiles Bader2007-07-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2007-07-1013-36/+130
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 51-54) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-08 Katsumi Yamaoka <[email protected]> * lisp/cus-start.el (file-coding-system-alist): Fix custom type. 2007-07-08 Chong Yidong <[email protected]> * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as modified. (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p. 2007-07-03 Dan Nicolaescu <[email protected]> * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init file names. 2007-07-01 Richard M. Stallman <[email protected]> * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value. 2007-07-04 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <[email protected]> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <[email protected]> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <[email protected]> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <[email protected]> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: [email protected]/emacs--devo--0--patch-806
| * Merge from gnus--rel--5.10Miles Bader2007-07-107-24/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 797, 800, 802) - Merge from emacs--rel--22 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-04 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <[email protected]> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <[email protected]> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <[email protected]> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <[email protected]> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: [email protected]/emacs--rel--22--patch-54
| * (eval-defun): Explain special handling of `defface'.Richard M. Stallman2007-07-102-1/+8
| |
| * (Defining Faces): Explain C-M-x feature for defface.Richard M. Stallman2007-07-102-0/+9
| |
| * (isearch-edit-string): Call to isearch-push-state after the search.Richard M. Stallman2007-07-092-1/+11
| |
| * (file-coding-system-alist): Fix previous commit.Katsumi Yamaoka2007-07-091-20/+12
| |
| * Remove `tiny change' flags from my log entries.Katsumi Yamaoka2007-07-083-6/+6
| |
| * (file-coding-system-alist): Fix custom type.Katsumi Yamaoka2007-07-082-9/+24
| |
| * (longlines-wrap-region): Avoid marking buffer as modified.Chong Yidong2007-07-081-15/+14
| | | | | | | | | | (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p.
| * * longlines.el (longlines-wrap-region): Avoid marking buffer asChong Yidong2007-07-081-0/+7
| | | | | | | | | | | | modified. (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p.
| * Add arch taglineMiles Bader2007-07-082-0/+2
| |
| * * log-view.el (log-view-font-lock-keywords): Use `eval' to consult theDan Nicolaescu2007-07-082-2/+16
| | | | | | | | buffer-local value of log-view-*-re if applicable.
| * (gud-common-init): Call string->strings insteadNick Roberts2007-07-081-1/+1
| | | | | | | | of split-string.
| * (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)Nick Roberts2007-07-081-5/+5
| | | | | | | | | | (cvs-mode-checkout, cvs-execute-single-file): Use new function names strings->string and string->strings.
| * * pcvs-util.el (cvs-strings->string, cvs-string->strings):Nick Roberts2007-07-082-30/+31
| | | | | | | | | | | | Rename and move to... * subr.el (strings->string, string->strings): ...here.
| * *** empty log message ***Nick Roberts2007-07-081-0/+13
| |
| * (menu-bar-open): New function. Bind <f10> to it.Eli Zaretskii2007-07-072-2/+17
| |
| * (log-view-mode-menu): New menu.Dan Nicolaescu2007-07-072-0/+18
| |