summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,Alan Mackenzie2006-02-2413-138/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc-defs.el, cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-subword.el, cc-vars.el: Add 2006 to the copyright statement. cc-awk.el: (c-awk-after-change): Protect the match data with save-match-data. It was being corrupted when Font Lock was not enabled. (ii): Fix a typo. cc-cmds.el, cc-mode.el, cc-engine.el (c-update-modeline): Concatenate the minor mode indicators directly onto mode-name, removing c-submode-indicators. Sometimes, c-s-i got separated from the mode name on the mode line. cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to c-hungry-delete-backwards, at the request of RMS. Leave the old name as an alias. cc-cmds.el (c-electric-brace, c-electric-semi&comma, c-electric-colon): Correct doc-strings: "/ln" -> "/la". cc-cmds.el (c-electric-brace): Fix clean-up brace-else-brace (error due to mbeg, mend being undefined). cc-defs.el (c-version): Update to 5.31.3. cc-defs.el: [Supersedes patch V1.38]: (top level): Check for a buggy font-lock-compile-keywords ONLY in XEmacs. GNU Emacs 22 now has a check which would throw an error here. cc-engine.el (c-beginning-of-statement-1): Clarify doc-string and comments. Distinguish real labels ("case 1:" or "foo:") from non-labels ("public:"). cc-engine.el (c-after-change-check-<>-operators): Remove save-match-data, reversing change for V1.45. save-match-data is now in c-after-change. cc-engine.el (c-forward-objc-directive): Replace c-forward-token-2 with crude coding; c-f-t-2 doesn't move over a token at EOB. Objc Mode was hanging after typing, e.g., "@implementation". cc-langs.el (c-filter-ops): Made it available at runtime too to work when `c-make-init-lang-vars-fun' needs to evaluate from source. cc-langs.el (c-make-init-lang-vars-fun): Improved the error message when there's an evaluation error to show whether it's loaded from source or not. (c-mode-menu): Add menu items for Electric Mode and Subword Mode. cc-mode.el (c-after-change): Protect the match data with save-match-data. It was getting corrupted by c-after-change-check-<>-operators. cc-mode.el: File Local variables: Solve the problem where both `mode' and c-file-offsets are specified: `mode' will overwrite c-f-o's settings: (c-remove-any-local-eval-or-mode-variables): new function. (c-postprocess-file-styles): call the above new function, within c-tentative-buffer-change, to splat `mode' and `eval' before the second hack-local-variables.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-118Miles Bader2006-02-248-10/+59
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 38-39) - Update from CVS
* (help): Revert last part of 2006-02-23 change (deletion of the `provide' call).Juanma Barranquero2006-02-232-1/+9
|
* *** empty log message ***Juri Linkov2006-02-231-0/+15
|
* (Info-search): Don't bind search-spaces-regexp toJuri Linkov2006-02-231-3/+9
| | | | Info-search-whitespace-regexp in non-regexp isearch mode.
* (compare-windows-highlight): Add new valueJuri Linkov2006-02-231-4/+21
| | | | | | | | | | | `persistent' and change :type from `boolean' to `choice'. (compare-windows-overlays1, compare-windows-overlays2): New internal variables. (compare-windows-highlight): If compare-windows-highlight is `persistent', add current overlays to compare-windows-overlays[12] instead of adding compare-windows-dehighlight to pre-command-hook. (compare-windows-dehighlight): Delete all overlays from compare-windows-overlays[12].
* (describe-mode): Pass `mode-name' to format-mode-line.Stefan Monnier2006-02-232-16/+17
|
* Add 2006 copyright.Stefan Monnier2006-02-231-11/+11
|
* Remove unnecessary leading * in docstrings.Stefan Monnier2006-02-231-7/+7
|
* (org-xemacs-p, org-export-html-show-new-buffer, org-table-may-need-update,Juanma Barranquero2006-02-232-51/+63
| | | | | | | | org-insert-item, org-mhe-get-message-real-folder, org-mhe-get-message-folder-from-index, org-mhe-get-message-folder, org-mhe-get-message-num, org-mhe-get-header, org-make-org-heading-search-string, org-make-org-heading-camel, org-table-sort-lines, org-format-org-table-html, org-format-table-table-html): Fix typos in docstrings.
* *** empty log message ***Juanma Barranquero2006-02-231-16/+13
|
* (org-cleaned-string-for-export, org-solidify-link-text):Carsten Dominik2006-02-231-12/+88
| | | | | | | | | New function. (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for XEmacs, just to silence the compiler. (org-export-as-ascii, org-export-as-html-and-open): Use `org-cleaned-string-for-export' and create internal links. (org-follow-mhe-link): Require mh-e, use folder.
* *** empty log message ***Carsten Dominik2006-02-231-0/+10
|
* (gud-speedbar-buttons): Use shadow face properly.Nick Roberts2006-02-231-8/+7
|
* (gdb-debug-ring-max): Rename from gdb-debug-log-length.Nick Roberts2006-02-231-16/+62
| | | | | | | | (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make it a real ring but... (gud-gdba-marker-filter): ...make it work like mark-ring. (gdb-enable-debug): Rename from gdb-enable-debug-log. (gdb-mouse-jump): New function. Add bindings.
* *** empty log message ***Nick Roberts2006-02-231-0/+13
|
* (gdb-signalled): New variable and function.Nick Roberts2006-02-221-21/+37
| | | | | | | | | | (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring. (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it. (gdb-debug-log-length): Customize it's length. (gud-watch, gdb-var-create-handler): Display function::var format but don't use to create variable object. (gdb-var-create-handler): Use message-box in place of message. (gdb-stopped): Call gdb-exited if signalled.
* *** empty log message ***Nick Roberts2006-02-221-0/+11
|
* *** empty log message ***Carsten Dominik2006-02-222-44/+3
|
* *** empty log message ***Carsten Dominik2006-02-221-0/+6
|
* Version number change onlyCarsten Dominik2006-02-229-61/+63
|
* (reftex-locate-file): Search all extensions ifCarsten Dominik2006-02-221-2/+46
| | | | `reftex-try-all-extensions' is set.
* (reftex-try-all-extensions): New option.Carsten Dominik2006-02-221-1/+13
|
* *** empty log message ***Carsten Dominik2006-02-221-0/+50
|
* (org-mark-ring-previous, org-mark-ring-set): NewCarsten Dominik2006-02-221-124/+577
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands. (org-mark-ring): New variable. (org-mark-ring-length): New option. (org-open-at-point, org-goto, org-open-file): Push old position onto the mark ring. (org-add-hook): New function. (org-export-table-remove-special-lines): New option. (org-skip-comments, org-format-org-table-html): Respect new option `org-export-table-remove-special-lines'. (org-open-file): Allow special command configuration for directory link. (org-file-apps): Fixed bugs in customize type, added setting for directories. (org-activate-tags, org-format-agenda-item, org-complete) (org-get-tags-at, org-scan-tags, org-make-tags-matcher) (org-get-tags, org-get-buffer-tags, org-open-at-point) (org-link-search, org-make-org-heading-search-string) (org-make-org-heading-camel): Allow @ and 0-9 as tags characters. (org-radio-targets, org-file-link-context-use-camel-case) (org-activate-camels): New options. (org-update-radio-target-regexp, org-all-targets) (org-make-target-link-regexp, org-activate-target-links): New functions. (org-make-org-heading-search-string): New function. (org-store-link, org-insert-link): Use new option `org-file-link-context-use-camel-case'. (org-activate-camels): Use new option `org-activate-camels'. (org-link-regexp): Added mhe prefix. (org-open-at-point,org-store-link): Support for mhe links. (org-mhe-get-message-id, org-mhe-get-message-folder) (org-mhe-get-header,org-follow-mhe-link): New functions. (org-remove-angle-brackets, org-add-angle-brackets): New functions. (org-bracked-link-regexp): New constant. (org-read-date): Fixed bug that was rejecting all typed dates. (org-link-search): Make hierarchy above visible after a match. (org-follow-bbdb-link): Inhibit electric mode for BBDB. (org-store-link): Fixed bug with link creation when cursor is in an empty line. (org-open-at-point): Fixed bug with matching a link. Fixed buggy argument sequence in call to `org-view-tags'. (org-compile-prefix-format): Set `org-prefix-has-tag'. (org-prefix-has-tag): New variable. (org-format-agenda-item): Remove tags from headline if appropriate. (org-agenda-remove-tags-when-in-prefix): New option.
* 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2006-02-222-2/+8
| | | | | * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3): fix the regular expressions.
* (sh-mode): Set shell type based on file name if no other specific basis.Richard M. Stallman2006-02-212-0/+32
|
* (unsafep): Don't treat &rest or &optional as variables at all.Richard M. Stallman2006-02-211-9/+8
| | | | (unsafep-variable): Rename arg; doc fix.
* (list-one-abbrev-table): Add autoload.Richard M. Stallman2006-02-211-0/+1
|
* (diary-selective-display): Add defvar.Richard M. Stallman2006-02-211-0/+1
|
* (sort-columns): Use Posix arg syntax for `sort'.Richard M. Stallman2006-02-211-2/+3
|
* (search-whitespace-regexp): Fix custom type.Richard M. Stallman2006-02-211-2/+5
|
* (describe-key-briefly): Compute interactive argsRichard M. Stallman2006-02-211-6/+2
| | | | in same was as before previous change.
* (enable-local-variables): Doc fix.Richard M. Stallman2006-02-211-4/+5
|
* mh-e.el (mh-invisible-header-fields-internal): Added entryEric Ding2006-02-211-0/+5
| | | | "X-Sasl-enc:"
* * mh-e.el (mh-invisible-header-fields-internal): Added entryEric Ding2006-02-211-1/+2
| | | | "X-Sasl-enc:"
* Fix last change.Kim F. Storm2006-02-211-38/+39
|
* *** empty log message ***Kim F. Storm2006-02-212-34/+36
|
* *** empty log message ***Juanma Barranquero2006-02-211-0/+6
|
* (fringe-bitmaps): Rename `horisontal-bar' to `horizontal-bar'.Juanma Barranquero2006-02-211-2/+2
| | | | (fringe-cursor-alist): Use `horizontal-bar'.
* * mh-e.el (mh-invisible-header-fields-internal): Added entriesEric Ding2006-02-212-3/+19
| | | | | | | "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore", "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:", "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and "X-Roving-" by removing unnecessary "*" at end.
* *** empty log message ***Kim F. Storm2006-02-201-1/+8
|
* (url-http-find-free-connection): braino.Stefan Monnier2006-02-201-1/+1
|
* Load "fringe" on window systems.Kim F. Storm2006-02-201-0/+1
|
* (fringe-bitmaps): Update to new bitmap names.Kim F. Storm2006-02-201-7/+28
| | | | (fringe-indicator-alist, fringe-cursor-alist): Initialize.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-106Miles Bader2006-02-202-1/+7
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 37) - Update from CVS
* (url-redirect-buffer): New var.Stefan Monnier2006-02-202-13/+34
| | | | (url-retrieve-synchronously): Use it to follow redirections.
* Require `url' rather than try to autoload parts of it.Stefan Monnier2006-02-201-21/+27
| | | | | | (url-http-find-free-connection): `url-open-stream' needs a real buffer. (url-http-parse-headers): Set `url-redirect-buffer' when following a redirection reply.
* (gdb-speedbar-auto-raise): Don't enable by default.Nick Roberts2006-02-201-1/+1
|
* (gud-speedbar-buttons): Use shadow face for all out of scope components.Nick Roberts2006-02-201-2/+3
|