1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00
Commit graph

88243 commits

Author SHA1 Message Date
Chong Yidong
b796bfb4ce * progmodes/sh-script.el (sh-ancestor-alist): Doc fix. 2009-01-04 03:17:11 +00:00
Juanma Barranquero
9acef61c4e Fix typos. 2009-01-04 00:10:09 +00:00
Michael Olson
9b2bac7163 Gnus: Add explanations for recent changes to the code itself.
These are already documented in ChangeLog.
2009-01-04 00:03:05 +00:00
Michael Olson
bd71014979 ERC: Do not include text properties when returning user input. 2009-01-03 23:11:06 +00:00
Michael Olson
35203a24f1 Update ChangeLogs. 2009-01-03 23:08:26 +00:00
Michael Olson
d549e52b93 Gnus: Fix edge cases with no data being returned and Courier eccentricity.
* lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge
  case where `headers' is nil.  This can occur if the IMAP server does
  not have permissions to read messages from a folder, but can write new
  messages to the folder.
  (nnimap-request-article-part): Do not insert `data' if it is nil.

* lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank
  characters which will confuse `read', so skip past them.
2009-01-03 23:05:42 +00:00
Reiner Steib
be3f421b7b (authors-aliases): Addition.
(authors): Allow to use it for other projects.
2009-01-03 19:43:54 +00:00
Reiner Steib
4182531cea (copyright-update-directory): Autoload.
Clarify MATCH argument.  Print filenames.
2009-01-03 19:40:20 +00:00
Juanma Barranquero
296590671b Fix typo. 2009-01-03 15:27:02 +00:00
Juanma Barranquero
8d67bc8ea7 * configure.bat: Untabify help message. 2009-01-03 15:25:47 +00:00
Michael Albinus
cc2fc5a240 * NEWS: Tramp supports IPv6 addresses. 2009-01-03 15:11:47 +00:00
Eli Zaretskii
3799447ca4 Fix copyright years. 2009-01-03 15:09:53 +00:00
Eli Zaretskii
c4605e09f3 (list_system_processes, system_process_attributes) [MSDOS]: Don't use the
default (no-op) implementation.
2009-01-03 15:09:27 +00:00
Eli Zaretskii
ec06ec19fd (ret_lim_data) [MSDOS]: New function. 2009-01-03 15:04:25 +00:00
Eli Zaretskii
6a1bab0e5c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
(Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
(Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
(Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) [!subprocesses]: Define.
(syms_of_process) [!subprocesses]: Intern and staticpro them.
(Flist_system_processes, Fsystem_process_attributes) [!subprocesses]: Call
list_system_processes and system_process_attributes instead of returning Qnil.
2009-01-03 15:03:59 +00:00
Eli Zaretskii
e5c9f94c66 (system_process_attributes, list_system_processes): New functions. 2009-01-03 15:02:30 +00:00
Michael Albinus
36a3859f9b * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
(tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
methods.
2009-01-03 15:00:35 +00:00
Michael Albinus
b96e689991 * net/tramp.el (tramp-local-host-regexp)
(tramp-prefix-domain-format)
(tramp-prefix-domain-regexp, tramp-domain-regexp)
(tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
(tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
defconst.
(tramp-file-name-structure, tramp-file-name-regexp-unified)
(tramp-completion-dissect-file-name, tramp-parse-hosts-group)
(tramp-dissect-file-name, tramp-make-tramp-file-name)
(tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
(tramp-handle-insert-file-contents): Fix setting of
`buffer-read-only'.
(tramp-compute-multi-hops, tramp-local-host-p): Use
`tramp-local-host-regexp'.
(tramp-file-name-real-user, tramp-file-name-domain): Use
`tramp-user-with-domain-regexp'.
2009-01-03 14:58:15 +00:00
Michael Albinus
d665fff055 * net/dbus.el (dbus-string-to-byte-array): Handle empty array. 2009-01-03 14:55:10 +00:00
Jason Rumney
a6d46bc12c (parse_modifiers_uncached): Wheel events are clicks (bug#687). 2009-01-03 14:54:52 +00:00
Michael Albinus
4a0cf14fe9 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
addresses.
2009-01-03 14:51:55 +00:00
Michael Albinus
1aaf2292ba * trampver.texi.in (top): Declare ipv6prefix and ipv6postfix. 2009-01-03 14:49:29 +00:00
Jason Rumney
8bc63b1a23 * configure.bat: New option --with-svg.
* INSTALL: Document experimental SVG support.
2009-01-03 12:57:28 +00:00
Roland Winkler
3ac09bb4f7 (proced-grammar-alist): Refiner can be a list (function help-echo)
instead of a cons pair.
(proced-post-display-hook): New variable.
(proced-tree-depth): Renamed from proced-tree-indent.
(proced-mode): Derive mode from special-mode.
(proced-mode-map): Changed accordingly.
(proced, proced-update): Run proced-post-display-hook.
(proced-do-mark-all): Count processes for which mark has been
updated.
(proced-format): Check for ppid attribute.
(proced-process-attributes): Take time and ctime attribute from
system-process-attributes.
(proced-send-signal): Doc fix.  Collect properly the info on
marked processes.  Use fit-window-to-buffer instead of
dired-pop-to-buffer.
2009-01-03 12:19:56 +00:00
Martin Rudalics
9f822178d7 (Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.
2009-01-03 11:17:47 +00:00
Jason Rumney
8b7d0a16b2 * w32term.c (x_query_colors, x_query_color): New functions.
* image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
(svg_load_image): Cast returned pointers from dynamically loaded
functions.  Eliminate W32 specific code.
2009-01-03 11:16:32 +00:00
Stefan Monnier
958a2b4c49 (vhdl-current-line): Don't hardcode point-min==1. 2009-01-03 04:00:53 +00:00
Stefan Monnier
4c282a2783 Remove spurious backspace. 2009-01-03 03:31:54 +00:00
Bill Wohler
34f3247ffa (Scan Line Formats): Keep first column empty also for the cursor. 2009-01-02 19:25:50 +00:00
Bill Wohler
aedac0f019 (Scan Line Formats): Indicate that first column should be kept empty. 2009-01-02 19:19:03 +00:00
Dan Nicolaescu
89e2438a03 * nsfns.m (x_set_foreground_color, x_set_background_color)
(x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
(x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
x_ prefix instead of ns_.  Update references.
(syms_of_nsfns): Add a FIXME comment.

* nsterm.m (x_set_cursor_type): New prototype.
(setValuesFromPanel): Use it instead of the old ns_ prefixed name.
2009-01-02 18:58:49 +00:00
Dan Nicolaescu
bfe11752df (system_process_attributes): Provide Qtime and Qctime
for Solaris instead of incorrectly providing Qutime and Qcutime.
2009-01-02 18:35:15 +00:00
Juanma Barranquero
44d15ae01d * bindings.el (mode-line-eol-desc): Fix typo in help message.
(mode-line-client): Fix typo in help message and docstring.
2009-01-02 17:04:21 +00:00
Jason Rumney
3d69166609 *** empty log message *** 2009-01-02 16:13:27 +00:00
Jason Rumney
06d6d4bb6f (image-library-alist): Add gobject library. 2009-01-02 15:54:28 +00:00
Eli Zaretskii
af34ad36fc (System Processes): Document the time' and ctime' attributes of
`system-process-attributes'.
2009-01-02 15:20:05 +00:00
Eli Zaretskii
031da700f0 (process_times): Compute sum of utime and stime.
(system_process_attributes): Add Qtime to the alist.
2009-01-02 15:08:57 +00:00
Eli Zaretskii
ac1e417182 (system_process_attributes): Compute Qtime and Qctime and add them to the alist. 2009-01-02 15:06:49 +00:00
Eli Zaretskii
82786952eb Declare Qtime and Qctime. 2009-01-02 15:06:22 +00:00
Eli Zaretskii
89c874cfd7 (top level) <Qtime, Qctime>: New variables.
(syms_of_process): staticpro them.
(Fsystem_process_attributes): Add their documentation to the doc string.
2009-01-02 15:06:02 +00:00
Martin Rudalics
dca6c4189b (window-system-default-frame-alist)
(initial-frame-alist, minibuffer-frame-alist)
(pop-up-frame-alist, pop-up-frame-function)
(special-display-frame-alist): Rewrite and reformat doc-strings.
2009-01-02 14:47:45 +00:00
Jason Rumney
df23bf081e (Qgobject): New symbol.
(syms_of_image): Initialize it.
(init_svg_functions): Load some functions from gobject library.
2009-01-02 12:10:06 +00:00
Dan Nicolaescu
5bbdf7aab5 (make_terminal_frame): Remove redundant code and useless
block.
2009-01-01 19:58:00 +00:00
Andreas Schwab
63136da6ca (conv_sockaddr_to_lisp): Add workaround for
getsockname bug on BSD.
2009-01-01 15:58:38 +00:00
Chong Yidong
097e9c90ee (main): Fatal if hard links cannot be created. 2009-01-01 09:34:28 +00:00
Chong Yidong
81f82586c4 * movemail.c (main): Fatal if hard links cannot be created. 2009-01-01 09:34:15 +00:00
Martin Rudalics
263bc3fa94 (minibuffer-default-add-shell-commands): Fix doc-string typo. 2009-01-01 09:14:42 +00:00
Chong Yidong
a979dde193 (x_create_tip_frame): Set border width of the X window. 2009-01-01 08:54:46 +00:00
Chong Yidong
d6fafbe02c * xfns.c (x_create_tip_frame): Set border width of the X window. 2009-01-01 08:54:01 +00:00
Chong Yidong
d31f667990 * display.texi (Face Attributes): Clarify :height attribute. 2009-01-01 08:28:56 +00:00