Chong Yidong
645b6388d5
** Make longlines-mode wrap lines based on screen position instead
...
of character position, so that variable-width fonts can be handled
properly.
2008-01-22 15:43:44 +00:00
Chong Yidong
cc8ce247d5
(pop_stat, pop_last): Fix last fix.
2008-01-22 15:36:05 +00:00
Chong Yidong
8f4dc101ae
* pop.c (pop_stat, pop_last): Fix last fix.
2008-01-22 15:22:54 +00:00
Juanma Barranquero
eb9d158f69
(Exiting): Fix typo. Reported by D. E. Evans <sinuhe@gnu.org>.
2008-01-21 22:32:44 +00:00
Stefan Monnier
ce4059eea0
(unhandled-file-name-directory): Add handler.
...
(url-handler-unhandled-file-name-directory): New fun.
2008-01-21 17:16:52 +00:00
Vinicius Jose Latorre
482cfc3a95
Fix problem with cleanning blank faces when turniing off blank-mode. Eliminate -face suffix.
2008-01-21 12:43:46 +00:00
YAMAMOTO Mitsuharu
223b3d1da9
(struct scroll_bar): New member `redraw_needed_p'.
2008-01-21 09:59:58 +00:00
YAMAMOTO Mitsuharu
1ec6ded987
(x_scroll_bar_create): Initialize bar->redraw_needed_p.
...
(XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
is set even without positional changes.
(x_scroll_bar_clear): Set bar->redraw_needed_p.
2008-01-21 09:59:25 +00:00
Jason Rumney
dcb4156958
*** empty log message ***
2008-01-21 09:35:45 +00:00
Dan Nicolaescu
8ca7e0f152
Updated from master source.
2008-01-21 06:47:22 +00:00
Jason Rumney
cf32108ec4
(CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs.
2008-01-20 23:17:25 +00:00
Miles Bader
f6f461323d
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-193
2008-01-20 05:20:30 +00:00
Glenn Morris
6c64cd0434
Quote all calls to "auxiliary skeleton"s to prevent infloops.
2008-01-20 04:01:05 +00:00
Glenn Morris
9ce3eb9a3f
Martin Svenson <phromo at gmail.com> (tiny change)
...
(python-imports): Default to "None".
2008-01-20 03:57:19 +00:00
Martin Rudalics
569382c2b4
(Buffer Modification): Fix typo.
2008-01-19 18:53:05 +00:00
Dan Nicolaescu
fc9a928757
* progmodes/sh-script.el (sh-basic-offset):
...
* progmodes/cc-vars.el (c-syntactic-indentation)
(c-syntactic-indentation-in-macros): Mark as safe.
2008-01-19 18:32:34 +00:00
Juanma Barranquero
c041e2d1a3
*** empty log message ***
2008-01-19 15:24:59 +00:00
Juanma Barranquero
3df7f6458d
(blank-style, blank-chars, blank-hspace-regexp, blank-space-regexp,
...
blank-tab-regexp, blank-trailing-regexp, blank-space-before-tab-regexp,
blank-global-modes, blank-mode, global-blank-mode): Doc fixes.
(blank, blank-space-face, blank-hspace-face, blank-tab-face, blank-newline-face,
blank-trailing-face, blank-line-face, blank-space-before-tab-face,
blank-display-mappings, blank-chars-value-list, blank-style-value-list,
blank-toggle-options, global-blank-toggle-options, blank-help-text,
blank-interactive-char, blank-turn-on, blank-turn-off, blank-color-on,
blank-color-off): Fix typos in docstrings.
2008-01-19 15:13:09 +00:00
Eli Zaretskii
404967ca97
Add comment before kill-buffer-if-not-modified.
2008-01-19 14:04:35 +00:00
Kenichi Handa
5169d86148
*** empty log message ***
2008-01-19 12:50:35 +00:00
Kenichi Handa
5a7a1dde2c
(detect_coding_iso2022): New arg
...
latin_extra_code_state. Allow Latin extra codes only
when *latin_extra_code_state is nonzero.
(detect_coding_mask): If there is a NULL byte, detect the encoding
as UTF-16 or binary. If Latin extra codes exist, detect the
encoding as ISO-2022 only when there's no other proper encoding is
found.
2008-01-19 05:55:50 +00:00
Kenichi Handa
69c43ff730
("TeX"): Correct the mappings for \v{k} and \vk.
2008-01-19 04:36:40 +00:00
Miles Bader
42b54a9bef
Add arch tagline
2008-01-18 07:25:21 +00:00
Richard M. Stallman
4afd234b27
(icomplete-get-keys): Look up KEYS using all maps in proper buffer.
2008-01-18 03:19:07 +00:00
Jason Rumney
d616968003
(handle_one_xevent): Revert to counting chars not bytes.
...
(XTread_socket): Clarify what return value is counting in comment.
2008-01-17 15:23:38 +00:00
Vinicius Jose Latorre
5ba43af2c2
New file: blank-mode.el
2008-01-17 12:48:41 +00:00
Jason Rumney
1f1d079727
(use_file_dialog): Doc fix.
2008-01-17 12:05:19 +00:00
Jason Rumney
602e142f5c
(w32_read_socket) <WM_CHAR>: Decode characters outside
...
the unicode range available in MULE by locale-coding-system.
Improve dbcs lead byte detection. Set event timestamp and modifiers
earlier.
2008-01-17 11:38:45 +00:00
Glenn Morris
eddedb1594
Regenerate.
2008-01-17 04:06:38 +00:00
Glenn Morris
beccaaa6de
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2008-01-17 04:04:51 +00:00
Glenn Morris
5d2c8fc0d8
(START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR.
2008-01-17 04:04:26 +00:00
Alan Mackenzie
1d6c7cd7ee
(c-constant-symbol): Put this defun inside an eval-and-compile, so as to
...
permit byte-compiling (e.g. in bootstrap).
2008-01-16 21:26:59 +00:00
Alan Mackenzie
9302e128c9
*** empty log message ***
2008-01-16 21:26:01 +00:00
Juanma Barranquero
927783c1e2
*** empty log message ***
2008-01-16 16:30:53 +00:00
Juanma Barranquero
a8b6a3a6a0
(ada-convert-file-name): Fix typo in docstring.
2008-01-16 16:19:01 +00:00
Juanma Barranquero
6b588eb77e
(whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
...
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace): Fix typos in docstrings.
2008-01-16 16:18:32 +00:00
Juanma Barranquero
d7cd2d8b4e
(display-mm-height, display-mm-width): Fix typos in docstrings.
2008-01-16 16:17:19 +00:00
Juanma Barranquero
d2bde04f6a
Fix typos in comments.
2008-01-16 16:15:56 +00:00
Glenn Morris
2d216b52ea
(comint-regexp-arg): Fix no-input case.
2008-01-16 08:10:36 +00:00
Glenn Morris
5525a92a34
finder-inf no longer in CVS.
...
Fill last paragraph.
2008-01-16 04:17:13 +00:00
Glenn Morris
6b2872c216
Ulf Jasper <ulf.jasper at web.de>
...
(icalendar-export-file, icalendar-import-file): Restore
significant trailing whitespace in `interactive' prompts.
2008-01-16 04:14:45 +00:00
Dan Nicolaescu
54648b5c23
* vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
...
after-save-hook so that it is not called multiple times.
* vc-svn.el (vc-svn-resolve-when-done): Likewise.
2008-01-15 04:37:20 +00:00
Glenn Morris
7d3169dbbd
Simplify details of external icon licensing.
2008-01-15 04:06:40 +00:00
Glenn Morris
858fd4a4b4
(diff-end-of-hunk): Revert 2008-01-08 change.
2008-01-15 03:46:59 +00:00
Glenn Morris
11a609d13f
*** empty log message ***
2008-01-15 03:45:18 +00:00
Alan Mackenzie
43b829c118
* (c-constant-symbol): New function which supersedes c-const-symbol.
...
During a customize-.. call it enables an element of (e.g.)
c-hanging-braces alist to have its name displayed, even when the default
value of c-h-b etc. doesn't include the elemnt. Replace uses of the old
function by the new.
* progmodes/cc-vars.el (c-hanging-braces-alist): Remove the obscure
non-working fragment ":value c-".
2008-01-14 22:31:07 +00:00
Alan Mackenzie
235793595d
*** empty log message ***
2008-01-14 22:28:39 +00:00
Alan Mackenzie
499520822f
Correct messed up ID info in previous patch
2008-01-14 19:20:20 +00:00
Alan Mackenzie
f189315dde
(c-guess-basic-syntax): prevent a macro call inside a struct being
...
recognised as a K&R argument.
2008-01-14 19:17:31 +00:00
Alan Mackenzie
2780711e73
*** empty log message ***
2008-01-14 19:16:12 +00:00