1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

93650 Commits

Author SHA1 Message Date
Chong Yidong
e8ab39085d * simple.el (save-interprogram-paste-before-kill): Doc fix. 2010-02-16 09:40:45 -05:00
Chong Yidong
ff90f4b003 Minor tweaks to custom groups.
* cus-edit.el (hardware): Doc fix.

* man.el (man): Add to external custom group.

* delim-col.el (columns): Move to wp custom group.

* doc-view.el (doc-view): Add to data custom group.

* cedet/data-debug.el (data-debug): Move to extensions group.

* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.

* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2010-02-16 09:35:45 -05:00
Chong Yidong
6fd060bfb8 Small edit to custom images for better text alignment.
* etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm:
* etc/images/custom/right-pushed.xpm:
* etc/images/custom/right-pushed.xpm: Increase height by four
pixels, to improve text alignment.
2010-02-16 09:28:41 -05:00
Chong Yidong
05bbe066a6 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
by ispell-parse-output (Bug#5575).
2010-02-16 09:23:44 -05:00
Kenichi Handa
f1e0d76362 Regenate ja-dic.el. 2010-02-16 16:39:44 +09:00
Kenichi Handa
545b31aa75 Update SKK-JISYO.L to the latest version. 2010-02-16 15:58:32 +09:00
Kenichi Handa
a622127f2b from trunk 2010-02-16 15:51:15 +09:00
Kenichi Handa
fa6ea913cb Fix for the new SKK-JISYO.L format. 2010-02-16 15:49:23 +09:00
Glenn Morris
dc4d62739d Change a custom default to ease the mail->message transition.
* message.el (message-default-mail-headers): Change the default value
to ease the transition from mail-mode to message-mode.  (Bug#5555)
2010-02-15 18:48:08 -08:00
Glenn Morris
40572be641 * nxml-mode.texi (Commands for locating a schema): Fix keybinding. 2010-02-15 18:44:29 -08:00
Glenn Morris
88fd78aeff Close bug#5562.
* textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
tex-main-file before using it.  (Bug#5562)
2010-02-15 18:42:03 -08:00
Glenn Morris
88c26f5c45 * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command. 2010-02-15 18:38:00 -08:00
Stefan Monnier
ad10faa16f (ad-compile-function): Fix last change. 2010-02-15 15:03:22 -05:00
Stefan Monnier
2b8c974a6f (ad-compile-function): Suppress byte-compiler warnings, since it is annoying
for the user to see them each time he runs the code.
2010-02-15 14:55:51 -05:00
Michael Albinus
7540f02995 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
* net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
instead of PROC for caching "first-password-request".  Otherwise,
new processes would not profit from passwords already entered.

* net/tramp-cache.el (tramp-dump-connection-properties): Don't
save "first-password-request" property.
2010-02-15 16:04:53 +01:00
Juanma Barranquero
737b5223e1 Fix typos in comments. 2010-02-14 18:32:16 +01:00
Juanma Barranquero
484eaeac27 Fix typos in ChangeLogs. 2010-02-14 18:31:34 +01:00
Juanma Barranquero
296271c006 * quick-install-emacs (PRUNED): Fix typo in message. 2010-02-14 18:30:41 +01:00
Juanma Barranquero
fa5f7c5f63 Fix typos in docstrings.
* outline.el (outline-head-from-level):
* simple.el (with-wrapper-hook):
* cedet/ede.el (ede-run-target, project-delete-target)
  (project-dist-files, ede-name, ede-documentation, ede-parent-project)
  (ede-adebug-project, ede-adebug-project-parent)
  (ede-adebug-project-root):
* emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
  (elint-defun, elint-buffer-env, elint-top-form-logged)
  (elint-unbound-variable):
* textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2010-02-14 18:28:10 +01:00
Michael Albinus
ecbaeb7bf5 * files.el (insert-directory): When WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, insert the file entry instead of the
whole directory.  (Bug#5551)

* net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
dired's alignment sanity.  (Bug#5516)
2010-02-14 10:23:52 +01:00
Juri Linkov
91e3333fc5 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
Remove remaining ^H with their preceding chars.  (Bug#5566)
2010-02-14 02:20:31 +02:00
Glenn Morris
3602064247 Improve docs of some transposition functions.
* simple.el (transpose-subr): Give it a doc-string.

* textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
Doc fixes.
2010-02-13 11:29:25 -08:00
Jan Djärv
471e4f0440 xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
overdrawn.
2010-02-13 14:27:32 +01:00
Jan Djärv
98599f74d0 xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
bug #5571.
2010-02-13 13:54:50 +01:00
Juri Linkov
f5952338f4 * arc-mode.el (archive-unique-fname): Make directories for nested
archives.  (Bug#5540)
2010-02-12 21:35:45 +02:00
Juri Linkov
918fe50f30 * ffap.el (dired-at-point): Fix docstring. (Bug#5565) 2010-02-12 21:28:29 +02:00
Glenn Morris
c5347676c7 * NEWS: Mention mail-interactive change from Emacs 23.1. 2010-02-11 21:20:50 -08:00
Stefan Monnier
28f0b0721d (copy-overlay): Damn typo. 2010-02-11 14:37:11 -05:00
Stefan Monnier
48b1e7cf2b * subr.el (copy-overlay): Handle deleted overlays. 2010-02-11 14:35:36 -05:00
Stefan Monnier
c07ff22119 (Man-completion-table): Don't signal an error if we can't run
manual-program (bug#4056).
2010-02-11 11:00:01 -05:00
Glenn Morris
ac9ffe99b5 * ChangeLog: Spelling fix. 2010-02-10 20:13:39 -08:00
Juanma Barranquero
ac146f8288 Fix typos. 2010-02-11 01:12:47 +01:00
Juanma Barranquero
0e3742470a * textmodes/artist.el (artist-mt): Fix typos in docstring. 2010-02-11 01:02:43 +01:00
Juanma Barranquero
48c2d18a51 Fix typos. 2010-02-11 00:53:28 +01:00
Stefan Monnier
348d1e60a6 (Info-bookmark-jump): Simplify. 2010-02-10 15:04:51 -05:00
Stefan Monnier
dbf8402bc7 (bookmark-handle-bookmark): Catch the right error.
(bookmark-default-handler): Accept new bookmark field `buffer'.
2010-02-10 15:02:54 -05:00
Glenn Morris
2b23acdef6 * ChangeLog: Fix typos. 2010-02-10 09:31:49 -08:00
Jan Djärv
50b51e49a1 Fix for bug#5512, don't rely on SIGIO alone.
* xsmfns.c (x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
2010-02-10 10:31:24 +01:00
Jan Djärv
182659ae3c Fix for bug#5512, don't rely on SIGIO alone.
(x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
2010-02-10 10:29:28 +01:00
Chong Yidong
e6d23bb580 * iswitchb.el (iswitchb-completions): Revert last change. 2010-02-10 04:19:32 -05:00
Michael Albinus
a8e4290b05 * ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.  This
prevents file names like "~/" been listed literally.
2010-02-10 09:46:54 +01:00
Dan Nicolaescu
c59d6fadf7 (xterm-maybe-set-dark-background-mode): Remove
dead code.  (Bug#5546)
2010-02-09 21:33:17 -08:00
Glenn Morris
9be32c4e58 * ChangeLog: Mark tiny change. 2010-02-08 21:43:23 -08:00
Chong Yidong
3a66e78f66 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548). 2010-02-08 20:58:57 -05:00
Chong Yidong
14a225f9c2 * nsfont.m (nsfont_open): The system's value for the font descent
is negative, so round it down to avoid clipping.
2010-02-08 18:39:01 -05:00
Chong Yidong
f29fd8694c Fix ada-mode handling of number literals.
* progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
(ada-adjust-case): Don't adjust case in hexadecimal number literals.
2010-02-08 18:27:29 -05:00
Glenn Morris
64f3bde257 * buffers.texi: Fix typo in previous. 2010-02-08 09:11:15 -08:00
Glenn Morris
5dbbdd3341 Close bug#5529.
* buffers.texi (Uniquify): Must explicitly load library.  (Bug#5529)
2010-02-07 23:20:58 -08:00
Kenichi Handa
7fad1447ad international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton. 2010-02-08 16:08:18 +09:00
Glenn Morris
50e4518b52 Fix previous change for F2003 interfaces.
* progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
Move F2003 named interfaces from keywords-2 to keywords-1, and
use function-name-face rather than constant-face.
Simplify "abstract interface" regexp.
2010-02-07 12:23:20 -08:00