1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

87909 Commits

Author SHA1 Message Date
Juanma Barranquero
0355f110d8 Add info to entry. 2008-12-11 12:02:49 +00:00
Juanma Barranquero
94584c3425 Fix typo. 2008-12-11 11:06:46 +00:00
Juanma Barranquero
ee61fe97ea * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
  (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
  (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
  (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
  (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
  (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
  (ruby-backward-sexp, ruby-add-log-current-method)
  (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
  (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
  (ruby-deep-indent-paren): Doc fix.
  (ruby-insert-encoding-magic-comment): Remove * from docstring.
  (ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Martin Rudalics
c160ca6d8e *** empty log message *** 2008-12-11 09:53:54 +00:00
Martin Rudalics
d7e781879d (dired-pop-to-buffer): Use fit-window-to-buffer when
dired-shrink-to-fit is non-nil.  (Bug#1488)
2008-12-11 09:48:08 +00:00
Juanma Barranquero
011a014396 Move decoding of locale info from Lisp to C.
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name.

* lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
  decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 09:40:44 +00:00
Juanma Barranquero
3c309f345b * process.c (Fsystem_process_attributes, syms_of_process):
Fix typo in name of Ssystem_process_attributes.
  Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
2008-12-11 08:46:35 +00:00
Dan Nicolaescu
7c3cb0ab02 SH3 is still supported. 2008-12-11 07:44:27 +00:00
Glenn Morris
bc79ba50b5 Fix ruby-mode attribution. 2008-12-11 04:22:37 +00:00
Chong Yidong
ebcba96ba3 Fix auto-mode-alist entry. 2008-12-11 02:01:55 +00:00
Chong Yidong
1b34970249 * progmodes/ruby-mode.el: Fix auto-mode-alist entry. 2008-12-11 02:01:35 +00:00
Juanma Barranquero
fedc6ab555 * syntax.c (Fmodify_syntax_entry): Doc fix. 2008-12-11 01:49:46 +00:00
Dan Nicolaescu
d50299d55d (main): Fix previous change. 2008-12-10 23:36:03 +00:00
Juanma Barranquero
5201664703 * emacsclient.c (main): Fix mindless breakage where emacsclient
does not work *at all* on Windows, even if it *can* connect.
2008-12-10 22:18:21 +00:00
Chong Yidong
ecc69b6579 (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format.  Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:50:23 +00:00
Chong Yidong
a6ab233810 * pmail.el (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format.  Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:48:55 +00:00
Chong Yidong
adc3b85d06 (pmail-insert-pmail-file-header): Function deleted.
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:39 +00:00
Chong Yidong
aecb916e99 (pmail-output-to-pmail-file): Don't call
pmail-insert-pmail-file-header.
2008-12-10 20:56:32 +00:00
Chong Yidong
f1b13b5bea * pmailout.el (pmail-output-to-pmail-file): Don't call
pmail-insert-pmail-file-header.

* pmail.el (pmail-insert-pmail-file-header): Function deleted.
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:16 +00:00
Chong Yidong
0fa15b2d02 Remove debugging code. 2008-12-10 20:36:47 +00:00
Juanma Barranquero
ba3de0e8f9 * font.c (Ffont_spec): Move usage to end of docstring. 2008-12-10 19:25:26 +00:00
Chong Yidong
17a937cccb Added Ruby mode. 2008-12-10 19:02:05 +00:00
Chong Yidong
e37d436089 (Program Modes): Mention Ruby mode. 2008-12-10 19:01:51 +00:00
Chong Yidong
31ce6a0715 * programs.texi (Program Modes): Mention Ruby mode. 2008-12-10 19:01:46 +00:00
Chong Yidong
87cbe84e0b Ruby mode added. 2008-12-10 19:00:28 +00:00
Chong Yidong
40aaa96b88 (ELCFILES): Add ruby-mode.elc. 2008-12-10 18:59:50 +00:00
Chong Yidong
89322882ea * Makefile.in (ELCFILES): Add ruby-mode.elc.
* progmodes/ruby-mode.el: New file.
2008-12-10 18:59:36 +00:00
Chong Yidong
c7fbbc3c6f New file. 2008-12-10 18:59:26 +00:00
Juanma Barranquero
e3eea1fca2 Fix whitespace breakage by bug#870 (and it wasn't even me, this time). 2008-12-10 16:31:26 +00:00
Jason Rumney
2db5c0e6a3 Improve comments for last change. 2008-12-10 16:21:39 +00:00
Jason Rumney
9d32f81899 (add_font_entity_to_list): Limit unicode-sip fonts to those that
contain characters beyond the bmp.
2008-12-10 16:10:36 +00:00
Jason Rumney
174f1c745d (Qcham): New symbol.
(font_supported_scripts): Add cham, and comments for other new
scripts in bitfield from OpenType spec.
2008-12-10 15:37:46 +00:00
Dan Nicolaescu
45ce457074 (main): Fail in case of not being able to connect. 2008-12-10 15:24:22 +00:00
Dan Nicolaescu
69157c9960 (decode_options): Fix typo. 2008-12-10 15:07:56 +00:00
Chong Yidong
c2a008832d (xterm-remove-modify-other-keys): Fix error in terminal variable
assignment.
2008-12-10 15:02:42 +00:00
Chong Yidong
70b5282983 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
terminal variable assignment.
2008-12-10 15:02:31 +00:00
Dan Nicolaescu
802bdb3c6b (EMACS_DAEMON): Remove definition.
(decode_options): Do not allow an empty alternate_editor on
WINDOWSNT.
(print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
(start_daemon_and_retry_set_socket): Likewise.
2008-12-10 14:57:20 +00:00
Juanma Barranquero
2ae37cf085 Fix typos. 2008-12-10 10:44:34 +00:00
Juanma Barranquero
a512e1a234 * net/tramp.el (top): Don't fail if there is no current message. 2008-12-10 10:21:03 +00:00
Katsumi Yamaoka
b6b8f5fda9 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
`allow-override' which says whether to use `mm-charset-override-alist'.
(rfc2047-decode-encoded-words): Use it.

* mm-util.el (mm-charset-override-alist): Fix custom type;
add `(gb2312 . gbk)' to choices.
2008-12-10 10:02:50 +00:00
Juanma Barranquero
c3f995a2cb * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
Changes when EMACS_DAEMON is not defined:
  (print_help_and_exit): Don't add daemon information to help.
  (start_daemon_and_retry_set_socket): Make a no-op.
  (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
2008-12-10 09:47:06 +00:00
Dan Nicolaescu
08d0389781 * Makefile.in (install-arch-indep): Install ebrowse.1.
* ebrowse.1: New file, mostly just the results of --help in man format.
2008-12-10 08:30:54 +00:00
Dan Nicolaescu
636b507bcc * misc.texi (emacsclient Options): Describe what an empty string
argument does for --alternate-editor.

* emacsclient.1: Describe what an empty string argument does for
--alternate-editor.

* emacsclient.c (print_help_and_exit): Describe what an empty
string argument does for --alternate-editor.
(set_socket): Make it possible to not exit in case of an error.
(start_daemon_and_retry_set_socket): New function.
(main): Use it.  Restore the NULL value for socket_name and
server_file after the set_socket call.
2008-12-10 07:56:51 +00:00
Kenichi Handa
e54be9a032 (setup-default-fontset): Add an entry for characters in the Unicode
SIP area.
2008-12-10 06:05:52 +00:00
Kenichi Handa
7b6494787a (fc_charset_table): Add "unicode-sip".
(ftfont_spec_pattern): Lookup fc_charset_table for the regisry
Qunicode_sip.
2008-12-10 06:01:44 +00:00
Glenn Morris
fb2facde09 (ELCFILES): Update. 2008-12-10 04:33:27 +00:00
Glenn Morris
52d21dc435 Move here from ../, with warning comment. 2008-12-10 04:32:16 +00:00
Glenn Morris
c80293c946 Move to obsolete 2008-12-10 04:31:45 +00:00
Daiki Ueno
8e3efc87f3 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
buffer unmodified.  (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
2008-12-10 01:35:39 +00:00
Juanma Barranquero
2133e2d138 * coding.c (QCdefault_char): Rename from QCdefalut_char.
(Fcoding_system_put): Use QCdefault_char.
  (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
2008-12-10 01:04:19 +00:00