1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

59755 Commits

Author SHA1 Message Date
Jay Belanger
8868c48e5a (calc-set-mode-line): Add square matrix option. 2005-10-07 21:18:47 +00:00
Jay Belanger
8fc5f8233b (math-expand-term): Check for matrices instead of checking
calc-matrix-mode when deciding how to expand.
2005-10-07 21:18:22 +00:00
Jay Belanger
d7b79b09b1 (calc-matrix-mode, math-get-modes-vec): Add square matrix option. 2005-10-07 21:18:01 +00:00
Jay Belanger
3f2f0fb736 (calc-do-keypad): Widen keypad window for fullscreen keypad.
Suggested by Luc Teirlinck.
(calc-keypad-show-input): Add space for formatting.
2005-10-07 21:15:52 +00:00
Jay Belanger
05d2820548 (math-known-square-matrixp): New function.
(math-pow-fancy): Check for matrices before distributing exponent
across products.
2005-10-07 21:15:19 +00:00
Romain Francoise
36eaa68f56 Add etc/images/ezimage and etc/images/mail
directories.  Install images in etc/images.
2005-10-07 14:55:55 +00:00
Andreas Schwab
e773efb700 Fix encoding. 2005-10-07 13:59:20 +00:00
Romain Francoise
4fe3f29711 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
(ibuffer-do-shell-command-pipe-replace)
(ibuffer-do-shell-command-file, ibuffer-do-eval)
(ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
(ibuffer-do-revert, ibuffer-do-replace-regexp)
(ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
(ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
(ibuffer-filter-by-name, ibuffer-filter-by-filename)
(ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
(ibuffer-filter-by-content, ibuffer-filter-by-predicate
(ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
(ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
Autoload file sans suffix.

* emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2005-10-07 12:43:57 +00:00
David Ponce
4e8cb3117c (recentf-menu-open-all-flag): New option.
(recentf-digit-shortcut-command-name): New function.
(recentf--shortcuts-keymap): New variable.
(recentf-menu-shortcuts): New variable.
(recentf-make-menu-items): Initialize it.  Replace the "More..."
menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
(recentf-menu-value-shortcut): New function.
(recentf-make-menu-item): Use it.  No more in-lined.
(recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
(recentf-open-most-recent-file): Rename from
`recentf-open-file-with-key'.  Don't depend on key binding.
(recentf-mode-map): New variable.
(recentf-mode): Use it.
2005-10-07 07:52:58 +00:00
YAMAMOTO Mitsuharu
c2ded1b7d5 Rename member for_overlaps_p in struct glyph_string to for_overlaps. 2005-10-07 07:40:35 +00:00
YAMAMOTO Mitsuharu
a66678fd3c Rename member for_overlaps_p in struct glyph_string to
for_overlaps.
(get_glyph_string_clip_rects): New function created from
get_glyph_string_clip_rect.  Set clipping rectangles according to
the value of for_overlaps.  Enable to store multiple clipping
rectangles.
(get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
(fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
(x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to	draw_glyphs.
(draw_phys_cursor_glyph): Set width of erased cursor to use it for
calculating clipping rectangles later.  Call
x_fix_overlapping_area with new OVERLAPS arg to draw only erased
cursor area.
(expose_overlaps): Call x_fix_overlapping_area with new
OVERLAPS arg to draw overlaps in both preceding and succeeding rows.
2005-10-07 07:39:17 +00:00
YAMAMOTO Mitsuharu
41124e0631 (redraw_overlapping_rows): Call rif->fix_overlapping_area with new
OVERLAPS arg as redrawn part.
2005-10-07 07:38:47 +00:00
YAMAMOTO Mitsuharu
10a07952dc (struct glyph_string): Rename member for_overlaps_p
to for_overlaps.  Now occupy 3 bits.
(OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
(OVERLAPS_ERASED_CURSOR): New defines.
(struct redisplay_interface): Add new OVERLAPS arg to member
fix_overlapping_area.
(x_fix_overlapping_area): Add new OVERLAPS arg.
(get_glyph_string_clip_rects): Add extern.
2005-10-07 07:38:12 +00:00
Miles Bader
3907c787a1 Add arch tagline 2005-10-07 06:46:05 +00:00
Bill Wohler
1eee3de495 * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
* Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el.
(MH-E-SRC): Added. Used by mh-autoloads.
(mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any
files in MH-E-SRC have been updated.
(compile, recompile, bootstrap): Depend on mh-autoloads.
2005-10-07 04:58:02 +00:00
Nick Roberts
9e1cb4bc96 Split ChangeLog as its too big. 2005-10-07 04:07:31 +00:00
Nick Roberts
aea6ad3d08 Put pre-2005 in ChangeLog.11. 2005-10-07 04:04:02 +00:00
Nick Roberts
6bef9fd7e9 (gdb-fringe-width -> gdb-buffer-fringe-width):
Typo.
2005-10-07 02:46:50 +00:00
Nick Roberts
ccd91c0978 (gud-menu-map): Only display un-intuitive
gud-break and gud-remove icons when the fringe is not available.
2005-10-07 02:45:56 +00:00
Nick Roberts
bd5497c2ca *** empty log message *** 2005-10-07 02:43:39 +00:00
Nick Roberts
e4481965c0 (GDB Graphical Interface): Add variables and
functions to indices.  Be more precise.
2005-10-06 20:14:24 +00:00
Nick Roberts
64015f0edd *** empty log message *** 2005-10-06 20:13:38 +00:00
Thien-Thi Nguyen
03c609c126 (zone): Wrap body with save-window-excursion. 2005-10-06 18:25:26 +00:00
Stefan Monnier
a04b6191a4 (calendar-mouse-view-diary-entries): Use the new arg to diary-list-entries. 2005-10-06 16:25:31 +00:00
Stefan Monnier
1aee45ed44 Use overlays rather than selective-display.
(diary-selective-display): New var.
(diary-header-line-format): Use it.
(diary-list-entries): Add argument `list-only'.
Put the buffer in diary-mode.  Don't add \^M at beg and end.
Replace \^M by invisible overlays.
(diary-unhide-everything): Replace \^M by invisible overlays.
(print-diary-entries): Look for overlays rather than \^M.
Add a space to the temp buffer name.
(diary-show-all-entries, mark-diary-entries, make-diary-entry):
Put the buffer in diary-mode.
(list-sexp-diary-entries): Replace \^M by invisible overlays.
(diary-anniversary): Make the year arg optional.
(diary-time-regexp): New const.
(diary-font-lock-keywords): Use it to accept a few more time formats.
2005-10-06 16:22:13 +00:00
Stefan Monnier
7a34e7b1dc (cvs-sentinel): Make sure we do re-enable undo. 2005-10-06 15:32:14 +00:00
Thien-Thi Nguyen
de4ce19101 (artist-ellipse-mirror-quadrant): Fix bug introduced 2005-07-03:
Use (car (last ...)) to faithfully reproduce replaced artist-last.
(artist-set-arrow-points-for-poly): Likewise.
2005-10-06 15:00:49 +00:00
Juanma Barranquero
8dc8d89594 (gdb-buffer-fringe-width): Add defvar. 2005-10-06 09:25:12 +00:00
Juanma Barranquero
a5e6116d63 (widget): Add defvar. 2005-10-06 08:23:59 +00:00
Juanma Barranquero
7bf42457a9 (speedbar-attached-frame): Add defvar. 2005-10-06 08:19:57 +00:00
Juanma Barranquero
58eb29e58e (x-pointer-hand2, x-pointer-top-left-arrow): Add defvars. 2005-10-06 08:19:10 +00:00
Kenichi Handa
01017d922c (set-language-environment): Fix
setting up of case-table for unibyte mode.
2005-10-06 08:11:14 +00:00
Kenichi Handa
c8d21d09f1 *** empty log message *** 2005-10-06 08:09:19 +00:00
Kenichi Handa
a41b50cadd (what-cursor-position): If the character is displayed
by some `display' text property, show that.  Don't use
single-key-description for eight-bit characters in multibyte mode.
2005-10-06 06:57:41 +00:00
Nick Roberts
475a41c957 (gdb-fringe-width): New variable.
(gdb-ann3): Set it.
(gdb-put-breakpoint-icon): Don't take fringe-width from speedbar
frame.
(gdb-info-frames-custom): Use inverse-video for first five
characters of selected frame only.
(gdb-get-frame-number): Select frame even when point is on frame
number.
2005-10-06 06:06:55 +00:00
Nick Roberts
7f77845246 *** empty log message *** 2005-10-06 06:05:59 +00:00
Nick Roberts
6a8a087a3c (gdb-fringe-width): New variable.
(gdb-ann3): Set it.
(gdb-put-breakpoint-icon): Don't take fringe-width from speedbar
frame.
2005-10-06 03:42:24 +00:00
Nick Roberts
cf85afc95b *** empty log message *** 2005-10-06 03:41:32 +00:00
Michael Kifer
28b55b3036 added acknowledgement 2005-10-06 00:51:34 +00:00
Michael Kifer
e2de3a2945 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-merge.el (ediff-merge-region-is-non-clash): new defsubst.
	(ediff-merge-region-is-non-clash-to-skip): previouslu called
	ediff-merge-region-is-non-clash.

	* ediff-mult.el (ediff-append-custom-diff,ediff-meta-show-patch): use
	insert-buffer-substring.

	* ediff-ptch.el (ediff-fixup-patch-map): use better heuristics for
	selecting files to patch. Also bug fixes.

	* ediff-util.el (ediff-setup): bug fix.
	(ediff-next-difference): Never skip clashes that differ in white space
	only.

	* ediff-wind.el (ediff-setup-control-frame,ediff-destroy-control-frame):
	check the menubar feature.

	* viper-cmd.el (viper-normalize-minor-mode-map-alist,
	viper-refresh-mode-line): use make-local-variable to localize some vars
	instead of make-variable-buffer-local. Suggested by Stefan Monnier.

	* viper-init.el (viper-make-variable-buffer-local): delete alias.
	(viper-restore-cursor-type,viper-set-insert-cursor-type): use
	make-local-variable instead of make-variable-buffer-local. Suggested by
	Stefan Monnier.

	* viper.el (viper-mode): don't use viper-make-variable-buffer-local.
	(viper-comint-mode-hook): use make-local-variable on
	require-final-newline.
	(viper-non-hook-settings): don't use make-variable-buffer-local.
2005-10-06 00:09:49 +00:00
Masatake YAMATO
20ef86730c 2005-10-06 Masatake YAMATO <jet@gyve.org>
* progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Put
	`font-lock-function-name-face'.
	(gdb-info-frames-custom): Put `font-lock-function-name-face'
	and `font-lock-variable-name-face'
	(gdb-registers-font-lock-keywords): New font lock keywords definition.
	(gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
	(gdb-memory-font-lock-keywords): New font lock keywords definition.
	(gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
	(gdb-local-font-lock-keywords): New font lock keywords definition.
	(gdb-locals-mode): Use `gdb-local-font-lock-keywords'
	(gdb-threads-font-lock-keywords): New font lock keywords definition.
	(gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2005-10-05 17:20:04 +00:00
Stefan Monnier
21c3ef84cc (scheme-mode-syntax-table): Mark ; as being also the
second char of a comment-start sequence.
(scheme-sexp-comment-syntax-table): New var.
(lambda, define): Set their scheme-doc-string-elt property.
(scheme-font-lock-syntactic-face-function): Handle sexp-comments.
Use lisp-font-lock-syntactic-face-function now that it properly
handles |...| symbols.
(scheme-mode-variables): Set lisp-doc-string-elt-property,
parse-sexp-lookup-properties and font-lock-extra-managed-props.
2005-10-05 15:31:44 +00:00
Stefan Monnier
d95af087de (lisp-mode-syntax-table): Move the nesting bit from # to |.
(lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2005-10-05 15:19:38 +00:00
Stefan Monnier
f8ab194748 (lambda): Add its doc-string-elt property.
(lisp-doc-string-elt-property): New var.
(lisp-font-lock-syntactic-face-function): Use it.
Rewrite to recognize docstrings even for forms not at toplevel.
2005-10-05 15:03:09 +00:00
Stefan Monnier
f17ae68f2a (scheme-mode-syntax-table): Move the nesting bit from # to |.
(scheme-font-lock-syntactic-face-function): New function, to
distinguish strings from |...| symbols.
(scheme-mode-variables): Use it.  Also fix up the font-lock-time
syntax-table so that #|...|# is properly highlighted.
2005-10-05 14:23:13 +00:00
Stefan Monnier
efbbcafbbe (lisp-font-lock-syntactic-face-function):
Don't mark as docstring the 3rd elem of an unknown toplevel form.
2005-10-05 14:07:18 +00:00
Nick Roberts
ec79de1002 (GDB): Describe use of watch expressions. 2005-10-04 22:54:13 +00:00
Nick Roberts
281cc7f019 *** empty log message *** 2005-10-04 22:52:16 +00:00
Miles Bader
8753ddeed0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-574
Merge from gnus--rel--5.10

2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-url.el (mm-url-predefined-programs): Add switches for curl.

   * lisp/gnus/gnus-util.el (gnus-remove-duplicates): Remove.

   * lisp/gnus/nnmail.el (nnmail-article-group): Use mm-delete-duplicates
   instead of gnus-remove-duplicates.

   * lisp/gnus/message.el (message-remove-duplicates): Remove.
   (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
   message-remove-duplicates.

   * lisp/gnus/mm-util.el (mm-delete-duplicates): Use `delete-dups' if
   available, else use implementation from `delete-dups'.
2005-10-04 22:51:06 +00:00
Stefan Monnier
f88febbb69 (global-map): Resync [home] and [end] bindings with C-a and C-e. 2005-10-04 21:50:34 +00:00