1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

66963 Commits

Author SHA1 Message Date
Chong Yidong
bf5546acd0 * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the
top-level or inside a class declaration, use c-at-toplevel-p
rather than a variable instantiation to recognise a function
declaration.  Suggested by Feng Li <fengli@gmail.com>.
2006-11-15 16:30:48 +00:00
Eli Zaretskii
e0f0fe40e5 Mention find-file where C-x C-f RET change is described. 2006-11-14 20:00:43 +00:00
Romain Francoise
d089c7a89b (Fcompleting_read): Fix typo in docstring. 2006-11-14 19:25:40 +00:00
Juanma Barranquero
7809b18296 *** empty log message *** 2006-11-14 16:46:28 +00:00
Juanma Barranquero
11e52000cc Total rewrite. 2006-11-14 16:44:14 +00:00
Juanma Barranquero
85187d8368 (ada-parse-prj-file): Don't delete project buffer; user may want to edit it.
(ada-xref-set-project-field, ada-xref-current-project-file,
ada-xref-current-project, ada-show-current-project,
ada-set-main-compile-application): New functions.
(ada-xref-get-project-field, ada-require-project-file):
Normalize use of ada-prj-default-project-file.
(ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
Normalize use of ada-require-project-file.
(ada-prj-find-prj-file): Improve doc string, comments.
2006-11-14 16:19:48 +00:00
Juanma Barranquero
d4ee31d348 (ada-mode-version): Bump version.
(ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
(ada-create-menu): Add ada-set-main-compile-application, ada-show-current-main,
ada-show-current-project.
2006-11-14 16:13:39 +00:00
Stefan Monnier
71884b8d18 (inferior-python-mode-syntax-table): New var.
(inferior-python-mode): Use it.
2006-11-14 15:34:15 +00:00
Kim F. Storm
65694d6465 *** empty log message *** 2006-11-14 12:07:18 +00:00
Kim F. Storm
923155e45e *** empty log message *** 2006-11-14 11:30:46 +00:00
Andreas Schwab
5efe831f08 (terminal-init-xterm): Add more key bindings. 2006-11-14 11:26:20 +00:00
Kenichi Handa
1364f42033 (code_convert_region): Initialize
coding->heading_ascii.
(decode_coding_string, code_convert_region): Likewise.
2006-11-14 10:41:04 +00:00
YAMAMOTO Mitsuharu
9b150aa248 *** empty log message *** 2006-11-14 08:22:42 +00:00
YAMAMOTO Mitsuharu
1d4412cd77 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
&& MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
CGContextShowGlyphsWithAdvances is available.
2006-11-14 08:22:19 +00:00
YAMAMOTO Mitsuharu
74e537fb69 (menu_quit_handler, install_menu_quit_handler):
Replace `#ifdef HAVE_CANCELMENUTRACKING' with
`#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
(install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
&& MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
CancelMenuTracking is available.
2006-11-14 08:22:04 +00:00
YAMAMOTO Mitsuharu
3e2d41ea66 (Fx_display_mm_height, Fx_display_mm_width)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
&& MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
CGDisplayScreenSize is available.
2006-11-14 08:21:57 +00:00
YAMAMOTO Mitsuharu
a34abbb045 Regenerate. 2006-11-14 08:21:49 +00:00
YAMAMOTO Mitsuharu
d9a3479e3b (HAVE_CANCELMENUTRACKING): Remove test. 2006-11-14 08:21:26 +00:00
YAMAMOTO Mitsuharu
3511a25f05 Sync with src/config.in. 2006-11-14 08:19:29 +00:00
Bill Wohler
ff4dd1991d (mh-x-image-url-cache-canonicalize): Add `*' to reserved Windows
filename characters (closes SF #1396499).
2006-11-14 06:30:50 +00:00
Kim F. Storm
1b5929b989 (ido-copy-current-word): C-o copies region if active. 2006-11-13 22:05:06 +00:00
Kim F. Storm
7e9c3923fa *** empty log message *** 2006-11-13 22:04:56 +00:00
Carsten Dominik
1a20db362d (org-emph-face): fix typo in varible name. 2006-11-13 18:33:46 +00:00
Carsten Dominik
20882f4a71 *** empty log message *** 2006-11-13 18:33:08 +00:00
Chong Yidong
079f5594d6 ** CC mode defun-finding issues.
Fixed by acm's 2006-11-08 checkin.
2006-11-13 16:16:06 +00:00
Chong Yidong
ad05dc4c02 ** simon.marshall@misys.com: proposed cc-fonts patch.
Fixed by 2006-11-10 checkin.
2006-11-13 16:15:31 +00:00
Carsten Dominik
3898854ff7 *** empty log message *** 2006-11-13 12:34:09 +00:00
Jason Rumney
32dd92836c Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS. 2006-11-13 11:32:11 +00:00
Jason Rumney
99674eecd0 Define HAVE_INET_SOCKETS. 2006-11-13 11:26:30 +00:00
Jason Rumney
52dcc2d003 *** empty log message *** 2006-11-13 11:26:05 +00:00
Juanma Barranquero
1bbea9fca7 *** empty log message *** 2006-11-13 11:08:25 +00:00
Juanma Barranquero
ba2d39682b (emacsclient): Depend also on emacsclientw.exe.
($(BLD)/emacsclientw.exe): New target.
(install): Install emacsclientw.exe.
($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
(ECLIENT_CFLAGS): Remove redundant flags.
2006-11-13 11:07:47 +00:00
Juanma Barranquero
bc28de715d [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H. 2006-11-13 10:59:04 +00:00
Juanma Barranquero
2c1459a04a (rmail-output-body-to-file): Use format', not message', in `y-or-n-p' call. 2006-11-13 10:25:40 +00:00
Juanma Barranquero
674b7bae63 (set-visited-file-name): Use format', not message', in `y-or-n-p' call. 2006-11-13 10:24:55 +00:00
Juanma Barranquero
c3994f6c16 (ediff-revision): Use format', not message', in `y-or-n-p' call. 2006-11-13 10:23:44 +00:00
Carsten Dominik
bd15725eea Version number change. 2006-11-13 08:40:32 +00:00
Carsten Dominik
1585c4a6ca *** empty log message *** 2006-11-13 08:40:12 +00:00
Carsten Dominik
c3c041199a Minor typo fixes. 2006-11-13 08:39:28 +00:00
Carsten Dominik
761311e3e2 (org-metaleft): Call `org-outdent-item' on bullets.
(org-metaright): Call `org-indent-item' on bullets.
	(org-timestamp-change): Set `org-last-changed-timestamp'.
	(org-current-line): Make sure (bolp) returns correct result.
	(org-agenda-change-all-lines): Make sure highlighting TODO always
	works.
2006-11-13 08:37:36 +00:00
YAMAMOTO Mitsuharu
55a314a5c2 (mark_memory): New argument OFFSET. All uses changed.
Fix address calculations for case END < START.
(mark_stack): Impose Lisp_Object alignment on jmp_buf.
2006-11-13 08:20:48 +00:00
Bill Wohler
2f984b3910 *** empty log message *** 2006-11-13 05:31:27 +00:00
Bill Wohler
5197a0daa1 (Version, mh-version): Update for release 8.0.3. 2006-11-13 05:31:08 +00:00
Bill Wohler
d720535fae Update for MH-E release 8.0.3. 2006-11-13 05:29:54 +00:00
Bill Wohler
178443a99d (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.3. 2006-11-13 05:24:15 +00:00
Bill Wohler
b4f8b1625e (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Sync docstring with manual.
2006-11-13 04:40:22 +00:00
Bill Wohler
1a9aa7dfa0 (mh-alias-local-users): Boolean docstrings should start with "Non-nil
means". Perhaps this option should have a -flag appended.
(mh-junk-background): Sync docstring with manual.
2006-11-13 04:40:11 +00:00
Bill Wohler
33b3ab5a51 *** empty log message *** 2006-11-13 04:39:51 +00:00
Bill Wohler
c620279bb0 (Incorporating Mail): Use output of "mhparam Path" to set MAILDIR.
(Reading Mail): Document the customization of read-mail-command for
MH-E.
(Viewing Attachments): Document mm-discouraged-alternatives.
(Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
(Junk): Add more information about the settings of mh-junk-background
in a program. Add /usr/bin/mh to PATH in examples.
2006-11-13 02:00:22 +00:00
Jason Rumney
8357b75908 ($(BLD)/emacsclient.$(O)): Use CFLAGS. 2006-11-13 00:05:29 +00:00