]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Oct 2007 00:01:11 +0000 (00:01 +0000)]
*** empty log message ***

16 years ago(unsafep, unsafep-function, unsafep-progn, unsafep-let):
Juanma Barranquero [Mon, 29 Oct 2007 15:41:53 +0000 (15:41 +0000)]
(unsafep, unsafep-function, unsafep-progn, unsafep-let):
Fix typos in docstrings.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 29 Oct 2007 13:32:41 +0000 (13:32 +0000)]
*** empty log message ***

16 years ago(uniquify-unload-function): New function and var.
Juanma Barranquero [Mon, 29 Oct 2007 13:25:08 +0000 (13:25 +0000)]
(uniquify-unload-function): New function and var.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 29 Oct 2007 12:07:24 +0000 (12:07 +0000)]
*** empty log message ***

16 years ago(uniquify-maybe-rerationalize-w/o-cb): Define it before use
Juanma Barranquero [Mon, 29 Oct 2007 11:59:27 +0000 (11:59 +0000)]
(uniquify-maybe-rerationalize-w/o-cb): Define it before use
to avoid a warning in packages that require uniquify.

16 years ago(Introduction): Delete discussion of implementation internals.
Richard M. Stallman [Mon, 29 Oct 2007 08:38:06 +0000 (08:38 +0000)]
(Introduction): Delete discussion of implementation internals.

16 years ago(server-unload-function): Rename from `server-unload-hook' and
Juanma Barranquero [Mon, 29 Oct 2007 00:44:52 +0000 (00:44 +0000)]
(server-unload-function): Rename from `server-unload-hook' and
adapt to new `unload-feature' functionality.  Remove hook from
`kill-buffer-hook' buffer-locally.
(server-unload-hook): Remove.
(server-unload-function): New var; replaces `server-unload-hook'.

16 years ago(unload-feature-special-hooks): Add `delete-frame-functions'.
Juanma Barranquero [Mon, 29 Oct 2007 00:35:12 +0000 (00:35 +0000)]
(unload-feature-special-hooks): Add `delete-frame-functions'.

16 years ago(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
Juanma Barranquero [Mon, 29 Oct 2007 00:32:45 +0000 (00:32 +0000)]
(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
<installation-directory>: Reflow docstring.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 28 Oct 2007 16:48:51 +0000 (16:48 +0000)]
*** empty log message ***

16 years ago(uniquify-managed): Pacify byte compiler.
Juanma Barranquero [Sat, 27 Oct 2007 17:11:45 +0000 (17:11 +0000)]
(uniquify-managed): Pacify byte compiler.
(desktop-buffer-info): If the buffer name is managed by uniquify,
save the base name, not the uniquified one.
(desktop-create-buffer): Allow `rename-buffer' to generate a new
name in case of conflict.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 27 Oct 2007 09:09:14 +0000 (09:09 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-server-to-method): Return method found first in
   gnus-newsrc-alist.

2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
   `next-line'.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-137

16 years ago(window_min_size_2): Don't count header-line.
Martin Rudalics [Fri, 26 Oct 2007 20:50:17 +0000 (20:50 +0000)]
(window_min_size_2): Don't count header-line.

16 years agoAdd a wrapper for getenv so it also checks the registry on Windows.
Juanma Barranquero [Fri, 26 Oct 2007 15:39:49 +0000 (15:39 +0000)]
Add a wrapper for getenv so it also checks the registry on Windows.
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(xmalloc): New function by Károly Lőrentey (backported from the trunk).
(quote_file_name): Use it.
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.

16 years ago(byte-compile-warnings): Autoload the safe-local-variable property.
Glenn Morris [Fri, 26 Oct 2007 07:34:46 +0000 (07:34 +0000)]
(byte-compile-warnings): Autoload the safe-local-variable property.

16 years ago*** empty log message ***
Glenn Morris [Fri, 26 Oct 2007 07:34:20 +0000 (07:34 +0000)]
*** empty log message ***

16 years ago(browse-url-browser-function): Delete grail.
Richard M. Stallman [Fri, 26 Oct 2007 03:49:37 +0000 (03:49 +0000)]
(browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.

16 years ago(sock_err_message): New function.
Jason Rumney [Thu, 25 Oct 2007 23:56:53 +0000 (23:56 +0000)]
(sock_err_message): New function.
(set_tcp_socket): Use it.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 25 Oct 2007 14:40:00 +0000 (14:40 +0000)]
*** empty log message ***

16 years ago(w32_get_resource): Remove unused variable `ok'.
Juanma Barranquero [Thu, 25 Oct 2007 14:34:09 +0000 (14:34 +0000)]
(w32_get_resource): Remove unused variable `ok'.

16 years ago(init_environment): Fix tiny memory leak.
Juanma Barranquero [Thu, 25 Oct 2007 10:38:42 +0000 (10:38 +0000)]
(init_environment): Fix tiny memory leak.

16 years agoFix attribution.
Dan Nicolaescu [Thu, 25 Oct 2007 04:09:35 +0000 (04:09 +0000)]
Fix attribution.

16 years ago(f90-indented-comment-re, f90-directive-comment-re)
Glenn Morris [Thu, 25 Oct 2007 04:00:42 +0000 (04:00 +0000)]
(f90-indented-comment-re, f90-directive-comment-re)
(f90-break-delimiters): Mark these regexps as safe if they are strings.

16 years ago(conf-space-keywords): Mark this regexps as safe if a string.
Glenn Morris [Thu, 25 Oct 2007 03:59:26 +0000 (03:59 +0000)]
(conf-space-keywords): Mark this regexps as safe if a string.

16 years ago(fortran-comment-line-start-skip, fortran-directive-re):
Glenn Morris [Thu, 25 Oct 2007 03:57:21 +0000 (03:57 +0000)]
(fortran-comment-line-start-skip, fortran-directive-re):
Mark these regexps as safe if they are strings.

16 years ago*** empty log message ***
Glenn Morris [Thu, 25 Oct 2007 03:55:52 +0000 (03:55 +0000)]
*** empty log message ***

16 years ago(ps-mode-map): Delete C-c v binding.
Richard M. Stallman [Thu, 25 Oct 2007 02:23:34 +0000 (02:23 +0000)]
(ps-mode-map): Delete C-c v binding.

16 years agoInclude math.h.
Jason Rumney [Wed, 24 Oct 2007 13:57:45 +0000 (13:57 +0000)]
Include math.h.

16 years ago(quail-indian-update-preceding-char): Don't mark the variable as frame-local;
Juanma Barranquero [Wed, 24 Oct 2007 11:49:17 +0000 (11:49 +0000)]
(quail-indian-update-preceding-char): Don't mark the variable as frame-local;
it wasn't used as such.

16 years agoMention desktop locking.
Juanma Barranquero [Wed, 24 Oct 2007 10:22:32 +0000 (10:22 +0000)]
Mention desktop locking.

16 years agoComment change.
Richard M. Stallman [Wed, 24 Oct 2007 08:24:50 +0000 (08:24 +0000)]
Comment change.

16 years ago(x_figure_window_size): For fullscreen case,
Richard M. Stallman [Wed, 24 Oct 2007 08:24:01 +0000 (08:24 +0000)]
(x_figure_window_size): For fullscreen case,
set USPosition | PPosition without clobbering rest of window_prompting.

16 years ago(Fcurrent_idle_time): Doc fix.
Richard M. Stallman [Wed, 24 Oct 2007 08:23:01 +0000 (08:23 +0000)]
(Fcurrent_idle_time): Doc fix.

16 years ago(Fwith_output_to_temp_buffer): Doc fix.
Richard M. Stallman [Wed, 24 Oct 2007 08:22:35 +0000 (08:22 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

16 years ago(Interactive Shell): Cleanup last change.
Richard M. Stallman [Wed, 24 Oct 2007 08:21:54 +0000 (08:21 +0000)]
(Interactive Shell): Cleanup last change.

16 years ago(Top): Delete Frame-Local Variables from subnode menu.
Richard M. Stallman [Wed, 24 Oct 2007 08:20:42 +0000 (08:20 +0000)]
(Top): Delete Frame-Local Variables from subnode menu.

16 years ago(Frame-Local Variables): Node deleted.
Richard M. Stallman [Wed, 24 Oct 2007 08:20:03 +0000 (08:20 +0000)]
(Frame-Local Variables): Node deleted.
(Variables): Delete Frame-Local Variables from menu.
(Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
(Default Value): Don't mention frame-local vars.

16 years ago(Idle Timers): current-idle-time returns nil if not idle.
Richard M. Stallman [Wed, 24 Oct 2007 08:18:34 +0000 (08:18 +0000)]
(Idle Timers): current-idle-time returns nil if not idle.

16 years ago(Unloading): Document FEATURE-unload-function instead of FEATURE-unload-hook.
Richard M. Stallman [Wed, 24 Oct 2007 08:17:47 +0000 (08:17 +0000)]
(Unloading): Document FEATURE-unload-function instead of FEATURE-unload-hook.

16 years ago(Related Topics): Add called-interactively-p. Fix xref.
Richard M. Stallman [Wed, 24 Oct 2007 08:16:24 +0000 (08:16 +0000)]
(Related Topics): Add called-interactively-p.  Fix xref.

16 years ago(Multiple Displays): Don't mention frame-local vars.
Richard M. Stallman [Wed, 24 Oct 2007 08:15:46 +0000 (08:15 +0000)]
(Multiple Displays): Don't mention frame-local vars.

16 years ago(savehist-save): Omit unreadable elements.
Richard M. Stallman [Wed, 24 Oct 2007 08:15:03 +0000 (08:15 +0000)]
(savehist-save): Omit unreadable elements.

16 years ago(unload-function-defs-list): Renamed from unload-function-features-list.
Richard M. Stallman [Wed, 24 Oct 2007 08:12:40 +0000 (08:12 +0000)]
(unload-function-defs-list): Renamed from unload-function-features-list.
(unload-feature-special-hooks, unload-feature): Doc fixes.

16 years ago(indent-to-left-margin): If point's in the indentation,
Richard M. Stallman [Wed, 24 Oct 2007 08:10:57 +0000 (08:10 +0000)]
(indent-to-left-margin): If point's in the indentation,
move to the end of the indentation.

16 years ago(customize-changed-options): Make arg optional.
Richard M. Stallman [Wed, 24 Oct 2007 08:09:30 +0000 (08:09 +0000)]
(customize-changed-options): Make arg optional.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 24 Oct 2007 02:27:50 +0000 (02:27 +0000)]
*** empty log message ***

16 years ago(bs-select, bs-select-other-window): Fix typos in docstrings.
Juanma Barranquero [Wed, 24 Oct 2007 02:09:45 +0000 (02:09 +0000)]
(bs-select, bs-select-other-window): Fix typos in docstrings.

16 years agoRequire CL.
Stefan Monnier [Tue, 23 Oct 2007 21:24:36 +0000 (21:24 +0000)]
Require CL.
(comment-continue): Declare.

16 years ago(make-variable-frame-localizable): Remove.
Stefan Monnier [Tue, 23 Oct 2007 20:55:18 +0000 (20:55 +0000)]
(make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.

16 years ago*** empty log message ***
Richard M. Stallman [Tue, 23 Oct 2007 15:28:15 +0000 (15:28 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 23 Oct 2007 15:11:28 +0000 (15:11 +0000)]
*** empty log message ***

16 years ago(ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups):
Juanma Barranquero [Tue, 23 Oct 2007 14:49:21 +0000 (14:49 +0000)]
(ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups):
Doc fixes.

16 years ago(gnus-group-highlight): Mark as risky.
Richard M. Stallman [Tue, 23 Oct 2007 09:46:32 +0000 (09:46 +0000)]
(gnus-group-highlight): Mark as risky.

16 years agoChris Moore <christopher.ian.moore at gmail.com>
Glenn Morris [Tue, 23 Oct 2007 07:10:56 +0000 (07:10 +0000)]
Chris Moore  <christopher.ian.moore at gmail.com>

(comint-password-prompt-regexp): Handle `[sudo] password'-style
prompt.

16 years ago(f90-do-indent, f90-if-indent)
Glenn Morris [Tue, 23 Oct 2007 07:00:13 +0000 (07:00 +0000)]
(f90-do-indent, f90-if-indent)
(f90-type-indent, f90-program-indent)
(f90-continuation-indent, f90-comment-region)
(f90-beginning-ampersand, f90-smart-end)
(f90-break-before-delimiters, f90-auto-keyword-case)
(f90-leave-line-no, f90-mode-hook):
Give an appropriate safe-local-variable property.
(f90-font-lock-keywords-2): Fix `go to' regexp.

16 years ago*** empty log message ***
Glenn Morris [Tue, 23 Oct 2007 06:59:41 +0000 (06:59 +0000)]
*** empty log message ***

16 years ago(fortran-tab-mode-default)
Glenn Morris [Tue, 23 Oct 2007 06:52:04 +0000 (06:52 +0000)]
(fortran-tab-mode-default)
(fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
(fortran-structure-indent, fortran-continuation-indent)
(fortran-comment-indent, fortran-comment-line-extra-indent)
(fortran-comment-line-start)
(fortran-minimum-statement-indent-fixed)
(fortran-minimum-statement-indent-tab)
(fortran-comment-indent-char, fortran-line-number-indent)
(fortran-check-all-num-for-matching-do)
(fortran-blink-matching-if, fortran-continuation-string)
(fortran-comment-region, fortran-electric-line-number)
(fortran-column-ruler-fixed, fortran-column-ruler-tab)
(fortran-analyze-depth, fortran-break-before-delimiters):
Give an appropriate safe-local-variable property.

16 years ago*** empty log message ***
Glenn Morris [Tue, 23 Oct 2007 06:51:21 +0000 (06:51 +0000)]
*** empty log message ***

16 years ago(tex-uptodate-p): Don't signal an error if one
Stefan Monnier [Tue, 23 Oct 2007 00:48:34 +0000 (00:48 +0000)]
(tex-uptodate-p): Don't signal an error if one
of the subdirs is unreadable.

16 years agoTypo in docstring.
Stefan Monnier [Tue, 23 Oct 2007 00:47:58 +0000 (00:47 +0000)]
Typo in docstring.

16 years agoMartin Rudalics <rudalics at gmx.at>
Glenn Morris [Mon, 22 Oct 2007 07:40:12 +0000 (07:40 +0000)]
Martin Rudalics  <rudalics at gmx.at>

(fortran-mode-map, fortran-window-create): Use window-full-width-p.

16 years ago(tpu-edt-old-global-values): New var.
Stefan Monnier [Mon, 22 Oct 2007 04:42:10 +0000 (04:42 +0000)]
(tpu-edt-old-global-values): New var.
(tpu-edt-off): Use it.
(tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
the global-map before adding it to global-map.

16 years ago(msb-menu-bar-update-buffers): Use global-buffers-menu-map.
Stefan Monnier [Mon, 22 Oct 2007 04:26:47 +0000 (04:26 +0000)]
(msb-menu-bar-update-buffers): Use global-buffers-menu-map.
(msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
(msb--most-recently-used-menu, msb--create-buffer-menu-2):
Use with-current-buffer.

16 years ago(global-buffers-menu-map): New var.
Stefan Monnier [Mon, 22 Oct 2007 04:10:04 +0000 (04:10 +0000)]
(global-buffers-menu-map): New var.
(global-map, menu-bar-update-buffers): Use it.

16 years ago*** empty log message ***
Martin Rudalics [Sun, 21 Oct 2007 07:53:06 +0000 (07:53 +0000)]
*** empty log message ***

16 years ago* hexl.el (hexl-menu): New major mode menu.
Dan Nicolaescu [Sun, 21 Oct 2007 02:41:13 +0000 (02:41 +0000)]
* hexl.el (hexl-menu): New major mode menu.

16 years agodisplay-time-world does not exist yet.
Jason Rumney [Sun, 21 Oct 2007 01:01:33 +0000 (01:01 +0000)]
display-time-world does not exist yet.

16 years agoChange note about timezone problems on Windows.
Jason Rumney [Sun, 21 Oct 2007 00:57:13 +0000 (00:57 +0000)]
Change note about timezone problems on Windows.

16 years ago*** empty log message ***
Martin Rudalics [Sat, 20 Oct 2007 17:02:17 +0000 (17:02 +0000)]
*** empty log message ***

16 years ago(docflags, doldflags): New variables.
Eli Zaretskii [Sat, 20 Oct 2007 12:37:09 +0000 (12:37 +0000)]
(docflags, doldflags): New variables.
(genmakefiles): Use them to work around problems with whitespace in
arguments of the `if' command.

16 years ago(f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos.
Glenn Morris [Sat, 20 Oct 2007 03:53:59 +0000 (03:53 +0000)]
(f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 20 Oct 2007 02:22:19 +0000 (02:22 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
   exclude address matching message-dont-reply-to-names.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-130

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 19 Oct 2007 15:09:49 +0000 (15:09 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 19 Oct 2007 15:01:28 +0000 (15:01 +0000)]
*** empty log message ***

16 years ago(bs-mode): Set mode-class property to special.
Juanma Barranquero [Fri, 19 Oct 2007 14:51:12 +0000 (14:51 +0000)]
(bs-mode): Set mode-class property to special.

16 years ago(bs--track-window-changes): Don't refresh the whole list.
Juanma Barranquero [Fri, 19 Oct 2007 11:07:17 +0000 (11:07 +0000)]
(bs--track-window-changes): Don't refresh the whole list.

16 years ago(follow-unload-function): New function.
Juanma Barranquero [Fri, 19 Oct 2007 10:37:01 +0000 (10:37 +0000)]
(follow-unload-function): New function.

16 years ago(Fset_process_filter): Doc fix.
Juanma Barranquero [Fri, 19 Oct 2007 10:22:53 +0000 (10:22 +0000)]
(Fset_process_filter): Doc fix.

16 years ago(unload-function-features-list): Rename from `unload-hook-features-list'.
Juanma Barranquero [Fri, 19 Oct 2007 08:57:34 +0000 (08:57 +0000)]
(unload-function-features-list): Rename from `unload-hook-features-list'.
(unload-hook-features-list): Add as obsolete alias.
(unload-feature): Use `unload-function-features-list'
and new FEATURE-unload-function.

16 years agoGrammar fix.
Glenn Morris [Fri, 19 Oct 2007 07:05:37 +0000 (07:05 +0000)]
Grammar fix.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 18 Oct 2007 21:09:02 +0000 (21:09 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-util.el (gnus-string<): New function.

   * lisp/gnus/gnus-sum.el (gnus-article-sort-by-author)
   (gnus-article-sort-by-subject): Use it.

2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-win.el (gnus-configure-windows): Focus on the frame for which
   the frame-focus tag is set in gnus-buffer-configuration.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-128

16 years agoAdd Image Support section.
Jason Rumney [Thu, 18 Oct 2007 21:00:43 +0000 (21:00 +0000)]
Add Image Support section.

16 years ago(unload-feature-special-hooks): Update list of special hooks.
Juanma Barranquero [Thu, 18 Oct 2007 13:51:21 +0000 (13:51 +0000)]
(unload-feature-special-hooks): Update list of special hooks.

16 years ago(fill-individual-paragraphs): Doc fix.
Juanma Barranquero [Thu, 18 Oct 2007 13:35:16 +0000 (13:35 +0000)]
(fill-individual-paragraphs): Doc fix.
(adaptive-fill-function): Doc fix.  Remove * from docstring.

16 years ago(Quitting): Fix typo.
Martin Rudalics [Thu, 18 Oct 2007 08:12:59 +0000 (08:12 +0000)]
(Quitting): Fix typo.

16 years ago(ibuffer-saved-filter-groups): Doc fix.
Glenn Morris [Thu, 18 Oct 2007 04:43:01 +0000 (04:43 +0000)]
(ibuffer-saved-filter-groups): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Thu, 18 Oct 2007 04:41:52 +0000 (04:41 +0000)]
*** empty log message ***

16 years ago(install): Install COPYING in top-level and bin dirs.
Jason Rumney [Thu, 18 Oct 2007 00:57:12 +0000 (00:57 +0000)]
(install): Install COPYING in top-level and bin dirs.

16 years ago*** empty log message ***
Jason Rumney [Thu, 18 Oct 2007 00:56:59 +0000 (00:56 +0000)]
*** empty log message ***

16 years agoInclude COPYING in top level directory of all distributed archives.
Jason Rumney [Wed, 17 Oct 2007 23:14:15 +0000 (23:14 +0000)]
Include COPYING in top level directory of all distributed archives.

16 years agodisplay-world-time does not work on Windows.
Jason Rumney [Wed, 17 Oct 2007 22:27:24 +0000 (22:27 +0000)]
display-world-time does not work on Windows.

16 years agoDisplay message when tutorial position is not saved
Vinicius Jose Latorre [Wed, 17 Oct 2007 21:10:34 +0000 (21:10 +0000)]
Display message when tutorial position is not saved

16 years agoFix wording of the SPC non-completion of file names entry.
Eli Zaretskii [Wed, 17 Oct 2007 19:21:36 +0000 (19:21 +0000)]
Fix wording of the SPC non-completion of file names entry.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 17 Oct 2007 08:59:54 +0000 (08:59 +0000)]
*** empty log message ***

16 years ago(Glossary): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:51:04 +0000 (08:51 +0000)]
(Glossary): Use "key binding" consistently.

16 years ago(Init Non-ASCII): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:54 +0000 (08:48 +0000)]
(Init Non-ASCII): Use "key binding" consistently.

16 years ago(Source Buffers): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:07 +0000 (08:48 +0000)]
(Source Buffers): Use "key binding" consistently.

16 years ago(Diary): Fix directive.
Juanma Barranquero [Wed, 17 Oct 2007 07:53:36 +0000 (07:53 +0000)]
(Diary): Fix directive.

16 years ago(longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:47:39 +0000 (02:47 +0000)]
(longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.