]>
git.eshelyaron.com Git - emacs.git/log
Chong Yidong [Tue, 29 Jul 2008 17:47:11 +0000 (17:47 +0000)]
(ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:47:02 +0000 (17:47 +0000)]
* Makefile.in (ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:44:00 +0000 (17:44 +0000)]
** mairix.el is an interface to mairix, a free tool for indexing and
searching locally stored mail. It allows you to query mairix and
display the search results with Rmail, Gnus and VM. Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.
Chong Yidong [Tue, 29 Jul 2008 17:41:16 +0000 (17:41 +0000)]
* net/mairix.el: New file.
Chong Yidong [Tue, 29 Jul 2008 17:41:01 +0000 (17:41 +0000)]
New file.
Juri Linkov [Tue, 29 Jul 2008 17:14:45 +0000 (17:14 +0000)]
(custom-face-tag): Inherit from custom-variable-tag
instead of variable-pitch with bold and 1.2 height.
Juri Linkov [Tue, 29 Jul 2008 16:42:27 +0000 (16:42 +0000)]
Add `&' `dired-do-async-shell-command'.
Juri Linkov [Tue, 29 Jul 2008 16:37:31 +0000 (16:37 +0000)]
(dired-mode-map): Rebind `dired-flag-garbage-files' from `&' to `%&'.
Bind `&' to `dired-do-async-shell-command'.
Juri Linkov [Tue, 29 Jul 2008 16:36:42 +0000 (16:36 +0000)]
(dired-do-async-shell-command): New command.
Jason Rumney [Tue, 29 Jul 2008 16:24:24 +0000 (16:24 +0000)]
(uniscribe_shape): Avoid using context if cache
is populated.
(uniscribe_encode_char): Always use uniscribe.
Avoid using context if cache is populated.
Juri Linkov [Tue, 29 Jul 2008 14:46:18 +0000 (14:46 +0000)]
(ucs-names): New internal variable.
(ucs-names): New function.
(ucs-completions): New lazy completion variable.
(read-char-by-name): New function.
(ucs-insert): Replace interactive spec letter "s" with the call to
`read-char-by-name'.
Juri Linkov [Tue, 29 Jul 2008 14:45:01 +0000 (14:45 +0000)]
(hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use `(car regexp-history)'
as the second arg of `read-regexp'.
Juri Linkov [Tue, 29 Jul 2008 14:44:35 +0000 (14:44 +0000)]
(read-regexp): Add second arg `default'. Doc fix.
(occur-read-primary-args): Use `(car regexp-history)'
as the second arg of `read-regexp'.
Juri Linkov [Tue, 29 Jul 2008 14:43:40 +0000 (14:43 +0000)]
Add Isearch that matches only at Dired file names.
Juri Linkov [Tue, 29 Jul 2008 14:42:35 +0000 (14:42 +0000)]
(dired-isearch-filenames): New user option.
(dired-isearch-orig-success-function): New internal variable.
(dired-isearch-filenames-setup, dired-isearch-filenames-end)
(dired-isearch-success-function): New functions.
(dired-isearch-filenames, dired-isearch-filenames-regexp): New commands.
Juri Linkov [Tue, 29 Jul 2008 14:42:07 +0000 (14:42 +0000)]
(dired-insert-set-properties): Add new text property
`dired-filename' to put on file names.
(dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
Add menu items.
(dired-mode): Add hook `dired-isearch-filenames-setup' to
buffer-local `isearch-mode-hook'.
Juanma Barranquero [Tue, 29 Jul 2008 13:20:39 +0000 (13:20 +0000)]
Typo fixes for Ada mode.
* progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
(ada-create-case-exception): Fix typo in docstring.
(ada-no-auto-case): Return nil, not the docstring.
(ada-indent-current): Reflow docstring.
* progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
(ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
(ada-prj-load-from-file): Reflow docstring.
(ada-prj-display-page): Fix typo in widget.
* progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
Fix typos in docstrings.
* progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
(ada-compile-current, ada-check-current, ada-run-application)
(ada-get-ali-file-name): Fix typos in docstrings.
(ada-xref-confirm-compile, ada-find-references)
(ada-find-local-references, ada-find-any-references): Doc fixes.
(ada-get-all-references): Fix typo in error message.
(ada-xref-current-project): Use `let', not `let*'.
(ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
Jan Djärv [Tue, 29 Jul 2008 09:25:49 +0000 (09:25 +0000)]
* gtkutil.c (menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.
Jan Djärv [Tue, 29 Jul 2008 09:25:04 +0000 (09:25 +0000)]
* xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
open menu.
* gtkutil.c (menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.
Vinicius Jose Latorre [Tue, 29 Jul 2008 02:07:26 +0000 (02:07 +0000)]
Doc fix.
Vinicius Jose Latorre [Tue, 29 Jul 2008 01:56:57 +0000 (01:56 +0000)]
whitespace-newline: change initilization to have a low contrast relative to the background color.
Juanma Barranquero [Mon, 28 Jul 2008 22:30:25 +0000 (22:30 +0000)]
Fix typos.
Juanma Barranquero [Mon, 28 Jul 2008 21:58:59 +0000 (21:58 +0000)]
Update entry.
Jason Rumney [Mon, 28 Jul 2008 21:37:31 +0000 (21:37 +0000)]
(w32font_text_extents): Use w32_metric_cache consistently.
Chong Yidong [Mon, 28 Jul 2008 19:51:18 +0000 (19:51 +0000)]
Reapply 2008-07-28 entry by cyd.
Chong Yidong [Mon, 28 Jul 2008 19:48:22 +0000 (19:48 +0000)]
Revert last change.
Chong Yidong [Mon, 28 Jul 2008 19:37:08 +0000 (19:37 +0000)]
(redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.
Chong Yidong [Mon, 28 Jul 2008 19:36:56 +0000 (19:36 +0000)]
* xdisp.c (redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.
Jason Rumney [Mon, 28 Jul 2008 18:31:26 +0000 (18:31 +0000)]
(w32_enable_unicode_output, cleartype_active): Remove
obsolete display options.
(x_draw_glyph_string_background): Don't use old cleartype_active
workaround.
(w32_initialize): Remove cleartype_active initialization.
(syms_of_w32term): Remove w32_enable_unicode_output initialization.
Juri Linkov [Mon, 28 Jul 2008 14:33:03 +0000 (14:33 +0000)]
Add multi-file Isearch in Dired.
Juri Linkov [Mon, 28 Jul 2008 14:32:34 +0000 (14:32 +0000)]
(dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
Juri Linkov [Mon, 28 Jul 2008 14:28:59 +0000 (14:28 +0000)]
(dired-do-isearch, dired-do-isearch-regexp): New functions.
Adrian Robert [Mon, 28 Jul 2008 13:19:10 +0000 (13:19 +0000)]
apply patch from Seiji Zenitani to find doc strings in ns*.m files
Andreas Schwab [Mon, 28 Jul 2008 12:25:11 +0000 (12:25 +0000)]
* lisp.h (init_weak_hash_tables, syms_of_font)
(xd_read_queued_messages, syms_of_dbusbind): Declare.
(remove_hash_entry): Don't declare.
* eval.c (maybe_call_debugger): Make static and move before use.
* gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
* xdisp.c: Include "gtkutil.h" if USE_GTK.
* xterm.h (x_set_frame_alpha): Declare.
Juanma Barranquero [Mon, 28 Jul 2008 11:03:42 +0000 (11:03 +0000)]
Fix bug #272, and update Ada mode to version 4.0.
Jan Djärv [Mon, 28 Jul 2008 07:15:44 +0000 (07:15 +0000)]
(menu_nav_ended): Revert change from 2008-07-24.
(create_menus): Connect selection-done to menu_nav_ended.
Michael Albinus [Mon, 28 Jul 2008 04:00:07 +0000 (04:00 +0000)]
* trampver.texi: Update release number.
Michael Albinus [Mon, 28 Jul 2008 03:59:46 +0000 (03:59 +0000)]
*** empty log message ***
Michael Albinus [Mon, 28 Jul 2008 03:47:56 +0000 (03:47 +0000)]
* net/trampver.el: Update release number.
Michael Albinus [Mon, 28 Jul 2008 03:47:00 +0000 (03:47 +0000)]
* net/tramp.el (tramp-perl-directory-files-and-attributes)
(tramp-get-device): Make device number a cons cell.
(tramp-convert-file-attributes): Make inode a cons cell.
Michael Albinus [Mon, 28 Jul 2008 03:45:58 +0000 (03:45 +0000)]
*** empty log message ***
Miles Bader [Mon, 28 Jul 2008 02:11:56 +0000 (02:11 +0000)]
Add arch tagline
Adrian Robert [Mon, 28 Jul 2008 02:07:30 +0000 (02:07 +0000)]
updates
Adrian Robert [Mon, 28 Jul 2008 01:45:53 +0000 (01:45 +0000)]
faces.el:face-set-after-frame-default: treat ns as other window systems
Adrian Robert [Mon, 28 Jul 2008 01:41:57 +0000 (01:41 +0000)]
code cleanups in NS port
Carsten Dominik [Sun, 27 Jul 2008 22:11:45 +0000 (22:11 +0000)]
New file org-install.el
Adrian Robert [Sun, 27 Jul 2008 19:33:38 +0000 (19:33 +0000)]
add developer notes file
Adrian Robert [Sun, 27 Jul 2008 19:20:38 +0000 (19:20 +0000)]
rename do-applescript,do_applescript in keeping with NS code conventions
Dan Nicolaescu [Sun, 27 Jul 2008 18:24:48 +0000 (18:24 +0000)]
Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
Adrian Robert [Sun, 27 Jul 2008 02:28:50 +0000 (02:28 +0000)]
fix up ns-extended-platform-support-mode
Adrian Robert [Sun, 27 Jul 2008 02:25:02 +0000 (02:25 +0000)]
fix date in last changelog entry
Adrian Robert [Sun, 27 Jul 2008 01:20:34 +0000 (01:20 +0000)]
fix typo with info installation under NS
Michael Albinus [Sat, 26 Jul 2008 18:55:02 +0000 (18:55 +0000)]
* net/xesam.el (xesam-from): Remove defvar.
(xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
and `mode-line-position'.
(xesam-refresh-entry): Remove argument `hit-number'. Add debug
information to the widgets. Don't set `mode-line-position'.
(xesam-refresh-search-buffer): Correct hit number computing.
Don't set `mode-line-position'.
(xesam-new-search): Add debug information to the mode line.
Michael Albinus [Sat, 26 Jul 2008 18:44:55 +0000 (18:44 +0000)]
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.
Michael Albinus [Sat, 26 Jul 2008 18:44:25 +0000 (18:44 +0000)]
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
`tramp-process-sentinel'.
Michael Albinus [Sat, 26 Jul 2008 18:43:51 +0000 (18:43 +0000)]
* net/tramp.el (tramp-handle-start-file-process): Set
query-on-exit flag. Kill temporary buffer.
(tramp-process-sentinel): Remove defun.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection):Don't call it.
Miles Bader [Sat, 26 Jul 2008 09:13:26 +0000 (09:13 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1356
Miles Bader [Sat, 26 Jul 2008 09:13:11 +0000 (09:13 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1355
Eli Zaretskii [Sat, 26 Jul 2008 07:34:26 +0000 (07:34 +0000)]
(syms_of_term): Fix last change.
Andreas Schwab [Sat, 26 Jul 2008 06:49:19 +0000 (06:49 +0000)]
(print_object): Fix off-by-one in last change.
Carsten Dominik [Sat, 26 Jul 2008 03:40:06 +0000 (03:40 +0000)]
* org-exp.el (org-export-html-style)
(org-export-html-style-extra): Declare as safe-local-variable.
Carsten Dominik [Sat, 26 Jul 2008 03:39:47 +0000 (03:39 +0000)]
*** empty log message ***
Vinicius Jose Latorre [Sat, 26 Jul 2008 00:28:45 +0000 (00:28 +0000)]
Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.
Carsten Dominik [Fri, 25 Jul 2008 23:04:21 +0000 (23:04 +0000)]
2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Export options): Document the use of the creator flag.
Carsten Dominik [Fri, 25 Jul 2008 23:02:16 +0000 (23:02 +0000)]
2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org-publish.el (org-publish-file): Use the true name of the
file.
* org-jsinfo.el (org-infojs-handle-options): Use :style-extra
instead of :style.
* org-exp.el (org-export-plist-vars)
(org-export-add-options-to-plist): Handle creator setting flag.
(org-export-as-html): Handle attributes also for ftp and mailto
links.
* org-agenda.el (org-agenda-diary-entry)
(org-agenda-execute-calendar-command): Cater for the second
argument of `calendar-cursor-to-date'.
Juanma Barranquero [Fri, 25 Jul 2008 22:33:59 +0000 (22:33 +0000)]
* term.c (syms_of_term): Don't initialize default_orig_pair,
default_set_foreground and default_set_background on Windows.
Jason Rumney [Fri, 25 Jul 2008 21:53:21 +0000 (21:53 +0000)]
(uniscribe_shape): Pass NULL for control arg to ScriptItemize. Clean
up return value checking. Remove unused variables.
(uniscribe_encode_char): Encode non-BMP characters with uniscribe
shaping engine.
Jason Rumney [Fri, 25 Jul 2008 21:44:37 +0000 (21:44 +0000)]
(w32font_has_char): Handle the case where we can't
determine the script for a character.
Chong Yidong [Fri, 25 Jul 2008 18:41:50 +0000 (18:41 +0000)]
(tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
Chong Yidong [Fri, 25 Jul 2008 18:41:36 +0000 (18:41 +0000)]
* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
Chong Yidong [Fri, 25 Jul 2008 18:39:38 +0000 (18:39 +0000)]
(tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
Chong Yidong [Fri, 25 Jul 2008 18:39:27 +0000 (18:39 +0000)]
* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
Chong Yidong [Fri, 25 Jul 2008 18:12:41 +0000 (18:12 +0000)]
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
Chong Yidong [Fri, 25 Jul 2008 18:12:23 +0000 (18:12 +0000)]
* term.c (syms_of_term): Initialize default_orig_pair,
default_set_foreground, and default_set_background.
Chong Yidong [Fri, 25 Jul 2008 18:12:00 +0000 (18:12 +0000)]
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
Chong Yidong [Fri, 25 Jul 2008 18:11:49 +0000 (18:11 +0000)]
* term.c (syms_of_term): Initialize default_orig_pair,
default_set_foreground, and default_set_background.
Chong Yidong [Fri, 25 Jul 2008 18:06:09 +0000 (18:06 +0000)]
(nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
Chong Yidong [Fri, 25 Jul 2008 18:05:40 +0000 (18:05 +0000)]
* getloadavg.c (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
Chong Yidong [Fri, 25 Jul 2008 18:05:01 +0000 (18:05 +0000)]
(nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
Chong Yidong [Fri, 25 Jul 2008 18:04:47 +0000 (18:04 +0000)]
* getloadavg.c (nl): Rename to name_list to avoid ncurses.h
clash (bug#86).
(getloadavg): Callers changed.
Chong Yidong [Fri, 25 Jul 2008 17:52:20 +0000 (17:52 +0000)]
Regenerate.
Chong Yidong [Fri, 25 Jul 2008 17:51:59 +0000 (17:51 +0000)]
Check for getrlimit.
Chong Yidong [Fri, 25 Jul 2008 17:51:06 +0000 (17:51 +0000)]
Regenerate.
Chong Yidong [Fri, 25 Jul 2008 17:50:32 +0000 (17:50 +0000)]
* configure.in: Check for getrlimit.
* configure: Regenerate.
Chong Yidong [Fri, 25 Jul 2008 17:49:55 +0000 (17:49 +0000)]
Regenerate.
Chong Yidong [Fri, 25 Jul 2008 17:49:44 +0000 (17:49 +0000)]
Check for getrlimit.
Chong Yidong [Fri, 25 Jul 2008 17:49:16 +0000 (17:49 +0000)]
* configure.in: Check for getrlimit.
* configure: Regenerate.
Chong Yidong [Fri, 25 Jul 2008 17:11:42 +0000 (17:11 +0000)]
(x_from_xcolors): Don't initialize pixmap (silence compiler).
Chong Yidong [Fri, 25 Jul 2008 17:06:23 +0000 (17:06 +0000)]
(svg_load_image): Use rsvg_handle_get_dimensions to check that image
size is valid. Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
Chong Yidong [Fri, 25 Jul 2008 17:06:06 +0000 (17:06 +0000)]
* image.c (svg_load_image): Use rsvg_handle_get_dimensions to check
that image size is valid. Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
Dan Nicolaescu [Fri, 25 Jul 2008 16:26:06 +0000 (16:26 +0000)]
(menu-bar-file-menu): Fix typo.
Juanma Barranquero [Fri, 25 Jul 2008 16:02:42 +0000 (16:02 +0000)]
Fix whitespace modification caused by bug.
Juanma Barranquero [Fri, 25 Jul 2008 15:57:59 +0000 (15:57 +0000)]
* play/solitaire.el (solitaire-mode-map): Define within defvar.
(solitaire-mode): Define with `define-derived-mode'.
(solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
(solitaire-down): Use "?\s" instead of "?\ "; use `when'.
(solitaire-undo, solitaire-check): Use `when'.
(solitaire-solve): Err out if the solitaire is already in progress.
Use `when'.
Chong Yidong [Fri, 25 Jul 2008 14:04:02 +0000 (14:04 +0000)]
(svg_load_image): Fix last change.
Chong Yidong [Fri, 25 Jul 2008 14:03:51 +0000 (14:03 +0000)]
* image.c (svg_load_image): Fix last change.
Juanma Barranquero [Fri, 25 Jul 2008 12:01:59 +0000 (12:01 +0000)]
* descr-text.el (describe-char): Don't overwrite local variable char
when describing characters with display-table entries. Display font
backend when describing composed characters. Simplify: use `let'
instead of `let*', and `or x y' instead of `if x x y'.
Jason Rumney [Fri, 25 Jul 2008 11:25:43 +0000 (11:25 +0000)]
* w32font.c (w32font_encode_char): Encode characters outside BMP as
surrogates before looking up glyph index.
(w32font_text_extents): Encode as surrogates if falling back to
functions that need UTF-16 wide chars.
* w32uniscribe.c (uniscribe_encode_char): Encode characters outside
BMP as surrogates before looking up glyph index.
Chong Yidong [Fri, 25 Jul 2008 05:51:24 +0000 (05:51 +0000)]
(svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf. Free rsvg handle when done.
Chong Yidong [Fri, 25 Jul 2008 05:51:10 +0000 (05:51 +0000)]
* image.c (svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf. Free rsvg handle when done.
Chong Yidong [Fri, 25 Jul 2008 05:44:01 +0000 (05:44 +0000)]
(image-minor-mode): Set up winprops.