1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

60405 Commits

Author SHA1 Message Date
Stefan Monnier
8b9e43d1ce (perl-font-lock-special-syntactic-constructs):
Rename from perl-font-lock-syntactic-face-function.
Change the calling convention so it can be used as a font-lock MATCHER.
Do the parse-partial-sexp loop outselves.
(perl-font-lock-syntactic-keywords): Use it.
(perl-mode): Don't set font-lock-syntactic-face-function any more.
2005-11-02 17:33:28 +00:00
Nick Roberts
4d7e274115 (gdb-mouse-until): Make it work in the disassembly buffer too.
(gdb-exited): Remove overlay arrows when execution has finished.
(gdb-info-frames-custom, gdb-info-threads-custom)
(gdb-info-registers-custom): Don't add inappropriate text
properties if inferior is not active.
2005-11-02 10:44:00 +00:00
Nick Roberts
c2205a03e7 *** empty log message *** 2005-11-02 10:42:29 +00:00
Glenn Morris
7533f3b573 (fortran-blink-match): Use `blink-matching-delay'. 2005-11-02 08:30:45 +00:00
Glenn Morris
c046af9511 From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
(f90-match-end): Use `blink-matching-delay'.
2005-11-02 08:30:25 +00:00
Glenn Morris
3631f99348 *** empty log message *** 2005-11-02 08:27:59 +00:00
Lars Hansen
e89cd3e696 (tramp-action-out-of-band): Handle scp message "Permission denied". 2005-11-02 07:05:56 +00:00
Richard M. Stallman
b57148527d (flyspell-external-point-words): Pass nil to flyspell-get-word. 2005-11-02 01:34:04 +00:00
Bill Wohler
f38a12bdc9 *** empty log message *** 2005-11-02 01:21:56 +00:00
Bill Wohler
b2064e0839 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
(mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
(mh-reply, mh-send, mh-send-other-window)
(mh-fill-paragraph-function): Sync docstrings with manual.

* mh-customize.el (mh-redist-full-contents-flag): Convert defvar to
defcustom.
(mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-forward-subject-format)
(mh-insert-x-mailer-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
with manual.
2005-11-02 01:13:07 +00:00
Kim F. Storm
899481b730 (menu-bar-options-menu): Show "Shift Movement (CUA)"
item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
2005-11-01 23:21:39 +00:00
Kim F. Storm
8f15921bb5 *** empty log message *** 2005-11-01 23:21:20 +00:00
Miles Bader
4515ae7c14 Add arch tagline 2005-11-01 23:06:16 +00:00
Kim F. Storm
b15d77dddb (update_window_fringes): Undo 2005-10-27 change.
Instead, rotate the bottom angle bitmap 180 degrees to indicate
that the bottom row does not end in a newline.
2005-11-01 22:32:24 +00:00
Andreas Schwab
b4235a80c8 *** empty log message *** 2005-11-01 21:34:43 +00:00
Andreas Schwab
825dad898e (unexec): Handle .plt section in BSS segment. 2005-11-01 21:32:27 +00:00
Andreas Schwab
cf7ec6c373 (bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
2005-11-01 20:44:42 +00:00
Stefan Monnier
e5f64be229 *** empty log message *** 2005-11-01 19:55:49 +00:00
Stefan Monnier
e9f8d300e6 (date, event): Don't declare as dynamic-var.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-print-dates): Add optional `event' argument.
Update interactive-spec.
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
Use `calendar-event-to-date' instead of `event'.
2005-11-01 19:55:19 +00:00
Stefan Monnier
c1ed1b2039 (readevalloop): Yet another int/Lisp_Object mixup (YAILOM). 2005-11-01 19:46:16 +00:00
Bill Wohler
93eece9858 (mh-ps-spool-buffer, mh-ps-spool-a-msg)
(mh-ps-print-msg): Remove debugging messages. (mh-ps-print-msg-show,
mh-ps-print-msg-show)
(mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
after message per conventions.
2005-11-01 17:35:33 +00:00
Bill Wohler
c9acf4f72d (Help Mode): Fix typo. 2005-11-01 17:32:46 +00:00
Masatake YAMATO
6f9a47abb5 (ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",
"DATA_SEGMENT_END",  "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN",
and "SEGMENT_START".
(auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
2005-11-01 15:45:32 +00:00
Romain Francoise
8ae52ca652 Regenerate. 2005-11-01 11:49:36 +00:00
Romain Francoise
7a7f042f7d * Makefile.in (install): Compress source files. 2005-11-01 11:49:07 +00:00
Romain Francoise
4ac4f9ce5e Source files are compressed by default. 2005-11-01 11:48:50 +00:00
Romain Francoise
e8439d3466 * configure.in: Check for gzip.
* Makefile.in (install): Compress source files.
2005-11-01 11:48:27 +00:00
Romain Francoise
7bba5cae01 * vc-sccs.el: Update copyright year.
* ezimage.el: Likewise.
2005-11-01 10:39:42 +00:00
Juri Linkov
4dacf0ff4b (Info-fontify-node): Use `string-width' for fontifying underlined titles. 2005-11-01 10:04:19 +00:00
Juri Linkov
993159761a (Info-fontify-node): Downcase node header keywords Node,
Prev, Next, Up before comparison.
(Info-history): Insert absolute directory name, and put invisible
property on it.
2005-11-01 09:56:07 +00:00
Juri Linkov
94b10022bf (Info-file-supports-index-cookies): New variable.
(Info-find-node-2): Check makeinfo version for index cookie support.
(Info-index-nodes): Search for nodes with index cookies only when
Info-file-supports-index-cookies is t.  Otherwise, search nodes
with "Index" in the node name.
(Info-index-node): Search index cookie in the current node only when
Info-file-supports-index-cookies is t.  Otherwise, check the word
"Index" in the node name.
(Info-find-emacs-command-nodes): Remove code that searches nodes
with "Index" node name in the top menu.
2005-11-01 09:45:38 +00:00
John Wiegley
dbc56a8ba2 *** empty log message *** 2005-11-01 09:31:26 +00:00
Stefan Monnier
c7deede011 Replace (savehist-mode 1) for (savehist-load). 2005-11-01 08:02:46 +00:00
Stefan Monnier
3cbb13c82d (window_loop): For LRU and LARGEST, let the `mini' argument
determine whether to consider dedicated windows as well.
(Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
(Fdisplay_buffer): Do consider dedicated windows in those cases where
we will split the window rather than reuse it.
Don't try to use windows on other displays.
2005-11-01 08:01:40 +00:00
Stefan Monnier
20e3cbfd33 (scheme-mode-variables): Use the default comment-indent-function. 2005-11-01 07:31:15 +00:00
Stefan Monnier
621e71ee73 (face-attribute): Handle the case where a face inherits from
a non-existent face.
2005-11-01 07:19:07 +00:00
Stefan Monnier
1b5fd09e69 (eval-expression-print-format): Use lisp-readable syntax
for octal and hexa output, and merge the char into the paren.
(kill-new): Use push.
(copy-to-buffer): Use with-current-buffer.
(completion-setup-function): Move code in loop to remove redundancy.
(minibuffer-local-must-match-map): Don't add bindings that duplicate
those inherited from minibuffer-local-completion-map.
2005-11-01 07:18:10 +00:00
John Wiegley
0735252630 (iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a).  The author said it had been disabled much earlier due to a
possible incompatibility, but after many months of usage I have
encountered no problems (and it is a rather useful option, especially
for switching to " *temp*").
2005-11-01 07:10:49 +00:00
John Wiegley
bff4d65f5b (eudc-mab-query-internal): Added backend support for OS/X's
AddressBook, by calling out to the open source program "contacts"
(installable through Fink).
2005-11-01 07:10:36 +00:00
John Wiegley
6ce65ff678 (eudc-expand-inline): If the `eudc-multiple-match-handling-method' is
set to `all', delete the query string before inserting the query
result.
2005-11-01 07:07:25 +00:00
John Wiegley
73f99a662d (eshell-do-ls): Added no-op support for --dired flag, to prevent
Eshell from using the system ls when `eshell-ls-insert-directory' is
in used.
(eshell-ls-insert-directory): Disable font-lock in directory buffer so
that Eshell's own fontification is seen.  This broke recently due to
changes in font-lock, so this goes back to version 21 behavior.
2005-11-01 07:07:05 +00:00
John Wiegley
669dc0a115 (eshell-extended-glob): Expand the "." path before passing it down to
`eshell-glob-entries'.  This is done because special file-handlers
will on trigger on ".", even if `default-directory' is special.
2005-11-01 07:03:03 +00:00
John Wiegley
769b5f0a28 *** empty log message *** 2005-11-01 07:02:12 +00:00
Stefan Monnier
b13e8fb336 (savehist-mode) <defcustom>: Use custom-set-minor-mode if available.
(savehist-mode) <defun>: Run the minor mode hook, set the custom state
and emit a message if applicable.
2005-11-01 06:09:32 +00:00
Stefan Monnier
b91f17dcc6 Sync up to version 19.
(savehist-mode): New minor mode.
(savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
(savehist-length): Remove (use history-length instead).
(savehist-file-modes): Rename from savehist-modes.
(savehist-save-hook, savehist-loaded): New vars.
(savehist-load): Use savehist-mode.  Try to smooth up transition from
old format to new format.
(savehist-install): Allow savehist-autosave-interval to be nil.
(savehist-save): Run the new hook.  Be more careful to only trim the
history variables.
(savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
(savehist-printable): Print into a buffer rather than char-by-char.
2005-11-01 05:49:46 +00:00
Nick Roberts
d08a1c88d6 (Other GDB User Interface Buffers): Describe
the command gdb-use-inferior-io-buffer.
2005-10-31 22:05:53 +00:00
Nick Roberts
e5beba3239 *** empty log message *** 2005-10-31 22:04:57 +00:00
Nick Roberts
671d498f2a (gdb-use-inferior-io-buffer): New function.
(menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
(gdb-many-windows): Doc fix.
2005-10-31 21:13:15 +00:00
Romain Francoise
158a07a81a * files.texi (Compressed Files): Fix typo.
* buffers.texi (Misc Buffer): Downcase `*shell*'.

* windows.texi (Force Same Window): Likewise.
2005-10-31 18:56:40 +00:00
Romain Francoise
ac8c0cce68 (describe-simplify-lib-file-name): Add autoload cookie. 2005-10-31 17:06:01 +00:00