1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00
Commit Graph

59963 Commits

Author SHA1 Message Date
Juri Linkov
248a47c9ec (Excursions): Replace arg forms' with body' in `save-excursion'. 2005-10-17 06:48:32 +00:00
Juri Linkov
3389865aa2 (Mode Hooks, Defining Minor Modes):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:48:00 +00:00
Juri Linkov
f8e3368312 (Writing to Files): Replace ...' with @dots{}' in @defmac' and @defspec'. 2005-10-17 06:47:26 +00:00
Juri Linkov
84ff884e17 (Progress, Defining Faces):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:46:57 +00:00
Juri Linkov
3e14f3dae8 (Group Definitions): Replace ...' with @dots{}' in @defmac' and @defspec'. 2005-10-17 06:46:14 +00:00
Juri Linkov
3fa2da7ac8 (Eval During Compile, Compiler Errors):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2005-10-17 06:45:48 +00:00
Juri Linkov
4049cdfac4 (Event Input Misc): Replace ...' with @dots{}' in @defmac' and @defspec'.
(Quitting): Replace arg `forms' with `body' in `with-local-quit'.
2005-10-17 06:45:26 +00:00
Juri Linkov
a029bcbbaf (Current Buffer): Replace ...' with @dots{}' in @defmac' and @defspec'. 2005-10-17 06:44:50 +00:00
Bill Wohler
79af55a7eb (mh-display-completion-list-compat): New macro which calls
`display-completion-list' correctly in older environments. Versions of
Emacs prior to version 22 lacked a COMMON-SUBSTRING argument.
(mh-complete-word): Use it.
2005-10-17 06:33:31 +00:00
Juri Linkov
790401011b (Getting Started, Search Index, Expert Info): Fix wording.
(Search Text): Replace `echo area' with `mode line'.
(Search Index): Both `i' and `,' find all index entries.
Replace example `C-f' with `C-l' (which exists in index of Info
manual) and delete spaces in its keyboard input sequence.
Delete unnecessary explanations about literal characters.
2005-10-17 06:28:55 +00:00
Bill Wohler
8f552dc868 (mh-image-load-path): Use locate-library to find MH-E. This simplified
the code a lot. Flattened out nested statements even more.
2005-10-17 05:52:53 +00:00
Michael Albinus
c1253aade3 * net/tramp.el (tramp-completion-mode): New defvar. Used in
`tramp-completion-mode' for checking if we are in completion mode.
(tramp-completion-handle-file-name-all-completions): Reorder code
in order to complete for file names only in case there are no
method/user/host completions.  This is necessary for cooperation
with ido.  Reported by Kim F. Storm  <storm@cua.dk>.
2005-10-17 04:46:46 +00:00
Richard M. Stallman
7d6596b8a9 (Compilation Mode, Compilation): Clarified. 2005-10-17 02:35:03 +00:00
Chong Yidong
625fca9a90 * longlines.el (longlines-search-forward)
(longlines-search-backward): Match any number of spaces.
2005-10-16 23:46:15 +00:00
Thien-Thi Nguyen
72147c533b (diff-mode): Doc fix. 2005-10-16 21:49:00 +00:00
Miles Bader
16b52b6155 Add arch tagline 2005-10-16 21:21:05 +00:00
Satyaki Das
7c164e0c5f * mh-init.el (mh-image-load-path): Remove use of pushnew since it
causes a compiler warning.

* mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
the message to be viewed (closes SF #1306141).
2005-10-16 20:42:39 +00:00
Richard M. Stallman
255d8b22d9 (send-mail-function): Use mailclient-send-it
as default on darwin and windows systems.
2005-10-16 17:52:04 +00:00
Richard M. Stallman
74725d463c (archive-zip-extract): Doc fix. 2005-10-16 17:06:40 +00:00
Romain Francoise
97b1270c38 (mouse-1-click-follows-link): Doc fix. 2005-10-16 16:50:00 +00:00
Stefan Monnier
71790d5760 *** empty log message *** 2005-10-16 15:34:32 +00:00
Stefan Monnier
3930b7e415 Don't require CL at runtime.
(savehist-xemacs): Remove.
(savehist-coding-system): Use utf-8 if available, regardless of religion.
(savehist-no-conversion): Use (featurep 'xemacs).
(savehist-load): Check existence of start-itimer rather than XEmacs.
Use an idle timer.
(savehist-process-for-saving): Replace use of CL funs `subseq' and
`delete-if-not'.
2005-10-16 15:22:37 +00:00
Stefan Monnier
216ee1a46c (savehist-autosave-interval, savehist-coding-system, savehist-timer)
(savehist-last-checksum, savehist-no-conversion): New vars.
(savehist-autosave, savehist-process-for-saving, savehist-printable): New funs.
(savehist-load, savehist-save): Use them.
(savehist-delimit): Remove.
2005-10-16 15:02:39 +00:00
Stefan Monnier
e5456e7318 (compilation-goto-locus): Display the
compilation buffer first and the source buffer second, in case they're
in overlapping frames.  Don't raise the compilation frame if it was the
selected window upon entry.  Pass the `other-window' arg to
pop-to-buffer.
2005-10-16 14:12:50 +00:00
Stefan Monnier
717c6bdeb5 *** empty log message *** 2005-10-16 14:12:35 +00:00
Stefan Monnier
a73db543bf (Info-fontify-node): Use dolist.
(Info-fontify-node): Change add-text-properties to put-text-property.
2005-10-16 14:12:03 +00:00
Stefan Monnier
9cee7d84e7 (bibtex-font-lock-url): Catch when point past bound of search. 2005-10-16 14:07:33 +00:00
Romain Francoise
089a682e96 *** empty log message *** 2005-10-16 13:28:59 +00:00
Masatake YAMATO
f5fab556d4 * message.el (message-expand-group): Pass the common
prefix substring of completion to `display-completion-list'.

* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.

* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.

* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.

* tempo.el (tempo-display-completions): Ditto.

* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.

* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.

* eshell/em-hist.el (eshell-list-history): Ditto.

* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.

* progmodes/etags.el (complete-tag): Ditto.

* progmodes/make-mode.el (makefile-complete): Ditto.

* progmodes/meta-mode.el (meta-complete-symbol): Ditto.

* progmodes/octave-mod.el (octave-complete-symbol): Ditto.

* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.

* textmodes/bibtex.el (bibtex-complete-internal): Ditto.

* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.

* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Satyaki Das
2416ec6412 * mh-init.el (mh-image-load-path-called-flag): New variable which
is used by mh-image-load-path so that it runs only once.
(mh-image-load-path): Modified so that it gets run only once. Also
flatten out heavily nested if statements to make it clearer.

* mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
to find images used in the toolbar.

* mh-customize.el (:folder): Remove call to mh-image-load-path.
2005-10-16 03:24:54 +00:00
YAMAMOTO Mitsuharu
2ef1363ecd *** empty log message *** 2005-10-16 02:23:23 +00:00
YAMAMOTO Mitsuharu
159e1856b0 (mac_clear_area): Add extern. 2005-10-16 02:23:09 +00:00
YAMAMOTO Mitsuharu
236072aebf (MAC_WINDOW_NORMAL_GC): Remove macro.
(FRAME_NORMAL_GC): New macro.
(mac_draw_line, mac_clear_area, mac_clear_window)
(mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
(mac_draw_image_string, mac_draw_image_string_16): Rename from
XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
All uses changed.
(mac_draw_line, mac_erase_rectangle, mac_clear_area)
(mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
(mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
(mac_draw_string_16, mac_draw_image_string)
(mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
(mac_scroll_area): Drawing functions now take frame as destination.
All uses changed.
(mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
(x_draw_fringe_bitmap): Set clipping area in face->gc.
2005-10-16 02:22:59 +00:00
YAMAMOTO Mitsuharu
0abf3e71f3 (Fx_create_frame): Add debugging code.
(Fx_show_tip): Set frame pixel width and height.
2005-10-16 02:22:35 +00:00
YAMAMOTO Mitsuharu
5f8080a9e2 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): Allow nil
as argument.
[TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
for encoding arguments as UTF-16 in native byte order, no BOM.
2005-10-16 02:22:16 +00:00
YAMAMOTO Mitsuharu
02abe13c74 Apply 2005-10-09 change for term/x-win.el.
(x-get-selection, mac-select-convert-to-string): Convert from/to
UTF-16 clipboard data as in native byte order, no BOM.
2005-10-16 02:21:16 +00:00
Richard M. Stallman
cb23c7c11c New file. 2005-10-16 02:10:39 +00:00
Nick Roberts
a1edf96294 (gud-tool-bar-map): Rename the images
appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
(gud-sentinel): Use speedbar-frame to check for speedbar.
2005-10-15 22:58:11 +00:00
Nick Roberts
488c11cfc4 * images/gud/n.pbm, images/gud/n.xpm
* images/gud/ni.xpm, images/gud/ni.xpm
* images/gud/s.xpm, images/gud/s.xpm
* images/gud/si.xpm, images/gud/si.xpm: Rename to
next.*, nexti.*, step.*, and stepi.* , respectively, as the
file-name no longer clashes on 8+3 filesystems.
2005-10-15 22:56:30 +00:00
Nick Roberts
eae86e675f *** empty log message *** 2005-10-15 22:51:57 +00:00
Bill Wohler
29dd7a6917 Create and populate etc/images/gud. 2005-10-15 17:42:34 +00:00
Richard M. Stallman
a4684cb098 Don't try to autoload hash table functions. 2005-10-15 14:48:26 +00:00
Richard M. Stallman
a19a00033c *** empty log message *** 2005-10-15 13:42:32 +00:00
Richard M. Stallman
89b5d9abd1 (Saving Emacs Sessions): Mention savehist library. 2005-10-15 13:41:24 +00:00
Richard M. Stallman
21ea364992 (tex-font-lock-keywords-2): Fix bug in \bf fontification. 2005-10-15 13:38:59 +00:00
Stefan Monnier
bad3da7a5f (cvs-edit-log-files): New var.
(cvs-mode-edit-log): New arg `file'.
(cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
Instead force the use of the original file and nothing else.
(cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
the cvs-minor-wrap-function is set.
(cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2005-10-15 12:04:34 +00:00
Bill Wohler
aa2361eb58 *** empty log message *** 2005-10-15 06:00:10 +00:00
Bill Wohler
c7ddd70103 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
* toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
* toolbar/gud-down.*: Moved to etc/images/gud/down.*.
* toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
* toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
* toolbar/gud-n.*: Moved to etc/images/gud/n.*.
* toolbar/gud-print.*: Moved to etc/images/gud/print.*.
* toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
* toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
* toolbar/gud-run.*: Moved to etc/images/gud/run.*.
* toolbar/gud-si.*: Moved to etc/images/gud/si.*.
* toolbar/gud-s.*: Moved to etc/images/gud/s.*.
* toolbar/gud-until.*: Moved to etc/images/gud/until.*.
* toolbar/gud-up.*: Moved to etc/images/gud/up.*.
* toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.

* progmodes/gud.el (gud-tool-bar-map): Renamed the images
  appropriately (for example, gud-break to gud/break).
2005-10-15 05:41:11 +00:00
Bill Wohler
a995463067 (Version, mh-version): Added +cvs to version. 2005-10-15 00:49:23 +00:00
Miles Bader
d3a597b7b4 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.

2005-10-04  David Hansen  <david.hansen@gmx.net>

   * lisp/gnus/nnrss.el (nnrss-request-article): Add support for the comments tag.
   (nnrss-check-group): Ditto.

2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Document Server Internals): Addition.

2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (A note on namespaces): Fix RFC reference.

2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Fix key description.

2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi: Emacs/w3 -> Emacs/W3.
   (Browsing the Web): Fix description.
   (Web Searches): Ditto.
   (Customizing W3): Ditto.

2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Maildir): Clarify expire-age and expire-group.
2005-10-15 00:20:58 +00:00