(math-use-emacs-fn): Make sure that the number is formatted correctly.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2e9b968b
JB
12009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc-math.el (math-use-emacs-fn): Make sure that the number is
4 formatted correctly.
5
baf1a55e
JL
62009-07-02 Juri Linkov <juri@jurta.org>
7
8 * info.el: Virtual Info files and nodes.
9 (Info-virtual-files, Info-virtual-nodes): New variables.
10 (Info-current-node-virtual): New variable.
11 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12 New functions.
13 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14 to check for a virtual file instead of checking a fixed list
15 of node names.
16 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17 instead of ad-hoc processing of "dir" and (apropos history toc).
18 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19 instead of ad-hoc processing of "dir" and (apropos history toc).
20 Reread a file when moving from a virtual node.
21 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22 (Info-directory-toc-nodes, Info-directory-find-file)
23 (Info-directory-find-node): New functions.
24 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
25 (Info-history): Move part of code to
26 `Info-history-find-node'.
27 (Info-history-toc-nodes, Info-history-find-file)
28 (Info-history-find-node): New functions.
29 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
30 (Info-toc): Move part of code to `Info-toc-find-node'.
31 (Info-toc-find-node): New function.
32 (Info-toc-insert): Renamed from `Info-insert-toc'. Don't insert
33 the current Info file name to references because now the node
34 "*TOC*" belongs to the same Info manual.
35 (Info-toc-build): Renamed from `Info-build-toc'.
36 (Info-toc-nodes): Rename input argument `file' to `filename'.
37 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
38 instead of ad-hoc processing of ("dir" apropos history toc).
39 (Info-index-nodes): Use Info-virtual-file-p
40 to check for a virtual file instead of checking a fixed list
41 of node names.
42 (Info-index-node): Add check for `Info-current-node-virtual'.
43 Raise `save-match-data' higher up the tree to contain
44 `search-forward' too (bug fix).
45 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
46 (Info-virtual-index-nodes): New variable.
47 (Info-virtual-index-find-node, Info-virtual-index): New functions.
48 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
49 (Info-apropos-file, Info-apropos-nodes): New variables.
50 (Info-apropos-toc-nodes, Info-apropos-find-file)
51 (Info-apropos-find-node, Info-apropos-matches): New functions.
52 (info-apropos): Move part of code to `Info-apropos-find-node' and
53 `Info-apropos-matches'.
54 (Info-mode-map): Bind "I" to `Info-virtual-index'.
55 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
56 for a virtual file instead of checking a fixed list of node names.
57
58 * simple.el (async-shell-command): New command.
59
60 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
61
62 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
63 instead of `mount-info'.
64
d04bc496
MA
652009-07-02 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
68 (tramp-gvfs-connection-mounted-p): Handle changed mount-info
69 interface.
70
af0403e0
KH
712009-07-02 Kenichi Handa <handa@m17n.org>
72
73 * international/mule.el (set-keyboard-coding-system): Force *-unix
74 coding-system to avoid eol conversion.
75
99278f8a
MA
762009-07-01 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add
79 handler for `process-file', `shell-command' and
80 `start-file-process'.
81 (tramp-gvfs-handle-shell-command)
82 (tramp-gvfs-handle-start-file-process)
83 (tramp-gvfs-handle-process-file): New defuns.
84 (tramp-synce-list-devices): Simplify check for existence of
85 property.
86
3f1c6666
JD
872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
88
89 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
90
3f396bac
KH
912009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
92
93 * language/korean.el (set-language-info-alist): Add korean-cp949,
94 cp949 to spec.
95
c1185193
KH
962009-07-01 Kenichi Handa <handa@m17n.org>
97
98 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
99
100 * international/encoded-kb.el: Deleted.
101
102 * international/mule.el (set-keyboard-coding-system): Perform the
103 necessary setup here instead of calling encoded-kbd-setup-display.
104
3f150a60
GM
1052009-07-01 Glenn Morris <rgm@gnu.org>
106
107 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
108
b0d5b05b
GM
1092009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
110
111 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
112
4f4126e6
MA
1132009-06-30 Michael Albinus <michael.albinus@gmx.de>
114
115 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle
116 also the 'rename case, when setting file modes. (Bug#3712)
974647ac 117 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 118
7ae3ea65
MA
119 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
120 (tramp-gvfs-connection-mounted-p): Handle empty user name for
121 synce.
122 (tramp-synce-list-devices, tramp-synce-parse-device-names): New
123 defuns.
124 (top): Add completion function for "synce" method.
125
0ad6626b
KH
1262009-06-30 Kenichi Handa <handa@m17n.org>
127
128 * international/fontset.el (setup-default-fontset): Add CJK fonts
129 for symbols and the other miscellaneous characters.
130
131 * language/korea-util.el (setup-korean-environment-internal): Make
132 char-widht-table suitable for Korean environments.
133 (exit-korean-environment): Cancel above.
134
135 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
136 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
137 setup-funcion to make char-widht-table suitable for respective
138 environments, and an exit-function to cancel that.
139
140 * language/japan-util.el (setup-japanese-environment-internal):
141 Call use-cjk-char-width-table with arg `ja_JP'.
142
143 * international/characters.el (cjk-char-width-table): Delete it.
144 (cjk-char-width-table-list): New variable.
145 (use-cjk-char-width-table): New arg local-name.
146 (use-default-char-width-table): Fix for the case that Emacs is
147 already using the default char-width-table.
148
fd46e893
MA
1492009-06-29 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
152 modes mandatory. (Bug#3712)
153
b87d9f96
AM
1542009-06-29 Alan Mackenzie <acm@muc.de>
155
156 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
157 correction between the visible width of TABs and their number of
158 bytes.
b87d9f96 159
2d25aa5a
CY
1602009-06-29 Chong Yidong <cyd@stupidchicken.com>
161
162 * server.el (server-buffer-done): Prevent kill-buffer from
163 prompting by clearing the buffer modification flag (Bug#3696).
164
a3a8b002
DN
1652009-06-28 Michael McNamara <mac@mail.brushroad.com>
166
167 * verilog-mode.el (verilog-beg-of-statement)
168 (verilog-endcomment-reason-re): Support unique case and priority
169 case.
170 (verilog-basic-complete-re): Support localparam lineup.
171 (verilog-beg-of-statement-1): Fix for robustness, unique case.
172 (verilog-set-auto-endcomments): Fix for unique case, always_comb
173 commenting.
174 (verilog-leap-to-case-head): Now support *nested* unique &
175 priority case statements.
176 (verilog-auto-lineup): Make just declarations the default (as it
177 had been).
178 (verilog-leap-to-case-head): Support priority/unique case
179 statements.
180 (verilog-auto-lineup): Rework to give users radio buttons to
181 select the various styles of automatic lineup
182 (verilog-error-regexp-alist): Rework to support the XEmacs style
183 of error regular expressions from compilers, lint tools &
184 simulators. Note that GNU Emacs has made it impossible for a mode
185 to load such things.
186 (electric-verilog-terminate-line, verilog-indent-declaration)
187 (verilog-auto-wiure): Rework for radio button selection of
188 auto-lineup selection of specification of auto lineup.
189 (verilog-beg-of-statement-1): Redesign to support proper operation
190 in additional code, based on testing with auto-lineup.
191 (verilog-calculate-indent, assignments & declarations)
192 (verilog-backward-token): Enhance to support auto-lineup of
193 assignments & declarations.
194 (verilog-in-directive-p, verilog-at-struct-p): New function for
195 easy test of whether we are.
196 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
197 to support safe execution at almost anyline.
198 (verilog-calc-1): Properly support indenting deep inside generate
199 blocks.
200 (verilog-init-font) Remove definition & use of verilog-init-font,
201 as it is redundant with font-lock-defaults.
202 (verilog-mode): Alter the definition of verilog-font-lock-defualts
203 to avoid circular calls if syntax-ppss is a function (as is the
204 case now in 22.x GNU Emacs) as that function would sometimes call
205 itself, leading to (nearly) infinite recursion
206 (verilog-ovm-begin-re, verilog-ovm-end-re)
207 (verilog-ovm-statement-re, verilog-leap-to-head)
208 (verilog-backward-token): Add support for OVM macros. Some are
209 complete statements, and others open and close scopes like begin
210 and end.
211 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
212 (verilog-defun-level-generate-only-re): Really fix the defun-list
213 compilation issue
214 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
215 coverpoint, constraint and cross statements
216 (verilog-defun-level-list, verilog-generate-defun-level-list)
217 (verilog-all-defun-level-list): Redo these specifications - it is
218 too hard to support eval-when compile aggregation of lists also
219 built at when-compile time.
220 (verilog-defun-level-list): Place defconsts of variables used in
221 building regular expressions which are built in eval-when-compile
222 bodies in the same eval-when-compile body to facilitate compile
223 without load.
224 (verilog-beg-block-re-ordered): Support indenting
225 virtual/protected tasks and functions.
226 (verilog-defun-level-list,verilog-in-generate-region-p)
227 (verilog-backward-ws&directives, verilog-calc-1): Speed up
228 indentation of some module items (generate items).
229 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
230 across virtual/protected tasks and functions.
231
2322009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
233
234 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort): Allow
235 sorting AUTOARG lists. Suggested by Andrea Fedeli.
236 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
237 in concatenations. Reported by Yishay Belkind.
238 (verilog-auto-ascii-enum): Support one-hot state machines in
239 AUTOASCIIENUM. Suggested by Lloyd Gomez.
240 (verilog-auto-inst, verilog-auto-inst-port): Include interface
241 modport in AUTOINST and add vl-modport for users. Reported by
242 David Rogoff.
243 (verilog-auto-inout-module, verilog-auto-inst)
244 (verilog-decls-get-interfaces, verilog-insert-definition)
245 (verilog-insert-one-definition, verilog-read-decls)
246 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
247 (verilog-sig-modport, verilog-signals-combine-bus)
248 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
249 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
250 Suggested by David Rogoff.
251 (verilog-repair-open-comma): Fix non-insertion of comma when
252 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
253 (verilog-make-width-expression): Simplify [A-1:0] expression
254 widths to just {A{1'b0}}.
255 (verilog-mode): Cleanup checkdoc warnings.
256 (verilog-auto-inout-module, verilog-signals-matching-dir-re): Add
257 third optional regexp to AUTOINOUTMODULE to allow selecting only
258 inputs/outputs or data type. Suggested by Vasu Kandadi.
259 (next-error-last-buffer): Fix byte-compiler warning.
260 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
261 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
262 or shell command text during AUTO expansion. Suggested by Tad
263 Truex.
264 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
265 (verilog-read-sub-decls-sig, verilog-symbol-detick-text): Fix
266 dotted nets {a.b,c.d} and excaped identifiers being mis-included
267 in AUTOINOUT. Reported by Matthew Lovell.
268 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
269 causing use of <= assignments. Reported by Alex Reed.
270 (verilog-read-decls): Fix triand, trior, wand, wor to be
271 recognized by AUTOWIRE. Reported by Spencer Isaacson.
272 (verilog-extended-complete-re): Support import "DPI-C" functions.
273 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
274 y[a+1:a+1]" to not include a in reset list. Reported by Dan
275 Dever.
276 (verilog-insert-date, verilog-insert-year)
277 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
278 Windows systems. Reported by Michael Potts.
279 (verilog-read-module-name): Fix AUTOINST when the child module
280 declaration's name is a tick define. Reported by Elliot Mednick.
281 (verilog-read-decls): Fix V2K parameter bit subscripts getting
282 passed to next parameter's definition. Reported by Bruce T.
283 (verilog-read-decls): Fix detecting "parameter int" when using
284 AUTOINSTPARAM. Reported by Bruce T.
285 (verilog-goto-defun): Fix goto not finding modules unless first
286 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
287 (verilog-mode): Expand -f flag arguments on entry to mode so
288 verilog-goto-defun will work. Reported by Lawrence Butcher.
289 (verilog-getopt): Expand environment variables in -f file
290 arguments. Suggested by Lawrence Butcher.
291 (verilog-set-define): Fix "Symbol's value as variable is void"
292 when reading enumerations.
293 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
294 Suggested by Stephen Peltan.
295 (verilog-read-defines): Fix reading of enumerations in include
296 files. Reported by Steve Peltan.
297
f7c0d931
CY
2982009-06-28 David De La Harpe Golden <david@harpegolden.net>
299
300 * files.el (trash-directory): Fix defcustom type.
301
baf1a55e 3022009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
303
304 * help-fns.el (describe-function-1): Correctly locate adviced
305 functions in hyperlink (Bug#2438).
306
d63a01ef
CY
3072009-06-28 Chong Yidong <cyd@stupidchicken.com>
308
309 * files.el (trash-directory): Change default to nil.
310 (move-file-to-trash): If trash-directory is nil and
311 system-move-file-to-trash is unbound, perform freedesktop-style
312 trashing.
313
3142009-06-28 David De La Harpe Golden <david@harpegolden.net>
315
316 * files.el (move-file-to-trash): Add freedesktop trash
317 support (Bug#973).
318
fc2f6a26
GM
3192009-06-28 Glenn Morris <rgm@gnu.org>
320
321 * autorevert.el (global-auto-revert-non-file-buffers)
322 (global-auto-revert-mode): Doc fixes.
323
00242b07
JB
3242009-06-27 Johan Bockgård <bojohan@gnu.org>
325
326 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
327
f5594f03
CY
3282009-06-27 Chong Yidong <cyd@stupidchicken.com>
329
e8a2b2da
CY
330 * faces.el (x-handle-named-frame-geometry): Ensure that we have
331 opened an X connection before calling x-get-resource (Bug#3194).
332
f5594f03
CY
333 * play/doctor.el: Remove reference to obsolete website.
334 (make-doctor-variables): Correct grammar mistake (Bug#2633).
335
3c3bf6ce
DN
3362009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
337
338 Remove find-file-not-found-hook VC method. (Bug#2757)
339 * vc-hooks.el (vc-file-not-found-hook)
340 (vc-default-find-file-not-found-hook): Remove functions.
341 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
342 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
343 * vc.el:
344 * vc-hg.el:
345 * vc-git.el: Do not mention find-file-not-found-hook VC method.
346
e26a7bc0
AM
3472009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
348
349 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
350 compatibility function for `looking-back'
351
352 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
353 `ispell-looking-back'
354
d9848600
MA
3552009-06-24 Michael Albinus <michael.albinus@gmx.de>
356
357 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 358 rather than `filename'.
d9848600 359
05fbc4a9
MB
3602009-06-23 Miles Bader <miles@gnu.org>
361
362 * face-remap.el (text-scale-set): New function.
363
f86ca715
GM
3642009-06-23 Glenn Morris <rgm@gnu.org>
365
33e2c2e5
GM
366 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
367
f529f302
GM
368 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
369
34995333
GM
370 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
371
cc80ccee
GM
372 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
373
84cb770d
GM
374 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
375 Simplify Persian conditionals.
376
d916c965
GM
377 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
378 variable `filename'.
379
b6a44b27
GM
380 * comint.el (comint-insert-input): Doc fix.
381
f86ca715
GM
382 * Makefile.in (ELCFILES): Fix typo in previous change.
383
666e158e
MB
3842009-06-23 Miles Bader <miles@gnu.org>
385
386 * cus-start.el: Add entry for `recenter-redisplay'.
387
77bf3f54
DN
3882009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
389
390 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
391 Add an optional argument for the backend, use it instead of
392 calling vc-backend.
393 (vc-mode-line): Add an optional argument for the backend. Pass
394 the backend to vc-state and vc-working-revision. Move code for
395 special handling for vc-state being a buffer to ...
396
397 * vc-rcs.el (vc-rcs-find-file-hook):
398 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
399
400 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
401 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
402 vc-stay-local-p and vc-mode-line calls.
403
404 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
405 (vc-cvs-diff, vc-cvs-annotate-command)
406 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
407 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
408 vc-mode-line calls.
409
410 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
411 direct comparison.
412 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
413 backend when calling vc-mode-line.
414 (vc-register): Do not create a closure for calling the vc register
415 function, call it directly.
416
2764748c
DN
4172009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
420 to make it obvious item can be clicked.
f5a0b281
DN
421
422 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
423
d4a885b2
KH
4242009-06-23 Kenichi Handa <handa@m17n.org>
425
426 * language/korea-util.el (korean-key-bindings): Change the binding
427 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
428 same command.
429
e3610693
MA
4302009-06-22 Michael Albinus <michael.albinus@gmx.de>
431
432 Sync with Tramp 2.1.16.
433
434 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
435
436 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
437 when a loading of a package fails. Completion function for rsync
438 is `tramp-completion-function-alist-ssh'.
439 (all): Replace all calls of `split-string' and
440 `tramp-split-string' by `tramp-compat-split-string'.
441 (tramp-default-method): Use `tramp-compat-process-running-p'.
442 (tramp-default-proxies-alist): Allow also Lisp forms.
443 (tramp-remote-path): Add choice "Private Directories".
444 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
445 option.
446 (tramp-domain-regexp): Allow also "-", "_" and ".".
447 (tramp-end-of-output): Remove newlines, and add "$" at the end.
448 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
449 (tramp-debug-message): Insert header line in debug buffer.
450 (tramp-handle-directory-files-and-attributes-with-stat): Care
451 about filenames with spaces, or starting with "-".
452 (tramp-handle-dired-uncache): New defun.
453 (tramp-handle-insert-directory): Don't flush the directory from
454 cache, this is handled by `dired-uncache' now.
455 (tramp-handle-insert-file-contents): Improve error handling.
456 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
457 Quote `tramp-end-of-output'.
458 (tramp-action-password): Improve trace message.
459 (tramp-check-for-regexp): Both echoes must be present, before
460 removing.
461 (tramp-open-connection-setup-interactive-shell): Trace coding
462 system.
463 (tramp-compute-multi-hops): Eval cons cells of
464 `tramp-default-proxies-alist'.
465 (tramp-maybe-open-connection): Use the same command pattern for
466 first hop and further hops.
467 (tramp-wait-for-output): Remove handling of newlines.
468 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
469 (tramp-split-string): Remove function. It is handled in
470 tramp-compat now.
471
472 * net/tramp-cmds.el (tramp-bug): Recommend
473 `tramp-cleanup-all-connections' in the bug mail.
474
475 * net/tramp-compat.el (tramp-compat-split-string)
476 (tramp-compat-process-running-p): New defuns.
477
478 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
479 for `dired-uncache'.
480
481 * net/tramp-gvfs.el: New package.
482
483 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
484 handler for `dired-uncache'.
485 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
486
487 * net/trampver.el: Update release number. Make version check fit
488 for SXEmacs 22.
489
13a3f374
JM
4902009-06-22 Jim Meyering <meyering@redhat.com>
491
e0a28a3b 492 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
493 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
494 XZ is the successor to LZMA: <http://tukaani.org/xz/>
495
5242671e 4962009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 497 Nick Roberts <nickrob@snap.net.nz>
13a3f374 498
e0a28a3b 499 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
500 repository (http://sphinx.net.ru/hg/gdb-mi/).
501
3fde45af
GM
5022009-06-22 Glenn Morris <rgm@gnu.org>
503
46253b34
GM
504 * files.el (dir-locals-collect-mode-variables): Allow for any number of
505 `mode' and `eval' entries. (Bug#3430)
506
97e18192
GM
507 * Makefile.in (ELCFILES): Add fadr.elc.
508
731a00fb
GM
509 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
510 differing behavior of \n and ^ in strings. (Bug#3385)
511
c66cd0ff
GM
512 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
513
3fde45af
GM
514 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
515 property.
516 (lisp-indent-function): Make it a defcustom.
517
db2241a0
NR
5182009-06-21 Nick Roberts <nickrob@snap.net.nz>
519
520 * progmodes/gdb-ui.el: Replace with ...
5242671e 521 * progmodes/gdb-mi.el: ... this file.
db2241a0 522 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
523
5242009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
525
db2241a0
NR
526 * fadr.el: New file.
527
70243478
CY
5282009-06-21 Chong Yidong <cyd@stupidchicken.com>
529
530 * Branch for 23.1.
531
0ae8ebe8
GM
5322009-06-21 Glenn Morris <rgm@gnu.org>
533
c4ea8f00 534 * emacs-lisp/lisp-mode.el (lisp-indent-function)
0ae8ebe8
GM
535 * emacs-lisp/cl-indent.el (lisp-indent-defun-method)
536 (common-lisp-indent-function): Add doc strings.
537
347437a5
CY
5382009-06-19 David Casperson <casper@unbc.ca> (tiny change)
539
540 * font-core.el (turn-on-font-lock-if-desired): Correctly handle
541 the case where font-lock-global-modes is a list that doesn't begin
635de3bb 542 with `not' (Bug#3611).
347437a5 543
6ec6d6f4
GM
5442009-06-19 Glenn Morris <rgm@gnu.org>
545
546 * subr.el (open-network-stream): Doc fix.
547
ef34da7f
JB
5482009-06-19 Juanma Barranquero <lekktu@gmail.com>
549
550 * international/fontset.el (setup-default-fontset):
551 Fix typo in previous change.
552
fdf483c9
KH
5532009-06-19 Kenichi Handa <handa@m17n.org>
554
27fa41ee
KH
555 * international/fontset.el (setup-default-fontset): Add a spec of
556 non-OTF unicode font for Thai.
557
fdf483c9
KH
558 * fringe.el: Add coding: utf-8 cookie.
559
edfe155b
CY
5602009-06-18 Kenichi Handa <handa@m17n.org>
561
562 * language/korean.el (korean-cp949): New coding system. Set cp949
563 as an alias to it.
564
f91e3313
CY
5652009-06-18 Ulrich Mueller <ulm@gentoo.org>
566
567 * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6fce7820 568 format used by GnuPG 2.0.11.
f91e3313 569
c1a70892
GM
5702009-06-18 Glenn Morris <rgm@gnu.org>
571
572 * files.el (dir-locals-set-directory-class): Make mtime argument
573 optional, since it is always unneeded in the non-file case. (Bug#3577)
574
269a9d1a
KH
5752009-06-18 Kenichi Handa <handa@m17n.org>
576
5c7c11c3
KH
577 * language/korean.el ("Korean"): Fix `documentation' property of
578 this language environment.
579
269a9d1a
KH
580 * language/korea-util.el (korean-key-bindings): Add binding for
581 key Hangul.
582
f7a2e634
CY
5832009-06-17 Chong Yidong <cyd@stupidchicken.com>
584
585 * progmodes/compile.el (compilation-error-regexp-alist-alist):
586 Comment out 2007-07-25 change adding support for Maven error
587 messages; this regexp is too slow on long lines (Bug#3441).
588
11473529
CY
5892009-06-17 Akinori MUSHA <knu@iDaemons.org> (tiny change)
590
591 * progmodes/ruby-mode.el (ruby-parse-partial)
592 (ruby-font-lock-keywords): Support overloadable negative
593 operators (Bug#3587).
594
b9330108
CY
5952009-06-17 Tiago Saboga <tiagosaboga@gmail.com> (tiny change)
596
597 * files.el (save-some-buffers-action-alist): Fix last
598 change (Bug#3578).
599
cf66a343
GM
6002009-06-17 Glenn Morris <rgm@gnu.org>
601
602 * files.el (dir-locals-set-directory-class): Fix doc typo.
603
67cbe681
KH
6042009-06-17 Kenichi Handa <handa@m17n.org>
605
606 * international/mule-diag.el (list-character-sets): Change
607 "FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology.
608 (list-character-sets-1): Add one line explanation about
609 "supplementary charset". Make the part "Supplementary Character
610 Sets" clickable.
611
c8e98fdb
KH
6122009-06-16 Eduard Wiebe <usenet@pusto.de> (tiny change)
613
614 * international/mule-conf.el: Add cp949-2-byte, cp949.
615
b6cac59c
KH
6162009-06-16 Kenichi Handa <handa@m17n.org>
617
618 * composite.el (compose-region): Improve the docstring.
619
37438e77
SM
6202009-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * vc.el (vc-default-revision-granularity): Remove to let the normal
623 error handling kick in (bug#3570).
624
ad4c1f62
CY
6252009-06-13 Chong Yidong <cyd@stupidchicken.com>
626
627 * simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
628 handle kill-whole-line, as it doesn't make sense in this context.
629
02532fbc
SS
6302009-06-12 Sam Steingold <sds@gnu.org>
631
632 * vc-hg.el (vc-hg-log-switches): Add defcustom.
633 (vc-hg-print-log): Use it.
634
09856751
KH
6352009-06-12 Kenichi Handa <handa@m17n.org>
636
637 * international/eucjp-ms.el: Re-generated.
638
b27c3bc6
GM
6392009-06-10 Glenn Morris <rgm@gnu.org>
640
641 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
642 Fix typo in 2008-04-02 change.
643
b8321d86
KH
6442009-06-10 Kenichi Handa <handa@m17n.org>
645
646 * composite.el (compose-gstring-for-terminal): For zero-width
647 characters of Unicode category `Cf', simply replace it with SPC.
648
ef34da7f 6492009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
820c1f50
AM
650
651 * ispell.el: Make `ispell-dictionary' customizable (#2555)
652
4fd536b6
MA
6532009-06-08 Michael Albinus <michael.albinus@gmx.de>
654
655 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
656 files correctly.
657
521e469f
AR
6582009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
659
660 * term/ns-win.el (composition-function-table)
661 (script-representative-chars): Don't alter.
662
917b89a6
MA
6632009-06-07 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
666 copy more robust, especially when "chown" is not applicable.
667
5249a62d
MR
6682009-06-07 Martin Rudalics <rudalics@gmx.at>
669
670 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
671
661aaece
MA
6722009-06-06 Michael Albinus <michael.albinus@gmx.de>
673
630100ea
MA
674 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
675 Apply workaround for OpenSolaris bug.
661aaece 676
42481bde
DU
6772009-06-05 Daiki Ueno <ueno@unixuser.org>
678
679 * epa.el (epa-decrypt-region): Detect encoding if
680 coding-system-for-read is not specified.
681 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
682 (epa-verify-region): Ditto.
683
e66f4dfb
SM
6842009-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * tar-mode.el (tar-header-block-tokenize): Obey @LongLink even for
687 POSIX tar archives (bug#3410).
688
bea2e969
JB
6892009-06-04 Johan Bockgård <bojohan@gnu.org>
690
691 * vc.el (vc-revision-other-window): Fix argument to backend
692 function revision-completion-table; it expects a list.
693
5e5ae184
SM
6942009-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * frame.el (delete-other-frames): Only delete frames on the
697 same terminal (bug#3442).
698
8682defd
GM
6992009-06-04 Glenn Morris <rgm@gnu.org>
700
701 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
702 Make into defcustoms. (Bug#3429)
703
e3a4c813
CY
7042009-06-01 Chong Yidong <cyd@stupidchicken.com>
705
706 * international/README: New file.
707
708 * international/charprop.el:
709 * international/uni-bidi.el:
710 * international/uni-category.el:
711 * international/uni-combining.el:
712 * international/uni-comment.el:
713 * international/uni-decimal.el:
714 * international/uni-decomposition.el:
715 * international/uni-digit.el:
716 * international/uni-lowercase.el:
717 * international/uni-mirrored.el:
718 * international/uni-name.el:
719 * international/uni-numeric.el:
720 * international/uni-old-name.el:
721 * international/uni-titlecase.el:
722 * international/uni-uppercase.el: Add copyright notice (Bug#3428).
723
724 * emulation/edt.el (edt-previous-line, edt-next-line): Don't use
725 forward-line, undoing 2007-10-19 change (Bug#3188).
726
727 * textmodes/two-column.el (2C-split): Call move-to-column, to
728 compensate for the 2007-10-19 change from next-line to
729 forward-line (Bug#3435). Account for fringe and scroll-bar when
730 setting 2C-window-width.
731
97b2518e
SM
7322009-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h
735 if C-h is remapped to something else like DEL.
736
f2872f04
CY
7372009-05-26 Chong Yidong <cyd@stupidchicken.com>
738
97b2518e 739 * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
c46768fc 740
f2872f04
CY
741 * view.el (view-recenter): Allow recenter to compute window height
742 normally.
9d14bd37
CY
743 (view-window-size): Use window-line-height to find window height.
744 (view-page-size-default): Return nil if LINES is nil, 0, or larger
745 than the window height.
746 (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
f2872f04 747
66bb8485
CY
7482009-05-26 Kenichi Handa <handa@m17n.org>
749
97b2518e
SM
750 * textmodes/table.el (table--unibyte-char-to-multibyte):
751 Delete function.
66bb8485
CY
752 (*table--cell-self-insert-command, *table--cell-quoted-insert):
753 Don't call table--unibyte-char-to-multibyte (Bug#3372).
754
707f4689
CY
7552009-05-26 Chong Yidong <cyd@stupidchicken.com>
756
757 * newcomment.el (comment-region): Doc fix (Bug#3370).
758
75da36cc
RW
7592009-05-24 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
760
761 * mail/smtpmail.el: Indent code properly to make it more readable.
762
d1dca201
CY
7632009-05-24 Chong Yidong <cyd@stupidchicken.com>
764
765 * textmodes/ispell.el (ispell-check-version): Handle dashes in
766 version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
767
558fc4c9
CY
7682009-05-23 Chong Yidong <cyd@stupidchicken.com>
769
770 * info.el (Info-mode): Doc fix (Bug#3358).
771
e290f028
JB
7722009-05-23 Johan Bockgård <bojohan@gnu.org>
773
774 * ediff-vers.el (ediff-vc-latest-version): Use property
775 `vc-latest-revision' instead of `vc-latest-version'. (It was
776 renamed in the big VC overhaul.)
777
d4bbd646
CY
7782009-05-23 Chong Yidong <cyd@stupidchicken.com>
779
780 * progmodes/grep.el (grep-compute-defaults): Simplify how settings
781 are looked up.
782 (grep-apply-setting): New function.
783 (grep-highlight-matches, grep-command, grep-template)
784 (grep-use-null-device, grep-find-command, grep-find-template):
97b2518e
SM
785 Clarify role of grep-compute-defaults in docstrings.
786 Use grep-apply-setting to apply changes (Bug#3343).
d4bbd646 787
d5a8ed10
GM
7882009-05-21 Glenn Morris <rgm@gnu.org>
789
790 * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
791 always move cursor to new date. (Bug#3338)
792
24d2266c
SM
7932009-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as
796 a page number.
797
41c40183
JR
7982009-05-20 Jason Rumney <jasonr@gnu.org>
799
800 * files.el (locate-dominating-stop-dir-regexp): Add terminal
801 directory separator to UNC path case (Bug#3252).
802
4b77f8a3
CY
8032009-05-20 Chong Yidong <cyd@stupidchicken.com>
804
24d2266c
SM
805 * international/encoded-kb.el (encoded-kbd-setup-display):
806 Change DISPLAY arg to TERMINAL.
4b77f8a3
CY
807
808 * international/mule.el (set-terminal-coding-system)
809 (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
810
30d01cdc
AM
8112009-05-19 Alan Mackenzie <acm@muc.de>
812
24d2266c
SM
813 * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line):
814 Rename from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG
815 and c-new-END, thus extending the font-lock region.
816 (c-font-lock-init): Don't set obsolete variable font-lock-lines-before.
30d01cdc
AM
817
818 * progmodes/cc-langs.el (c-before-font-lock-function): Rename a
819 value to c-extend-and-neutralize-syntax-in-CPP.
820
3a92c095
KH
8212009-05-19 Kenichi Handa <handa@m17n.org>
822
823 * faces.el (set-face-attribute): Fix handling of :family
824 "FOUNDRY-FAMILY".
825
5858bcc4
CY
8262009-05-18 Chong Yidong <cyd@stupidchicken.com>
827
828 * register.el (register-alist): Doc fix (Bug#3311).
829
4df49ff1
RS
8302009-05-18 Richard M Stallman <rms@gnu.org>
831
0b508a27
RS
832 * progmodes/compile.el (compilation-filter): If inserting at end
833 of accessible part of buffer, keep end of output visible.
834
4df49ff1
RS
835 * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
836 Don't call rmail-modify-format here.
837 (rmail-expunge): Call it here after expunge is confirmed.
838 (rmail-confirm-expunge): Doc fix. Mark as risky.
839 (rmail-convert-babyl-to-mbox): Call rmail-modify-format.
840 (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
841 For other attributes, call `rmail-modify-format',
842 and propagate the modified flag to rmail-buffer.
843
f5b574ad
RS
8442009-05-17 Richard M Stallman <rms@gnu.org>
845
846 * mail/rmailedit.el (rmail-edit-current-message):
847 Call rmail-modify-format here.
848 (rmail-cease-edit): Not here.
849
2793b89e
SM
8502009-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * vc-bzr.el (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
853 of any kind of error (e.g. when "sha1sum" is not found).
854
19998f14
MR
8552009-05-15 Martin Rudalics <rudalics@gmx.at>
856
857 * dired.el (dired-pop-to-buffer): Try to make this behave the
858 Emacs 22 way (Bug#1806).
859
92e02072
CY
8602009-05-14 Chong Yidong <cyd@stupidchicken.com>
861
862 * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
863
7951ca53
CY
8642009-05-12 Chong Yidong <cyd@stupidchicken.com>
865
866 * tutorial.el (help-with-tutorial): Don't use text mode, since the
b39d28c9
CY
867 tutorial text assume Fundamental mode. Use TUTORIAL.xx for the
868 tutorial buffer, since that is what the tutorial text assumes.
7951ca53 869
a9e3ff69
SM
8702009-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * simple.el (completion-setup-function):
873 Only modify the default-directory in *Completions* (bug#3250).
874 Take partial-completion into account when setting default-directory.
875
143770f2
CY
8762009-05-10 Chong Yidong <cyd@stupidchicken.com>
877
878 * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
879
11c238b3
KS
8802009-05-10 Kim F. Storm <storm@cua.dk>
881
882 * ido.el: Add proper support for confirm-nonexistent-file-or-buffer
883 values `confirm' and `confirm-after-completion'.
884 (ido-read-internal, ido-buffer-internal, ido-file-internal):
885 Setup and handle require-match arg according to c-n-f-o-b.
886 (ido-show-confirm-message): New dynamic variable.
887 (ido-exit-minibuffer): Request confirmation for non-existing file
888 or buffer according to confirm-nonexistent-file-or-buffer.
889 (ido-decorations): Add 11th element for "confirm" message.
890 (ido-completions): Show confirmation message when requested.
891
3909e3a3
KH
8922009-05-08 Kenichi Handa <handa@m17n.org>
893
a9e3ff69
SM
894 * international/encoded-kb.el (encoded-kbd-setup-keymap):
895 * international/mule-diag.el (describe-coding-system): Fix for big5.
3909e3a3 896
8b10a2d1
MR
8972009-05-07 Martin Rudalics <rudalics@gmx.at>
898
899 * window.el (split-window-sensibly): New function.
900 (split-height-threshold, split-width-threshold): State in
a9e3ff69
SM
901 doc-string that these affect split-window-sensibly.
902 Change customization subtype from number to integer.
8b10a2d1 903 (window--splittable-p): Rename to window-splittable-p since it's
a9e3ff69 904 referred to in doc-string of split-window-sensibly. Update doc-string.
8b10a2d1
MR
905 (window--try-to-split-window): Unconditionally call
906 split-window-preferred-function and move splitting functionality
907 to split-window-sensibly (Bug#3142).
a9e3ff69
SM
908 (split-window-preferred-function): Rewrite doc-string.
909 Don't allow nil as customization type.
8b10a2d1 910
8c61dd01
CY
9112009-05-07 Chong Yidong <cyd@stupidchicken.com>
912
913 * faces.el (x-handle-named-frame-geometry): Ignore errors from
914 x-get-resource due to not yet opened X connection. This is a
915 temporary workaround for Bug#3194.
916
e6c01f09
SM
9172009-05-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
918
919 * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
920
97355c38
SM
9212009-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
924
22d47d5e
CY
9252009-05-04 Miles Bader <miles@gnu.org>
926
927 * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
928 directly (Bug#2878).
929
2b4e72e1
JB
9302009-05-03 Juanma Barranquero <lekktu@gmail.com>
931
932 * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
933 (ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
934 (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
935 (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
936 (ns-set-background-alpha, ns-set-foreground-at-mouse)
937 (ns-set-background-at-mouse): Fix typos in docstrings.
938
50f13b3e
DU
9392009-05-03 Daiki Ueno <ueno@unixuser.org>
940
de22b81d
DU
941 * epg.el (epg-wait-for-completion): Sleep after the process
942 exits, to allow process-filter to run (Bug#2412).
943
50f13b3e
DU
944 * epa.el (epa--read-signature-type): Fix typo.
945
1d3c7fd6
GM
9462009-05-02 Glenn Morris <rgm@gnu.org>
947
948 * wid-edit.el (widget-specify-field, widget-field-value-get, character):
949 Revert 2009-03-24 change, since it causes a more serious problem than
950 the one it solves. (Closes Bug#3136, reopens Bug#2689.)
951
36fc0932
MR
9522009-05-02 Martin Rudalics <rudalics@gmx.at>
953
954 * frame.el (pop-up-frame-function): Remove choice nil since it
955 does not represent a valid value.
956
9250c1e8
DR
9572009-04-30 David Reitter <david.reitter@gmail.com>
958
959 * term/ns-win.el (ns-make-command-string, ns-grabenv)
960 (ns-extended-platform-support-mode, menu-bar-ns-file-menu)
961 (ns-arrange-all-frames, ns-arrange-visible-frames)
35f5b128 962 (ns-arrange-frames): Remove. These functionalities not
9250c1e8
DR
963 available on other (free) platforms will be provided to users
964 outside the Emacs project in the "ns-platform-support" package.
965
9e95e9f4
AM
9662009-04-30 Alan Mackenzie <acm@muc.de>
967
968 Enhancements for Objective-C:
969 * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
970 (c-objc-method-arg-unfinished-offset)
971 (c-objc-method-parameter-offset): New variables.
972 (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
973 for objc-method-call-cont.
974
975 * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
976 "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
977
a9e3ff69
SM
978 * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
979 New function.
9e95e9f4 980
753bc4f6
CY
9812009-04-29 Chong Yidong <cyd@stupidchicken.com>
982
983 * subr.el (assoc-default): Doc fix.
984
91f68422
CY
9852009-04-29 Ulrich Mueller <ulm@gentoo.org>
986
987 * files.el (hack-local-variables-prop-line)
a9e3ff69
SM
988 (hack-local-variables, dir-locals-read-from-file):
989 Bind read-circle to nil before reading.
91f68422 990
1c6bf196
CY
9912009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
992
993 * progmodes/which-func.el (which-function): Don't assume that
994 entries from `imenu--index-alist' are ordered by buffer position,
995 which fails when submenus are present (Bug#3153).
996
afa13c4a
SM
9972009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * international/quail.el (quail-vunion): Remove unexplained nreverse.
1000
a2ced5a9
NR
10012009-04-28 Nick Roberts <nickrob@snap.net.nz>
1002
1003 * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
1004 error with gud-tooltip-mode in the Linux console.
1005
68a4b77d
CY
10062009-04-28 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * tooltip.el (tooltip-show-help): Fall back on
1009 tooltip-show-help-non-mode for text-only displays.
1010
7048562d
JB
10112009-04-27 Jay Belanger <jay.p.belanger@gmail.com>
1012
1013 * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
1014
26361eae
JB
10152009-04-26 Jay Belanger <jay.p.belanger@gmail.com>
1016
1017 * calc/calc.el (calc-set-mode-line): Check to make sure that the
1018 correct Calc buffer gets "Embed" in the mode line.
1019 (calc-mode): Copy stack list for additional Calc buffers.
1020
4a0c0061
CY
10212009-04-25 Chong Yidong <cyd@stupidchicken.com>
1022
624a662f
CY
1023 * simple.el (line-move-visual): If point is stuck moving backwards
1024 against a display string, temporarily ignore the goal
1025 column (Bug#3020).
1026
4a0c0061
CY
1027 * startup.el (normal-top-level): Implement a work-around to handle
1028 changes to face-font-rescale-alist during
1029 initialization (Bug#1785).
1030
65a099b6
MA
10312009-04-24 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
1034 (tramp-handle-file-name-all-completions): Don't use "-b" as ls
1035 arg. It does not work on OpenBSD. Reported by Taylor Venable
1036 <taylor@metasyntax.net>.
1037
47474951
CY
10382009-04-23 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
1041 (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
1042
5dadb083
MR
10432009-04-21 Martin Rudalics <rudalics@gmx.at>
1044
1045 * diff-mode.el (diff-find-source-location): Don't call
19a4c504 1046 diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033)
5dadb083 1047
4c7d14b3
KH
10482009-04-21 Kenichi Handa <handa@m17n.org>
1049
1050 * international/uni-decomposition.el: Re-generated.
1051
f67cf064
RW
10522009-04-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1053
1054 * proced.el (proced-sort): Declare it buffer-local.
1055 (proced-send-signal): Handle non-nil signals.
1056
c3f9cd46
JR
10572009-04-18 Jason Rumney <jasonr@gnu.org>
1058
1059 * facemenu.el (list-colors-duplicates): w32-default-color-map is
1060 a function (Bug#3044).
1061
68a0d892
DU
10622009-04-18 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>
1063
afa13c4a
SM
1064 * epa-file.el (epa-file-decode-and-insert):
1065 Use string-to-multibyte instead of set-buffer-multibyte.
68a0d892
DU
1066 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
1067
d8937064
CY
10682009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1069
1070 * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
1071
965b9376
CY
10722009-04-18 Chong Yidong <cyd@stupidchicken.com>
1073
afa13c4a
SM
1074 * thingatpt.el (thing-at-point-bounds-of-list-at-point):
1075 New function (Bug#3027).
965b9376 1076
293a9e7a
KH
10772009-04-17 Kenichi Handa <handa@m17n.org>
1078
1079 * international/uni-decomposition.el: Re-generated.
1080
873f4645
CY
10812009-04-16 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1084 Don't create markers.
afa13c4a
SM
1085 (tex-mode-flyspell-verify): Don't create markers.
1086 Use line-end-position.
873f4645
CY
1087 (sgml-mode-flyspell-verify): Don't create markers. Simplify code
1088 using looking-at and looking-back.
1089
05fcb8da
CY
10902009-04-16 Robert Brown <brown@google.com> (tiny change)
1091
1092 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
1093 property (Bug#2984).
1094
23e41d15
CY
10952009-04-16 Leo <sdl.web@gmail.com> (tiny change)
1096
1097 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
1098 parameter alist.
1099
3d0dd8ff
CY
11002009-04-15 William Xu <william.xwl@gmail.com>
1101
1102 * outline.el (hide-sublevels): Ensure that arguments are passed to
1103 outline-flag-region in the correct order (Bug#3000).
1104
dee8ac10
CY
11052009-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
1106
1107 * net/browse-url.el (browse-url-filename-alist): Correct file
1108 URI (Bug#2922).
1109
7beba943
CY
11102009-04-15 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * subr.el (posn-col-row): Properly compute line spacing.
1113 Suggested by Nikolaj Schumacher (Bug#2933).
1114
b0f439fc
UJ
11152009-04-15 Ulf Jasper <ulf.jasper@web.de>
1116
1117 * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
1118 feeds.
1119
524a655d
DN
11202009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1121
afa13c4a
SM
1122 * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
1123 names with leading spaces. Ignore "." if it appears as a filename.
524a655d 1124
ade29c44
JB
11252009-04-14 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
1128 (scan-buf-previous-region): Fix typo in docstring.
1129
6dea7173
JB
11302009-04-14 Edward Wiebe <usenet@pusto.de> (tiny change)
1131
1132 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
1133
e09349c5
MA
11342009-04-14 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
1137 Fix an error in flushing cache data.
1138 (tramp-handle-process-file): Flush all file cache values for the
1139 connection, because the remote process could have changed them.
1140 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1141 Handle QUIT.
1142
1143 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
1144 of directory "".
1145
1afbbf85
SM
11462009-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * minibuffer.el (completion--try-word-completion): Don't disable
1149 `partial-completion' any more. Mark the added char instead.
1150 (completion-pcm--string->pattern): Notice chars added by
afa13c4a 1151 completion--try-word-completion and treat them specially. (bug#2957)
1afbbf85 1152
df93e513
JR
11532009-04-13 Jason Rumney <jasonr@gnu.org>
1154
1155 * faces.el (frame-set-background-mode): Window system frames
a94b978f 1156 default to light. Use default in cases where specified color
df93e513
JR
1157 does not exist (Bug#2969).
1158
759f43a0
KH
11592009-04-13 Kenichi Handa <handa@m17n.org>
1160
1afbbf85 1161 * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
759f43a0 1162
5ab38c3c
MA
11632009-04-12 Michael Albinus <michael.albinus@gmx.de>
1164
1afbbf85
SM
1165 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1166 Overwrite always the tmpfile. (Bug#2962).
5ab38c3c 1167
9291a2d6
CY
11682009-04-11 Chong Yidong <cyd@stupidchicken.com>
1169
cf66a343
GM
1170 * files.el (dir-locals-directory-cache): Rename from
1171 dir-locals-directory-alist. Change format to include
25760acb
CY
1172 the mtime of the directory-local variables file (Bug#2833).
1173 (dir-locals-set-directory-class): New arg mtime. Store it in
1174 dir-locals-directory-cache.
1175 (dir-locals-find-file): Check cache validity using the mtime.
1176 (dir-locals-read-from-file): Save the file mtime in the cache.
1177 (hack-dir-local-variables): Adapt to new
1178 dir-locals-directory-cache entry format.
1179
1afbbf85
SM
1180 * international/mule-diag.el (describe-font-internal):
1181 Rename ignored argument to IGNORED.
9291a2d6
CY
1182 (describe-font): Elide unnecessary argument to
1183 describe-font-internal (Bug#2945).
1184
2399e875
RS
11852009-04-10 Richard M Stallman <rms@gnu.org>
1186
4f31ad74
RS
1187 * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
1188
cd093dcf 1189 * vc-dir.el (vc-dir): Doc fix.
2399e875 1190
91034865
EZ
11912009-04-10 Eli Zaretskii <eliz@gnu.org>
1192
71d8a140
EZ
1193 * mail/unrmail.el (unrmail): If "Mail-From" header is found,
1194 append a newline to it.
1195
91034865
EZ
1196 * mail/rmail.el (rmail-unrmail-new-mail)
1197 (rmail-unrmail-new-mail-maybe): New functions.
1198 (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
1199 convert Babyl-formatted new mail to mbox format. (Bug#2942)
1200
c872c51e
KS
12012009-04-09 Kim F. Storm <storm@cua.dk>
1202
1203 * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
1204 tab-to-tab-stop to respect indent-tabs-mode.
1205
caf9510c
RS
12062009-04-09 Richard M Stallman <rms@gnu.org>
1207
1d3c7fd6 1208 * mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd.
6dd50fed
RS
1209 (rmail-kill-label, rmail-add-label): Doc fixes.
1210
de62d9e9
RS
1211 * mail/rmailout.el (rmail-output): If file is visited,
1212 check the buffer's format.
1213
f824857f
RS
1214 * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
1215
9aadce25 1216 * mail/rmailout.el (rmail-output-to-rmail-buffer):
f824857f 1217 Call rmail-modify-format.
9aadce25
RS
1218
1219 Don't query before visiting a Babyl file.
1220 Instead, query before modifications that would save it.
1221
1222 * mail/rmail.el (rmail-was-converted): New variable.
1223 (rmail-seriously-modified): New variable.
1224 (rmail-perm-variables): Set them to nil.
1225 (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
1226 Instead, set rmail-was-converted.
1227 (rmail-modify-format): New function. Query if save will change format.
1228 (rmail-dont-modify-format): New function.
1229 (rmail-duplicate-message, rmail-get-new-mail):
1230 Call rmail-modify-format.
1231 (rmail-set-header): Call rmail-dont-modify-format.
1232 (rmail-set-attribute): Likewise.
1233 (rmail-expunge-confirmed): Call rmail-modify-format.
1234
caf9510c
RS
1235 * mail/sendmail.el (sendmail-send-it): Replace any
1236 pre-existing Content-type header if we insert one.
1237
49096407
MA
12382009-04-09 Michael Albinus <michael.albinus@gmx.de>
1239
1afbbf85 1240 * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
a94b978f 1241 (tramp-handle-vc-registered): New defun. (Bug#1741)
49096407
MA
1242
1243 * net/tramp-cache.el (tramp-flush-directory-property): Use the
1244 localname of KEY for check.
1245
3b920650
KH
12462009-04-09 Kenichi Handa <handa@m17n.org>
1247
1248 * international/charprop.el: Re-generated.
1249 * international/uni-bidi.el: Re-generated.
1250 * international/uni-category.el: Re-generated.
1251 * international/uni-combining.el: Re-generated.
1252 * international/uni-decomposition.el: Re-generated.
1253 * international/uni-mirrored.el: Re-generated.
1254 * international/uni-name.el: Re-generated.
1255
92655f6c
EZ
12562009-04-08 Eli Zaretskii <eliz@gnu.org>
1257
d8c0d419
EZ
1258 * files.el (append-to-file): Doc fix.
1259
9993f59a
EZ
1260 * term/pc-win.el (msdos-last-help-message): New defvar.
1261 (msdos-show-help): Use it to avoid saving the last message if it
1262 was also a help message (Bug#2895).
1263
92655f6c
EZ
1264 * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
1265 in subject. This resurrects a feature, lost in transition to
1266 mbox, whereby Subject is matched even if it's broken into several
1267 lines at arbitrary places.
1268
11ce2c34
NR
12692009-04-08 Nick Roberts <nickrob@snap.net.nz>
1270
1271 * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
1272
157bca46
CY
12732009-04-08 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * textmodes/fill.el (fill-paragraph): Doc fix.
1276
4ffdb307
CY
12772009-04-07 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
1280
384b53ab
GM
12812009-04-07 Glenn Morris <rgm@gnu.org>
1282
73f6360c
GM
1283 * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
1284
384b53ab
GM
1285 * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
1286 message.
1287 (rmail-quit): Mark summary unmodified.
1288 (rmail-expunge): Doc fix. Always show a message. (Bug#2763)
1289
e7621494
CY
12902009-04-07 Chong Yidong <cyd@stupidchicken.com>
1291
2793b89e
SM
1292 * vc-bzr.el (vc-bzr-log-view-mode):
1293 Tweak log-view-message-re (Bug#2872).
71de5c37 1294
2793b89e
SM
1295 * descr-text.el (describe-property-list, describe-char):
1296 Add follow-link properties to buttons that need them.
707731ee
CY
1297
1298 * tooltip.el (tooltip-show-help-non-mode): Don't save the last
1299 message if it was also a help message (Bug#2895).
1300
45cb4eb4
RW
13012009-04-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1302
1303 * textmodes/bibtex.el (bibtex-format-entry)
2793b89e 1304 (bibtex-search-crossref): Allow OPT prefix for name of crossref field.
45cb4eb4 1305
45f8cb0c
SS
13062009-04-06 Sam Steingold <sds@gnu.org>
1307
1308 * simple.el (completion-list-mode-map): Bind "q" to quit-window,
1309 just like in all other read-only buffers.
1310
337c561c
CY
13112009-04-05 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * simple.el (handle-shift-selection): Clarify docstring.
1314
38145b39
MA
13152009-04-05 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
1318 `file-modes' returns nil.
1319
1320 * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
1321 `ange-ftp' property of `set-file-modes' to
cd0d52bc 1322 `ange-ftp-set-file-modes' (Bug#2865).
38145b39
MA
1323 (ange-ftp-call-chmod): Add error handling.
1324
a94b978f 1325 * net/tramp.el (tramp-default-file-modes): New defun. Replace all
cd0d52bc 1326 calls of `file-modes' by this (Bug#2869).
38145b39
MA
1327 (tramp-handle-find-backup-file-name): Use `symbol-value' instead
1328 of `boundp'.
1329
1330 * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
1331 Use `tramp-default-file-modes'.
1332
d51f6378
CY
13332009-04-04 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * frame.el (make-frame): Doc fix.
1336
435f0dd2
EZ
13372009-04-04 Eli Zaretskii <eliz@gnu.org>
1338
1339 * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
1340 summary lines.
1341
1be9bd1e
CY
13422009-04-02 Chong Yidong <cyd@stupidchicken.com>
1343
1344 * dired.el (dired-get-filename): Always pass filename through
1345 `read' to ensure unquoting is performed (Bug#2862).
1346
96fe38a8
SM
13472009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
1350
64b7c58a
GM
13512009-04-02 Glenn Morris <rgm@gnu.org>
1352
1353 * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
1354
1355 * calendar/holidays.el (calendar-holidays):
1356 Don't autoload it. (Bug#2811)
1357
74fcd0b1
KH
13582009-04-02 Kenichi Handa <handa@m17n.org>
1359
98a326f7
SM
1360 * international/fontset.el (setup-default-fontset):
1361 Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830)
74fcd0b1 1362
74ab01ff
SM
13632009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * simple.el (auto-fill-function): Mark it as safe for nil.
1366 Suggested by Leo <sdl.web@gmail.com>.
1367
32ca5ee4
DN
13682009-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1369
4a87f93e
DN
1370 * vc-mtn.el (vc-mtn-register): Fix optional arguments.
1371
32ca5ee4 1372 * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
74ab01ff 1373 (vc-mode-line): Accept and use an optional argument for the backend.
32ca5ee4 1374 (vc-find-file-hook): Use when instead of if. Avoid calling
74ab01ff 1375 vc-backend multiple times, pass down the value computed the first time.
32ca5ee4 1376
c21d4d1a
AS
13772009-03-30 Andreas Schwab <schwab@linux-m68k.org>
1378
74ab01ff
SM
1379 * ansi-color.el (ansi-color-get-face):
1380 Use ansi-color-parameter-regexp to match parameters.
c21d4d1a
AS
1381 (ansi-color-regexp): Include final `m' in first group.
1382
b90f9e54
JR
13832009-03-30 Jason Rumney <jasonr@gnu.org>
1384
1385 * files.el (locate-dominating-stop-dir-regexp): Stop searching
1386 when a UNC mount point is reached.
1387
fd7299fd
JB
13882009-03-30 Jay Belanger <jay.p.belanger@gmail.com>
1389
1390 * calc/calc-embed.el (calc-embedded-restore-original-modes):
1391 Add argument for Calculator buffer.
1392 (calc-do-embedded): Use specific Calculator buffer when cancelling
1393 embedded mode.
1394
1395 * calc/calc.el (calc-buffer-list): New variable.
1396 (calc-kill-stack-buffer): New function.
1397 (calc-mode): Add `calc-kill-stack-buffer' to
1398 `kill-buffer-query-functions'. Add current buffer to
1399 `calc-buffer-list'.
1400
be757201
KH
14012009-03-30 Kenichi Handa <handa@m17n.org>
1402
1403 * language/chinese.el (chinese-big5): Change type to `big5'.
1404
c2ba9ee0
CY
14052009-03-30 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * help-mode.el (help-buffer): Add docstring.
1408
294a5fcd
JB
14092009-03-28 David Reitter <david.reitter@gmail.com>
1410
1411 * term/ns-win.el (ns-expand-space): Remove defvar.
1412 (S-,): Bind to `customize' in line with menu item.
1413 ([global-map windows]): Remove (in line with other platforms).
1414 (menu-bar-update-frames, force-menu-bar-update-buffers):
1415 Remove, not needed.
1416 (menu-bar-update-hook): Do not alter.
1417 (generate-fontset-menu, mouse-set-font): Amend doc string
5848d130
DR
1418 of these defaliases to point out their altered meaning in NS.
1419
7f3130fc
JL
14202009-03-28 Juri Linkov <juri@jurta.org>
1421
1422 * simple.el (minibuffer-default-add-completions):
1423 Remove `(interactive)'. (Bug#2805)
1424
7f94baf0
EZ
14252009-03-28 Eli Zaretskii <eliz@gnu.org>
1426
1427 * files.el (shell-quote-wildcard-pattern): Doc fix.
1428
0c6af6dd
EZ
14292009-03-27 Eli Zaretskii <eliz@gnu.org>
1430
1431 * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
1432 when looking for "." and "..". (Bug#2801)
1433
11ff3b67
AS
14342009-03-27 Andreas Schwab <schwab@linux-m68k.org>
1435
1436 * simple.el (shift-select-mode): Make it a defcustom.
1437 * cus-start.el: Remove shift-select-mode.
1438
84db11d6
SM
14392009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * simple.el (shift-select-mode): Move declaration from callint.c.
1442 (handle-shift-selection): Remove `deactivate' arg and check
1443 shift-select-mode instead.
1444
6c01cfb6
JB
14452009-03-26 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * align.el (align-large-region, align-perl-modes, align-rules-list)
1448 (align-open-comment-modes): Fix typos in docstrings.
1449 (align-region-separate): Doc fixes.
1450
3835d0d0
SM
14512009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
1454 extension entries for lookup tables or extended file name tables.
1455 Distinguish the internal and external name, so lookup is easier.
1456 (archive-ar-extract): Take advantage of more precise name.
1457 Preserve point.
1458
a47e5745
CY
14592009-03-25 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * play/bubbles.el (bubbles): Doc fix (Bug#2776).
1462
1ce3d35b
JB
14632009-03-25 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * composite.el (auto-compose-chars): Fix typo in docstring.
1466
8204704e
MA
14672009-03-24 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
1470
5e5b7cb1
GM
14712009-03-24 Glenn Morris <rgm@gnu.org>
1472
1473 * wid-edit.el (widget-specify-field): Don't add a second overlay for a
1474 field with just a newline character.
1475 (widget-field-value-get): Don't reduce fields with just a space
1476 character to null.
1477 (character): Accept newline. (Bug#2689)
1478
553dd618
KH
14792009-03-24 Kenichi Handa <handa@m17n.org>
1480
1481 * international/fontset.el (font-encoding-alist): Add an entry for
639239cf 1482 muletibetan-0. (Bug#2722)
553dd618 1483
be14a425
DN
14842009-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1485
1486 * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
1487 checkouts. (Bug#2157)
1488 (vc-bzr-after-dir-status): Ignore a warning for bzr status.
1489 (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
1490
551fd0c4
RS
14912009-03-22 Richard M Stallman <rms@gnu.org>
1492
8882002a
RS
1493 * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
1494 (rmail-expunge): Without DONT-SHOW, show the message even after
1495 updating summary.
551fd0c4 1496
3deeb46b
GM
14972009-03-21 Jari Aalto <jari.aalto@cante.net>
1498
1499 * time.el (display-time-default-load-average): Doc fix.
1500
acc060e4
EZ
15012009-03-21 Eli Zaretskii <eliz@gnu.org>
1502
1503 * simple.el (handle-shift-selection): Doc fix. (Bug#2738)
1504
bee48888
CY
15052009-03-21 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * files.el (file-modes-rights-to-number): Doc fix.
1508 (file-modes-symbolic-to-number): Handle empty permissions
1509 arg (Bug#2729).
1510
bd924903
DN
15112009-03-21 Dan Nicolaescu <dann@ics.uci.edu>
1512
1513 * vc.el (Todo): Add note on simplifying vc-register.
1514
ce343c43
EZ
15152009-03-21 Eli Zaretskii <eliz@gnu.org>
1516
3835d0d0
SM
1517 * eshell/em-ls.el (eshell-ls-dir):
1518 Call eshell-directory-files-and-attributes with additional argument
ce343c43
EZ
1519 'integer or 'string, according to numeric-uid-gid.
1520 (eshell-ls-file): Don't convert UID and GID to strings, as
1521 eshell-ls-dir already did. Enlarge max user-name string length to
1522 14 characters.
1523 (eshell-do-ls): Fix the long name of the -L option.
1524
1525 * eshell/esh-util.el (directory-files-and-attributes): Accept and
1526 ignore additional optional argument id-format.
3835d0d0
SM
1527 (eshell-directory-files-and-attributes):
1528 Call directory-files-and-attributes with additional argument id-format.
ce343c43
EZ
1529
1530 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
1531 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
1532 argument nil.
1533
6dea7173 15342009-03-21 David Reitter <david.reitter@gmail.com>
a065aa4a
DR
1535
1536 * cus-start.el (all): Use existing `ns' rather than new `nextstep'
1537 group for variables affected by last two changes.
1538
cc15c0f2 15392009-03-21 Eli Zaretskii <eliz@gnu.org>
bc9ebf41 1540
cc15c0f2
EZ
1541 * cus-start.el (all): Fix last change.
1542
6dea7173 15432009-03-21 David Reitter <david.reitter@gmail.com>
cc15c0f2
EZ
1544
1545 * cus-start.el (all): Add ns-control-modifier,
1546 ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
1547 ns-antialias-text, and ns-use-qd-smoothing.
bc9ebf41 1548
2bc9f1df
DN
15492009-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1550
1551 * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
1552
673e5169
JB
15532009-03-19 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * subr.el (forward-point): Add obsolescence declaration.
1556
1557 * paren.el (show-paren-function):
1558 * simple.el (kill-forward-chars, kill-backward-chars):
1559 Use (+/- (point) N), instead of `forward-point'.
1560
33e38fa1
GM
15612009-03-19 Glenn Morris <rgm@gnu.org>
1562
1563 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
1564
1565 * mail/supercite.el (sc-version): Doc fix.
1566
241625c3
GM
15672009-03-19 Leo <sdl.web@gmail.com> (tiny change)
1568
1569 * mail/supercite.el (sc-version): Fix typo in interactive spec.
1570
2c035993
KH
15712009-03-19 Kenichi Handa <handa@m17n.org>
1572
80197a8c
JB
1573 * international/quail.el (quail-update-leim-list-file):
1574 Save leim-list.el in utf-8.
9ffcf5cb 1575
80197a8c
JB
1576 * international/mule-cmds.el (leim-list-header):
1577 Use utf-8 coding tag.
9ffcf5cb 1578
80197a8c 1579 * term/ns-win.el: Call create-default-fontset, not
2c035993
KH
1580 setup-default-fontset. Call create-fontset-from-fontset-spec
1581 within condition-case.
1582
80197a8c
JB
1583 * term/w32-win.el (w32-initialize-window-system):
1584 Call create-default-fontset, not setup-default-fontset.
1585 Call create-fontset-from-fontset-spec within condition-case.
2c035993 1586
80197a8c
JB
1587 * term/x-win.el (x-initialize-window-system):
1588 Call create-default-fontset, not setup-default-fontset.
1589 Call create-fontset-from-fontset-spec within condition-case.
2c035993
KH
1590
1591 * international/fontset.el (create-default-fontset): New function.
1592 (create-fontset-from-x-resource): Use display-warning instead of
1593 message.
1594
b6de8838
RS
15952009-03-18 Richard M Stallman <rms@gnu.org>
1596
1597 * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
1598 (rmail-retry-failure): Undo previous change.
1599
37e3a2bf
KH
16002009-03-18 Kenichi Handa <handa@m17n.org>
1601
0be8a343
JB
1602 * international/mule.el (after-insert-file-set-coding):
1603 Set buffer-file-coding-system directly without calling
1604 set-buffer-file-coding-system. (Fixes bug described in
1605 follow-up to bug#2317).
37e3a2bf 1606
e597afcb
JB
16072009-03-17 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
1610
44ded024
KH
16112009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
1612
e597afcb
JB
1613 * international/characters.el (cjk-char-width-table):
1614 Add cp932-2-byte.
44ded024 1615
761023b6
CY
16162009-03-17 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
1619
e597afcb 16202009-03-16 David Reitter <david.reitter@gmail.com>
4b7a7901 1621
e597afcb
JB
1622 * faces.el (set-face-attributes-from-resources)
1623 (face-set-after-frame-default): Do not import X resources on NS
4b7a7901
DR
1624 because NS does not have system-wide X resources.
1625
0b9b4ab9
RS
16262009-03-16 Richard M Stallman <rms@gnu.org>
1627
1628 * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
1629 (rmail-expunge): Show the message only once, and only if needed.
1630 If the current message was current before, just re-swap.
1631
945acc7b
KH
16322009-03-16 Kenichi Handa <handa@m17n.org>
1633
1634 * international/ccl.el (ccl-compile-if): Signal an error for
1635 invalid operator.
1636
112b8d17
CY
16372009-03-16 Chong Yidong <cyd@stupidchicken.com>
1638
87979de8
CY
1639 * minibuffer.el (read-file-name): Doc fix.
1640
17bc3e84
CY
1641 * tooltip.el (tooltip-show-help-non-mode): Don't set
1642 tooltip-previous-message if called with the same tooltip that is
1643 showing (Bug#2680).
1644
112b8d17
CY
1645 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
1646 (completing-read-multiple): Set and restore
1647 choose-completion-string-functions (Bug#1080).
1648
4ad1654a
GM
16492009-03-15 Glenn Morris <rgm@gnu.org>
1650
a20013c1
GM
1651 * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
1652 value to help people with the formatting.
1653
4ad1654a
GM
1654 * mail/sendmail.el (mail-yank-prefix): Doc fix.
1655 (mail-mode-map): Only enable the "Cite Original" menu-item when
1656 appropriate. Standardize the text used for other headers re hyphens.
1657
1658 * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
1659 like "Reply-To".
1660
80495f24
CY
16612009-03-15 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * minibuffer.el (completion-styles): Add emacs22 completion style
1664 as fallback.
1665
01cf1a52
DN
16662009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
1667
1668 * vc.el (vc-checkin): Add an extra argument for the VC backend,
1669 pass it down to vc-start-logentry.
1670 (vc-next-action, vc-transfer-file): Pass the VC backend to
1671 vc-checkin.
57b037f9
DN
1672 (vc-next-action): Do not assume that all backends in
1673 vc-handled-backends are upper case.
01cf1a52 1674
9e127d66
CY
16752009-03-15 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * files.el (get-free-disk-space): Ensure that default-directory is
1678 usable before calling call-process. Suggested by Kevin
1679 Ryde (Bug#2631).
1680
c6c62e78
DR
16812009-03-14 David Reitter <david.reitter@gmail.com>
1682
d93f9575
CY
1683 * term/ns-win.el (ns-expand-space): Remove.
1684 (ns-show-prefs event): Run `customize'.
1685 (ns-power-off): Run `save-buffers-kill-emacs', but ask user
7c310b24 1686 whether to save files (as is standard).
c6c62e78 1687 (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
d93f9575 1688 (menu-bar-enable-clipboard): Do not undefine these.
7c310b24
GM
1689 (ns-save-preferences, ns-save-options, ns-show-preferences-help):
1690 Remove.
c6c62e78 1691
87ede499
GM
16922009-03-14 Glenn Morris <rgm@gnu.org>
1693
5b650c3c
GM
1694 * mail/mailalias.el: Remove leading `*' from defcustom docs.
1695
87ede499
GM
1696 * mail/sendmail.el (mail-interactive): Doc fix.
1697 (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
1698 (mail-setup): Use the function mail-signature.
b769f3da 1699 (mail-mode-hook): Doc fix.
87ede499
GM
1700 (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
1701 (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
1702 (mail-signature): Check the signature file is readable.
1703 With the argument ATPOINT, really insert at point.
1704 Handle the case when the variable mail-signature is an expression.
1705
dbe24f20
CY
17062009-03-14 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * simple.el (undo-outer-limit-truncate): Mention that
1709 warning-suppress-types is defined in the warnings
1710 library (Bug#2668).
1711
24703c3c
DN
17122009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
1713
1714 * vc.el (vc-default-receive-file): The 'register method now
1715 expects a list, pass a list.
1716
8f7019ed
CY
17172009-03-14 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * doc-view.el (doc-view-sentinel): Strip trailing newline from
1720 event message.
1721
86f0d932
SM
17222009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1723
3ba41ce4
SM
1724 * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
1725 modified status before running the major-mode.
1726
86f0d932
SM
1727 * simple.el (undo): Don't loop when encountering empty undo records.
1728
4376876e
TH
17292009-03-13 Tassilo Horn <tassilo@member.fsf.org>
1730
1731 * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
1732
4537363c
AJ
17332009-03-13 Alexandre Julliard <julliard@winehq.org>
1734
1735 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
1736 Fall back to original commit if vc-git-symbolic-commit fails to
1737 find a symbolic name.
7dae1ce2
JB
1738 (vc-git-symbolic-commit): Don't limit search to tags.
1739 Treat "undefined" as an error. (Bug #2110)
4537363c 1740
f5fbd9ad
DG
17412009-03-13 D. Goel <deego3@gmail.com>
1742
7dae1ce2 1743 * ibuf-ext.el:
dd0bed85
GM
1744 * midnight.el (midnight-next):
1745 * progmodes/ebrowse.el:
1746 * progmodes/flymake.el (flymake-float-time):
1747 When calling (multiple-value-bind/setq .. ls) replace ls
1748 by (values-list ls) throughout.
75aeb229 1749
0579b5b1
AM
17502009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
1751
1752 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
7dae1ce2 1753 params. (Bug #2654)
0579b5b1 1754
dc4e3ccc
SM
17552009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1756
ccb012c5
SM
1757 * files.el (auto-mode-alist): Add rules for OpenOffice extension
1758 packages, as well as Opkg/Ipkg packages.
1759
dc4e3ccc
SM
1760 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
1761 (tar-summarize-buffer): Don't silently skip incomplete headers.
1762 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
1763 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
1764 treat a tar file member as being a tar file itself, just because
1765 its own filename includes the parent tar file's.
1766
d102151d
KH
17672009-03-13 Kenichi Handa <handa@m17n.org>
1768
1769 * international/mule-diag.el (print-fontset): Handling of the
1770 argument FONTSET changed for consistency. Reorder the printed
1771 information to match with the font searching strategy.
1772 (describe-fontset): Use face-attribute to get the fontset of the
1773 selected frame.
1774 (mule-diag): Likewise. Print both font and fontset of the frame.
1775
f7e49cc5
CY
17762009-03-13 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * term.el (term-send-raw-string): Deactivate mark.
1779 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
1780
1a86cc81
JB
17812009-03-12 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * register.el (get-register): Rename arg REG to REGISTER for
1784 consistency with other register functions.
1785 (set-register, jump-to-register): Fix typos in docstrings.
1786 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
1787
1fa1ea7d
GM
17882009-03-12 Glenn Morris <rgm@gnu.org>
1789
1790 * mail/mailabbrev.el (mail-abbrev-next-line)
1791 (mail-abbrev-end-of-buffer): Doc fixes.
1792
46033340
JR
17932009-03-11 Jason Rumney <jasonr@gnu.org>
1794
1795 * term/w32-win.el (w32-initialize-window-system): Don't override
1796 Japanese font settings.
31358bee
JR
1797 (xlfd-regexp-registry-subnum): Remove unused declaration.
1798 (w32-drag-n-drop-debug): Comment out unused debug function.
46033340 1799
52b9c461
GM
18002009-03-11 Glenn Morris <rgm@gnu.org>
1801
1802 * mail/rmailedit.el (rmail-edit-mode):
1803 Set write-region-annotate-functions. (Bug#2625)
1804
7679cfc8
JB
18052009-03-10 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
1808
86dca3e8
JR
18092009-03-10 Jason Rumney <jasonr@gnu.org>
1810
1811 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
1812
bba79a9c
SM
18132009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1814
ba528748
SM
1815 * server.el (server-process-filter): Use expand-file-name rather than
1816 command-line-normalize-file-name so as to use the `dir' when provided.
1817
bba79a9c
SM
1818 * doc-view.el (doc-view-convert-current-doc): Fix last change.
1819
9dda5b0e
GM
18202009-03-10 Glenn Morris <rgm@gnu.org>
1821
0462d019
GM
1822 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
1823 Doc fixes.
1824 (mail-mailing-lists): Remove leading `*' from defcustom doc.
1825
9dda5b0e
GM
1826 * simple.el (compose-mail): Doc fix.
1827
eb916113
CY
18282009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
1829
bba79a9c 1830 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
eb916113 1831
6462af0d
JR
18322009-03-09 Jason Rumney <jasonr@gnu.org>
1833
1834 * minibuffer.el (read-file-name): Only split dir name when
1835 default filename is missing. (Bug#2585)
1836
5bde1114
CY
18372009-03-08 Chong Yidong <cyd@stupidchicken.com>
1838
7aad1c62
CY
1839 * finder.el (finder-commentary): Don't delete other
1840 windows (Bug#2291).
1841
b2553838
CY
1842 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
1843 first (Bug#2449).
5bde1114 1844
72e0a95b
AS
18452009-03-08 Andreas Schwab <schwab@linux-m68k.org>
1846
1847 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
1848
1bf0da02
EZ
18492009-03-07 Eli Zaretskii <eliz@gnu.org>
1850
00460cfd
EZ
1851 * woman.el (woman-parse-colon-path): Return a list even if there's
1852 only one directory in PATHS.
1efaf74b
EZ
1853 (woman-mode): Restore tab-width value after the call to Man-mode,
1854 since Man-mode resets it to the default, and that makes right
1855 margin extend beyond woman-fill-column.
00460cfd 1856
1bf0da02
EZ
1857 * man.el (Man-init-defvars) [windows-nt]: Use a special command
1858 list. Don't invoke Awk.
1859
c8644de0
GM
18602009-03-06 Glenn Morris <rgm@gnu.org>
1861
1862 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
1863 custom type.
1864
cde4c3f1
TH
18652009-03-05 Tassilo Horn <tassilo@member.fsf.org>
1866
1867 * doc-view.el (doc-view-convert-current-doc): Save the current
1868 resolution in the cache directory.
1869 (doc-view-initiate-display): Restore the saved resolution when
1870 using cached image files.
1871
da5f6330
GM
18722009-03-05 Glenn Morris <rgm@gnu.org>
1873
1874 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
1875 buffer-local in the view buffer, not the rmail buffer.
1876
1877 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
1878 at the end of the existing messages, ensuring there is a blank line
1879 between them. (Bug#2521)
1880
1881 * mail/rmail.el (rmail-ensure-blank-line): New function.
1882 * mail/rmailedit.el (rmail-cease-edit):
1883 * mail/rmailout.el (rmail-output-as-mbox):
1884 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
1885
1886 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
1887 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
1888 Add version.
1889 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
1890 (rmail-mime): Doc fix. Use rmail-apply-in-message.
1891 Disable undo in the mime buffer, mark unmodified.
1892
6dea7173 18932009-03-04 David Reitter <david.reitter@gmail.com>
a728dc59 1894
bba79a9c
SM
1895 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
1896 if unbound in order to enable the item.
1897 For paste menu item, same, and check kill-ring.
a728dc59 1898
0fdb20bb
SS
18992009-03-04 Sam Steingold <sds@gnu.org>
1900
1901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1902 Handle "omake -P" messages "file foo changed".
1903
24683c51
GM
19042009-03-04 Glenn Morris <rgm@gnu.org>
1905
1906 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1907
1908 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
1909 (rmail-sort-by-date, rmail-sort-by-subject)
1910 (rmail-sort-by-author, rmail-sort-by-recipient)
1911 (rmail-sort-by-correspondent, rmail-select-correspondent)
1912 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
1913 (rmail-make-date-sortable): Doc fixes.
1914 (rmail-sort-by-correspondent): Downcase correspondents.
1915 (rmail-sort-by-labels): Make it work.
1916 (rmail-sort-messages): Restore undo if it was initially enabled.
1917 Fix bobp/bolp typo that was adding a line on every sort.
1918
1919 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
1920 Disable undo in the summary buffer.
1921 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
1922 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
1923 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
1924 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
1925 (rmail-summary-sort-by-labels): Replace `(function (lambda'
1926 by `(lambda'.
1927
ee15d759
SS
19282009-03-03 Sam Steingold <sds@gnu.org>
1929
1930 * progmodes/compile.el (compilation-move-to-column):
1931 Guard against negative col values.
1932
9927d250
SJ
19332009-03-03 Simon Josefsson <simon@josefsson.org>
1934
1935 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
1936 in preference order.
1937 (smtpmail-try-auth-methods): Improve which authentication
1938 mechanism to use, so that the locally most preferred and mutually
1939 supported mechanism is used.
1940
7bbab3e0
SM
19412009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
1944 the function takes no argument.
1945
66be413e
GM
19462009-03-03 Glenn Morris <rgm@gnu.org>
1947
1948 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
1949 (rmail-header-name): Doc fixes.
1950 (rmail-show-message-verbose-min): Add :version.
1951 (rmail-highlight-headers): Add doc string. Simplify.
1952
1953 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
1954 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
ac203e01 1955 (rmail-summary-by-senders): Doc fix.
66be413e
GM
1956 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
1957 Make the output menu-items consistent with rmail-mode-map.
ac203e01 1958 Bind rmail-summary-by-senders to C-M-f.
a5110f66 1959 (rmail-summary-search): Ensure the selected message shows.
66be413e 1960
86c507f7
KH
19612009-03-03 Kenichi Handa <handa@m17n.org>
1962
1963 * files.el (basic-save-buffer-1): Set car part of
1964 buffer-file-coding-system-explicit.
bba79a9c 1965 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
86c507f7
KH
1966
1967 * international/mule-cmds.el (select-safe-coding-system): If cdr
1968 part of buffer-file-coding-system-explicit is set, ignore
bba79a9c 1969 default-buffer-file-coding-system and the most preferred coding system.
86c507f7
KH
1970
1971 * international/mule.el (set-buffer-file-coding-system): Set cdr
1972 part of buffer-file-coding-system-explicit.
bba79a9c
SM
1973 (after-insert-file-set-coding):
1974 Set buffer-file-coding-system-explicit to a cons.
86c507f7 1975
5f3b7063
GM
19762009-03-02 Glenn Morris <rgm@gnu.org>
1977
6302f8ac
GM
1978 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
1979 Add :set-after listing variables on which we might depend.
1980
5f3b7063
GM
1981 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
1982 function has access to all the headers, not just the visible ones.
925d6582 1983 Avoid extraneous leading whitespace in `References'.
c9a81e05
GM
1984 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1985 Doc fixes.
925d6582
GM
1986 (rmail-retry-failure): Use rmail-get-header rather than a magical
1987 save-excursion/restriction combination that does nothing.
37aca7a8
GM
1988 (rmail-delete-headers): New function.
1989 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1990 without telling anyone, namely rmail-retry-ignored-headers.
5f3b7063 1991
b597e547
CY
19922009-03-01 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1995
b61324c3
GM
19962009-03-01 Glenn Morris <rgm@gnu.org>
1997
017166ce
GM
1998 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1999 rmail-resend in the menu.
2000
b61324c3
GM
2001 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
2002 custom choice. (Bug#2506)
2003
8f0e19af
EZ
20042009-02-28 Eli Zaretskii <eliz@gnu.org>
2005
bba79a9c
SM
2006 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
2007 Use "--color=always".
8f0e19af 2008
73422054
GM
20092009-02-28 Glenn Morris <rgm@gnu.org>
2010
33417df2
GM
2011 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
2012
73422054
GM
2013 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
2014 * mail/rmail.el (rmail-mode-map):
2015 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
2016
2017 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
2018 Fix custom choice to match default.
2019 (rmail-get-new-mail): Doc fix.
2020 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
2021 header style.
2022
4420f48b
CY
20232009-02-27 Chong Yidong <cyd@stupidchicken.com>
2024
c2c7b2f2
CY
2025 * replace.el (keep-lines-read-args): Use empty string as
2026 default (Bug#2495).
2027
4420f48b
CY
2028 * menu-bar.el (menu-set-font): Fix last fix.
2029
6565b5ab
GM
20302009-02-27 Glenn Morris <rgm@gnu.org>
2031
2032 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
2033 just a buffer, to find a definition.
2034
2035 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
2036 part against rmail-output's oddness.
2037
a582c49d
CY
20382009-02-27 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * menu-bar.el (menu-set-font): Assign the same font object to all
2041 frames (Bug#2476).
2042
3dc847a3
MA
20432009-02-26 Michael Albinus <michael.albinus@gmx.de>
2044
a94b978f 2045 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
3dc847a3 2046
cd07aa70
JB
20472009-02-26 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
2050 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
2051 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
2052 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
2053 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
2054 Reflow docstrings.
2055
44ea2d6c
GM
20562009-02-26 Glenn Morris <rgm@gnu.org>
2057
ee6ccffc 2058 * mail/rmailsum.el (rmail-summary-rmail-update):
602d718e 2059 Use rmail-message-unseen-p. (Bug#2477)
36aecf22
GM
2060 (rmail-summary-mark-seen): Add option to mark as unseen.
2061 (rmail-summary-rmail-update): Store a position in
2062 rmail-summary-put-back-unseen rather than just a flag, and use it to put
2063 back the "-" mark in the summary.
ee6ccffc 2064
44ea2d6c
GM
2065 * progmodes/cc-vars.el (c-style-variables-are-local-p):
2066 Mark as safe if boolean. (Bug#2197)
2067
20682009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2069
2070 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
2071 return a string. (Bug#2428)
2072
e600eb79
JB
20732009-02-25 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * bs.el (bs--down):
2076 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
2077
9af66738
GM
20782009-02-25 Glenn Morris <rgm@gnu.org>
2079
de5af6bb
GM
2080 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
2081
9af66738
GM
2082 * simple.el (eval-expression):
2083 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
2084
02ffe8e3
DN
20852009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2086
2087 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
2088
6dea7173 20892009-02-25 David Reitter <david.reitter@gmail.com>
ddf6d79f 2090
02ffe8e3 2091 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
ddf6d79f 2092
39656cb3
KH
20932009-02-25 Kenichi Handa <handa@m17n.org>
2094
8bec9e5c
KH
2095 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
2096
39656cb3
KH
2097 * composite.el (auto-composition-mode): Don't add a hook to
2098 after-change-functions. Don't decompose the buffer.
2099 (auto-composition-after-change): Delete it.
2100 (toggle-auto-composition): Make it an alias of
2101 auto-composition-mode.
2102 (auto-compose-region): Delete it.
2103
43c660bc
SM
21042009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
2107 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
2108 (ns-delete-working-text): Merge with ns-unecho-working-text.
2109 Decide which to use based on ns-working-overlay.
2110 (ns-unecho-working-text): Remove.
2111 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
2112
68ba6c49
JB
21132009-02-24 Juanma Barranquero <lekktu@gmail.com>
2114
221d9807
JB
2115 * textmodes/ispell.el (ispell-region): Adapt "done" message to
2116 coding conventions. (Bug#2447)
2117
5f0e32ea
JB
2118 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
2119 argument is 0. Doc fix. (Bug#1527)
2120
f54e2d1c
JB
2121 * w32-vars.el (w32-system-shells): Doc fix.
2122
68ba6c49
JB
2123 * image.el (image-load-path-for-library, insert-sliced-image):
2124 Fix typos in docstrings.
2125
92bd667f
GM
21262009-02-24 Glenn Morris <rgm@gnu.org>
2127
cb92c150
GM
2128 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
2129 :set function. (Bug#2429)
2130
92bd667f
GM
2131 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
2132 potential use.
2133
2134 * progmodes/cperl-mode.el (cperl-find-pods-heres):
2135 Don't globally bind `name'.
2136
2137 * emacs-lisp/elint.el (elint-unknown-builtin-args):
2138 Fix encode-time spec. (Bug#2453)
2139 (elint-find-builtin-args): Make the match more restrictive.
2140 Handle errors. Return a result actually containing the function name.
2141
2142 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
2143 already did. (Bug#2440)
2144 (rmail-quit): Don't swap buffers. (Bug#2441)
2145 (rmail-list-to-menu): Don't globally bind `name'.
2146
d4bef9b5
CY
21472009-02-23 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
2150 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
2151
936934f5
JB
21522009-02-23 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * bs.el (bs--down): When wrapping around, use `forward-line',
2155 not `goto-line', to avoid distracting "Mark set" message.
2156
2ead9289
JB
21572009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
2158
2159 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
68ba6c49 2160 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
2ead9289 2161
a20878b6
MB
21622009-02-23 Miles Bader <miles@gnu.org>
2163
2164 * proced.el (proced-process-attributes):
2165 * server.el (server-running-p): Rename `system-process-attributes'
2166 to `process-attributes'.
2167
57199d9b
JL
21682009-02-22 Juri Linkov <juri@jurta.org>
2169
b8f908b3
JL
2170 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
2171 Doc fix.
2172
2173 * dired-x.el (dired-guess-shell-command): Use read-shell-command
2174 instead of read-from-minibuffer.
2175 (dired-read-shell-command): Add code that uses
2176 minibuffer-with-setup-hook to set minibuffer-default-add-function
2177 to minibuffer-default-add-dired-shell-commands exactly like
2178 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
2179
57199d9b
JL
2180 * dired-x.el (dired-smart-shell-command): Remove code that uses
2181 minibuffer-with-setup-hook to set minibuffer-default-add-function
2182 to minibuffer-default-add-shell-commands because the same code was
b8f908b3 2183 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
57199d9b 2184
7b3752ab
JB
21852009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
2186
2187 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
2188 lisp number is in decimal.
2189
c067b28f
CY
21902009-02-21 Chong Yidong <cyd@stupidchicken.com>
2191
d4c0130b
CY
2192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2193 Tweak regexp (Bug#2173).
2194
c067b28f
CY
2195 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
2196 avoid yanks (Bug#2408).
2197
90005fd6
AM
21982009-02-21 Alan Mackenzie <acm@muc.de>
2199
2200 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
2201
2202 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
2203 parse case clauses with (compile-time) expressions.
2204
ff4abce9
EZ
22052009-02-21 Eli Zaretskii <eliz@gnu.org>
2206
2207 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
2208 encoding during editing. Make sure to use encoding that can
2209 safely encode the message. Rewrite MIME charset= header if the
2210 new encoding is different from the old one.
2211
a8d4467b
GM
22122009-02-21 Glenn Morris <rgm@gnu.org>
2213
2214 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
2215 at the start of the headers.
2216 (sc-mail-check-from): New function.
2217
3ba6d4ed
MR
22182009-02-20 Martin Rudalics <rudalics@gmx.at>
2219
2220 * progmodes/python.el (python-shift-left, python-shift-right):
2221 When the mark is not active shift the current line. (Bug#2381)
2222 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
2223
7b704afe
AS
22242009-02-20 Andreas Schwab <schwab@suse.de>
2225
2226 * startup.el (command-line): Don't match an empty argument as an
2227 option.
2228 (command-line-1): Likewise.
2229
7aad296a
GM
22302009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
2231
2232 * apropos.el (apropos-library): Check for null filename in load-history.
2233
788c1fc9
GM
22342009-02-20 Glenn Morris <rgm@gnu.org>
2235
47529322
GM
2236 * apropos.el (apropos-library): Remove the element with null filename,
2237 if present, from the completion list.
2238
788c1fc9
GM
2239 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
2240 (rmail-speedbar-find-file): Use rmail rather than find-file.
2241
2dccb777
GM
22422009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2243
2244 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
2245
0f912546 22462009-02-20 Era Eriksson <era@iki.fi> (tiny change)
6801feef 2247
bba79a9c
SM
2248 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
2249 Fix regexp (Bug#2385).
6801feef
RW
2250 (bibtex-autokey-get-title): Observe case for
2251 bibtex-autokey-titleword-ignore.
2252
9b7c23bb
CY
22532009-02-20 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * server.el (server-start): Make the warning more
2256 verbose (Bug#2395).
2257
32845226
SM
22582009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2259
434f8c11
SM
2260 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2261 Make sure we stop when we reach the limit.
2262
c9176b9f 2263 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
9b3c04f0 2264 a "..." does not quote anything. (Bug#2384)
c9176b9f 2265
32845226
SM
2266 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
2267
083d6104
AS
22682009-02-19 Andreas Schwab <schwab@suse.de>
2269
2270 * term.el: Remap self-insert-command to term-send-raw in
2271 term-raw-map. (Bug#2386)
2272
f2a8252a
SM
22732009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2274
9b3c04f0
JB
2275 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
2276 of the function as being part of the function.
f2a8252a 2277
1c427abd
NR
22782009-02-19 Nick Roberts <nickrob@snap.net.nz>
2279
f2a8252a 2280 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1c427abd
NR
2281 Move entry for maven (alphabetical order).
2282
70369cd3
GM
22832009-02-19 Glenn Morris <rgm@gnu.org>
2284
2285 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
2286 Regexp-quote default argument taken from current subject.
2287 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
2288
2289 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
2290 Move here from rmail.el. Be more careful about error-handling.
2291 Restore the feature of temporarily setting all old messages
2292 undeleted before expunging (removed 2009-02-18).
2293
2294 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
2295 Don't declare.
2296 (rmail-get-new-mail-filter-spam): Declare. Move definition to
2297 rmail-spam-filter.el.
2298 (rmail-get-new-mail-1): Move the beep and sleep to
2299 rmail-get-new-mail-filter-spam.
2300
1e3d9386
MR
23012009-02-18 Martin Rudalics <rudalics@gmx.at>
2302
2303 * cus-edit.el (custom-group-value-create): Insert some
2304 informatory text in the WIDGET-misses-doc-string case.
2305
72fcf382
SS
23062009-02-18 Sam Steingold <sds@gnu.org>
2307
2308 * progmodes/compile.el: Require comint at top level to fix the
2309 last patch.
2310
c19aae89
MR
23112009-02-18 Martin Rudalics <rudalics@gmx.at>
2312
2313 * cus-edit.el (custom-group-value-create): Don't throw an error
2314 when WIDGET has no doc-string. (Bug#2356)
2315
0d3e93a6
JB
23162009-02-18 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * progmodes/cc-menus.el (imenu-progress-message):
2319 Remove bogus cc-bytecomp-defun.
2320 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
2321 Don't let-bind variable `stupid'. (Bug#1638)
2322
134859bc
GM
23232009-02-18 Glenn Morris <rgm@gnu.org>
2324
2325 * mail/rmail.el (rmail-get-new-mail-filter-spam):
2326 * mail/rmail-spam-filter.el (rmail-spam-filter):
2327 Show a message rather than the raw mbox while prompting.
2328
57a97b44
MR
23292009-02-18 Martin Rudalics <rudalics@gmx.at>
2330
2331 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
2332
1bfadfb2
GM
23332009-02-18 Glenn Morris <rgm@gnu.org>
2334
2335 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
2336 declaration.
2337 (top-level): No need for cl now.
2338 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
2339 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
2340 (rsf-autosave-newly-added-definitions, rsf-white-list)
2341 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
2342 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
2343 (rsf-customize-spam-definitions, rsf-customize-group)
2344 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
2345 (rsf-check-field): Use setcar and setcdr rather than setf.
2346 (rmail-spam-filter): Simplify.
2347 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
2348 (rsf-add-region-to-spam-list): Use rmail-get-header or
2349 buffer-substring-no-properties. Regexp-quote the extracted data.
2350 Make the messages less verbose.
2351 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
2352 simplify things.
2353 (rsf-add-content-type-field): Make the message less verbose.
2354
2355 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
2356 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
2357 rmail-deleted-vector.
2358 (rmail-insert-inbox-text, rmail-collect-deleted)
2359 (rmail-set-message-deleted-p, rmail-only-expunge)
2360 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
2361 (rmail-get-labels): Remove unused local `blurb'.
2362 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
2363 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
2364 (rmail-set-message-deleted-p): Doc fixes.
2365
2366 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
2367 Update callers for associated name change.
2368 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
2369 * mail/unrmail.el (unrmail): Use mail-mbox-from.
2370
57d2296a
RS
23712009-02-17 Richard M Stallman <rms@gnu.org>
2372
2373 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
2374
2375 * mail/rmail.el (rmail-copy-headers): When copying full headers,
2376 correctly put point at the end.
2377
20179516
SS
23782009-02-17 Sam Steingold <sds@gnu.org>
2379
bba79a9c
SM
2380 * progmodes/compile.el (compilation-filter):
2381 Call `comint-carriage-motion', just like `comint-output-filter'.
20179516 2382
3ef3d89d
JR
23832009-02-17 Jason Rumney <jasonr@gnu.org>
2384
2385 * files.el (make-directory): Stop recursing if parent is
a94b978f 2386 self. (Bug#2309)
3ef3d89d 2387
33ee2fc8
JB
23882009-02-17 Juanma Barranquero <lekktu@gmail.com>
2389
12272241
JB
2390 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
2391
33ee2fc8
JB
2392 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
2393
24a517fc
MB
23942009-02-17 Miles Bader <miles@gnu.org>
2395
7bbab3e0 2396 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
24a517fc
MB
2397 copyright statements where the years follow the name.
2398
f58faced
GM
23992009-02-17 Glenn Morris <rgm@gnu.org>
2400
4431546e
GM
2401 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
2402 move point. (Bug#2209)
2403
f58faced
GM
2404 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
2405 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
7bbab3e0
SM
2406 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
2407 to "not-rmail", and make it work. Simplify.
1640a85f
GM
2408 (rmail-mbox-from): New function.
2409 (rmail-output-as-mbox): Use rmail-mbox-from.
2410 (rmail-output): Ensure a From line in the not-rmail Babyl case.
f58faced
GM
2411
2412 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
2413 error if the header is corrupt.
2414
c6193b53
UJ
24152009-02-16 Ulf Jasper <ulf.jasper@web.de>
2416
7bbab3e0
SM
2417 * net/newst-treeview.el (newsticker--treeview-load):
2418 Offer deletion of old groups file.
c6193b53 2419
d4653d3c
GM
24202009-02-16 Glenn Morris <rgm@gnu.org>
2421
2422 * mail/rmailout.el (rmail-delete-unwanted-fields)
2423 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
2424 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
2425 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
2426 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
2427
8f8cecb3
GM
24282009-02-15 Glenn Morris <rgm@gnu.org>
2429
2430 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
2431
2432 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
7bbab3e0
SM
2433 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
2434 Remove unnecessary use of with-no-warnings.
8f8cecb3 2435 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
050f62bf
GM
2436 (rmail-output-as-mbox): Start search from point-min. If constructing a
2437 "From " line, prefer the date header over the current time.
dfeab394 2438 (rmail-update-summary): Move declaration earlier in file.
8f8cecb3 2439
59a6d249
RS
24402009-02-15 Richard M Stallman <rms@gnu.org>
2441
2442 * mail/rmailedit.el (rmail-edit-diff-headers):
2443 Delete spurious reference to OLD.
2444
002645bd
SM
24452009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
2448 the `with-buffer-unmodified' to avoid useless `readlink' calls.
2449
03db5e5f
RW
24502009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2451
2452 * textmodes/bibtex.el (bibtex-global-key-alist)
2453 (bibtex-initialize): Exclude current buffer if it does not use
2454 bibtex-mode.
2455 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
2456 (bibtex-sort-buffer, bibtex-search-entry)
2457 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
2458 test whether bibtex-strings and bibtex-reference-keys have their
2459 initial values.
2460
b46957e2
EZ
24612009-02-14 Eli Zaretskii <eliz@gnu.org>
2462
2463 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
2464 around forms that refer to translation-table-for-input.
2465
2466 * isearch.el (isearch-search-string): Use `with-no-warnings'
2467 around forms that refer to translation-table-for-input.
2468
2469 * international/quail.el (quail-input-string-to-events)
002645bd
SM
2470 (quail-store-decode-map-key, quail-char-equal-p):
2471 Use `with-no-warnings' around forms that refer to
b46957e2
EZ
2472 translation-table-for-input.
2473
2474 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
2475 around forms that refer to translation-table-for-input.
2476
2477 * subr.el (translation-table-for-input): Declare obsolete again.
2478
40f9db32
GM
24792009-02-14 Glenn Morris <rgm@gnu.org>
2480
2481 * mail/rmail.el (rmail): When reverting, swap buffers before setting
2482 counters. (Bug#2229)
2483 (rmail-revert): Swap buffers before replacing contents.
2484
24852009-02-14 Ian Eure <ian@digg.com> (tiny change)
2486
a94b978f
JB
2487 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
2488 user, password options not applicable to SQlite. (Bug#1904)
40f9db32 2489
c7eb0ba1
RS
24902009-02-14 Richard M Stallman <rms@gnu.org>
2491
1945c7a7
RS
2492 * mail/rmailedit.el: Handle editing of header fields.
2493 (rmail-old-headers): New variable.
2494 (rmail-edit-current-message): Set it, recording current headers.
2495 (rmail-cease-edit): Compute new headers and diff against old ones.
2496 Update the mbox buffer with the changes that were made.
2497 (rmail-edit-headers-alist): New function.
2498 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
2499
fe6dd7e2
RS
2500 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
2501 in default file name.
2502
c7eb0ba1
RS
2503 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
2504 (rmail-add-mbox-headers): Likewise.
2505
c9ae6ddd
EZ
25062009-02-13 Eli Zaretskii <eliz@gnu.org>
2507
2508 * files.el (load-library): Doc fix.
2509
2510 * subr.el (locate-library): Doc fix. (Bug#2291)
2511
8dd70654
AM
25122009-02-13 Alan Mackenzie <acm@muc.de>
2513
2514 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
2515 in narrowed buffers.
2516
8b735b2b
KH
25172009-02-13 Kenichi Handa <handa@m17n.org>
2518
bba79a9c
SM
2519 * international/titdic-cnv.el (tit-process-header):
2520 Use buffer-substring-no-properties instead of buffer-substring.
8b735b2b
KH
2521 (tit-process-body): Likewise.
2522 (tsang-quick-converter): Handle superfluous CR at eol.
2523 (py-converter): Use buffer-substring-no-properties instead of
2524 buffer-substring. Handle superfluous CR at eol.
bba79a9c 2525 (ziranma-converter): Likewise.
8b735b2b 2526 (ctlau-converter): Likewise.
5ae6e65f 2527 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
8b735b2b 2528
e35b3063
JB
25292009-02-13 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
2532
95ca567f
GM
25332009-02-13 Glenn Morris <rgm@gnu.org>
2534
bc04f207
GM
2535 * mail/rmail.el (rmail-show-message-1): New name for the old
2536 rmail-show-message.
2537 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
2538 * mail/rmailsort.el: Update for rmail-show-message name change.
2539
2540 * mail/rmail.el (rmail-show-message): New name for the old
2541 rmail-show-message-maybe.
2542 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
2543 name change.
2544
95ca567f
GM
2545 * mail/rmailsum.el (msgnum): Remove declaration.
2546 (rmail-summary-redo): Add missing initialization value.
2547 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
2548 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
2549 Fix skip-chars-forward calls.
2550 (rmail-summary-mark-seen): New function. As well as removing the '-'
2551 mark, update the summary-vector. (Bug#2135)
2552 (rmail-summary-rmail-update, rmail-summary-goto-msg):
2553 Use rmail-summary-mark-seen.
2554
2555 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
2556
2557 * mail/unrmail.el (unrmail): When getting message keywords, don't
2558 include a leading space, but do include the space after the separating
2559 comma. (Bug#2303)
2560
2561 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
2562 header altogether.
2563 (rmail-set-header): Doc fix.
2564 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
2565 labels are removed. (Bug#2302)
2566
6c34bcde
JL
25672009-02-12 Juri Linkov <juri@jurta.org>
2568
2569 * image-mode.el (image-toggle-display):
2570 Let-bind `buffer-file-truename' to nil around the call to
2571 `add-text-properties' to prevent directory time modification
2572 by lock_file. Replace `set-buffer-modified-p' with
2573 `restore-buffer-modified-p'. (Bug#2295)
2574
f58bd666
SM
25752009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2576
865ff911 2577 * progmodes/python.el (python-use-skeletons): Re-add.
3b4d152a 2578 (def-python-skeleton): Use it. (Bug#2238)
865ff911 2579
f58bd666
SM
2580 * international/quail.el (quail-make-guidance-frame): Remove the
2581 `parent-id' parameter.
2582 (quail-show-guidance): Make the new window dedicated.
2583
4eb97232
JB
25842009-02-12 Juanma Barranquero <lekktu@gmail.com>
2585
2586 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
2587 Fix typos in docstrings.
2588
a7442b95
AM
25892009-02-12 Alan Mackenzie <acm@muc.de>
2590
2591 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
00a258e0 2592 to `eq'. (Bug#2304)
a7442b95 2593
3e8fc1b6
GM
25942009-02-12 Glenn Morris <rgm@gnu.org>
2595
2596 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
2597 already present. (Bug#2210)
2598
8ea6fa80
KH
25992009-02-12 Kenichi Handa <handa@m17n.org>
2600
2601 * international/characters.el (?.): New character category for
2602 Base characters. Set them in the standard category table.
2603
2604 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
2605 a base character.
2606
6bffddf4
SM
26072009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2608
00c42405
SM
2609 * isearch.el (isearch-yank-char-in-minibuffer)
2610 (isearch-other-meta-char): Use with-current-buffer.
2611
7664ec44 2612 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
3b4d152a 2613 syntax-ppss. (Bug#1243)
7664ec44 2614
f9f34ece
SM
2615 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
2616 to beginning-of-defun-raw.
2617
6bffddf4
SM
2618 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
2619 calling end-of-defun-function if it already moved to BOL.
2620
51584624
RS
26212009-02-12 Richard M Stallman <rms@gnu.org>
2622
2623 * mail/rmail.el (rmail-show-message-verbose-min): New option.
2624 (rmail-show-message): Conditionally show start and finish in echo area.
2625
4de724b0
GM
26262009-02-12 Glenn Morris <rgm@gnu.org>
2627
2628 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
2629 for use in completion.
2630 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
2631 summary exists, since it's already done.
2632
2633 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
2634 (rmail-enable-multibyte): Don't really define, only for compiler.
2635
70ff4f59
SM
26362009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * files.el (read-buffer-to-switch):
2639 Add table to icomplete-with-completion-tables.
2640
ca901d77
CY
26412009-02-11 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
2644 switches (Bug#2261).
2645
abab01f2
JB
26462009-02-11 Juanma Barranquero <lekktu@gmail.com>
2647
ca901d77
CY
2648 * server.el (server-with-environment): Don't fail for negative
2649 entries in ENV.
abab01f2
JB
2650
26512009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
c7f9e440
DN
2652
2653 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
2654 (vc-default-dir-printer): Add a comment about updating this function.
2655
2656 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
2657 for the file name.
2658
fa262b58
GM
26592009-02-11 Glenn Morris <rgm@gnu.org>
2660
2661 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
2662 (calendar-set-mode-line): Fall back to a default width if we seem to be
2663 called from daemon. (Bug#2199)
2664
2665 * mail/rmailkwd.el (rmail-make-label): Doc fix.
2666 (rmail-read-label): Add current labels to completion list. (Bug#2222)
2667 (rmail-set-label): Use `or'.
2668
e6a5a411
CY
26692009-02-11 Chong Yidong <cyd@stupidchicken.com>
2670
70ff4f59
SM
2671 * emacs-lisp/find-func.el (find-library-name, find-library):
2672 Doc fixes. (Part of bug#2270)
e6a5a411 2673
6dc43c2e 26742009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
263903f7
JB
2675
2676 * env.el (getenv): When FRAME is non-nil, pass the frame environment
2677 to `getenv-internal', not the frame. (Bug#2259)
2678
80ddad17
KH
26792009-02-10 Kenichi Handa <handa@m17n.org>
2680
2681 * descr-text.el (describe-char-display): On terminal, if terminal
2682 coding system is nil, assume us-ascii.
eb8c6ab3 2683 (describe-char): Don't show the composition information if it is
80ddad17
KH
2684 trivial.
2685
af02d739
NR
26862009-02-10 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
2689 number as it isn't present for unregistered files.
2690
2691 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
2692 (vc-dir-mouse-map): New keymap.
2693 (vc-default-dir-printer): Use it locally.
2694
efb656fd
GM
26952009-02-10 Glenn Morris <rgm@gnu.org>
2696
0aeb3666
GM
2697 * speedbar.el: Avoid messing up font-lock-global-modes.
2698
7dbed484
GM
2699 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
2700 (mail-file-babyl-p): Use with-temp-buffer.
2701
efb656fd
GM
2702 * mail/rmailsort.el: Just require rmail.
2703
2704 * mail/rmailedit.el: Just require rmail.
2705 (rmail-old-pruned): Add doc string.
2706 (rmail-edit-current-message): Use rmail-msg-is-pruned.
2707 (rmail-cease-edit): Don't mangle the leading From line.
2708 Don't mark as edited if there were no changes. (Bug#2256)
2709 Correctly restore header state.
2710
2711 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
2712 (rmail-current-message, rmail-total-messages)
2713 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
2714 (rmail-duplicate-message): Doc fix.
2715 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
2716 New functions.
2717 (rmail-get-header, rmail-set-header, rmail-set-attribute):
2718 Use rmail-apply-in-message.
2719 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
2720 unswapped-ness.
2721 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
2722 (rmail-auto-file): Set the filed attribute, rather than explicitly not
2723 doing so. (Bug#2231)
44baa8ce 2724 (rmail-set-attribute): Allow ATTR to be a string.
efb656fd 2725
908e900d
UJ
27262009-02-09 Ulf Jasper <ulf.jasper@web.de>
2727
2728 * net/newst-treeview.el (newsticker-treeview-save)
6bffddf4 2729 (newsticker--treeview-load): Kill groups buffer after saving/loading.
908e900d 2730
bc19637d
TH
27312009-02-09 Tassilo Horn <tassilo@member.fsf.org>
2732
2733 * doc-view.el (doc-view-scroll-up-or-next-page)
bba79a9c
SM
2734 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
2735 Reset the old hscroll value after switching pages.
bc19637d 2736
bdc3df30
GM
27372009-02-09 Glenn Morris <rgm@gnu.org>
2738
2739 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2740 (calendar-holiday-marker): Drop test for color display.
2741
c253eff0
GM
27422009-02-08 Glenn Morris <rgm@gnu.org>
2743
2744 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2745 (calendar-holiday-marker, calendar-mark-visible-date):
2746 * calendar/diary-lib.el (diary-fancy-display):
2747 It doesn't make sense to check font-lock-mode (see comments;
2748 reverts 2008-04-02 change). (Bug#2199)
2749
c899b3db
JL
27502009-02-08 Juri Linkov <juri@jurta.org>
2751
2752 * simple.el (toggle-word-wrap): New command.
2753
dee39233
CY
27542009-02-07 Chong Yidong <cyd@stupidchicken.com>
2755
74fe63d9
CY
2756 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
2757 (ps-run-make-tmp-filename): Use temporary-file-directory.
2758
e2a42dd5
CY
2759 * textmodes/artist.el (artist-system): Allow make-temp-file to use
2760 temporary-file-directory.
2761
bba79a9c
SM
2762 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
2763 Use temporary-file-directory.
dee39233 2764
3a1eda7c
GM
27652009-02-07 Glenn Morris <rgm@gnu.org>
2766
2767 * mail/unrmail.el (rmime-magic-string): Define for compiler.
2768
634b455a
EZ
27692009-02-07 Eli Zaretskii <eliz@gnu.org>
2770
2771 * mail/rmail.el (rmail): Bind coding-system-for-read to
2772 no-conversion before calling find-file-noselect. (Bug#2015)
2773
016151bb
RW
27742009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2775
2776 * proced.el (proced-after-send-signal-hook): Use defcustom.
2777 (proced-header-line): Handle header lines that are shorter than
2778 window-hscroll.
2779 (proced-send-signal): Rebind split-width-threshold analogous to
2780 dired-pop-to-buffer.
2781
fc9682ad
EZ
27822009-02-07 Eli Zaretskii <eliz@gnu.org>
2783
2784 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
2785 message; instead, just rewrite the X-Coding-System header with the
bba79a9c
SM
2786 new encoding, and let rmail-show-message do the rest.
2787 Remove unused argument RAW. Fix doc string to be consistent with the
2788 new implementation.
fc9682ad
EZ
2789 (rmail-show-message): Honor X-Coding-System header, if present, in
2790 preference to Content-Type header.
2791
7197f5de
SM
27922009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * server.el (server-execute): Enable quit.
2795
d2e9b790
AS
27962009-02-07 Andreas Schwab <schwab@suse.de>
2797
2798 * image-mode.el (image-mode): Always set image-type.
2799 (image-minor-mode): Likewise.
2800
782c80e8
EZ
28012009-02-07 Eli Zaretskii <eliz@gnu.org>
2802
2803 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
2804 encoding, and its "content-transfer-encoding" and "content-type"
2805 headers only in the headers' portion. (Bug#2017)
2806
201af049
UJ
28072009-02-07 Ulf Jasper <ulf.jasper@web.de>
2808
2809 * net/newst-treeview.el
2810 (newsticker-treeview-next-new-or-immortal-item): New arg
2811 DONT-WRAP-TREES to prevent infinite recursion.
2812
aaaaa276
EZ
28132009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
2816 extracting mail message headers. Use encode-coding-region instead
7197f5de
SM
2817 of insert-buffer-substring for re-encoding edited message.
2818 Add qp/b64 encoding only after text was encoded.
aaaaa276 2819
86a30352
EZ
28202009-02-07 Eli Zaretskii <eliz@gnu.org>
2821
23f467da
EZ
2822 * subr.el: Don't declare `translation-table-for-input' obsolete.
2823 Equivalent info added to its doc string, q.v.
2824
86a30352
EZ
2825 * files.el (save-buffer): Display "Saving file FOO..." message
2826 regardless of buffer's size. (Bug#2137)
2827
b352f339
CY
28282009-02-07 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
2831
cfb4688e
GM
28322009-02-07 Alex Schroeder <alex@gnu.org>
2833
2834 * mail/unrmail.el (unrmail): Use regexps to find message separators so
2835 as not to match any fake rmime.el separators. Remove any sections added
2836 by rmime.el.
2837
28382009-02-07 Glenn Morris <rgm@gnu.org>
2839
2840 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
2841 that is no longer appropriate to mbox Rmail.
2842
2843 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
2844 before trying to move to the start of the message.
2845 (rmail-summary-undelete-many, rmail-summary-rmail-update):
2846 Fix rmail-set-attribute calls.
2847
2848 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
2849 Doc fix.
2850 (rmail-output-to-rmail-buffer): Autoload it.
2851 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
2852
186133b4
GM
28532009-02-06 Glenn Morris <rgm@gnu.org>
2854
81d8114e
GM
2855 * mail/unrmail.el (unrmail): Use current-time-string.
2856
186133b4
GM
2857 * simple.el (kill-whole-line): Provide a default argument of 1.
2858
2859 * mail/undigest.el (rmail-mail-separator): Delete.
2860 (undigestify-rmail-message, unforward-rmail-message): Update for
2861 mbox Rmail.
2862
d40d6415
KH
28632009-02-05 Kenichi Handa <handa@m17n.org>
2864
bba79a9c
SM
2865 * international/fontset.el (script-representative-chars):
2866 Remove mathematical.
d40d6415
KH
2867 (setup-default-fontset): Add entries for each subgroup of
2868 mathematical script.
2869
97666703
JL
28702009-02-05 Juri Linkov <juri@jurta.org>
2871
2872 * image-mode.el (image-mode): Use `image-get-display-property'
2873 instead of `get-text-property'.
2874 (image-minor-mode): Sync the logic with `image-mode' including the
2875 displaying an image file as the actual image by default.
2876
ccf4d7c6
AM
28772009-02-05 Alan Mackenzie <acm@muc.de>
2878
2879 * progmodes/cc-defs.el (c-emacs-features): Check the working of
2880 beginning/end-of-defun-function more rigorously before setting
2881 argumentative-bod-function.
2882
393439a3
DN
28832009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
2884
2885 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
2886 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
2887 mode on the initial terminal.
2888
6b6a84a1
GM
28892009-02-05 Glenn Morris <rgm@gnu.org>
2890
50dcb784
GM
2891 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
2892 Make these functions work.
6b6a84a1
GM
2893
2894 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
2895 (rmail-narrow-to-non-pruned-header): Remove autoload.
2896 (mairix-rmail-fetch-field): Handle mbox Rmail.
2897
3b36c17e
MB
28982009-02-04 Dave Love <fx@gnu.org>
2899
2900 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
2901 (imap-debug): Add imap-fetch-safe.
2902
29032009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
2904
2905 * net/netrc.el (netrc-machine-user-or-password): Use list of
2906 auth-source modes.
2907
77900a45
NR
29082009-02-04 Nick Roberts <nickrob@snap.net.nz>
2909
2910 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
a94b978f 2911 for newvars is nil. (C-u C-x v = with default values).
77900a45 2912
65105010
DN
29132009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2914
2915 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
2916 format. Use when instead of if.
2917
61eee794
MB
29182009-02-04 Miles Bader <miles@gnu.org>
2919
2920 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
2921 (backward-list, backward-up-list, beginning-of-defun)
2922 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
2923
869692c0
GM
29242009-02-04 Glenn Morris <rgm@gnu.org>
2925
2926 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
2927 ill-advised.
2928
2929 * mail/rmail.el: No need for mule-util when compiling.
2930 (rmail-first-message): Unbreak it.
2931
2932 * mail/rmailmsc.el: Require rmail not just when compiling.
2933 Remove unneeded declarations.
2934
2935 * term/ns-win.el (ns): Define as a custom group.
2936
e47fe93b
KH
29372009-02-04 Kenichi Handa <handa@m17n.org>
2938
bba79a9c
SM
2939 * international/mule-cmds.el (select-safe-coding-system):
2940 Use buffer-chars-modified-tick instead of buffer-modified-tick.
c381cb8d 2941
e47fe93b
KH
2942 * descr-text.el (describe-char): Check font-object by fontp.
2943
2944 * composite.el (compose-gstring-for-terminal): If a character is
2945 not supported by the current terminal, don't make a multi-glyph
2946 grapheme cluster.
2947 (auto-compose-chars): Check font-object by fontp.
2948
c49edcd1
GM
29492009-02-03 Glenn Morris <rgm@gnu.org>
2950
58400e4f
GM
2951 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
2952 over current-time. (Bug#2175)
2953
c49edcd1
GM
2954 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
2955 inserting the converted mailbox.
2956 (rmail-get-new-mail): Restore the loop over inboxes when two or more
2957 have the same basename. (Bug#2164)
2958 Set the return value according to whether any mail was found,
2959 not just in the last inbox. Only show a message and run the hook after
2960 checking all inboxes.
2961 (rmail-get-new-mail-1): Move message display and running the hook to
2962 rmail-get-new-mail.
2963
2964 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
2965 rmail-attr-array.
2966 (rmail-make-label, rmail-read-label): Give it a doc string.
2967 (rmail-add-label, rmail-kill-label): Change argument name to match the
2968 doc. Doc fix.
2969 (rmail-set-label): Doc fix. Also update summary in attr case.
2970 Accept labels as a string or a symbol. (Bug#2165)
2971
2972 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
2973 null.
2974
86905e5b
SM
29752009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2976
68a47940
SM
2977 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
2978 (vhdl-prepare-search-2): Properly cleanup on `quit'.
2979
86905e5b
SM
2980 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2981 Mark the entries as being "system" entries rather than "user" entries.
2982
1b7c198a
TTN
29832009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2984
2985 * smerge-mode.el (smerge-start-session): Add interactive spec.
2986
236ab005
GM
29872009-02-02 Glenn Morris <rgm@gnu.org>
2988
2989 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2990 (rmail-retry-ignored-headers, rmail-highlighted-headers):
2991 Restore autoloads.
2992
5692cc8c
SM
29932009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2996
8f4cafbc
SM
29972009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * cmuscheme.el (scheme-args-to-list): Remove.
3000 (run-scheme): Use split-string-and-unquote instead, so as to allow
3001 spaces in the command name and/or the arguments.
3002
516907a2
AR
30032009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3004
3005 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
3006
cb85dcd0
MA
30072009-02-01 Michael Albinus <michael.albinus@gmx.de>
3008
3009 Sync with Tramp 2.1.15.
3010
bba79a9c 3011 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
cb85dcd0
MA
3012 used.
3013
3014 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
3015
3016 * net/trampver.el: Update release number.
3017
befa8175
SM
30182009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3019
2dc00ad0
SM
3020 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
3021 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
3022 (rmail-undelete-previous-message, rmail-mark-message)
3023 (rmail-speedbar-buttons): Use with-current-buffer.
3024 (rmail-mode-map): Move initialization into declaration.
3025 (rmail-swap-buffers, rmail-unfontify-buffer-function)
3026 (rmail-fontify-message): Use restore-buffer-modified-p.
3027 (rmail-expunge-and-save): Don't swap buffer.
3028 (rmail-get-header, rmail-set-header, rmail-set-attribute)
3029 (rmail-apply-in-message): Swap save-excursion and save-restriction.
3030
73d7bcb9
SM
3031 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
3032 if possible.
3033
befa8175
SM
3034 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
3035 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
3036
fa043571
SM
30372009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3038
ceaabbbd
SM
3039 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
3040
fa043571
SM
3041 * progmodes/ebrowse.el:
3042 * international/robin.el:
3043 * emulation/viper-util.el:
3044 * emulation/viper-mous.el:
3045 * emulation/viper-keym.el:
3046 * ediff.el:
3047 * ediff-wind.el:
3048 * ediff-vers.el:
3049 * ediff-ptch.el:
3050 * ediff-mult.el:
3051 * ediff-merg.el:
3052 * ediff-diff.el: Follow commenting conventions.
3053
062ca6f6
EZ
30542009-01-31 Eli Zaretskii <eliz@gnu.org>
3055
3056 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
3057 obsolete eight-bit-control and eight-bit-graphic.
3058
53112453
SM
30592009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
3062
a1f06207
CY
30632009-01-31 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * emacs-lisp/lisp.el (end-of-defun): Protect against
3066 infloops (Bug#2106).
3067
1826af5e
DN
30682009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
3069
5d3b5ecc
DN
3070 * vc-dir.el (vc-dir-mouse-map):
3071 (vc-default-dir-printer):
3072 (vc-dir-find-file-other-window): Undo previous change, it breaks
3073 the behavior of mouse-2.
ae42a852 3074 (vc-dir-mode): Fix docstring.
5d3b5ecc 3075
1826af5e
DN
3076 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
3077 logic, it makes the makes the normal case too slow.
3078
aa8c6958
EZ
30792009-01-31 Eli Zaretskii <eliz@gnu.org>
3080
de456f3b
EZ
3081 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
3082 file to `raw-text-unix'. Bind coding-system-for-write when
bba79a9c 3083 writing out the converted message, and make sure it uses Unix EOLs.
de456f3b 3084
aa8c6958
EZ
3085 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
3086 encoding to `raw-text-unix'.
3087 (rmail-perm-variables): Set encoding of rmail-view-buffer to
3088 `undecided-unix'.
0300c339
EZ
3089 (rmail-redecode-body): Don't change EOL conversion of the new
3090 encoding if the old one left it unspecified.
6e9db169
EZ
3091 (rmail-automatic-folder-directives, rmail): Doc fixes.
3092 (rmail-swap-buffers): New function.
3093 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
3094 (rmail-show-message): Use rmail-swap-buffers.
3095 (rmail-decode-region): If DESTINATION is a buffer, set the
3096 encoding of that buffer, rather than the current buffer.
3097 (rmail-show-message): Make error message about uuencoded mail
3098 more explicit.
3099 (rmail-show-message-maybe): Simplify code. Doc fix.
3100 (rmail-show-message): Doc fix.
aa8c6958 3101
816b3721
GM
31022009-01-31 Glenn Morris <rgm@gnu.org>
3103
ab383a61
GM
3104 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
3105 folder.
3106
816b3721
GM
3107 * mail/rmail.el (rmail-msg-is-pruned): New function.
3108 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
3109 (rmail-reply): Set up to yank from the decoded message rather than the
3110 raw one. (Bug#2104).
3111
3112 * mail/mail-utils.el (mail-fetch-field): Doc fix.
3113
3114 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
3115 (uce-message-text, uce-default-headers): Fix custom type.
3116 (rmail-buffer, rmail-msg-is-pruned): Declare.
3117 (uce-reply-to-uce): Add autoload cookie. Doc fix.
3118 Update for mbox Rmail.
3119
f11e5363
NR
31202009-01-31 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * vc-dir.el (vc-dir-mouse-map): New keymap.
3123 (vc-default-dir-printer): Use it locally.
3124 (vc-dir-find-file-other-window): Allow mouse events.
3125
39514778
EZ
31262009-01-30 Eli Zaretskii <eliz@gnu.org>
3127
a880e5b9
EZ
3128 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
3129 into Rmail-mbox attributes.
3130
bba79a9c
SM
3131 * mail/rmail.el (rmail-convert-babyl-to-mbox):
3132 Bind coding-system-for-read to `raw-text', and use insert-file-contents
39514778 3133 instead of insert-file-contents-literally. Fixes bug #2019.
a880e5b9 3134 (rmail-resent-attr-index): Fix index value.
39514778 3135
338efead
NR
31362009-01-30 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
5e36bc05 3139 precedence even when its value is t. (Bug#2093)
338efead 3140
816b3721
GM
3141 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
3142 connection. (Bug#2093)
338efead 3143 (vc-svn-diff): Use old version number even when it is the working
5e36bc05 3144 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
338efead 3145
45bd6461
GM
31462009-01-30 Glenn Morris <rgm@gnu.org>
3147
3148 * mail/rmail.el (rmail-reply): Handle empty folders.
4ddca2c5
GM
3149 (rmail-speedbar-buttons)
3150 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
45bd6461
GM
3151
3152 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
3153 line-beginning-position calls.
4ddca2c5 3154 (rmail-header-summary): Use line-end-position.
45bd6461 3155
d1501442
GM
31562009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
3157
3158 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
5e36bc05 3159 Fix regexp quoting. (Bug#1739)
d1501442 3160
5c7043a2
MA
31612009-01-29 Michael Albinus <michael.albinus@gmx.de>
3162
bba79a9c
SM
3163 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3164 Allow correction of passwords.
5c7043a2 3165
7c2758bf
CY
31662009-01-29 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * mail/rmail.el (rmail-toggle-header): Determine current header
3169 style using the buffer-local value of rmail-header-style in the
3170 view buffer.
3171 (rmail-show-message): Set a buffer-local value of
5e36bc05 3172 rmail-header-style in the view buffer. (Bug#2016)
7c2758bf 3173
426bf359
JB
31742009-01-29 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
3177 Fix typos in docstrings.
3178
bcca751d
JB
31792009-01-29 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * bindings.el (completion-ignored-extensions):
3182 Add entries for VCS metadata directories (CVS/, .svn, etc).
3183
3184 * pcvs.el (completion-ignored-extensions):
3185 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
3186 directory, now done in bindings.el.
3187
3c8ccebb
GM
31882009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
3189
426bf359 3190 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
3c8ccebb 3191
04c17bea
GM
31922009-01-29 Glenn Morris <rgm@gnu.org>
3193
3194 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
3195 (rmail-set-header): Ensure header changes get saved.
3196
3197 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
3198
3199 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
3200 one, after a label is added.
3201
3202 * mail/rmailsum.el (rmail-summary-update-line): New function.
3203 (rmail-summary-goto-msg): Return a value according to whether message
3204 was found.
3205 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
3206 property. Use line-end-position.
3207
fce18d38
CY
32082009-01-29 Chong Yidong <cyd@stupidchicken.com>
3209
45ce0616
CY
3210 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
3211 quoted From lines.
3212
fce18d38
CY
3213 * mail/rmail.el (rmail-redecode-body): New function, based on old
3214 version removed in 2009-01-22 change.
45ce0616 3215 (rmail-show-message): Unquote From lines.
fce18d38 3216
85699772
TH
32172009-01-28 Tassilo Horn <tassilo@member.fsf.org>
3218
3219 * doc-view.el (doc-view-mode): Don't use string-match and file
3220 extension to choose fallback mode on empty/non-existing files but
3221 let-bind auto-mode-alist and call normal-mode.
3222
40077a52
EZ
32232009-01-28 Eli Zaretskii <eliz@gnu.org>
3224
3225 * ls-lisp.el (ls-lisp-classify): Propertize file name before
3226 concatenating the type indicating character.
3227 (ls-lisp-format): Don't propertize file-name only if
3228 ls-lisp-classify already did.
3229
f213fc09
MA
32302009-01-28 Michael Albinus <michael.albinus@gmx.de>
3231
bcca751d
JB
3232 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
3233 Describe second parameter of hook functions.
f213fc09
MA
3234 (dbus-handle-event): Apply it.
3235
09881c0d
CY
32362009-01-28 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * mail/rmail.el (rmail-toggle-header): Don't reset
3239 rmail-header-style permanently (bug#2016).
3240
82536e1b
CY
32412009-01-28 Denis Howe <denis.howe@gmail.com>
3242
3243 * complete.el (PC-do-completion): Correct case when completion is
3244 unambiguous.
3245
943ff210
CY
32462009-01-28 Stephen Berman <stephen.berman@gmx.net>
3247
04c17bea
GM
3248 * calendar/todo-mode.el (todo-insert-item-here):
3249 Prevent insertion of a new entry inside of an existing entry.
3250 Minor code cleanup. (Bug#2084)
943ff210 3251 (todo-add-category): Change the interactive spec. Signal an error
bba79a9c
SM
3252 if the Todo file is non-empty but contains no category.
3253 Reject category names that could induce bugs and confusion.
3254 Call todo-mode if the Todo file is new and unsaved. Simplify handling
943ff210
CY
3255 of local variables cookie. Properly display the newly added
3256 category in Todo mode.
3257 (todo-show): Call todo-initial-setup only if there is neither a
147135ac 3258 Todo file nor a corresponding unsaved buffer. (Bug#2085)
943ff210
CY
3259 (todo-category-alist): Delete function.
3260 (todo-completing-read): New function.
3261 (todo-insert-item, todo-jump-to-category): Use it.
3262 (todo-insert-item): Make the use of the prefix argument conform to
147135ac 3263 the doc string. (Bug#2086)
943ff210 3264
9940a3ec
GM
32652009-01-28 Glenn Morris <rgm@gnu.org>
3266
3267 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
3268 even when called from the summary. (Bug#2075)
3269 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
3270 (rmail-show-message-maybe): Use rmail-no-mail-p.
3271 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
9940a3ec
GM
3272 (rmail-get-labels): Separate status and label fields with a semicolon,
3273 rather than a comma, for consistency with old Rmail.
3274
3275 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
3276 starting from the beginning, since mail-fetch-field does not care.
3277 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
3278 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
3279 (rmail-get-summary-labels): New function. Returns labels rather than
3280 status (edited, etc).
3281 (rmail-create-summary): Insert an extra space after the status
3282 flags, for consistency with old rmail, and with current
3283 rmail-summary-font-lock-keywords.
3284
406ed4bd
CY
32852009-01-28 Chong Yidong <cyd@stupidchicken.com>
3286
147135ac
JB
3287 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
3288 if region is active. Use cond instead of nested ifs. (Bug#2053)
406ed4bd 3289
0112aa1b
CY
32902009-01-27 Chong Yidong <cyd@stupidchicken.com>
3291
eaf49a68
CY
3292 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
3293 converting.
3294
0112aa1b
CY
3295 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
3296 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
3297
90252880
CY
32982009-01-27 Christopher Oliver <coliver@message.nmc.edu>
3299
3300 * mouse.el (mouse-select-font): Return a string instead of a list.
3301
39a7b589
CY
33022009-01-27 Chong Yidong <cyd@stupidchicken.com>
3303
ff23ac21
CY
3304 * bindings.el: Swap C-delete and C-backspace bindings here, so we
3305 don't have to do it in normal-erase-is-backspace-mode.
39a7b589
CY
3306
3307 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
3308 and C-backspace; the latter is not available on ttys anyway.
3309
ff0def0e
TH
33102009-01-27 Tassilo Horn <tassilo@member.fsf.org>
3311
3312 (doc-view-mode): Fix broken call to string-match.
3313
06a21f70
TH
33142009-01-27 Tassilo Horn <tassilo@member.fsf.org>
3315
3316 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
3317 fundamental-mode or ps-mode if the file is empty or doesn't exist
3318 at all.
3319 (doc-view-initiate-display): Better info message if doc-view-mode
3320 cannot be used. (Missing utility or no png support/no X frame.)
147135ac 3321 (Bug#2058)
06a21f70 3322
3b5ad654
GM
33232009-01-27 Glenn Morris <rgm@gnu.org>
3324
3325 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
3326 of the headers in the full header case. (Bug#2073)
3327
fe83a300
KH
33282009-01-27 Kenichi Handa <handa@m17n.org>
3329
3330 * mail/rmail.el (rmail-get-coding-system): Re-search
3331 rmail-mime-charset-pattern directly instead of using
3332 mail-fetch-field. Use coding-system-from-name.
3333
3334 * international/mule-cmds.el (canonicalize-coding-system-name)
3335 (coding-system-from-name): New functions.
3336
3176a6a0
GM
33372009-01-27 Glenn Morris <rgm@gnu.org>
3338
3339 * dired-x.el (dired-bind-vm): Doc fix.
3340
3341 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
3342 Replace `first' and `rest' with `car' and `cdr' throughout.
3343 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
3344 (rsf-scanning-messages-now): Doc fix.
3345 (rsf-check-field): Rename from `check-field' and update callers.
3346 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
3347 Use rmail-output rather than deleted rmail-output-to-rmail-file.
3348
3349 * mail/rmail.el: Remove leading `*' from defcustom docs.
3350 Remove needless autoloads of many defcustoms and hooks.
3351 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
3352 (rmail-search-mime-message-function, rmail-search-mime-header-function)
3353 (rmail-decode-mime-charset): Doc fix.
3354 (rmail-search-message, rmail-resend): Check functions set before use.
3355
3356 * mail/rmailout.el: Remove leading `*' from defcustom docs.
3357 Remove needless autoloads of many defcustoms.
3358 (rmail-output-to-babyl-buffer): Rename from
3359 rmail-output-to-r-mail-buffer and update caller.
3360 (rmail-output): Doc fix.
3361
3362 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
3363 Remove needless autoloads of many defcustoms.
3364 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
3365 is set.
3366
3367 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
3368 (batch-unrmail, unrmail): Doc fix.
6682b72d
CY
3369
3370 * mail/rmailsum.el (rmail-message-recipients-p-1)
9940a3ec
GM
3371 (rmail-message-regexp-p-1): Ensure searches start from the
3372 beginning of the header.
6682b72d 3373
04ce399c
CY
33742009-01-27 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
3377
d22546d5
JB
33782009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3379
3380 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
3381 expand the denominator.
3382
e12c189f
MA
33832009-01-26 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/dbus.el (dbus-event-error-hooks): New variable.
3386 (dbus-handle-event): Use it.
3387
ac120e6d
GM
33882009-01-26 Glenn Morris <rgm@gnu.org>
3389
9f798291
GM
3390 * Makefile.in (ELCFILES): Update.
3391
ac120e6d
GM
3392 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
3393 replies. (Bug#512)
3394
3edf5284
UJ
33952009-01-25 Ulf Jasper <ulf.jasper@web.de>
3396
53112453 3397 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
3edf5284 3398
33b35792
AR
33992009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
3400
3401 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
3402 Remove from global map and key definitions.
3403 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
3404 definitions.
3405 (ns-show-preferences-help, ns-unput-working-text): New functions.
3406 (ns-unecho-working-text): Update message.
3407
447cfa66 34082009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
f052351a
UJ
3409
3410 * calendar/icalendar.el (icalendar-uid-format): New defcustom
3411 variable to allow the user to choose icalendar UID format.
3412 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
53112453 3413 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
a94b978f 3414 (icalendar-export-region, icalendar--create-uid): Use custom
f052351a
UJ
3415 function to compute icalendar UID for each entry.
3416 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
3417 with description, location, etc. fields (need to keep active count
3418 of fields encountered). Another bug fix to the regex that matches
3419 multiple lines (need \' regex instead of $ to match end-of-entry).
3420
5d91db30
JL
34212009-01-25 Juri Linkov <juri@jurta.org>
3422
3423 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
3424 change its title from "Recursive grep..." to "Grep via Find...".
3425 Add menu items for lgrep and rgrep.
3426
fd809159
VJL
34272009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3428
3429 * ps-print.el (ps-print-version): New version 7.3.4.
3430
34312009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
3432
3433 * ps-print.el: Fix face background/foreground extraction.
3434 (ps-face-extract-color): New fun.
3435 (ps-face-attributes, ps-face-attribute-list): Code fix.
3436
6ac30b5b
CY
34372009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
3438
3439 * align.el (align-region): Avoid infloop.
3440
207422da
EZ
34412009-01-24 Eli Zaretskii <eliz@gnu.org>
3442
001c6204
EZ
3443 * env.el (environment): Function removed.
3444
447cfa66
JB
3445 * international/mule-cmds.el (set-language-environment-coding-systems):
3446 If default-buffer-file-coding-system is nil, set up to have EOLs that
3447 are native for the underlying system-type. (Bug#1853)
d8cb7e3d 3448 (prefer-coding-system, set-default-coding-systems): Doc fix.
207422da 3449
eec6d5b7
JB
34502009-01-24 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3453 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
3454 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
3455 Use `string-match-p'.
3456
80016d6e
UJ
34572009-01-24 Ulf Jasper <ulf.jasper@web.de>
3458
3459 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
3460 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
3461 next-feed does not succeed. Fixes bug#1710 even more.
53112453 3462 (newsticker-treeview-next-feed): Simplify.
80016d6e
UJ
3463 (newsticker--group-get-feeds): Suppress group names in result.
3464
08324aaa
AR
34652009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3466
3467 * term/ns-win.el (menu-bar-select-frame): Drop this override.
3468 (menu-bar-update-frames): Update call to menu-bar-select-frame.
3469
38291a39
GM
34702009-01-24 Glenn Morris <rgm@gnu.org>
3471
3472 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
3473 "popmail" by "pormail".
3474
3475 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
3476 Remove unneeded declarations.
3477
18e50b48
JB
34782009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
3479
3480 * calc/calc-poly.el (calcFunc-apart): Improve test for
3481 rational functions.
3482
4e231ada
CY
34832009-01-23 Chong Yidong <cyd@stupidchicken.com>
3484
1a1115b2
CY
3485 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
3486 return value of rmail-get-labels.
3487
4e231ada
CY
3488 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
3489 return value of rmail-get-labels.
3490
3491 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
64cc3cf6 3492 (rmail-buffer-swapped): Fix last change. (Bug#1997)
4e231ada 3493
c04ed27e
UJ
34942009-01-23 Ulf Jasper <ulf.jasper@web.de>
3495
3496 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
3497 old cache file. Fixes bug#1710.
3498
5ae437e9
CY
34992009-01-23 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
3502
9d8f6d31
AR
35032009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3504
53112453
SM
3505 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
3506 Switch names and update comments for clarity.
9d8f6d31 3507
87248b44
SM
35082009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
3511 start is nil, as was done in tar-mode.el.
3512
b7796562
GM
35132009-01-23 Glenn Morris <rgm@gnu.org>
3514
3515 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
3516 more.
3517
3518 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
3519
a5116e47
GM
35202009-01-23 Chong Yidong <cyd@stupidchicken.com>
3521
447cfa66 3522 * server.el (server-name): Make it a defcustom. (Bug#1995)
a861b8d6 3523
a5116e47
GM
3524 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
3525
35262009-01-23 Glenn Morris <rgm@gnu.org>
3527
3528 * Makefile.in (ELCFILES): Update.
3529
35302009-01-22 Ulf Jasper <ulf.jasper@web.de>
3531
3532 * net/newst-treeview.el
3533 (newsticker-treeview-next-new-or-immortal-item): New optional arg
3534 current-item-counts. Move to next feed if necessary. (Bug#1569)
3535 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
3536 feed if necessary. (Bug#1569)
3537 (newsticker-treeview-next-feed)
3538 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
3539 Don't activate node nil. (Bug#1569)
3540
35412009-01-22 Paul Reilly <pmr@pajato.com>
6bee39c5
CY
3542 Henrik Enberg <enberg@printf.se>
3543 Alex Schroeder <alex@gnu.org>
3544 Chong Yidong <cyd@stupidchicken.com>
3545 Richard M Stallman <rms@gnu.org>
3546 Glenn Morris <rgm@gnu.org>
3547 Juanma Barranquero <lekktu@gmail.com>
3548
fb8e4ec8 3549 * mail/rmail.el: Code implementing Rmail-mbox functionality.
6bee39c5
CY
3550 (rmail-attribute-header, rmail-keyword-header)
3551 (rmail-answered-attr-index, rmail-deleted-attr-index)
3552 (rmail-edited-attr-index, rmail-filed-attr-index)
3553 (rmail-retried-attr-index, rmail-forwarded-attr-index)
3554 (rmail-unseen-attr-index, rmail-resent-attr-index)
3555 (rmail-attr-array, rmail-header-style, rmail-file-name)
3556 (rmail-buffer-swapped): New vars.
3557 (rmail-convert-file-maybe, rmail-error-bad-format)
3558 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
3559 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
3560 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
3561 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
3562 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
3563 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
3564 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
3565 (rmail-message-attr-p, rmail-message-unseen-p)
3566 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
3567 (rmail-show-message-maybe, rmail-copy-headers)
3568 (rmail-simplified-subject, rmail-simplified-subject-regexp)
3569 (rmail-write-region-annotate): New functions.
3570
53112453 3571 (rmail-keywords, rmail-default-rmail-file): Delete vars.
6bee39c5
CY
3572 (rmail-convert-mailpath, rmail-convert-file)
3573 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
3574 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
3575 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
3576 (rmail-redecode-body)
3577 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
3578 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
3579 (rmail-count-screen-lines, rmail-message-regexp-p)
53112453 3580 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
6bee39c5
CY
3581 (rmail-nuke-pinhead-header): Move to rmailout.el.
3582
3583 (rmail-ignored-headers): Add additional headers.
3584 (rmail-mode-map): Update key commands.
3585 (rmail-tool-bar-map): Build tool-bar unconditionally.
3586 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
3587 conversion and new buffer swapping mechanism.
3588 (rmail-perm-variables): Use new vars, and remove deleted ones.
3589 (rmail-revert): Use rmail-convert-file-maybe.
3590 (rmail-duplicate-message): Use rmail-show-message-maybe.
3591 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
3592 a disk-full error.
3593 (rmail-parse-url): Strip embedded password.
3594 (rmail-insert-inbox-text): Default to movemail if
3595 rmail-movemail-program is null. Handle mbox format.
3596 (rmail-decode-region): New arg.
3597 (rmail-display-labels): Don't perform Babyl processing.
3598 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
3599 (rmail-set-message-counters, rmail-count-new-messages)
3600 (rmail-set-message-counters-counter, rmail-show-message)
3601 (rmail-next-same-subject, rmail-reply): Use mbox format.
3602 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
3603 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
3604 buffer swapping mechanism.
3605
fb8e4ec8 3606 * mail/rmailedit.el: Require rmailsum.el.
6bee39c5 3607 (rmail-edit-mode): First check if buffer is swapped.
53112453 3608 (rmail-edit-saved-coding-system): Delete var.
6bee39c5
CY
3609 (rmail-edit-current-message): Don't call deleted vars.
3610 (rmail-cease-edit): Handle mbox format.
3611 (rmail-abort-edit): Widen buffer.
3612
fb8e4ec8 3613 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
6bee39c5
CY
3614 declarations.
3615 (rmail-buffer, rmail-current-message, rmail-last-label)
3616 (rmail-last-multi-labels, rmail-summary-vector)
3617 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
53112453 3618 (rmail-keywords): Delete vars.
6bee39c5
CY
3619 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
3620 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
53112453 3621 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
6bee39c5
CY
3622 (rmail-make-label): New function.
3623 (rmail-read-label): Don't call rmail-parse-file-keywords.
53112453 3624 (rmail-set-label): Rewrite using rmail-set-attribute.
6bee39c5
CY
3625 (rmail-next-labeled-message): Use rmail-get-labels.
3626
fb8e4ec8 3627 * mail/rmailmm.el: New file.
6bee39c5 3628
fb8e4ec8 3629 * mail/rmailmsc.el: Require rmail.el.
6bee39c5
CY
3630 (set-rmail-inbox-list): Set rmail-inbox-list directly.
3631
fb8e4ec8 3632 * mail/rmailout.el (rmail-output-decode-coding): New var.
6bee39c5
CY
3633 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
3634 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
3635 (rmail-output-to-rmail-buffer): New functions.
3636 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
53112453
SM
3637 Delete functions.
3638 (rmail-nuke-pinhead-header): Move from rmail.el.
3639 (rmail-output): Rewrite to accept both mbox and babyl output.
3640 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
6bee39c5
CY
3641 use mbox internal format.
3642
fb8e4ec8 3643 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
6bee39c5 3644 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
53112453
SM
3645 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
3646 Use rmail-get-header.
3647 (rmail-sort-messages): Use new buffer swapping mechanism.
3648 Handle mbox internal format.
6bee39c5 3649
fb8e4ec8 3650 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
6bee39c5
CY
3651 (rmail-message-recipients-p, rmail-message-recipients-p-1)
3652 (rmail-message-regexp-p, rmail-new-summary-1)
3653 (rmail-get-create-summary-buffer, rmail-get-summary)
3654 (rmail-create-summary-line, rmail-get-summary-labels)
3655 (rmail-create-summary, rmail-header-summary)
53112453 3656 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
6bee39c5
CY
3657 (rmail-summary-by-topic, rmail-message-senders-p)
3658 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
3659 internal format.
3660 (rmail-new-summary): Rewrite window handling.
3661 (rmail-make-summary-line, rmail-make-summary-line-1)
3662 (rmail-make-basic-summary-line)
3663 (rmail-summary-output-to-rmail-file): Functions deleted.
3664 (rmail-summary-undelete, rmail-summary-rmail-update)
3665 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
3666 (rmail-summary-show-message, rmail-summary-wipe)
53112453
SM
3667 (rmail-summary-toggle-header, rmail-summary-reply):
3668 Use rmail-buffer instead of rmail-view-buffer.
6bee39c5
CY
3669 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
3670 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
3671 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
3672
b51a3365
AR
36732009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3674
3675 * term/ns-win.el (ns-show-manual): Fix node name.
b859041e 3676 (x-open-connection): Fix typo in declaration filename.
b51a3365 3677
c27428a5
RF
36782009-01-22 Romain Francoise <romain@orebokech.com>
3679
3680 * Makefile.in (ELCFILES): Update.
3681
f79b43b2
DN
36822009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3683
3684 * frame.el (make-frame-on-tty): Remove function, inline contents
3685 in the only user ...
3686
3687 * server.el (server-create-tty-frame): ... here.
3688
ac0827d7
CY
36892009-01-22 Chong Yidong <cyd@stupidchicken.com>
3690
b859041e
JB
3691 * format.el (format-annotate-function):
3692 Set write-region-post-annotation-function.
ac0827d7 3693
059075fb
JW
36942009-01-21 John Wiegley <johnw@newartisans.com>
3695
3696 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
3697 list of output filters.
b859041e
JB
3698 (eshell-mode): Change the default binding of C-a to eshell-bol.
3699 I don't think it's actually bound at all by default in eshell;
3700 it just falls back to the default binding of C-a.
059075fb 3701
f87ff539
SM
37022009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * minibuffer.el (completion--insert-strings): Fix up computation of
3705 column position which manifested e.g. in proced's signal completion.
3706
3c196b45
CY
37072009-01-21 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * server.el (server-start): Allow server to shut down when no
3710 frames are available in daemon-mode.
3711
24c7b460
JB
37122009-01-21 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * term.el (term-previous-matching-input, term-next-matching-input)
3715 (term-previous-matching-input-from-input)
3716 (term-next-matching-input-from-input, term-backward-matching-input)
3717 (term-forward-matching-input): Change argument name to match docstring.
3718
2603d79b
GM
37192009-01-21 Glenn Morris <rgm@gnu.org>
3720
3721 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
3722 that are no longer needed.
3723 (authors-scan-change-log): Doc fix.
3724 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
3725
8e56b464
AM
37262009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
3727
f87ff539
SM
3728 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3729 Use aspell default dict.
8e56b464 3730
2d3e4f02
KH
37312009-01-20 Kenichi Handa <handa@m17n.org>
3732
3733 * descr-text.el (describe-char): Improve description of eight-bit
68f040f2 3734 char in a unibyte buffer. (Bug#1935)
2d3e4f02 3735
24e15888
GM
37362009-01-20 Glenn Morris <rgm@gnu.org>
3737
3738 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3739 Add some entries.
3740
4163977a
CY
37412009-01-19 Chong Yidong <cyd@stupidchicken.com>
3742
5208f3ad 3743 * progmodes/ruby-mode.el: Autoload other interpreter names.
4163977a 3744
d703f938
JB
37452009-01-19 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * descr-text.el (describe-char-categories): New defsubst.
3748 (describe-char): Use it.
3749
e0b6e3b9
MA
37502009-01-19 Michael Albinus <michael.albinus@gmx.de>
3751
3752 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
3753 IPv4 mapped IPv6 addresses.
3754
9e3fd593
JB
37552009-01-18 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
3758 the beginning of the buffer. (Bug#1949)
3759
0ca77a92
JB
37602009-01-18 Markus Triska <markus.triska@gmx.at>
3761
3762 * linum.el (linum-update-window): Use `delq' instead of `delete';
3763 compare strings with `equal-including-properties'.
3764
66d279a7
GM
37652009-01-17 Glenn Morris <rgm@gnu.org>
3766
3767 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
3768 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
3769
3770 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
3771 (eldoc-message-commands, eldoc-print-current-symbol-info):
3772 Doc fix (consistent case of "ElDoc").
3773
635618a4
RW
37742009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3775
f87ff539 3776 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
635618a4 3777
fc47d8a7
EZ
37782009-01-17 Eli Zaretskii <eliz@gnu.org>
3779
5a4122e2
EZ
3780 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
3781 TARGET)' does not exist, try again with its basename replaced by
68f040f2 3782 `(cdr TARGET)'. (Related to Bug #1853.)
5a4122e2 3783
fc47d8a7
EZ
3784 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
3785
511744bd 37862009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
ca0ebecc 3787
511744bd 3788 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
ca0ebecc
AM
3789 unless flyspell-mode is enabled.
3790 (flyspell-pre-point): Make buffer-local.
3791
a51cfa58
RW
37922009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3793
3794 * textmodes/bibtex.el (bibtex-format-entry): For updating field
3795 delimiters, allow fields that are composed of strings and string
3796 constants.
3797 (bibtex-mode): Doc fix.
3798
511744bd 37992009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
034dc2a3
AM
3800
3801 * textmodes/ispell.el: Protect against declare-function undefined
511744bd 3802 in XEmacs.
034dc2a3 3803 (ispell-program-name): Search also for hunspell when setting default.
511744bd
JB
3804 (ispell-find-aspell-dictionaries): Better error message. Use correct
3805 dictionary alist for default. Better fallback default dictionary.
034dc2a3 3806
76472dc2
KH
38072009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
3808
f87ff539
SM
3809 * international/quail.el (quail-insert-kbd-layout):
3810 Delete superfluous handling of 8-bit code. (Bug#1418)
76472dc2 3811
133ea5b2
GM
38122009-01-16 Glenn Morris <rgm@gnu.org>
3813
3814 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
3815 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
3816 (eldoc-highlight-function-argument): Doc fix - mention effect of
3817 eldoc-documentation-function.
3818 (eldoc-message-commands-table-size, eldoc-message-commands)
3819 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
3820 (eldoc-documentation-function): Mention effect on user options.
3821
3822 * emacs-lisp/copyright.el (copyright-update): Doc fix.
3823
b6388cc9
SM
38242009-01-16 Kevin Ryde <user42@zip.com.au>
3825
3826 * tar-mode.el (tar-rename-entry): Only test the magic string, without
3827 its version number, and then set both.
3828
38cb7a93
RS
38292009-01-16 Richard M Stallman <rms@gnu.org>
3830
3831 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
3832
fa9d0f38
DN
38332009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
3836 Refer to revert-buffer, not Buffer-menu-revert.
52a0198d 3837 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
fa9d0f38
DN
3838 (Buffer-menu-revert): Remove function, unused.
3839 (Buffer-menu-mode-map): Don't bind keys already
3840 bound by special-mode.
6a6baf11 3841 (Buffer-menu-mode-map): Add a menu.
fa9d0f38 3842
71f982e3
SE
38432009-01-15 Stephen Eglen <stephen@gnu.org>
3844
3845 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
3846
3151c2ff
DN
38472009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
3850
98722073
MR
38512009-01-15 Martin Rudalics <rudalics@gmx.at>
3852
3853 * window.el (special-display-p): Revert 2009-01-14 change.
3854
6b5e47dd
GM
38552009-01-15 Glenn Morris <rgm@gnu.org>
3856
3857 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3858 (authors-obsolete-files-regexps, authors-ignored-files):
3859 (authors-renamed-files-alist): Add some entries.
3860 (authors-fixed-entries): Change some entries.
3861 (authors-canonical-file-name): Doc fix.
3862 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
3863
58cb49d4
JL
38642009-01-14 Juri Linkov <juri@jurta.org>
3865
3866 * info.el (Info-isearch-filter): Don't filter out invisible text
3867 when search-invisible is t. (Bug#1848)
3868
3869 * simple.el (blink-matching-open): Use `minibuffer-message' to
3870 display messages in the minibuffer.
3871
3872 * help.el (view-help-file):
3873 * menu-bar.el (menu-bar-help-extra-packages):
3874 Use goto-address-mode instead of goto-address.
3875
3876 * net/goto-addr.el (goto-address-url-face): Change default value
3877 from `bold' to `link'.
3878
ecbe9da5
JB
38792009-01-14 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
3882
56f31926
MR
38832009-01-14 Martin Rudalics <rudalics@gmx.at>
3884
60898913
MR
3885 * frame.el (special-display-popup-frame): Rewrite doc-string and
3886 simplify code.
3887
56f31926
MR
3888 * window.el (special-display-buffer-names)
3889 (special-display-regexps): Add customization support for
3890 function/other-args elements. Rewrite doc-strings.
60898913 3891 (special-display-function): Rewrite doc-string.
f87ff539
SM
3892 (same-window-buffer-names, same-window-regexps):
3893 Minor doc-string fixes.
56f31926
MR
3894 (special-display-p): Minor rewrite.
3895
38934f76
GM
38962009-01-14 Glenn Morris <rgm@gnu.org>
3897
3898 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
3899
9f3618b5
JB
39002009-01-14 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
3903 MESSAGEs with internal square brackets (i.e., " this [test] message").
3904 Use `string-match-p'.
3905 (completion--make-envvar-table, completion--file-name-table)
3906 (completion-pcm--string->pattern, completion-pcm--all-completions)
3907 (completion-pcm--filename-try-filter): Use `string-match-p'.
3908
e5524cba
JL
39092009-01-14 Juri Linkov <juri@jurta.org>
3910
3911 * progmodes/bug-reference.el (bug-reference-fontify): Check for
3912 non-nil `bug-reference-url-format' before putting an overlay
3913 property `bug-reference-url'.
3914 (bug-reference-mode, bug-reference-prog-mode): Don't check for
3915 `bug-reference-url-format'. Doc fix. (Bug#1744)
3916
8e25a295
CY
39172009-01-13 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
3920 for exit-emacs item. Bind it to save-buffers-kill-terminal.
3921
3922 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
3923 loaded.
3924
0db2e6af
JR
39252009-01-13 Jason Rumney <jasonr@gnu.org>
3926
9f3618b5 3927 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
0db2e6af 3928
d7f90d6c
JB
39292009-01-12 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * subr.el (play-sound): Doc fix. (Bug#250)
3932 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
3933
d7158f27
SM
39342009-01-12 Alan Mackenzie <acm@muc.de>
3935
3936 * textmodes/paragraphs.el (forward-sentence): Change limit of
3937 re-search-backward to allow values of `sentence-end' anchored at BOL.
3938
64ac1266
SM
39392009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
3942 subfield of the magic string.
3943
91ca6606
JB
39442009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
3945
3946 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
3947 (math-special-function-table): Use `math-compose-tex-sqrt' to
3948 compose sqrts in TeX and LaTeX mode.
3949
1b4d6ee6
CY
39502009-01-11 Chong Yidong <cyd@stupidchicken.com>
3951
4a6f62a1
CY
3952 * faces.el (describe-face): Ignore anonymous faces.
3953
1b4d6ee6
CY
3954 * server.el (server-save-buffers-kill-terminal): Args changed.
3955 Handle nowait client frames.
3956
3957 * files.el (save-buffers-kill-terminal): Args for
3958 server-save-buffers-kill-terminal changed.
3959
6fcec85e
JB
39602009-01-11 Juanma Barranquero <lekktu@gmail.com>
3961
3962 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3963
93da04c0
GM
39642009-01-11 Glenn Morris <rgm@gnu.org>
3965
e8f642e7
GM
3966 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
3967 Silence compiler.
3968
93da04c0
GM
3969 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
3970 some entries.
3971 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
3972 (authors-renamed-files-alist): Add entries.
3973 (authors-fixed-entries): Update for renamed and removed files.
3974 (authors-canonical-file-name): Add entries to
3975 authors-checked-files-alist based on their full names, expanded relative
3976 to each log-file directory.
3977 (authors-scan-el, authors-add-to-author-list, authors):
3978 Handle multiple authors in a file, via a new :cowrote category.
3979
fe177a62
GM
3980 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
3981
11ad1e42
RS
39822009-01-10 Richard M Stallman <rms@gnu.org>
3983
3984 * mail/mail-utils.el (mail-quote-printable-region): New function.
3985
3309a9ee
GM
39862009-01-10 Glenn Morris <rgm@gnu.org>
3987
3988 * calendar/cal-move.el (calendar-scroll-left-three-months)
3989 (calendar-scroll-right-three-months):
3990 * calendar/holidays.el (calendar-list-holidays)
3991 (calendar-mark-holidays):
3992 * calendar/lunar.el (calendar-lunar-phases):
3993 Add event handling, for when called from menus with the calendar buffer
3994 not current.
3995
ac7020b3
DN
39962009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
3997
3998 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3999 Move setting up whitepace-mode ...
4000 (diff-mode): ... here.
4001 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
4002
a933c4f7
CY
40032009-01-10 Chong Yidong <cyd@stupidchicken.com>
4004
4005 * faces.el (x-font-family-list): Remove entirely.
4006
8b5e8b42
EZ
40072009-01-10 Eli Zaretskii <eliz@gnu.org>
4008
4009 Fix Bug #876:
4010
f87ff539
SM
4011 * info.el (info-insert-file-contents, Info-insert-dir):
4012 Bind inhibit-null-byte-detection to non-nil.
8b5e8b42 4013
fca863b8
MR
40142009-01-10 Martin Rudalics <rudalics@gmx.at>
4015
4016 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
4017 toggling tool bars on. (Bug#1754)
4018
45c17811
CY
40192009-01-09 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * faces.el (face-valid-attribute-values): Use string as value for
f87ff539 4022 :family attribute. Now, font-family-list returns a list of strings.
45c17811
CY
4023 (x-font-family-list): Obsolete compatibility version of function
4024 from xfaces.c.
4025
dcb50c02
MR
40262009-01-09 Martin Rudalics <rudalics@gmx.at>
4027
4028 * window.el (special-display-buffer-names)
f87ff539
SM
4029 (special-display-regexps, special-display-function):
4030 In doc-strings say "same-window" instead of "same-buffer".
dcb50c02 4031
c28f19e5
MA
40322009-01-09 Michael Albinus <michael.albinus@gmx.de>
4033
4034 * net/tramp.el: Revert previous patch. `last-command-char' is
4035 used in code intended only for XEmacs, where it is different from
4036 `last-command-event'.
4037
d293848d
GM
40382009-01-09 Glenn Morris <rgm@gnu.org>
4039
4040 * subr.el (last-input-char, last-command-char):
4041 Move here from src/keyboard.c.
4042
8989a920
GM
4043 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
4044 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
4045 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
4046 * wdired.el:
e93c003e
GM
4047 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
4048 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
4049 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
4050 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
61a846fb 4051 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
a4d9b7bc 4052 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1ba983e8 4053 * eshell/em-smart.el, eshell/esh-mode.el:
61a846fb 4054 * international/mule-cmds.el:
a4d9b7bc 4055 * mail/mailabbrev.el:
61a846fb 4056 * net/tramp.el:
1ba983e8
GM
4057 * play/mpuz.el:
4058 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
4059 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
4060 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
4061 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
4062 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
4063 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
4064 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
4065 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
e93c003e
GM
4066 Replace last-command-char with last-command-event.
4067
1e4bd40d
GM
4068 * double.el, electric.el, replace.el, term.el, terminal.el:
4069 * calc/calc.el:
4070 * emulation/viper-cmd.el:
4071 * international/mule-cmds.el:
4072 * obsolete/iso-acc.el:
4073 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
4074
dd513189
GM
4075 * emacs-lisp/edebug.el: Remove references to last-command-char and
4076 last-input-char, since these have been identical to last-command-event
4077 and last-input-event since at least Emacs 19.
4078 (edebug-outside-last-command-char, edebug-outside-last-input-char):
4079 Remove.
4080
e3e955fe
MB
40812009-01-09 Dave Love <fx@gnu.org>
4082
4083 * calendar/time-date.el: Require cl for `declare'.
4084
40852009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4086
4087 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
4088 Suggested by Dave Love.
4089
40902009-01-09 Dave Love <fx@gnu.org>
4091
4092 * net/imap.el (imap-string-to-integer): Fix typo.
4093 (imap-fetch-safe): New function.
4094 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4095
4096 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
4097 (imap-parse-greeting): Fix doc strings.
4098 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4099 (imap-parse-flag-list): Make messages unique.
4100 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
4101
4102 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
4103 call.
4104
4105 * net/imap.el: Fix author email. Doc fixes.
4106 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4107 reply.
4108
41092009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4110
4111 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
4112
41132009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4114
67a7fe65 4115 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
e3e955fe
MB
4116 Call nslookup if resolv.conf isn't available.
4117 (dns-query): Rename from query-dns.
4118 (dns-query-cached): Rename from query-dns-cached.
4119
41202009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4121
f87ff539
SM
4122 * net/imap.el (imap-enable-exchange-bug-workaround):
4123 Explain auto-detection in the doc string.
e3e955fe 4124
2188975f
JB
41252009-01-09 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
4128 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
4129 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
4130 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
4131 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
4132 Fix typos in docstrings.
4133 (ispell-command-loop): Reflow docstring.
4134
57bf8fd4
AM
41352009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
4136
67a7fe65 4137 * textmodes/ispell.el (ispell-encoding8-command): New variable.
57bf8fd4 4138 (ispell-aspell-supports-utf8): Mark as obsoleted by
67a7fe65
JB
4139 ispell-encoding8-command.
4140 (ispell-check-version): Set ispell-encoding8-command.
4141 (ispell-check-spellchecker-params, ispell-start-process):
4142 Use ispell-encoding8-command.
57bf8fd4 4143
67a7fe65
JB
4144 * textmodes/flyspell.el (flyspell-large-region):
4145 Use ispell-encoding8-command.
57bf8fd4 4146
912b78dd
GM
41472009-01-08 Glenn Morris <rgm@gnu.org>
4148
4149 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
4150 scroll the calendar.
4151
4152 * international/mule-cmds.el (universal-coding-system-argument):
4153 last-input-char need not be a char.
4154
4155 * textmodes/ispell.el (ispell-check-minver): Declare.
4156 Use string-to-number rather than string-to-int.
4157
ed039e6c
JB
41582009-01-07 Juanma Barranquero <lekktu@gmail.com>
4159
eb9c16e5
JB
4160 * add-log.el (change-log-search-tag-name): Reflow docstring.
4161 (change-log-mode): Fix typo in docstring.
4162
ed039e6c
JB
4163 * international/mule.el (define-coding-system): Doc fix.
4164
e4821482
KH
41652009-01-07 Kenichi Handa <handa@m17n.org>
4166
4167 * international/mule.el (define-coding-system): Fix docstring
4168 about :bom usage.
4169
7f0995a1
MR
41702009-01-07 Martin Rudalics <rudalics@gmx.at>
4171
4172 * dired.el (dired-pop-to-buffer): Don't split windows
4173 horizontally. (Bug#1806)
4174
3006c8dc
SM
41752009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * tar-mode.el (tar-mode, tar-mode-write-contents)
4178 (tar-write-region-annotate): Undo Andreas's last change.
4179
2c418c5b
MA
41802009-01-06 Michael Albinus <michael.albinus@gmx.de>
4181
4182 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
4183 (tramp-handle-file-local-copy, tramp-handle-write-region)
4184 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6c791387 4185 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2c418c5b 4186
1bba1cfc
SM
41872009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * minibuffer.el (completion-hilit-commonality): Don't presume
4190 all-completions always include the input as prefix.
4191 (completion-pcm--pattern-trivial-p): Accept a few more patterns
4192 as trivial.
4193 (completion-pcm--hilit-commonality): Remove leftover code that used to
4194 deal with the now removed cdr-in-last-cons.
4195
3dabda23
JB
41962009-01-06 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * international/mule.el (define-coding-system): Fix typos in docstring.
4199
ac4e7a30
AM
42002009-01-05 Alan Mackenzie <acm@muc.de>
4201
1bba1cfc
SM
4202 * progmodes/cc-styles.el (c-setup-paragraph-variables):
4203 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
ac4e7a30 4204
91192f4f
MA
42052009-01-05 Michael Albinus <michael.albinus@gmx.de>
4206
4207 * net/tramp.el (tramp-handle-load)
4208 (tramp-do-copy-or-rename-file-directly)
4209 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4210 (tramp-handle-write-region)
4211 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4212 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4213 Delete temporary file in case of error.
4214
6c791387 42152009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
0764ed37 4216
6c791387 4217 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
0764ed37 4218
85fed0a4
RS
42192009-01-05 Richard M Stallman <rms@gnu.org>
4220
0764ed37 4221 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
85fed0a4 4222
29c45500
MR
42232009-01-05 Martin Rudalics <rudalics@gmx.at>
4224
4225 * window.el (display-buffer): Fix last fix.
4226
a609d13b
JB
42272009-01-05 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
4230 to shorten the desktop file directory shown in message.
4231
061a7c0e
GM
42322009-01-05 Glenn Morris <rgm@gnu.org>
4233
46932a8d
GM
4234 * version.el (emacs-copyright):
4235 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4236 Update copyrights for 2009.
061a7c0e 4237
a97af989
JB
42382009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
4239
4240 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
4241 (ada-get-indent-paramlist): Use ada-broken-indent instead of
4242 hard-coded 0.
4243 (ada-get-indent-loop): Fix list access bug.
4244
a3c40f60
JB
42452009-01-04 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
4248 (lisp-interaction-mode): Add a blank line in the docstring
4249 before the keymap listing.
4250
e331bbf3
MR
42512009-01-04 Martin Rudalics <rudalics@gmx.at>
4252
4253 * window.el (display-buffer): When a buffer is displayed in the
4254 selected and some other window, and not-this-window is non-nil,
4255 try to return that other window instead of popping up a new
4256 frame. (Bug#30)
4257
5d0fba46
CY
42582009-01-04 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
4261
b796bfb4
CY
42622009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
4263
4264 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
4265
35203a24
MO
42662009-01-03 Michael Olson <mwolson@gnu.org>
4267
4268 * net/imap.el (imap-parse-fetch): Courier can insert spurious
4269 blank characters which will confuse `read', so skip past them.
4270
4182531c
RS
42712009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4272
be3f421b
RS
4273 * emacs-lisp/authors.el (authors-aliases): Addition.
4274 (authors): Allow to use it for other projects.
4275
4182531c
RS
4276 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
4277 Clarify MATCH argument. Print filenames.
4278
36a3859f
MA
42792009-01-03 Michael Albinus <michael.albinus@gmx.de>
4280
4281 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
4282
4283 * net/tramp.el (tramp-local-host-regexp)
4284 (tramp-prefix-domain-format)
4285 (tramp-prefix-domain-regexp, tramp-domain-regexp)
4286 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
4287 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
1bba1cfc 4288 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
36a3859f
MA
4289 (tramp-file-name-structure, tramp-file-name-regexp-unified)
4290 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
4291 (tramp-dissect-file-name, tramp-make-tramp-file-name)
4292 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
4293 (tramp-handle-insert-file-contents): Fix setting of
4294 `buffer-read-only'.
1bba1cfc
SM
4295 (tramp-compute-multi-hops, tramp-local-host-p):
4296 Use `tramp-local-host-regexp'.
4297 (tramp-file-name-real-user, tramp-file-name-domain):
4298 Use `tramp-user-with-domain-regexp'.
36a3859f
MA
4299
4300 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
1bba1cfc 4301 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
36a3859f 4302
3ac09bb4
RW
43032009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4304
4305 * proced.el (proced-grammar-alist): Refiner can be a
4306 list (function help-echo) instead of a cons pair.
4307 (proced-post-display-hook): New variable.
1bba1cfc 4308 (proced-tree-depth): Rename from proced-tree-indent.
3ac09bb4 4309 (proced-mode): Derive mode from special-mode.
1bba1cfc 4310 (proced-mode-map): Change accordingly.
3ac09bb4 4311 (proced, proced-update): Run proced-post-display-hook.
1bba1cfc 4312 (proced-do-mark-all): Count processes for which mark has been updated.
3ac09bb4
RW
4313 (proced-format): Check for ppid attribute.
4314 (proced-process-attributes): Take time and ctime attribute from
4315 system-process-attributes.
4316 (proced-send-signal): Doc fix. Collect properly the info on
4317 marked processes. Use fit-window-to-buffer instead of
4318 dired-pop-to-buffer.
4319
958a2b4c
SM
43202009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
4323 point-min==1.
4324
44d15ae0
JB
43252009-01-02 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * bindings.el (mode-line-eol-desc): Fix typo in help message.
4328 (mode-line-client): Fix typo in help message and docstring.
4329
3d691666
JR
43302009-01-02 Jason Rumney <jasonr@gnu.org>
4331
4332 * term/w32-win.el (image-library-alist): Add gobject library.
4333
dca6c418
MR
43342009-01-02 Martin Rudalics <rudalics@gmx.at>
4335
4336 * frame.el (window-system-default-frame-alist)
4337 (initial-frame-alist, minibuffer-frame-alist)
4338 (pop-up-frame-alist, pop-up-frame-function)
4339 (special-display-frame-alist): Rewrite and reformat doc-strings.
4340
263bc3fa
MR
43412009-01-01 Martin Rudalics <rudalics@gmx.at>
4342
958a2b4c
SM
4343 * simple.el (minibuffer-default-add-shell-commands):
4344 Fix doc-string typo.
263bc3fa 4345
337c7b82
CY
43462009-01-01 Chong Yidong <cyd@stupidchicken.com>
4347
6768ca67
CY
4348 * language/cham.el: Fix setting of composition-function-table.
4349
4350 * language/khmer.el: Fix setting of composition-function-table.
4351
958a2b4c
SM
4352 * language/tibet-util.el (tibetan-composition-function):
4353 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
6768ca67 4354
257c9b65
CY
4355 * simple.el (minibuffer-default): Add defvar.
4356
337c7b82
CY
4357 * hippie-exp.el: Require comint.
4358
4dc1abeb
MR
43592008-12-31 Martin Rudalics <rudalics@gmx.at>
4360
4361 * simple.el (last-buffer): Don't set major mode of *scratch* if
4362 that buffer exists already. Rewrite doc-string.
4363
d00da9d7
AS
43642008-12-31 Andreas Schwab <schwab@suse.de>
4365
4366 * tar-mode.el (tar-mode): Set write-contents-functions instead of
4367 write-region-annotate-functions.
4368 (tar-mode-write-contents): New function.
4369 (tar-write-region-annotate): Remove.
4370
8f489707
CY
43712008-12-31 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * files.el (basic-save-buffer): Revert 2008-12-22 change.
4374 (buffer-swapped-with): Var removed.
4375
ee946858
KH
43762008-12-30 Kenichi Handa <handa@m17n.org>
4377
958a2b4c
SM
4378 * language/japanese.el (compose-gstring-for-variation-glyph):
4379 New function. Register it in composition-function-table.
ee946858
KH
4380
4381 * composite.el (lglyph-set-code): New function.
4382
19eb68d0
SM
43832008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * tar-mode.el (tar-data-swapped): New var.
4386 (tar-data-swapped-p, tar-swap-data):
4387 Use it instead of buffer-swapped-with.
4388 (tar-write-region-annotate): Re-add (partial undo of last change).
4389 (tar-mode): Use it again (partial undo as well).
4390
b0f0f3eb
CY
43912008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
4392
4393 * textmodes/table.el (table-capture): Fix symbol quoting typo.
4394
2260cb2c
CY
43952008-12-30 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * follow.el (follow-select-if-visible): Improve the check for the
4398 last line of the window.
4399 (follow-post-command-hook): Perform redisplay in more
19eb68d0 4400 circumstances, to avoid getting point stuck on partially visible lines.
2260cb2c 4401
b4c79e7b
CY
44022008-12-30 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * follow.el (follow-calc-win-end): Use with-selected-window.
4405 (follow-windows-start-end, follow-pos-visible)
4406 (follow-windows-aligned-p): Code cleanup.
4407 (follow-select-if-visible): Try to avoid partially-visible lines.
4408 (follow-select-if-visible-from-first): Call follow-redisplay and
4409 move point to destination.
4410 (follow-redisplay): New arg, to keep selected window unchanged.
4411 (follow-post-command-hook): In final check for destination
4412 visibility, use window-start and window-end instead of the less
4413 accurate follow-pos-visible. If the selected window is redrawn,
4414 tell follow-redisplay to preserve it.
de70fe72
CY
4415 (follow-calculate-first-window-start-from-below): Avoid looping
4416 forever if vertical-motion returns an unexpected value.
b4c79e7b 4417
d9569a55
AS
44182008-12-30 Andreas Schwab <schwab@suse.de>
4419
19eb68d0
SM
4420 * server.el (server-running-p): Remove interactive spec.
4421 Fix regexp.
d9569a55 4422
0d05df65
CY
44232008-12-30 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * follow.el (follow-calc-win-start): Don't use `inline'.
4426 (follow-update-window-start, follow-select-if-visible)
4427 (follow-calculate-first-window-start-from-below)
4428 (follow-post-command-hook): Code cleanup.
64ac1266
SM
4429 (follow-downward, follow-calculate-first-window-start):
4430 Delete function and merge into follow-redisplay.
0d05df65
CY
4431 (follow-redisplay): Merge code from follow-downward and
4432 follow-calculate-first-window-start.
4433
744c85fb
JB
44342008-12-30 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * proced.el (proced-tree-flag): Fix typo in docstring.
4437
48152a70
RW
44382008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4439
64ac1266 4440 * proced.el (proced-temp-alist): Rename from variable
48152a70
RW
4441 proced-children-alist.
4442 (proced-process-tree, proced-toggle-tree): Fix docstring.
4443 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
4444 (proced-temp-internal): Use proced-temp-alist.
4445
53374291
DN
44462008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 * subr.el (mkdir): New defalias.
4449
5adfa483
JL
44502008-12-29 Juri Linkov <juri@jurta.org>
4451
4452 * proced.el (proced-mode-map): Bind " " to next-line instead of the
4453 command `proced-next-line' removed on 2008-09-06.
4454
18e4b9bd
JL
44552008-12-28 Juri Linkov <juri@jurta.org>
4456
4457 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
4458 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
4459
4460 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
4461 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
4462 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
4463 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
4464 set 4 obsolete variables for backward-compatibility with Emacs 22.
4465
44662008-12-28 Juri Linkov <juri@jurta.org>
4467
4468 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
4469
44702008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
4471
4472 * misc.el (butterfly): New command.
4473
f1d27653
RW
44742008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4475
64ac1266
SM
4476 * proced.el (proced-grammar-alist): Allow predicate nil.
4477 New attribute tree.
f1d27653
RW
4478 (proced-format-alist): Use attribute tree.
4479 (proced-tree-flag, proced-tree-indent): New variables.
64ac1266
SM
4480 (proced-children-alist): Rename from proced-process-tree.
4481 PPID must refer to a process in process-alist.
4482 Ignore PPIDs that equal PID (Bug#1718).
4483 Children alist inherits sorting order from process-alist.
f1d27653
RW
4484 (proced-process-tree): New variable. New function.
4485 (proced-process-tree-internal, proced-toggle-tree)
64ac1266 4486 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
f1d27653
RW
4487 (proced-mark-process-alist): Add docstring.
4488 (proced-filter-parents): PPID must refer to a process in
9330d4c0 4489 process-alist. Ignore PPIDs that equal PID (Bug#1718).
f1d27653 4490 (proced-sort): Throw error if attribute is not sortable.
64ac1266 4491 (proced-sort-interactive): Restrict completion to sortable attributes.
f1d27653
RW
4492 (proced-format): Include tree in standard attributes if
4493 proced-tree-flag is non-nil. Make header clickable only if
4494 corresponding predicate is non-nil.
4495 (proced-update): Use proced-tree.
4496
7d96af1a
CY
44972008-12-28 Chong Yidong <cyd@stupidchicken.com>
4498
3dfe36a5
CY
4499 * diff.el (diff): Doc fix.
4500
5fa77a6a
CY
4501 * emacs-lisp/rx.el (rx): Doc fix.
4502
7d96af1a
CY
4503 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
4504 before uniquifying backup trash file name.
4505
7f4a3168
AS
45062008-12-27 Andreas Schwab <schwab@suse.de>
4507
4508 * vc-git.el (vc-git-dir-printer): Fix filename column.
4509
70403f65 45102008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
fe3a1c1d
DN
4511
4512 * term.el (term-emulate-terminal): Decode substring just prior to
70403f65 4513 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
fe3a1c1d 4514
2c65e87c
EZ
45152008-12-27 Eli Zaretskii <eliz@gnu.org>
4516
6c4d5dd3
EZ
4517 * makefile.w32-in (MH_E_DIR): New variable.
4518 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
4519 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
4520 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
4521 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
4522 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
4523 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
4524 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
4525 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
4526 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
4527 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
4528 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
4529
2c65e87c
EZ
4530 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
4531 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
4532 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
4533 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
4534 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
4535 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
4536 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
4537 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
4538 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
4539 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
4540 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
4541
7533b418
EZ
45422008-12-26 Eli Zaretskii <eliz@gnu.org>
4543
4544 * files.el (dosified-file-name): Declare.
4545
d3a36099
AS
45462008-12-26 Andreas Schwab <schwab@suse.de>
4547
c099a588
AS
4548 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
4549
d3a36099
AS
4550 * tar-mode.el (tar-swap-data): New function.
4551 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
4552 (tar-mode-revert): Likewise.
4553 (tar-mode): Likewise. Don't set write-region-annotate-functions.
4554 (tar-data-swapped-p): Test buffer-swapped-with.
4555 (tar-write-region-annotate): Remove.
4556 (tar-header-block-tokenize): Add argument `coding' and use it
4557 instead of tar-file-name-coding-system.
4558 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
4559
2e480e42
EZ
45602008-12-26 Eli Zaretskii <eliz@gnu.org>
4561
4562 * dos-fns.el (dosified-file-name): New function.
4563
4564 * files.el (dir-locals-find-file): Run dir-locals-file through
4565 dosified-file-name. Compare files case-insensitively on systems
4566 whose filesystems are case-insensitive.
4567
90ad3541
MR
45682008-12-25 Martin Rudalics <rudalics@gmx.at>
4569
4570 * help.el (help-for-help-internal): Fix entry for "l".
4571
737ef682
RS
45722008-12-25 Richard M Stallman <rms@gnu.org>
4573
4574 * shadowfile.el (shadow-copy-file): Revert previous change.
4575 This code as it was should work properly with buffer-swapped-with.
4576
78796feb
SM
45772008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
4578
4579 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
4580
e6979067
DN
45812008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
4582
4583 * subr.el (chmod): New defalias for set-file-modes.
4584
3fbb3dc4
JL
45852008-12-23 Juri Linkov <juri@jurta.org>
4586
78796feb
SM
4587 * isearch.el (isearch-filter-predicate, isearch-search):
4588 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
4589 (isearch-filter-visible): Rename from
3fbb3dc4
JL
4590 `isearch-filter-invisible'. Doc fix.
4591
4592 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
4593 value from `dired-isearch-filter-predicate-orig' instead of the
4594 symbol `isearch-filter-invisible'. Doc fix.
78796feb
SM
4595 (dired-isearch-filter-filenames): Doc fix.
4596 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3fbb3dc4
JL
4597
4598 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
4599 for Info-point-loc since it is more correct in all cases.
4600 (Info-isearch-filter): Rename from
4601 `Info-isearch-filter-predicate'. Doc fix.
4602 (Info-mode): Replace `Info-isearch-filter-predicate' with
4603 `Info-isearch-filter'.
4604
43cf3760
DU
46052008-12-23 Daiki Ueno <ueno@unixuser.org>
4606
4607 * pgg.el: Add obsolescence info.
4608
a1037423
RS
46092008-12-22 Richard M Stallman <rms@gnu.org>
4610
348a60a8
RS
4611 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
4612
4613 * files.el (buffer-swapped-with): New variable.
4614 (basic-save-buffer-0): Most of basic-save-buffer moved here.
4615 (basic-save-buffer): Unswap the buffer temporarily if nec.
4616
a1037423
RS
4617 * dired.el (dired-readin): Inhibit modification hooks.
4618
8afbc8ae
UJ
46192008-12-22 Ulf Jasper <ulf.jasper@web.de>
4620
78796feb
SM
4621 * net/newst-backend.el (newst-backend):
4622 Remove wrong duplicate provide statement.
8afbc8ae 4623
dea31ca6
MA
46242008-12-22 Michael Albinus <michael.albinus@gmx.de>
4625
4626 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
4627 end, before updating.
4628 (tramp-convert-file-attributes): Add "l" indicator to file modes.
4629 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
4630
9992ea0c
MR
46312008-12-21 Martin Rudalics <rudalics@gmx.at>
4632
4633 * window.el (set-window-text-height): Fix doc-string.
4634
125f7951
SM
46352008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * minibuffer.el (completion-all-completions-with-base-size): Remove.
4638 (completion-all-completions): Don't set it.
4639 (completion-table-with-context, completion--file-name-table):
4640 Don't add base-size in last cdr.
4641 (completion-hilit-commonality): Add argument `base-size'.
4642 (display-completion-list, completion-emacs21-all-completions)
4643 (completion-emacs22-all-completions, completion-basic-all-completions):
4644 Provide it.
4645 (completion-pcm--all-completions): Don't need to remove the base-size
4646 in last-cdr any more.
4647
77fea89d 46482008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
0aef89e7
AM
4649
4650 * textmodes/ispell.el (ispell-check-minver): New function.
4651 (ispell-check-version): Rewrite spellchecker and version checking.
70403f65 4652 Use (ispell-check-minver). Handle hunspell versions.
0aef89e7 4653
95ee4b8f
CY
46542008-12-20 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * ido.el (ido-read-internal): Handle `confirm' and
4657 `confirm-after-completion' values for the require-match argument.
4658
c855d682
JR
46592008-12-20 Jason Rumney <jasonr@gnu.org>
4660
125f7951 4661 * international/mule.el (auto-coding-regexp-alist):
70403f65 4662 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
c855d682 4663
6bc14936
CY
46642008-12-20 Ami Fischman <ami@fischman.org>
4665
4666 * bindings.el (mode-line-eol-desc): Use assoc to query
4667 mode-line-eol-desc-cache.
4668
7ed216d6
GM
46692008-12-20 Glenn Morris <rgm@gnu.org>
4670
4671 * comint.el (comint-save-input-ring-index): Add missing initial value.
4672
d0482e4e
JB
46732008-12-19 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * proced.el (proced-grammar-alist): Doc fix.
4676 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
4677 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
4678 (proced-undo): Fix typos in docstrings.
4679
eef72fce
GM
46802008-12-19 Glenn Morris <rgm@gnu.org>
4681
01cc3e13
GM
4682 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4683 (authors-fixed-case): New constant.
eef72fce
GM
4684 (authors-public-domain-files, authors-ignored-files):
4685 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
4686 (authors-renamed-files-regexps): Add some new entries.
4687 (authors-canonical-file-name): Don't complain about ignored files.
4688 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
4689 (authors): Ensure error buffer is writable.
4690
77fea89d 46912008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
e483e9f8 4692
a300e74a 4693 (ispell-really-hunspell): New variable to signal hunspell.
e483e9f8 4694 (ispell-check-version):
a300e74a
JB
4695 Check if hunspell and set ispell-really-hunspell if needed.
4696 (ispell-send-string, ispell-start-process, flyspell-large-region):
4697 Pass right options for hunspell if needed.
e483e9f8 4698
6e868247
KH
46992008-12-18 Kenichi Handa <handa@m17n.org>
4700
a300e74a 4701 * international/fontset.el (script-representative-chars)
6e868247
KH
4702 (setup-default-fontset): Add more scripts.
4703
4704 * international/characters.el: Add more scripts.
4705
74a131b6
JL
47062008-12-19 Juri Linkov <juri@jurta.org>
4707
4708 * info.el (Info-isearch-search): Implement lax version of
4709 incremental word search in Info.
4710 (Info-isearch-start): Set Info-isearch-initial-node to the
4711 current node when search is nonincremental to not stop at the
4712 initial node in this case.
4713 (Info-mode-map): Unbind "\M-s" from `Info-search'.
4714
e6438428
JB
47152008-12-18 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * textmodes/rst.el (rst-promote-region): Reflow docstring.
4718 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
4719 (rst-repeat-last-character): Fix typos in docstrings.
4720 (rst-mode, rst-backward-section): Doc fixes.
4721
77a01f9b
UJ
47222008-12-18 Ulf Jasper <ulf.jasper@web.de>
4723
4724 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
4725 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
4726 (newsticker--treeview-load): Check whether groups file exists.
4727
4728 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
4729 (newsticker-dir): Use `locate-user-emacs-file'.
4730
2f7ee51d
MR
47312008-12-18 Martin Rudalics <rudalics@gmx.at>
4732
4733 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
4734 end-of-visual-line to CUA's recognized commands. (Bug#1549)
4735
7995501c
DN
47362008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4737
3976387b
DN
4738 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
4739
fd95644b
DN
4740 * startup.el (command-line): Do not mention the server name in
4741 case the user has not mentioned it, print a more explicit message.
4742
64ac1266
SM
4743 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
4744 Change all callers.
7995501c 4745
5da5a66f
SS
47462008-12-18 Sam Steingold <sds@gnu.org>
4747
f0131492 4748 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
5da5a66f 4749
b87573f0
JL
47502008-12-18 Juri Linkov <juri@jurta.org>
4751
4752 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
4753 `isearch-edit-string-set-word'.
4754 (isearch-edit-string-set-word): Remove.
4755 (isearch-occur): Imitate the C function `wordify' by replacing
4756 non-word character with the \\W+ regexp.
4757 (isearch-search-fun): Add `isearch-nonincremental' to the
4758 condition of using a non-lax version of `word-search-forward'.
4759
2cb35a56
DU
47602008-12-17 Daiki Ueno <ueno@unixuser.org>
4761
64ac1266
SM
4762 * epa-file.el (epa-file-insert-file-contents):
4763 Set buffer-file-name before decrypting a file.
2cb35a56 4764
35f372ca
JB
47652008-12-16 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * server.el (server-start): If unable to start the server,
4768 display a warning instead of raising an error.
4769
4770 * startup.el (server-process): Add defvar.
4771 (command-line): If the daemon is unable to start the server,
4772 display a message and exit Emacs.
4773
55d150f3
SS
47742008-12-15 Sam Steingold <sds@gnu.org>
4775
4776 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
4777 mostly for CLISP modules, but could also be useful elsewhere.
4778
af09cfd7
JB
47792008-12-15 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
4782 * icomplete.el (icomplete-prospects-height):
4783 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
4784
9bc505ab
JB
47852008-12-15 Juanma Barranquero <lekktu@gmail.com>
4786
d5c78b09
JB
4787 * international/mule.el (find-auto-coding): Fix typo in docstring.
4788
2364df5c
JB
4789 * international/mule-cmds.el (select-safe-coding-system):
4790 * mail/rmail.el (rmail-require-mime-maybe):
4791 Fix arguments of `display-warning'.
4792
9bc505ab
JB
4793 * simple.el (bad-package-check): Fix arguments of `display-warning',
4794 using the package name as TYPE. Use `string-match-p'.
4795
4ed46aef
RW
47962008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4797
4798 * proced.el (proced-sort-interactive, proced-sort-pcpu)
4799 (proced-sort-pmem, proced-sort-start, proced-sort-time)
4800 (proced-sort-user, proced-sort-header): Prefix arg determines
9bc505ab 4801 sorting order. Suggested by Dan Nicolaescu.
4ed46aef
RW
4802 (proced-revert): Doc fix.
4803
b4f671ce
RW
48042008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4805
4806 * proced.el (proced-grammar-alist): Allow refiner elements that
4807 are cons pairs (function . help-echo) or nil.
4808 (proced-refine): Use them.
4809 (proced-format-alist): Allow alternatives.
4810 (proced-descend): New variable.
4811 (proced-sort): New arg descend.
4812 (proced-sort-interactive): Repeated calls toggle sort order.
4813 (proced-format): Accomodate changes of proced-format-alist.
4814 Undefined attributes are displayed as "?".
4815 (proced-process-attributes): New optional arg pid-list.
4816 Ignore processes with empty attribute list.
4817
48182008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4819
64ac1266 4820 * proced.el (proced-auto-update-interval): Rename from
b4f671ce 4821 proced-timer-interval.
64ac1266
SM
4822 (proced-auto-update-flag): Rename from proced-timer-flag.
4823 (proced-auto-update-timer): Rename from proced-timer.
4824 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
b4f671ce
RW
4825 (proced-available): Initialize appropriately.
4826
5ff602de
GM
48272008-12-13 Glenn Morris <rgm@gnu.org>
4828
83031738
GM
4829 * subr.el (declare-function): Doc fix.
4830
5ff602de
GM
4831 * font-core.el (font-lock-defaults): Doc fix: mention levels;
4832 refer to elisp manual.
4833
9adf1f06
MR
48342008-12-12 Martin Rudalics <rudalics@gmx.at>
4835
4836 * window.el (fit-window-to-buffer): Return non-nil when height
4837 was orderly adjusted, nil otherwise.
4838
c63a334e
JB
48392008-12-12 Juanma Barranquero <lekktu@gmail.com>
4840 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * server.el (server-sentinel): Uncomment code to delete connection file.
4843 (server-start): Save the connection file in the server property list.
4844 Delete it only when we are reasonably convinced that it is not owned by
4845 a running server.
4846 (server-force-delete): New command to force-delete the connection file,
4847 and stop the server if it is running.
4848 (server-running-p): Return t also for local TCP servers when we find a
4849 process with a matching PID, and :other for undecided cases.
4850
4d0e7fe3
MR
48512008-12-11 Martin Rudalics <rudalics@gmx.at>
4852
4853 * window.el (fit-window-to-buffer): Use with-selected-window and
4854 condition-case. Do not delete more windows than necessary in
4855 the shrinking (delta < 0) case. Do not raise an error when the
4856 containing frame is too small to show all of buffer. (Bug#1488)
e5524cba 4857
4d0e7fe3
MR
4858 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
4859 min-height arg 1 to make sure that small buffers are shown.
4860
ee61fe97
JB
48612008-12-11 Juanma Barranquero <lekktu@gmail.com>
4862
4863 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
4864 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
4865 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
4866 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
4867 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
4868 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
4869 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
4870 (ruby-backward-sexp, ruby-add-log-current-method)
4871 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4872 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
4873 (ruby-deep-indent-paren): Doc fix.
4874 (ruby-insert-encoding-magic-comment): Remove * from docstring.
4875 (ruby-here-doc-find-end): Reflow docstring.
4876
48772008-12-11 Stephen Berman <Stephen.Berman@rub.de>
c160ca6d
MR
4878
4879 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
4880 dired-shrink-to-fit is non-nil. (Bug#1488)
4881
011a0143
JB
48822008-12-11 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
4885 decoding of long locale info is now done in `w32-get-locale-info'.
4886
1b349702
CY
48872008-12-11 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
4890
70b52829
CY
48912008-12-10 Chong Yidong <cyd@stupidchicken.com>
4892
89322882
CY
4893 * Makefile.in (ELCFILES): Add ruby-mode.elc.
4894
70b52829
CY
4895 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
4896 terminal variable assignment.
4897
bc79ba50
GM
48982008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
4899 Nobuyoshi Nakada <nobu@ruby-lang.org>
4900
4901 * progmodes/ruby-mode.el: New file.
4902
a512e1a2
JB
49032008-12-10 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * net/tramp.el (top): Don't fail if there is no current message.
0355f110 4906 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
a512e1a2 4907
e54be9a0
KH
49082008-12-10 Kenichi Handa <handa@m17n.org>
4909
4910 * international/fontset.el (setup-default-fontset): Add an entry
4911 for characters in the Unicode SIP area.
4912
fb2facde
GM
49132008-12-10 Glenn Morris <rgm@gnu.org>
4914
4915 * vc-mcvs.el: Move to obsolete/, with warning comment.
4916 * Makefile.in (ELCFILES): Update.
4917
8e3efc87
DU
49182008-12-10 Daiki Ueno <ueno@unixuser.org>
4919
4920 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
4921 buffer unmodified. (Bug#1509)
4922 * epa-file.el (epa-file-insert-file-contents): Set buffer's
4923 modification time if visiting a file and the content is
4924 successfully decrypted.
4925
39af3de2
CY
49262008-12-09 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
4929 check whether the buffer is still alive.
4930
e9e9c7b8
SM
49312008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
4934
5c928144
GM
49352008-12-09 Glenn Morris <rgm@gnu.org>
4936
4937 * Makefile.in (ELCFILES): Update.
4938
bdaf166c
SM
49392008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
4942 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
4943
91b07ee3
CY
49442008-12-06 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * term/xterm.el (terminal-init-xterm): Discard pending input
4947 before reading a reply to the terminal attributes query.
4948
fc7da30b
AS
49492008-12-05 Andreas Schwab <schwab@suse.de>
4950
4951 * dired.el (dired-font-lock-keywords): Fix last change.
4952
6530de7d
VJL
49532008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4954
4955 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
4956 into (defcustom ... "..." :type ... :group...).
4957
f7980931
JB
49582008-12-05 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * international/mule-diag.el (mule-diag): Display the window
4961 system version in a less laconic way.
4962
e19fff38
JB
49632008-12-04 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
4966 if the sorting functions are not loaded. (Bug#1432)
4967
430aee8b
SS
49682008-12-04 Sam Steingold <sds@gnu.org>
4969
bdaf166c 4970 * progmodes/compile.el (compilation-read-command): Extract from
430aee8b
SS
4971 compile.
4972 (compile): Use it.
4973 (recompile): Accept an optional argument to enable editing the
4974 command line.
4975
ccb4a481
MA
49762008-12-04 Michael Albinus <michael.albinus@gmx.de>
4977
4978 * net/tramp.el (top): Write a message, when loading Tramp.
4979
bdaf166c
SM
4980 * net/tramp-cache.el (tramp-dump-connection-properties):
4981 Polish the check, whether to dump the data.
ccb4a481 4982
fcb61bee
LK
49832008-12-04 Lute Kamstra <lute@gnu.org>
4984
4985 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4986 check if the file "CVS/Entries" exists.
4987
18f515e4
JB
49882008-12-04 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * international/mule-diag.el (list-character-sets): Doc fix.
4991 (list-character-sets-2): Fix info in header. Simplify.
4992 (print-coding-system): Simplify.
4993 (list-input-methods-1): Simplify.
4994 (mule-diag): Display current font/fontset for all window systems,
4995 not just X. Simplify.
4996
8bfbd132
GM
49972008-12-04 Glenn Morris <rgm@gnu.org>
4998
c8d6b4bc
GM
4999 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
5000 (vc-cvs-register): Doc fix.
5001 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
5002 (vc-mcvs-register): Doc fix.
5003 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
5004 (vc-rcs-register): Doc fix.
5005 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
5006 (vc-sccs-register): Doc fix.
5007 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
5008 (vc-svn-register): Doc fix.
5009
8bfbd132
GM
5010 * files.el (toggle-read-only): Doc fix.
5011
f7ede2fa
SM
50122008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
5015 be used in compact layout and vice-versa.
5016
e4fe4569
JB
50172008-12-03 Juanma Barranquero <lekktu@gmail.com>
5018
555e23cf
JB
5019 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
5020 like most list-* commands.
5021
e4fe4569
JB
5022 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
5023 They already exist in descr-text.el as `describe-char-unicodedata-file'
5024 and `describe-char-unicode-data'.
5025 (print-list): Simplify.
5026 (read-charset): Reflow docstring.
5027 (list-coding-systems): Doc fix.
5028
d2ee9b13
GM
50292008-12-03 Glenn Morris <rgm@gnu.org>
5030
5031 * vc.el (vc-diff-switches): Doc fix.
5032 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
5033 (vc-bzr-log-switches): Doc fix.
5034 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
5035 * vc-git.el (vc-git-diff-switches): Doc fix.
5036 * vc-hg.el (vc-hg-diff-switches): Doc fix.
5037 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
5038 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
5039 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
5040 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
5041
5042 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
5043 other backends.
5044 (vc-arch-diff): Apply switches.
5045
5046 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
5047 than appending.
5048
5049 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
5050
97c07afc
DU
50512008-12-03 Daiki Ueno <ueno@unixuser.org>
5052
5053 * epa.el (epa--show-key): Use past tense of "expire" if the key
5054 has already been expired. Thanks to Peter BARABAS.
5055
9201cc28
LK
50562008-12-03 Lute Kamstra <lute@gnu.org>
5057
5058 * align.el:
5059 * allout.el:
5060 * apropos.el:
5061 * arc-mode.el:
5062 * autoinsert.el:
5063 * avoid.el:
5064 * battery.el:
5065 * bookmark.el:
5066 * buff-menu.el:
5067 * calculator.el:
5068 * chistory.el:
5069 * cmuscheme.el:
5070 * comint.el:
5071 * compare-w.el:
5072 * dabbrev.el:
5073 * delim-col.el:
5074 * desktop.el:
5075 * diff-mode.el:
5076 * diff.el:
5077 * dired-aux.el:
5078 * dired-x.el:
5079 * dired.el:
5080 * dos-vars.el:
5081 * ediff-diff.el:
5082 * ediff-help.el:
5083 * ediff-init.el:
5084 * ediff-merg.el:
5085 * ediff-mult.el:
5086 * ediff-ptch.el:
5087 * ediff-vers.el:
5088 * ediff-wind.el:
5089 * ediff.el:
5090 * emerge.el:
5091 * facemenu.el:
5092 * faces.el:
5093 * ffap.el:
5094 * filecache.el:
5095 * find-dired.el:
5096 * font-core.el:
5097 * font-lock.el:
5098 * forms.el:
5099 * fringe.el:
5100 * help-at-pt.el:
5101 * hippie-exp.el:
5102 * ido.el:
5103 * image-file.el:
5104 * imenu.el:
5105 * indent.el:
5106 * info.el:
5107 * isearchb.el:
5108 * iswitchb.el:
5109 * jit-lock.el:
5110 * jka-compr.el:
5111 * log-edit.el:
5112 * lpr.el:
5113 * ls-lisp.el:
5114 * man.el:
5115 * menu-bar.el:
5116 * midnight.el:
5117 * mouse-sel.el:
5118 * mouse.el:
5119 * msb.el:
5120 * outline.el:
5121 * paren.el:
5122 * pcmpl-cvs.el:
5123 * pcmpl-gnu.el:
5124 * pcomplete.el:
5125 * pcvs-info.el:
5126 * pcvs-parse.el:
5127 * printing.el:
5128 * ps-mule.el:
5129 * ps-print.el:
5130 * replace.el:
5131 * ruler-mode.el:
5132 * saveplace.el:
5133 * sb-image.el:
5134 * scroll-bar.el:
5135 * sha1.el:
5136 * shadowfile.el:
5137 * shell.el:
5138 * sort.el:
5139 * speedbar.el:
5140 * strokes.el:
5141 * tempo.el:
5142 * term.el:
5143 * terminal.el:
5144 * time-stamp.el:
5145 * time.el:
5146 * tree-widget.el:
5147 * type-break.el:
5148 * vc-cvs.el:
5149 * vc-hg.el:
5150 * vc-mcvs.el:
5151 * vc-rcs.el:
5152 * vc-sccs.el:
5153 * vc.el:
5154 * view.el:
5155 * w32-vars.el:
5156 * whitespace.el:
5157 * wid-edit.el: Remove leading * from docstrings of defcustoms,
5158 deffaces, defconsts and defuns.
5159
da0bed93
SM
51602008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
5163 the prompt was added to the minibuffer.
5164
78151cd5
GM
51652008-12-02 Glenn Morris <rgm@gnu.org>
5166
5167 * format.el (format-write-file): Rewrite doc yet again.
5168
5169 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
5170 Doc fix. (Bug#1368)
5171
5172 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
5173
51742008-12-02 Aaron S. Hawley <aaronh@garden.org>
5175
5176 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
5177 case where point is at the beginning of the buffer. (Bug#1239)
5178
51792008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
5180
5181 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
5182 already have the correct indentation. (Bug#859)
5183
1097333f
KH
51842008-12-02 Kenichi Handa <handa@m17n.org>
5185
5186 * international/uni-decomposition.el: Re-generated.
5187
a5dad58a
AS
51882008-12-01 Andreas Schwab <schwab@suse.de>
5189
5190 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
5191 ending in a colon as directory header.
5192
702c4b07
KH
51932008-12-01 Kenichi Handa <handa@m17n.org>
5194
5195 * international/uni-numeric.el: Re-generated.
5196
5197 * international/charprop.el: Re-generated.
5198
d6be7497
JB
51992008-12-01 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * international/mule-cmds.el (locale-preferred-coding-systems):
5202 Fix alist item.
5203
7c3404ec
MA
52042008-12-01 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
5207 (tramp-set-connection-property, tramp-flush-connection-property)
5208 (tramp-dump-connection-properties): Use it.
5209
47f77e6f
CY
52102008-11-30 Chong Yidong <cyd@stupidchicken.com>
5211
a124190e
CY
5212 * wdired.el (wdired-finish-edit): If displaying a single file,
5213 change dired-directory if that file was renamed.
5214
bdaf166c
SM
5215 * emacs-lisp/byte-run.el (macro-declaration-function):
5216 Disallow declare specs with lengths of 3 or more.
5829445e 5217
47f77e6f
CY
5218 * dirtrack.el (dirtrack): Fix error message.
5219
1e262c45
GM
52202008-11-30 Glenn Morris <rgm@gnu.org>
5221
9751169a
GM
5222 * vc-svn.el (vc-svn-diff-switches): Doc fix.
5223 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
5224
39ba78ef
GM
5225 * vc-git.el (vc-git-diff):
5226 * vc-hg.el (vc-hg-diff):
5227 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
5228
1e262c45
GM
5229 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
5230 (eshell-needs-pipe-p): New function.
5231 (eshell-gather-process-output): Set process-connection-type according to
5232 eshell-needs-pipe-p. (Bug#1388)
5233
64ba814f
JB
52342008-11-30 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * calendar/diary-lib.el (diary-cyclic): Doc fix.
5237 (diary-remind-message, diary-number-of-entries)
5238 (diary-include-other-diary-files, diary-mark-included-diary-files)
5239 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
5240 (diary-font-lock-keywords-1): Reflow docstrings.
5241 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
5242 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
5243
5244 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
5245 (timer-duration): Use `string-match-p'.
5246
03a27081
CY
52472008-11-29 Chong Yidong <cyd@stupidchicken.com>
5248
bdaf166c
SM
5249 * complete.el (PC-do-complete-and-exit):
5250 Use minibuffer-confirm-exit-commands.
03a27081 5251
bdaf166c
SM
5252 * minibuffer.el (minibuffer-confirm-exit-commands):
5253 Add PC-complete and PC-complete-word to the list.
03a27081 5254
febf3e6f
JB
52552008-11-29 Juanma Barranquero <lekktu@gmail.com>
5256
76e7a7f0
JB
5257 * files.el (break-hardlink-on-save): Fix typo in docstring.
5258 Add :version tag.
5259
febf3e6f
JB
5260 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
5261 (reb-mode): Define with `define-derived-mode'.
5262
3b7046cb 52632008-11-29 Karl Fogel <kfogel@red-bean.com>
1d367309
KF
5264
5265 * files.el (break-hardlink-on-save): New variable.
5266 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
5267 (file-precious-flag): Mention it in doc string.
5268
d1826585
MB
52692008-11-29 Miles Bader <miles@gnu.org>
5270
5271 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
5272 (minibuffer-complete-and-exit): Use it.
5273
f47b9de1
CY
52742008-11-29 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * term/x-win.el (x-gtk-stock-cache): New hash table.
0aec90c9
CY
5277 (x-gtk-map-stock): Perform caching to prevent excess consing
5278 during redisplay.
f47b9de1 5279
a231a45f
SM
52802008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * minibuffer.el (completion--try-word-completion): Don't ignore
5283 partial-completion if it's the only style.
5284
2644eb3f
JB
52852008-11-28 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
5288 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
5289 (reb-initialize-buffer): Update matches, in case we're reentering
5290 RE Builder mode.
5291
8ce9231f
CY
52922008-11-28 Chong Yidong <cyd@stupidchicken.com>
5293
3b7046cb
JB
5294 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
5295 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
5296 values for minibuffer-completion-confirm.
8ce9231f 5297
4d1243c8
MR
52982008-11-28 Martin Rudalics <rudalics@gmx.at>
5299
5300 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
5301 any but the first "*" in a doc-string.
5302
08d55d13
GM
53032008-11-28 Glenn Morris <rgm@gnu.org>
5304
5305 * format.el (format-write-file): Improve previous doc fix.
5306
cab8a1af
CY
53072008-11-27 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * simple.el (use-empty-active-region, use-region-p)
5310 (region-active-p): Doc fix.
5311
a9d451f0
MR
53122008-11-27 Martin Rudalics <rudalics@gmx.at>
5313
5314 * window.el (display-buffer): Fix handling of not-this-window
5315 argument. (Bug#1415)
5316
6abbce64
KH
53172008-11-27 Kenichi Handa <handa@m17n.org>
5318
5319 * international/characters.el: Set category 'C' to characters
5320 #x20000..#x2AFFF, #x2F800..#x2FFFF.
5321
bdaf166c 5322 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
6abbce64 5323
01d5aaeb
CY
53242008-11-27 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
5327 (tool-bar-find-image): Function deleted.
bdaf166c
SM
5328 (tool-bar-local-item, tool-bar-local-item-from-menu):
5329 Use find-image instead of tool-bar-find-image.
01d5aaeb
CY
5330 (tool-bar-keymap-cache): New hash table.
5331 (tool-bar-make-keymap): Use it.
5332 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
5333
f7d20b3e
MA
53342008-11-26 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * net/dbus.el (dbus-handle-event): The result of a message call
386b953c 5337 handler can also be an object, which is not a consp.
f7d20b3e 5338
3fbb05ff
AM
53392008-11-25 Alan Mackenzie <acm@muc.de>
5340
5341 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
5342 (forward-list, backward-list, down-list, backward-up-list)
5343 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
b97439ce 5344 (insert-pair, insert-parentheses): State that the command assumes
3fbb05ff
AM
5345 that point is not in a string or comment.
5346
2152f125
MA
53472008-11-26 Michael Albinus <michael.albinus@gmx.de>
5348
5349 * net/dbus.el (dbus-string-to-byte-array)
5350 (dbus-byte-array-to-string, dbus-escape-as-identifier)
5351 (dbus-unescape-from-identifier): New defuns.
5352 (dbus-handle-event): The result of a message call is a list of
5353 arguments, which must be expanded when passing to
5354 `dbus-method-return-internal'.
5355
5356 * net/tramp.el (tramp-handle-write-region): Improve the check for
5357 calling direct copy.
5358 (tramp-find-inline-encoding): Don't raise an error but a warning,
5359 when no inline encoding is found.
5360 (tramp-get-remote-coding): Check for a symbol. The negative check
5361 for a string fails, when there is an empty string.
5362
9f688acf
GM
53632008-11-26 Glenn Morris <rgm@gnu.org>
5364
5365 * vc-git.el (vc-git-diff-switches): New option.
5366 (vc-git-diff): Apply diff switches. (Bug#1386)
5367 Give it a basic doc string.
5368
5369 * term/pc-win.el (x-font-family-list): Replace redefinition with
5370 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
5371
9f6a59d1
JB
53722008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
5373
5374 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
5375 of the polynomial rather than the whole polynomial.
5376
78189610
CY
53772008-11-25 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * mail/mailabbrev.el (define-mail-abbrev): When reading from
5380 mailrc, recognize string quoting. When reading from Lisp, accept
5381 rfc822-like addresses.
5382
5383 * mail/mailalias.el (define-mail-alias): Sync code with
5384 define-mail-abbrev.
5385
975c500d
GM
53862008-11-25 Glenn Morris <rgm@gnu.org>
5387
5388 * eshell/esh-proc.el (eshell-gather-process-output):
5389 Revert previous change. (re-opens Bug#1388)
5390
5391 * select.el (x-set-cut-buffer): Fix signal arguments.
5392
5393 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
5394
e73da129
JB
53952008-11-25 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
5398 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
5399 (bubbles--empty-char): Use "\s".
5400
be5255e2
JB
54012008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
5402
5403 * calc/calc.el (calc-settings-file, calc-language-alist)
5404 (calc-embedded-announce-formula)
5405 (calc-embedded-announce-formula-alist)
5406 (calc-embedded-open-formula, calc-embedded-close-formula)
5407 (calc-embedded-open-close-formula-alist)
5408 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
5409 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
5410 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5411 (calc-embedded-open-close-new-formula-alist)
5412 (calc-embedded-open-mode, calc-embedded-close-mode)
5413 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
5414 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
5415 (calc-multiplication-has-precedence): Remove unnecessary asterisks
5416 from docstrings.
5417
a1ff7705
JB
54182008-11-25 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * calculator.el (calculator-op-or-exp): Reflow docstring.
5421 (calculator-remove-zeros, calculator-repR, calculator-repL):
5422 Fix typos in docstrings.
5423
27f98b7e
CY
54242008-11-24 Chong Yidong <cyd@stupidchicken.com>
5425
962f8394
CY
5426 * log-view.el (log-view-annotate-version): Let vc-annotate manage
5427 windows instead of calling switch-to-buffer.
5428
27f98b7e
CY
5429 * diff.el (diff-sentinel): Take note of diff error return value.
5430
0836e2c3
MR
54312008-11-24 Martin Rudalics <rudalics@gmx.at>
5432
5433 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
5434 frame can't be split.
5435
77a01f9b 54362008-11-24 Ulf Jasper <ulf.jasper@web.de>
a59c6c51 5437
bdaf166c
SM
5438 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
5439 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
5440 (newsticker--treeview-tree-update-tag): Remove dead code.
a59c6c51
UJ
5441 (newsticker-treeview-update): Don't update cache.
5442 (newsticker-treeview-quit): Don't save cache.
70403f65 5443 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
a59c6c51
UJ
5444 (newsticker-treeview-save): Use `newsticker-dir'.
5445 (newsticker--treeview-load): Use `newsticker-dir'.
5446 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
5447 Update tags.
5448 (newsticker-treeview-tree-do-click): Slightly simplified.
5449
5450 * net/newst-backend.el (newsticker-dir): New.
5451 (newsticker-start): Use `newsticker--cache-read'.
5452 (newsticker-stop): Use `newsticker--cache-save'.
5453 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
5454 (newsticker--images-dir): New.
bdaf166c
SM
5455 (newsticker--image-get, newsticker--image-sentinel):
5456 Use `newsticker--images-dir'.
5457 (newsticker--cache-save-version1): Backup version of
a59c6c51
UJ
5458 `newsticker--cache-save'.
5459 (newsticker--cache-update): Create newsticker-dir if necessary.
5460 (newsticker--cache-dir): New.
5461 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
5462 (newsticker--cache-save-feed): New.
70403f65 5463 (newsticker--cache-read-version1): New. Backuped version for reading
a59c6c51
UJ
5464 cache data..
5465 (newsticker--cache-read, newsticker--cache-do-read): New.
5466
bdaf166c
SM
5467 * net/newst-reader.el (newsticker--image-read):
5468 Use `newsticker--images-dir'.
a59c6c51 5469
14ac7ce7
CY
54702008-11-24 Chong Yidong <cyd@stupidchicken.com>
5471
bdaf166c
SM
5472 * files.el (confirm-nonexistent-file-or-buffer):
5473 Allow `after-completion' value to request confirm only after TAB.
14ac7ce7
CY
5474 (confirm-nonexistent-file-or-buffer): New function.
5475 (read-buffer-to-switch, find-file, find-file-other-window)
5476 (find-file-other-frame, find-file-read-only)
5477 (find-file-read-only-other-window)
5478 (find-file-read-only-other-frame): Use it.
bdaf166c 5479 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
8ef70f05 5480 Thanks to Alan Mackenzie for suggesting the new behavior.
14ac7ce7 5481
bdaf166c
SM
5482 * minibuffer.el (minibuffer-complete-and-exit):
5483 Change `confirm-only' value of minibuffer-completion-confirm to
14ac7ce7
CY
5484 `confirm', and handle a `confirm-after-completion' value.
5485
19dd6a6c
JB
54862008-11-24 Juanma Barranquero <lekktu@gmail.com>
5487
5488 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
5489
fa4354c1
AS
54902008-11-24 Andreas Schwab <schwab@suse.de>
5491
5492 * image.el (image-type-header-regexps): Recognize more xbm format
5493 variants.
5494
98d92ce3
JB
54952008-11-24 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * textmodes/artist.el (artist-charlist-to-string): Simplify.
5498 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
5499 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
5500 (artist-replace-string, artist-draw-rect, artist-draw-line)
5501 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
5502 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
5503 (artist-pen, artist-pen-line, artist-text-insert-common)
5504 (artist-text-overwrite, artist-spray-get-interval)
5505 (artist-spray-clear-circle, artist-erase-char)
5506 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
5507 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
5508 (artist-key-draw-1point, artist-key-draw-2points)
5509 (artist-mouse-draw-continously): Fix typos in docstrings.
5510 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
5511 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
5512 (artist-backward-char, artist-forward-char): Doc fixes.
5513 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
5514 Reflow docstrings.
5515
23a01417
SM
55162008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * international/quail.el (quail-vunion): New function.
5519 (quail-defrule-internal): Use it to prevent accumulating redundant
5520 alternatives when `append' is set.
5521 (quail-insert-decode-map): Simplify computation of the max-key-width.
5522 Compute it right for multiple-list.
5523
443a1c3f
CY
55242008-11-24 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
5527 explicitly. Doc fix.
5528
bc5777c1
MR
55292008-11-24 Martin Rudalics <rudalics@gmx.at>
5530
5531 * calendar/appt.el (appt-disp-window): Move minibuffer check
5532 after binding this-window and do not set-buffer to make sure we
dd419ee5 5533 won't deselect the minibuffer. (Bug#1413)
bc5777c1 5534
c0203c86
DN
55352008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
5536
975c500d 5537 * vc-hg.el (vc-hg-program): Remove.
23a01417
SM
5538 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
5539 Undo previous change.
c0203c86 5540
2faede35
MR
55412008-11-23 Martin Rudalics <rudalics@gmx.at>
5542
5543 * info-look.el (info-lookup): When Info buffer is visible on
5544 another frame, raise that frame.
5545
d41b91e6
JB
55462008-11-23 Juanma Barranquero <lekktu@gmail.com>
5547
5548 * allout.el (allout-mode): Fix typo in docstring.
5549
5550 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
5551 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
5552
066b7259
SM
55532008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * vc-hooks.el (vc-follow-link): Complete last change.
5556
7ee68ed5
JB
55572008-11-23 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * textmodes/remember.el (remember-region): Doc fix.
5560 (remember-filter-functions, remember-handler-functions)
5561 (remember-save-after-remembering, remember-mailbox)
5562 (remember-default-priority, remember-data-file, remember-leader-text)
5563 (remember-diary-file): Remove * from defcustom docstrings.
5564 (remember-run-all-annotation-functions-flag)
5565 (remember-all-handler-functions): Reflow docstrings.
5566 (remember-store-in-mailbox): Fix typo in docstring.
5567 (remember-mode): Define with `define-derived-mode'. Doc fix.
5568
403e4dc9
GM
55692008-11-23 Glenn Morris <rgm@gnu.org>
5570
5571 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
5572 (eshell-do-pipelines): Add optional argument to distinguish recursive
5573 calls. Use to set eshell-in-pipeline-p to 'first for the first command
5574 in a pipeline.
5575
5576 * eshell/esh-proc.el (eshell-gather-process-output):
5577 Set process-connection-type nil for all but the first element of a
5578 pipeline. (Bug#1388)
7ee68ed5 5579
b7749a81 55802008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7ee68ed5 5581
179bdd60 5582 * ediff-hook.el: Add tooltips to Emacs menus.
7ee68ed5 5583
179bdd60 5584 * ediff.el: Change date of last update.
403e4dc9 5585
85b84319
JL
55862008-11-22 Juri Linkov <juri@jurta.org>
5587
5588 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
5589 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
5590 Doc fix.
5591 (dired-isearch-filenames-setup): Run filename Isearch only when
5592 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
5593 and the text property `dired-filename' at point is non-nil.
5594 In this case also set isearch-message-prefix-add to "filename ".
5595 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
5596 (dired-isearch-filenames, dired-isearch-filenames-regexp):
5597 Don't let-bind isearch-message-prefix-add since this is done now
5598 in dired-isearch-filenames-setup.
5599
5600 * isearch.el (isearch-mode): Change the order of calling
5601 `isearch-update' and running the `isearch-mode-hook' to call
5602 `isearch-update' with Isearch parameters set in this hook.
5603
5604 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5605 Fix docstring - change "during `compile'" to "during compilation".
5606
5607 * descr-text.el (describe-char-unidata-list): Move `old-name' to
5608 be immediately after `name'.
5609
5610 * startup.el (initial-buffer-choice): Change an abstract file name
5611 "file.txt" to more reasonable default file name value "~/.emacs".
5612
75fd7f12
JL
56132008-11-22 Juri Linkov <juri@jurta.org>
5614
5615 * files.el (hack-local-variables-confirm): Rename arg `project' to
5616 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
5617 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
5618 (hack-local-variables): Rename call of `hack-project-variables' to
5619 `hack-dir-local-variables'. Change error text to "Directory-local
5620 variables error".
5621 (dir-locals-class-alist): Rename from `project-class-alist'.
5622 (dir-locals-directory-alist): Rename from `project-directory-alist'.
5623 (dir-locals-get-class-variables): Rename from `project-get-alist'.
5624 (dir-locals-collect-mode-variables): Rename from
5625 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
5626 `mode-variables', and arg `settings' to `variables'.
5627 (dir-locals-collect-variables): Rename from
5628 `project-collect-binding-list'. Rename arg `binding-list' to
5629 `class-variables', and arg `settings' to `variables'.
5630 (dir-locals-set-directory-class): Rename from `set-directory-project'.
5631 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
5632 Rename arg `settings' to `variables'.
5633 (dir-locals-file): New defconst.
5634 (dir-locals-find-file): Rename from `project-find-settings-file'.
5635 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
5636 and `pda' to `dir-elt'.
5637 (dir-locals-read-from-file): Rename from
5638 `project-define-from-project-file'. Rename arg `settings-file'
5639 to `file'. Rename let-bound `list' to `variables'.
5640 (hack-dir-local-variables): Rename from `hack-project-variables'.
5641 Rename let-bound `settings' to `variables-file', `root-dir'
5642 to `dir-name', and `bindings' to `variables'.
5643
9af967bd
LK
56442008-11-22 Lute Kamstra <lute@gnu.org>
5645
5646 * simple.el (goto-line): Rename argument.
5647
f7a043c3
EZ
56482008-11-22 Eli Zaretskii <eliz@gnu.org>
5649
0b8e2d21
EZ
5650 * makefile.w32-in (compile-first): New target.
5651 (recompile): Depend on compile-first.
5652
f7a043c3
EZ
5653 * Makefile.in (recompile): Depend on compile-first.
5654
3ad96b4d
MR
56552008-11-22 Martin Rudalics <rudalics@gmx.at>
5656
5657 * files.el (switch-to-buffer-other-window)
5658 (switch-to-buffer-other-frame): Rename buffer argument to
5659 buffer-or-name. Reword and mention new option
5660 confirm-nonexistent-file-or-buffer in doc-string.
5661
8c3ad6c4 56622008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3ad96b4d 5663
2cf6bf63 5664 * emulation/viper.el: Date change.
3ad96b4d 5665
2cf6bf63 5666 * emulation/viper-cmd.el (viper-envelop-ESC-key):
8c3ad6c4 5667 viper-translate-all-ESC-keysequences is now a function.
3ad96b4d 5668
49851cf7 5669 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
2cf6bf63 5670 Make this variable.
3ad96b4d 5671
33f95a82
SM
56722008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
5675 Use buffer-file-truename to handle symlinks in any part of the filename.
5676
a857238c
GM
56772008-11-22 Glenn Morris <rgm@gnu.org>
5678
5679 * vc-mtn.el (vc-mtn-diff-switches): New option.
5680 (vc-mtn-program): Rename from vc-mtn-command, for
5681 consistency with other backends. Keep old name as alias.
5682 Update callers. Make it a defcustom.
5683 (vc-mtn-diff): Give it a doc string. Apply diff switches.
5684
5685 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
5686 consistency with other backends. Keep old name as alias.
5687 Make it a defcustom.
5688 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
5689
5690 * vc-hg.el (vc-hg-program): New option.
5691 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
5692 Use vc-hg-program rather than hard-coded "hg".
5693
5694 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
5695 (vc-svn-program): Move defcustom to start.
5696 (vc-svn-create-repo, vc-svn-modify-change-comment):
5697 Use vc-svn-program rather than hard-coded "svn".
5698
5699 * menu-bar.el: Stylistic consistency fixes for various menu and
5700 help texts.
5701
5702 * kmacro.el (kmacro-insert-counter): Doc fix.
5703
723d286f
SM
57042008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
5705
5706 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
5707
3889f0fa 57082008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
534d37da 5709
94579c02
SM
5710 * international/quail.el (quail-indent-to): New function.
5711 (quail-completion-1, quail-completion-list-translations)
5712 (quail-insert-decode-map): Use it to improve alignment.
5713 (quail-build-decode-map): Don't ignore latin-1 chars.
5714 (quail-help): Increase the max decode-map size so that even the TeX map
5715 gets printed.
5716
2ef435bf
SM
5717 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
5718 Signal error for invalid bookmark.
5719 (bookmark-get-bookmark-record): Undo last change.
5720 (bookmark-store, bookmark-delete): Use new arg `noerror'.
5721
3889f0fa
SM
5722 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
5723 Suggested by Toru TSUNEYOSHI.
5724
86edb111
CY
57252008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5726
5727 * byte-opt.el (byte-compile-butlast): Move up in file.
5728 (byte-optimize-plus): Don't call
3889f0fa
SM
5729 byte-optimize-delay-constants-math (bug#1334).
5730 Use byte-optimize-predicate to optimize constants.
395f0100
JB
5731 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
5732 Remove zero arguments first
86edb111
CY
5733 if possible. Call byte-optimize-predicate to optimize constants.
5734 (byte-optimize-multiply): Remove optimizations for arguments of 0
3889f0fa
SM
5735 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
5736 Call byte-optimize-predicate.
86edb111 5737 (byte-optimize-divide): Leave runtime errors unchanged.
395f0100 5738 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
86edb111
CY
5739 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
5740
4b65254d
JB
57412008-11-21 Juanma Barranquero <lekktu@gmail.com>
5742
86edb111
CY
5743 * bookmark.el (bookmark-jump-noselect): Add obsolescence
5744 declaration and remove redundant info from docstring.
0f219a97 5745
4b65254d
JB
5746 * isearch.el (isearch-search-string): Doc fix.
5747 (search-exit-option, search-slow-window-lines, search-slow-speed)
5748 (search-upper-case, search-nonincremental-instead)
5749 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
5750 (search-ring-update, search-highlight, isearch-lazy-highlight)
5751 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5752 (lazy-highlight-interval): Remove * from defcustom docstrings.
5753 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
5754 Remove * from defcustom docstrings; fix typos.
5755 (isearch-push-state-function, isearch-help-for-help-internal)
5756 (isearch-help-for-help, isearch-describe-bindings)
5757 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
5758 (isearch-pop-fun-state, isearch-search-fun-function)
5759 (isearch-lazy-highlight-search): Fix typos in docstrings.
5760 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
5761 (isearch-forward): Fix typo and reflow docstring.
5762 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
5763 (isearch-mode-map): Don't use `let*'.
5764
af690100
CY
57652008-11-21 Chong Yidong <cyd@stupidchicken.com>
5766
4b65254d 5767 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
af690100 5768
e1ff8dd0
SM
57692008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5770
3be5da9e
SM
5771 * isearch.el (isearch-search-string): Simplify and convert docstring.
5772
e1ff8dd0
SM
5773 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
5774
11eac3ea
JB
57752008-11-20 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
5778 (lookup-nested-alist): Doc fix.
5779 (with-coding-priority): Reflow docstring.
5780 (detect-coding-with-priority): Fix typos in obsolescence declaration.
5781 (char-displayable-p): Reflow docstring. Use `when'.
5782
d46b5214
DN
57832008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5784
5785 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
5786 week forward/backward.
5787
3fd29551
JB
57882008-11-20 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
5791 (with-electric-help): Fix typo and reflow docstring.
5792
31e02fab
SM
57932008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
5796 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
5797 (list-buffers-noselect): Don't need to pad.
5798
11eac3ea 57992008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
a3e5a603
SM
5800
5801 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
5802 Pay attention to char widths when computing string sizes.
5803
2b9c3b12
JB
58042008-11-20 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
5807 (byte-compile-output-docform): Reflow docstrings.
5808 (no-byte-compile): Fix typo in docstring.
5809 (byte-recompile-directory, compile-defun): Doc fixes.
5810 (emacs-lisp-file-regexp, byte-compile-verbose)
5811 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
5812 (byte-compile-dynamic-docstrings, byte-optimize-log)
5813 (byte-compile-error-on-warn, byte-compile-warnings)
5814 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
5815 Remove * from defcustom docstrings.
5816
6620643f
GM
58172008-11-20 Glenn Morris <rgm@gnu.org>
5818
5819 * format.el (format-alist, format-write-file): Doc fix.
5820
5821 * proced.el (proced-available): New variable.
5822 (proced-process-attributes): Move availability check from previous
5823 change from here...
5824 (proced): ... to here.
5825
5826 * vc-hg.el (vc-hg-diff-switches): New option.
5827 (vc-hg-diff): Apply diff switches. (Bug#1017)
5828
5829 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
5830
5831 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
5832
58332008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
5834
5835 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
5836
60afd99b
JB
58372008-11-19 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * calc/calc-units.el (math-units-table): Doc fix.
5840 (math-standard-units): Fix typo in constant's description.
5841 (math-additional-units): Fix typo in docstring.
5842
1f52c942 58432008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4929aa69
JB
5844
5845 * calc/calc-units.el (math-standard-units): Add eps0,
5846 permittivity of vacuum.
5847
35f0d8ce
DN
58482008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
5849
5850 * files.el (project-settings-file): Remove.
5851 (project-find-settings-file): Undo previous change that added the
5852 use of project-settings-file.
5853
667df88c
GM
58542008-11-19 Glenn Morris <rgm@gnu.org>
5855
5856 * proced.el (proced, proced-format-time): Doc fixes.
5857 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
5858
8f7028a8
KF
58592008-11-19 Karl Fogel <kfogel@red-bean.com>
5860
5861 * bookmark.el (bookmark-jump-noselect): Move the deprecation
5862 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
5863
a3610f0c
LK
58642008-11-19 Lute Kamstra <lute@gnu.org>
5865
5866 * autoinsert.el (auto-insert-alist): Don't use match data.
5867
ec302593
GM
58682008-11-19 Glenn Morris <rgm@gnu.org>
5869
68fcc3ec
GM
5870 * progmodes/f90.el (f90-mode-map): Add some menu :help.
5871
ec302593
GM
5872 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
5873
5874 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
5875 * term/w32-win.el (x-select-font): Declare.
5876
5877 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
5878 Use the imperative for all help strings.
5879
35b05a77
SM
58802008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5881
a1e34e71
SM
5882 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
5883 case where the default dictionary is French, Spanish, younameit.
5884
a3610f0c
LK
5885 * window.el (window--frame-usable-p): Consider dedicated windows
5886 as usable.
064e57de 5887
35b05a77
SM
5888 * files.el (confirm-nonexistent-file-or-buffer):
5889 Rename from find-file-confirm-nonexistent-file.
5890 (read-buffer-to-switch): Use it.
5891
a77ad240
JB
58922008-11-18 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * server.el (server-temp-file-p): Use `string-match-p'.
5895 (server-socket-dir): Set to nil if local sockets are unsupported.
5896 (server-start): Don't try to delete local socket if unsupported.
5897 (server-kill-new-buffers): Reflow docstring.
5898 (server-delete-client, server-handle-delete-frame)
5899 (server-save-buffers-kill-terminal): Doc fixes.
5900 (server-send-string): Fix typo in docstring.
5901
dd93e6da
SS
59022008-11-18 Sam Steingold <sds@gnu.org>
5903
5904 * progmodes/compile.el (compilation-start-hook): New hook.
5905 (compilation-start): Run it on the compilation process.
5906
d0d8885d
JB
59072008-11-18 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * international/mule-cmds.el (update-leim-list-file): Simplify.
5910 (prefer-coding-system, find-coding-systems-for-charsets):
5911 Fix docstring typos.
5912 (select-safe-coding-system, input-method-exit-on-first-char)
5913 (language-info-alist, language-info-custom-alist): Reflow docstrings.
5914 (toggle-input-method, read-multilingual-string): Doc fixes.
5915 Reflow docstrings.
5916 (locale-name-match, sort-coding-systems, find-multibyte-characters)
5917 (read-char-by-name): Use `string-match-p'.
5918 (get-char-code-property, put-char-code-property)
5919 (char-code-property-description): Be silent while loading uni-* files.
5920 (ucs-names): Use `dotimes-with-progress-reporter', because loading
5921 the Unicode character names is *slow*.
5922
e89e92b1
CY
59232008-11-17 Chong Yidong <cyd@stupidchicken.com>
5924
58caa5cf
CY
5925 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
5926
d0d8885d 5927 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
e89e92b1 5928
bdf66e8d
JB
59292008-11-17 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * international/mule-cmds.el (ucs-completions): Mark as risky.
5932
a0c859f0
MR
59332008-11-17 Martin Rudalics <rudalics@gmx.at>
5934
6c73d986
MR
5935 * help-macro.el (three-step-help): Remove * from defcustom.
5936 (make-help-screen): Don't iconify selected frame. (Bug#1322)
5937 Use when instead of if and cond within condition-case.
5938
a0c859f0
MR
5939 * window.el (quit-window): Bind window to selected window when
5940 trying to delete it.
5941
79f0fbcf
GM
59422008-11-17 Glenn Morris <rgm@gnu.org>
5943
5944 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
5945 definition of 'ignore, rather than nil. (Bug#1353)
5946
4afba819
SM
59472008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * window.el (window--frame-usable-p): Allow use for soft-dedication.
5950
5626c14e
JB
59512008-11-17 Juanma Barranquero <lekktu@gmail.com>
5952
062552e7
JB
5953 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
5954
5626c14e
JB
5955 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
5956 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5957 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
5958 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
5959 (shell-command, repeat-complex-command): Reflow docstrings.
5960 (pop-to-mark-command): Fix typos in docstring.
5961
0eb5f40f
JL
59622008-11-17 Juri Linkov <juri@jurta.org>
5963
5964 * isearch.el (isearch-filter-predicate): Rename from
5965 `isearch-success-function'. Rename default value from
5966 `isearch-success-function-default' to
5967 `isearch-filter-invisible'. Doc fix.
5968 (isearch-filter-invisible): Rename from
5969 `isearch-success-function-default'. Doc fix.
4afba819
SM
5970 (isearch-search, isearch-lazy-highlight-search):
5971 Rename `isearch-success-function' to `isearch-filter-predicate'.
0eb5f40f
JL
5972
5973 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
5974 `dired-isearch-orig-success-function'.
5975 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5976 (dired-isearch-filenames-end): Rename `isearch-success-function' to
5977 `isearch-filter-predicate'. Doc fix.
5978 (dired-isearch-filter-filenames): Rename from
5979 `dired-isearch-success-function'.
5980
4afba819
SM
5981 * info.el (Info-search, Info-mode):
5982 Rename `isearch-success-function' to `isearch-filter-predicate'.
0eb5f40f
JL
5983 (Info-isearch-filter-predicate): Rename from
5984 `Info-search-success-function'.
5985
5986 * simple.el (minibuffer-default-add-function): Fix docstring to
5987 use clear text "default values" instead of obscure references to
5988 the dynamic variable `minibuffer-default'.
5989
f6542587
GM
59902008-11-16 Glenn Morris <rgm@gnu.org>
5991
ff757fd1
GM
5992 * term/ns-win.el (ns-extended-platform-support-mode):
5993 Tweak menu entry from previous change.
5994
60d61f43
GM
5995 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5996
f6542587
GM
5997 * cus-edit.el (custom-buffer-create-internal): Always insert the
5998 in-buffer buttons, regardless of tool-bar. (Bug#1326)
5999
71a00ac2
CY
60002008-11-16 Chong Yidong <cyd@stupidchicken.com>
6001
3889f0fa 6002 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
71a00ac2 6003
a535b26e
SM
60042008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * ielm.el (ielm-eval-input): Fix thinko in last change.
6007
f5f895cf
CY
60082008-11-16 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * subr.el (read-passwd): Yank current kill if the user enters C-y.
6011
2c5b3bdd
MA
60122008-11-16 Michael Albinus <michael.albinus@gmx.de>
6013
6014 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
6015 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
6016
6017 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
a535b26e
SM
6018 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6019 Handle `file-name-as-directory'.
2c5b3bdd 6020
57d221dc
CY
60212008-11-16 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
6024 usual variable-pitch face.
6025
4671dba5
JB
60262008-11-16 Juanma Barranquero <lekktu@gmail.com>
6027
6028 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
6029 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
6030 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
6031 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
6032 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
6033 (ange-ftp-quote-string, ange-ftp-process-handle-line)
6034 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
6035 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
6036 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
6037 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
6038 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
6039 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
6040 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
6041 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
6042 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
6043 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
6044 (ange-ftp-default-user, ange-ftp-default-password)
6045 (ange-ftp-default-account, ange-ftp-netrc-default-password)
6046 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
6047 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
6048 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
6049 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
6050 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
6051 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
6052 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
6053 (ange-ftp-make-backup-files, ange-ftp-retry-time)
6054 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
6055 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
6056 (ange-ftp-gateway-tmp-name-template)
6057 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
6058 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
6059 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
6060 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
6061 (ange-ftp-gateway-program): Remove * from docstring and reflow.
6062 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
6063 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
6064 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
6065 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
6066 (ange-ftp-rename-local-to-remote): Doc fixes.
6067 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
6068 Use `when', `unless'.
6069 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
6070 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
6071 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
6072 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
6073 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
6074 (ange-ftp-process-sentinel): Use `when'. Fix typo.
6075 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
6076 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
6077 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
6078 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
6079 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
6080 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
6081 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
6082 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
6083 `(save-match-data (string-match ...))'.
6084 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
6085 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
6086 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
6087 Doc fixes.
6088
42acc581 60892008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4923f0c6
JB
6090
6091 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
6092 function instead of a variable.
6093
3889f0fa 6094 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
42acc581
MK
6095 viper-ESC-keyseq-timeout as a function.
6096 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
6097 defsubst.
4923f0c6
JB
6098
6099 * emulation/viper-cmd.el: Let line-move-visual to nil when using
6100 next-line or previous-line.
42acc581 6101 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4923f0c6
JB
6102
6103 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
6104
42acc581
MK
6105 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
6106 live.
6107 (ediff-save-buffer): Let window-min-height to 2.
4923f0c6 6108
42acc581
MK
6109 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
6110 the minibuffer.
4923f0c6 6111
61c11870
JB
61122008-11-16 Juanma Barranquero <lekktu@gmail.com>
6113
6114 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
6115 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
6116 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
6117 (ielm-map): Define within defvar. Add docstring.
6118 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
6119 (ielm-complete-filename): Use `when', `unless'.
6120 (ielm-is-whitespace-or-comment): Use `string-match-p'.
6121 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
6122 (ielm-change-working-buffer): Check that the buffer is live.
6123 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
6124 Simplify. Reflow docstring.
6125 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
6126 New aliases, to satisfy `define-derived-mode' expectations.
6127
43ae2c48 61282008-11-15 Glenn Morris <rgm@gnu.org>
70403f65 6129 Martin Rudalics <rudalics@gmx.at>
f5e7fddd
GM
6130
6131 * emacs-lisp/find-func.el (find-function-advised-original): New.
6132 (find-function-C-source, find-function-noselect):
6133 Use find-function-advised-original to handle advised funcs. (Bug#789)
6134
61352008-11-15 Glenn Morris <rgm@gnu.org>
6136
6137 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
6138 alias message.
43ae2c48
GM
6139
6140 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
6141 Remove uniquify-after-kill-buffer-p dependency.
6142 (uniquify-kill-buffer-function): New function.
6143 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
6144
6145 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
6146 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
6147 main Emacs manual.
6148
f4f45fc5
MR
61492008-11-15 Martin Rudalics <rudalics@gmx.at>
6150
6151 * window.el (quit-window): Restore delete window with second
6152 arg non-nil behavior as of before 2008-10-30 change.
6153
2a7e89ea
CY
61542008-11-15 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * help-fns.el (describe-function-1): Do char-range check for
6157 self-insert-command.
6158
dab71b2c
KF
61592008-11-14 Karl Fogel <kfogel@red-bean.com>
6160
61c11870 6161 * files.el (file-precious-flag): Document that this flag is advisory.
dab71b2c 6162
0d496d49
CY
61632008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6164
6165 * emacs-lisp/bytecomp.el (byte-compile-associative)
6166 (byte-compile-minus, byte-compile-quo): If there are more than two
6167 operands, don't use binary operation code (bug#1334).
6168
8fc29035
JB
61692008-11-14 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * w32-fns.el (w32-shell-dos-semantics):
6172 * calendar/diary-lib.el (diary-face-attrs):
6173 * international/mule-cmds.el (set-default-coding-systems)
6174 (prefer-coding-system):
6175 * net/tramp.el (tramp-set-completion-function):
6176 * progmodes/vhdl-mode.el (vhdl-file-header):
6177 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
6178
6179 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
6180
6181 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
6182 (kill-matching-buffers, save-buffers-kill-emacs)
6183 (save-buffers-kill-terminal): Fix typos in docstrings.
6184 (switch-to-buffer-other-window): Reflow docstring.
6185 (revert-buffer): Doc fix.
6186 (define-project-bindings): Rename arg LIST to SETTINGS.
6187 (project-find-settings-file): Use `let', not `let*'.
6188 Use `when'.
6189
09949b83
JB
61902008-11-13 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * files.el (project-settings-file, locate-dominating-file):
6193 Fix typos in docstrings.
6194 (find-file-visit-truename): Remove * from defcustom docstring.
6195
40d5e695 61962008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
f30efa7c
CY
6197
6198 * files.el (project-settings-file): New variable.
6199 (project-find-settings-file): Use it, instead of hardcoding
6200 .dir.settings.el.
6201
b2c99afe
GM
62022008-11-13 Glenn Morris <rgm@gnu.org>
6203
6204 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
6205
29c2869d
GM
62062008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
6207
6208 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
6209 in mail bodies.
6210
f81b2db1
JB
62112008-11-12 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * international/mule.el (autoload-coding-system, with-category-table)
6214 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
6215 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
6216 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
6217 (set-file-name-coding-system, ctext-pre-write-conversion)
6218 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
6219 Reflow docstrings.
6220 (charset-list, set-coding-priority): Remove redundant obsolescence info.
6221 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
6222 (char-valid-p): Define with `define-obsolete-function-alias'.
6223
6224 * textmodes/artist.el (artist-mode): Fix typos in docstring.
6225
05342dca
SS
62262008-11-12 Sam Steingold <sds@gnu.org>
6227
6228 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
6229 between hostname and path.
6230
978d723e
JL
62312008-11-11 Juri Linkov <juri@jurta.org>
6232
6233 * dired-aux.el (dired-isearch-filenames)
6234 (dired-isearch-filenames-regexp):
6235 Let-bind isearch-message-prefix-add to "filename ".
6236
6237 * isearch.el (isearch-message-prefix-add)
6238 (isearch-message-suffix-add): New variables.
6239 (isearch-message-prefix): Show additional text from
6240 `isearch-message-prefix-add' before "I-search".
6241 (isearch-message-suffix): Show additional text from
6242 `isearch-message-suffix-add' at the end.
6243
6244 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
6245 `isearch-search'. Call isearch-success-function to skip matches
6246 outside the current isearch scope. Let-bind search-invisible to
6247 nil to not match invisible text.
6248
6249 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
6250 Let-bind `isearch-recursive-edit' to nil to prevent calling
6251 `exit-recursive-edit' in `isearch-done' that terminates the
6252 execution of these commands when it is non-nil. Call
6253 `exit-recursive-edit' explicitly at the end.
6254 (isearch-occur): For word search construct the correct regexp
6255 with word boundaries to proceed with occur.
6256
6257 * isearch.el (isearch-search-fun): Compare the length of the
6258 current search string with the length of the string from the
6259 previous search state to detect the situation when the user
6260 adds or removes characters in the search string.
6261 Use word-search-forward-lax and word-search-backward-lax in this
6262 case, and otherwise word-search-forward and word-search-backward.
6263
f399e4ad
SS
62642008-11-11 Sam Steingold <sds@gnu.org>
6265
6266 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
6267 the "Version Control" group (for C-x v g).
6268
909049cb
JB
62692008-11-11 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * server.el (server-process-filter): Fix typos and reflow docstring.
6272
2c4ac069
MR
62732008-11-11 Martin Rudalics <rudalics@gmx.at>
6274
6275 * mail/footnote.el (footnote-mode): Improve doc-string.
6276 Suggested by <jidanni@jidanni.org>. (Bug#1318)
6277
4759d8bd
CY
62782008-11-11 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
6281
373f0312
TZ
62822008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6283
6284 * mail/smtpmail.el (smtpmail-open-stream): Use
863e372f 6285 `starttls-any-program-available'. Auto-load starttls.el for it.
373f0312 6286
7ae105c8
CY
62872008-11-08 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
6290 version (bug@1285).
6291
5463218c
EZ
62922008-11-08 Eli Zaretskii <eliz@gnu.org>
6293
6294 * startup.el (command-line): Ignore init-file-user when checking
6295 user's home directory on MS-DOS as well.
6296
3f71582d
SS
62972008-11-07 Sam Steingold <sds@gnu.org>
6298
6299 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
6300
69135f12
JB
63012008-11-07 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * frame.el (make-frame-on-display): Use `string-match-p'.
6304
a0b66ce0
GM
63052008-11-07 Glenn Morris <rgm@gnu.org>
6306
6307 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
6308
94686171
DN
63092008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
6310
6311 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
6312 to initialize font-lock keyword case sensitivity.
6313 (lisp-mode): Use it.
6314
ee108e88
GM
63152008-11-06 Glenn Morris <rgm@gnu.org>
6316
c108d549
GM
6317 * eshell/esh-maint.el: Remove unused file.
6318
6319 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
6320
ee108e88
GM
6321 * cus-edit.el (custom-comment-tag): Doc fix.
6322 (custom-comment, custom-variable-value-create, custom-face):
6323 Use face names sans -face suffix rather than aliases.
6324
a2baa908
JB
63252008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
6326
6327 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
6328 window width.
6329
610a5df3
CY
63302008-11-05 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * server.el (server-process-filter): Only default to emacsclient's
6333 terminal in daemon mode.
6334
f417bc0a
MR
63352008-11-05 Martin Rudalics <rudalics@gmx.at>
6336
6337 * window.el (quit-window): Restore prefix argument behavior
6338 removed in 2008-10-30 change. (Bug#1308)
6339
f1809341
TH
63402008-11-05 Tassilo Horn <tassilo@member.fsf.org>
6341
6342 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
6343 function to kill-buffer-hook, not to kill-buffer.
6344 Reported by Markus Triska <markus.triska@gmx.at>
6345
bc6922de
JB
63462008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
6347
6348 * calc/calc.el (calc-quit): Make sure that the keypad buffer
6349 exists before deleting its windows.
6350
aab520e5
CY
63512008-11-04 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * server.el (server-process-filter): Don't call
6354 server-create-tty-frame when no tty name is specified.
6355
74c76008
CY
63562008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6357
6358 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
6359
49275d55
JB
63602008-11-04 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6363 (define-char-code-property):
6364 * textmodes/reftex.el (reftex-index):
6365 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
6366
033b3b68
CY
63672008-11-04 Chong Yidong <cyd@stupidchicken.com>
6368
74c76008
CY
6369 * vc-bzr.el (vc-bzr-dir-printer): Rename from
6370 vc-bzr-status-printer.
6371
bd98d0e3
CY
6372 * startup.el (startup-echo-area-message): Display a different
6373 message in daemon mode. Suggested by Stephen Turnbull.
6374
033b3b68
CY
6375 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
6376 Windows.
6377
ca68aad8
JB
63782008-11-04 Juanma Barranquero <lekktu@gmail.com>
6379
6380 * dframe.el (dframe-mouse-position-function)
6381 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
6382 (dframe-mouse-set-point): Fix typos in docstrings.
6383
a7200025
DN
63842008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6385
6386 * vc-dir.el (vc-dir-headers): Undo previous change.
6387
a7cb7fd2
NR
63882008-11-04 Nick Roberts <nickrob@snap.net.nz>
6389
6390 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
6391 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
6392
ee434cb1
MR
63932008-11-04 Martin Rudalics <rudalics@gmx.at>
6394
3dcde186
MR
6395 * subr.el (looking-back): Fix doc-string typo.
6396
f6bfcbb4
MR
6397 * electric.el (Electric-pop-up-window): Call window-end with
6398 UPDATE set to t.
6399
ee434cb1
MR
6400 * window.el (save-selected-window): Make it behave like
6401 save-selected-window-norecord.
6402 (save-selected-window-norecord): Remove, since functionality
6403 fully taken over by save-selected-window.
6404 (walk-windows, set-window-text-height, fit-window-to-buffer):
6405 Use save-selected-window instead of save-selected-window-norecord.
c81ca8d8
MR
6406 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
6407 save-selected-window-norecord.
6408 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
6409 indent-function for save-selected-window-norecord.
ee434cb1 6410
ca4ea39f
AM
64112008-11-03 Alan Mackenzie <acm@muc.de>
6412
6413 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
6414
de4ebfdb
CY
64152008-11-03 Chong Yidong <cyd@stupidchicken.com>
6416
02f286cd
CY
6417 * subr.el (looking-back): Doc fix.
6418
ca68aad8
JB
6419 * term/x-win.el (x-initialize-window-system):
6420 Call x-wm-set-size-hint after initialization.
3021ce72 6421
b49912b2
CY
6422 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
6423 to t.
6424
de4ebfdb
CY
6425 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
6426 2000-12-08 (bug#1297).
6427
6428 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
6429
df802986
JB
64302008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
6431
6432 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
6433 when appropriate.
6434
cbd0f686
MR
64352008-11-02 Martin Rudalics <rudalics@gmx.at>
6436
ca68aad8 6437 * window.el (save-selected-window-norecord): New macro.
cbd0f686
MR
6438 (walk-windows): Use save-selected-window-norecord and call
6439 select-window with NORECORD set. (Bug#1237)
ca68aad8
JB
6440 (set-window-text-height, fit-window-to-buffer):
6441 Use save-selected-window-norecord and call select-window with
cbd0f686
MR
6442 NORECORD set.
6443 * subr.el (with-selected-window): Call set-frame-selected-window
6444 with new argument NORECORD set. Update doc-string.
6445 (with-selected-frame): Call select-frame with new argument
6446 NORECORD set. Update doc-string.
ca68aad8
JB
6447 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
6448 Put indent-function for save-selected-window-norecord.
6449 * font-lock.el (lisp-font-lock-keywords-2):
6450 Add save-selected-window-norecord.
cbd0f686 6451
6cda144f
JB
64522008-11-01 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * cus-edit.el (customize-apropos-options, custom-comment)
6455 (custom-comment-tag, custom-face-edit-attribute-tag):
6456 Fix typos in docstrings.
6457 (custom-buffer-done-kill): Remove * from defcustom docstring.
6458 (custom-file): Fix typo in doc of defcustom choice.
6459
6460 * frame.el (display-visual-class): Fix typo in docstring.
6461 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
6462 (special-display-frame-alist, show-trailing-whitespace)
6463 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
6464 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
6465 Remove * from defcustom docstrings.
6466
6467 * md4.el (md4-buffer): Fix typo in docstring.
6468 (md4, md4-64): Doc fixes.
6469 (md4-pack-int32): Reflow docstring.
6470
6471 * paths.el (rmail-file-name): Remove * from defcustom docstring.
6472 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
6473
6474 * rect.el (open-rectangle): Reflow docstring.
6475 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
6476
6477 * select.el (x-get-cut-buffer): Fix typo in docstring.
6478
6479 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
6480 (timezone-time-zone-from-absolute, timezone-leap-year-p):
6481 Fix typos in docstrings.
6482
6483 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
6484 Fix typos in docstrings.
6485
c9aafaaf
UJ
64862008-10-31 Ulf Jasper <ulf.jasper@web.de>
6487
5c979e02 6488 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
c9aafaaf
UJ
6489
6490 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
6491 (newsticker--treeview-list-update, newsticker--treeview-item-show)
6492 (newsticker--treeview-tree-update)
6493 (newsticker--treeview-tree-update-highlight)
6494 (newsticker-treeview-update)
6495 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
6496 (newsticker-treeview-next-new-or-immortal-item)
6497 (newsticker-treeview-prev-new-or-immortal-item)
6498 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
6499 (newsticker-treeview-tree-click): Watch for layout changes.
6500 (newsticker--treeview-set-current-node): Cleanup.
5c979e02 6501 (newsticker--treeview-restore-layout): Rename from
c9aafaaf
UJ
6502 newsticker--treeview-restore-buffers.
6503 (newsticker--treeview-mark-item): Update cache file.
6504
ca2d101f
UJ
65052008-10-31 Ulf Jasper <ulf.jasper@web.de>
6506
6507 * calendar/icalendar.el (icalendar--uid-count): New.
5c979e02 6508 (icalendar--create-uid): New. Extracted from
ca2d101f
UJ
6509 `icalendar-export-region' and add uid counter.
6510 (icalendar-export-region): Use `icalendar--create-uid'.
6511
38df7d21
JB
65122008-10-31 Juanma Barranquero <lekktu@gmail.com>
6513
6514 * tooltip.el (tooltip-frame-parameters): Doc fix.
6515
5c17a891
MR
65162008-10-31 Martin Rudalics <rudalics@gmx.at>
6517
6518 * window.el (window-body-height, window-current-scroll-bars)
6519 (walk-windows, get-window-with-predicate, get-buffer-window-list)
6520 (minibuffer-window-active-p, count-windows)
6521 (window-safely-shrinkable-p, window--splittable-p)
6522 (window--try-to-split-window, window--frame-usable-p)
6523 (window--even-window-heights, window--display-buffer-1)
6524 (window--display-buffer-2, set-window-text-height)
6525 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6526 (truncated-partial-width-window-p): Rewrite doc-string.
6527 (window-fixed-size-p): Simplify code. Rewrite doc-string.
6528 (split-window-vertically, split-window-horizontally):
6529 Rename args, rewrite doc-string, and simplify code.
6530 (split-window-save-restore-data): Rename args and use
6531 when instead of if.
6532
e9048e4f
CY
65332008-10-30 Chong Yidong <cyd@stupidchicken.com>
6534
decaba00
CY
6535 * indent.el (indent-for-tab-command): Use use-region-p.
6536
e9048e4f
CY
6537 * vc.el (vc-revert): Limit the length of the query string.
6538
1d2b0303
JB
65392008-10-30 Juanma Barranquero <lekktu@gmail.com>
6540
6541 * simple.el (idle-update-delay, next-error-highlight)
6542 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
6543 (minibuffer-history-case-insensitive-variables, kill-ring-max)
6544 (kill-read-only-ok, backward-delete-char-untabify-method)
6545 (kill-whole-line, mark-ring-max, global-mark-ring-max)
6546 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
6547 (goal-column, line-move-ignore-invisible, fill-prefix)
6548 (auto-fill-inhibit-regexp, blink-matching-paren)
6549 (blink-matching-paren-on-screen, blink-matching-paren-distance)
6550 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
6551 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
6552 (minibuffer-history-isearch-wrap, transient-mark-mode)
6553 (next-logical-line, auto-fill-mode, line-number-mode)
6554 (column-number-mode, size-indication-mode, clone-indirect-buffer)
6555 (normal-erase-is-backspace-mode): Doc fixes.
6556 (current-kill, transient-mark-mode, toggle-truncate-lines)
6557 (visible-mode): Reflow docstrings.
6558 (minibuffer-local-shell-command-map, interprogram-paste-function):
6559 Fix typos in docstrings.
6560
89c4b597
CY
65612008-10-30 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * server.el (server-process-filter): In daemon mode, default to
6564 emacsclient's tty if not opening a new frame and only the
6565 terminal-frame is available.
6566
9045be38
MR
65672008-10-30 Martin Rudalics <rudalics@gmx.at>
6568
6569 * window.el (quit-window): Simplify code. Say in doc-string
6570 that it operates on the selected window's buffer. (Bug#1259)
6571
acd1db23
NR
65722008-10-30 Nick Roberts <nickrob@snap.net.nz>
6573
6574 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
6575 nil so that log-view-diff-changeset works.
6576
976556c9
GM
65772008-10-30 Glenn Morris <rgm@gnu.org>
6578
6579 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
6580
752fac18 6581 * resume.el: Move to obsolete/.
69726ac3 6582 * Makefile.in (ELCFILES): Update.
752fac18 6583
21d57aa2
CY
65842008-10-29 Chong Yidong <cyd@stupidchicken.com>
6585
bb07cb70
CY
6586 * electric.el (Electric-pop-up-window): Don't shrink the window if
6587 it's already big enough.
6588
623e480f
CY
6589 * minibuffer.el (delete-minibuffer-contents): Delete all
6590 minibuffer contents instead of just the current field.
6591
1d2b0303 6592 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
8a7c2fb5 6593
de4dc606
CY
6594 * bookmark.el (bookmark-handle-bookmark): Rename from
6595 bookmark-jump-noselect.
6596 (bookmark--jump-via, bookmark-insert): Callers changed.
6597 (bookmark-jump-noselect): Wrapper function for
6598 bookmark-handle-bookmark.
6515ca91 6599 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
de4dc606 6600
21d57aa2
CY
6601 * textmodes/ispell.el (ispell-word): Use use-region-p.
6602
19423c53
JB
66032008-10-29 Juanma Barranquero <lekktu@gmail.com>
6604
6605 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
6606 to follow naming conventions for abnormal hooks. Doc fix.
6607 (tooltip-mode, tooltip-timeout): Use it.
6608 (tooltip-hook): New obsolete alias.
6609 (tooltip-help-tips): Doc fix.
6610
6611 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
6612
f77b11a0
JB
66132008-10-29 Ulrich Mueller <ulm@gentoo.org>
6614
6615 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
6616 of hardcoded /tmp.
6617
dc515cca
GM
66182008-10-29 Glenn Morris <rgm@gnu.org>
6619
f0e35aeb
GM
6620 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
6621
dc515cca
GM
6622 * vc-hooks.el (vc-find-root): Remove bogus alias.
6623
2279ba84
SM
66242008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * international/quail.el (quail-show-guidance): Don't create
6627 a guidance-frame if current buffer is not a minibuffer, since even if
6628 selected-window is mini-p, the buffer will never be displayed in it, so
6629 it wil be usable for guidance.
6630
a8028e7b
SM
66312008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * smerge-mode.el: Require diff-mode at run-time as well.
6634
efe0da9c
MR
66352008-10-28 Martin Rudalics <rudalics@gmx.at>
6636
6637 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
37e14a62 6638 * vc-hooks.el (vc-stay-local): Likewise.
efe0da9c 6639
dc515cca 66402008-10-28 Phil Sung <psung@mit.edu>
99dfcc0d
MR
6641
6642 * follow.el (follow-scroll-down, follow-calc-win-end)
6643 (follow-estimate-first-window-start): Reduce effective window
437cfece 6644 height when header line is present. (Bug#925)
99dfcc0d 6645
eeaa563e
JB
66462008-10-28 Juanma Barranquero <lekktu@gmail.com>
6647
2bea2795
JB
6648 * subr.el (locate-user-emacs-file): Simplify. Don't create
6649 `user-emacs-directory' when Emacs is running in batch mode.
6650
eeaa563e
JB
6651 * startup.el (inhibit-startup-screen): Reflow docstring.
6652 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
6653
38df7d21
JB
66542008-10-27 Kenichi Handa <handa@m17n.org>
6655
6656 * descr-text.el (describe-char): Fix terminal case (where font is nil).
6657
16c1ddc2
JB
66582008-10-27 Juanma Barranquero <lekktu@gmail.com>
6659
6660 * face-remap.el (text-scale-increase, text-scale-decrease)
6661 (text-scale-adjust): Remove &optional keyword from the arg list;
6662 the INC argument is not really optional, if the functions happen
6663 to be called from elisp.
6664
4ff029f6
DN
66652008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6666
13ad7457
DN
6667 * vc.el: Rename VC methods that were missed when vc-status was
6668 renamed to vc-dir.
6669 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
6670 vc-svn-status-extra-headers.
6671 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
6672 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
6673 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
6674 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
6675 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
6676 vc-dir-status-printer.
6677 (vc-dir-headers): Use `dir-extra-headers' instead of
16c1ddc2 6678 `status-extra-headers'.
13ad7457
DN
6679 (vc-dir-printer): Rename from vc-dir-status-printer.
6680 (vc-default-dir-extra-headers): Rename from
6681 vc-default-status-extra-headers.
6682 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
6683 vc-cvs-status-extra-headers.
6684
4ff029f6
DN
6685 * startup.el (server-name): Pacify byte compiler.
6686 (command-line): If --daemon=SERVER_NAME was used, set server-name
6687 before calling server-start.
6688
5790ef40
DN
66892008-10-26 Romain Francoise <romain@orebokech.com>
6690
6691 * startup.el (command-line): Call daemon-initialized after
6692 starting the server.
6693
91c491e0
KH
66942008-10-26 Kenichi Handa <handa@m17n.org>
6695
6696 * help-fns.el (describe-categories): Display the terse legend at
6697 the head.
6698
6699 * international/characters.el: Docstrings of categories improved.
6700
f37a389e
SM
67012008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6702
f7550173
SM
6703 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
6704
f37a389e
SM
6705 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
6706 to the courier family.
6707 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
6708 usually not serif'd and hence rather unlike verbatim's printed output.
6709
fafd2979
CY
67102008-10-25 Chong Yidong <cyd@stupidchicken.com>
6711
ddf59b5f
CY
6712 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
6713 when reporting the module.
6714
fafd2979
CY
6715 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
6716
b6576049
SM
6717 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
6718
67192008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * files.el (locate-dominating-stop-dir-regexp): New var.
6722 (locate-dominating-file): Change arg from a regexp to a file name.
6723 Rewrite using the vc-find-root code to avoid directory-files which is
6724 too slow. Obey locate-dominating-stop-dir-regexp.
6725 Don't pay attention to changes in owner.
6726 (project-find-settings-file): Adjust call to locate-dominating-file.
6727
6728 * progmodes/flymake.el (flymake-find-buildfile):
6729 Adjust call to locate-dominating-file.
6730
6731 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
6732 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
fafd2979 6733
cf20330b
MR
67342008-10-25 Martin Rudalics <rudalics@gmx.at>
6735
83f57f49
MR
6736 * subr.el (with-current-buffer): Rename buffer argument to
6737 buffer-or-name.
cf20330b
MR
6738 * window.el (get-buffer-window-list): Rename buffer argument to
6739 buffer-or-name and make it optional.
6740
ea6c930a
JB
67412008-10-25 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * completion.el (add-completion-to-head, add-completion): Doc fixes.
6744 (completion-search-next, add-completions-from-file):
6745 Fix typos in docstrings.
6746
6747 * filesets.el (filesets-menu-ensure-use-cached)
6748 (filesets-ingroup-patterns, filesets-filetype-property):
6749 * tutorial.el (get-lang-string):
6750 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
6751 Fix typos in docstrings.
6752
6753 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
6754 (image-dired-line-up-method, image-dired-thumb-size)
6755 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
6756 (image-dired-track-original-file, image-dired-track-thumbnail)
6757 (image-dired-dired-next-line, image-dired-dired-previous-line)
6758 (image-dired-write-comments): Reflow docstrings.
6759 (image-dired-show-all-from-dir-max-files)
6760 (image-dired-format-properties-string, image-dired-create-thumbs)
6761 (image-dired-mark-tagged-files, image-dired-gallery-generate):
6762 Fix typos in docstrings.
6763
6764 * savehist.el (savehist-save-minibuffer-history, savehist-file)
6765 (savehist-additional-variables, savehist-ignored-variables)
6766 (savehist-file-modes, savehist-autosave-interval):
6767 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
6768 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
6769 (fancy-splash-image):
6770 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
6771 (thumbs-conversion-program, thumbs-margin):
6772 Remove spurious * in docstrings.
6773
ba286708 67742008-10-25 Aaron S. Hawley <aaronh@garden.org>
a6e62f2e
CY
6775
6776 * thingatpt.el (end-of-sexp, beginning-of-sexp)
6777 (forward-same-syntax): Omit default arguments to char-after and
6778 char-before.
6779
d6c180c4
JB
67802008-10-24 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * subr.el (locate-user-emacs-file): New function.
6783 (user-emacs-directory): Mention it in docstring.
6784
6785 * completion.el (save-completions-file-name):
6786 * filesets.el (filesets-menu-cache-file):
6787 * image-dired.el (image-dired-dir, image-dired-db-file)
6788 (image-dired-temp-image-file, image-dired-gallery-dir)
6789 (image-dired-temp-rotate-image-file):
6790 * savehist.el (savehist-file):
6791 * server.el (server-auth-dir):
d6c180c4
JB
6792 * thumbs.el (thumbs-thumbsdir):
6793 * tutorial.el (tutorial--saved-dir):
6794 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
6795
802393f6
JB
67962008-10-23 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
6799 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
6800
ad4f4a36
CY
68012008-10-23 Chong Yidong <cyd@stupidchicken.com>
6802
6803 * filesets.el: Update author email.
51d66d83 6804 (filesets-data): Doc fix.
ad4f4a36 6805
d8c967ad 68062008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
84353206 6807
802393f6 6808 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
84353206 6809
fd0dd4c3
KH
68102008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
6811
6812 * international/mule-cmds.el (describe-language-environment):
6813 Indent sample text.
6814
0ee35e51
GM
68152008-10-23 Glenn Morris <rgm@gnu.org>
6816
730ad3db
GM
6817 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6818
0ee35e51
GM
6819 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
6820 byte-compile a redefinition of a function with special byte-compile
6821 handling. (Bug#411)
6822
c4abbb04
VJL
68232008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6824
6825 * ps-print.el: Deal with page sizes for label printes. Suggested by
6826 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
6827 (ps-print-version): New version 7.3.3.
6828 (ps-page-dimensions-database): New page sizes for label printers.
6829 (ps-n-up-printing): Fix code.
6830
4133c214
CY
68312008-10-22 Chong Yidong <cyd@stupidchicken.com>
6832
00421bf5
CY
6833 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
6834
d8ce500c
CY
6835 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
6836 (list-at-point): Add docstrings.
6837
b6576049 6838 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1442fd94 6839
4133c214
CY
6840 * dired-aux.el (dired-do-create-files): Doc fix.
6841
cb83c00b
AR
68422008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6843
6844 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
6845 with other documentation.
6846
3f2372cb
JB
68472008-10-22 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * replace.el (how-many): Fix typo in docstring.
6850 Reported by Leo <sdl.web@gmail.com>.
6851
4620ee7a
GM
68522008-10-22 Glenn Morris <rgm@gnu.org>
6853
6854 * international/mule-cmds.el (universal-coding-system-argument):
6855 Check for C-g. (Bug#1205)
6856
4626499f
KH
68572008-10-22 Kenichi Handa <handa@m17n.org>
6858
6859 * international/characters.el: Don't setup
6860 find-word-boundary-function-table.
6861 (next-word-boundary-han, next-word-boundary-kana): Delete them.
b6576049
SM
6862 (word-combining-categories, word-separating-categories):
6863 Adjust to the change of the docstrings.
4626499f 6864
5ab6aa6d
CY
68652008-10-21 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * simple.el (region-active-p): Doc fix.
6868
30ee26a9
EZ
68692008-10-20 Eli Zaretskii <eliz@gnu.org>
6870
6871 * subr.el (apply-partially): Move from here...
6872
6873 * simple.el (apply-partially): ...to here.
6874
d551d20d
AS
68752008-10-20 Andreas Schwab <schwab@suse.de>
6876
6877 * subr.el (split-string-and-unquote): Simplify regexp.
6878
d0fc47ed
EZ
68792008-10-20 Eli Zaretskii <eliz@gnu.org>
6880
6881 * subr.el (top-level): Require `cl' when compiling.
6882
bdf66e8d 68832008-10-20 David Reitter <david.reitter@gmail.com>
f133efb0
DR
6884
6885 * info.el (Info-mode): Do not remove an existing header line if
6886 `Info-use-header-line' is nil.
6887
10965505
JL
68882008-10-19 Juri Linkov <juri@jurta.org>
6889
04ff2dee
JL
6890 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6891 Add arg `delimited' as in `query-replace' for the case when
6892 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
6893 Add more indicators to the prompt ("word" and "in region").
6894
6895 * replace.el (query-replace, query-replace-regexp)
6896 (replace-string, replace-regexp, perform-replace): Add "word"
6897 indicatiors to the prompt for word delimited replacements.
6898
10965505
JL
6899 * replace.el (read-regexp): Rename arg `default' to `default-value'.
6900 Doc fix.
6901
086a7dd4
EZ
69022008-10-19 Eli Zaretskii <eliz@gnu.org>
6903
b6576049 6904 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
b8fc05a9 6905
086a7dd4
EZ
6906 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
6907
3ad8faa7
MR
69082008-10-19 Martin Rudalics <rudalics@gmx.at>
6909
6910 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
6911 Make argument names follow Elisp manual.
6912
95aac6d1
EZ
69132008-10-19 Eli Zaretskii <eliz@gnu.org>
6914
3ad8faa7 6915 * textmodes/remember.el (remember-data-file):
d24ae8f0
EZ
6916 * shadowfile.el (shadow-initialize)
6917 <shadow-info-file, shadow-todo-file>:
3ad8faa7
MR
6918 * savehist.el (savehist-file):
6919 * recentf.el (recentf-save-file):
6920 * pcvs-defs.el (cvs-cvsrc-file):
6921 * international/kkc.el (kkc-init-file-name):
6922 * ido.el (ido-save-directory-list-file):
d6ab9840
EZ
6923 * calendar/todo-mode.el (todo-file-do, todo-file-done)
6924 (todo-file-top): Run file names that begin with a period thru
6925 `convert-standard-filename'.
6926
0c5f6aca
EZ
6927 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
6928 before-init-hook.
6929
95aac6d1
EZ
6930 Fix Bug #1183:
6931
6932 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
6933 coding-system-for-read to ediff-coding-system-for-write.
6934
6935 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
6936 coding-system-for-write to ediff-coding-system-for-write.
6937
6938 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
6939 (ediff-coding-system-for-write): Set to emacs-internal.
6940
0296a35e
SM
69412008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * international/mule-conf.el (emacs-internal): New coding system alias.
6944
73bde1a8
JL
69452008-10-18 Juri Linkov <juri@jurta.org>
6946
66fc722f
JL
6947 * info.el (Info-file-supports-index-cookies-list): New variable.
6948 (Info-file-supports-index-cookies): New function.
6949 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
6950 (Info-index-nodes): Let-bind Info-point-loc to nil for files
6951 without an index cookie to ignore it when Info-index-nodes is
6952 called during navigating from an index node with line numbers.
6953 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
6954
6955 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
6956 variable definition section.
6957
73bde1a8
JL
6958 * info.el (Info-find-node-2): Put initial point below the header line
6959 and breadcrumbs line.
6960
ca32d854
GM
69612008-10-18 Glenn Morris <rgm@gnu.org>
6962
6963 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
6964 the needed external programs were not found.
6965
e240aaa9
EZ
69662008-10-18 Eli Zaretskii <eliz@gnu.org>
6967
6968 * files.el (trash-directory): Run thru `convert-standard-filename'.
6969 (file-modes-char-to-who, file-modes-char-to-right)
6970 (file-modes-rights-to-number, file-modes-symbolic-to-number)
6971 (read-file-modes): Doc fixes.
6972
fdf33790
CY
69732008-10-17 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * abbrev.el (define-abbrev): Doc fix.
6976
48e5a216
AM
69772008-10-17 Alan Mackenzie <acm@muc.de>
6978
6979 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
6980 foo bar [] = { ...".
6981
74a3abf3
CY
69822008-10-17 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * faces.el (face-spec-set-2): Don't pass invalid attributes to
6985 set-face-attribute.
6986
ac62ec16
JB
69872008-10-17 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6990 according to `locale-coding-system'. (This fixes trivial bug reported
6991 as part of bug#1179).
6992 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6993 particular order). Use `when'.
6994
72ab66eb
JB
69952008-10-16 Juanma Barranquero <lekktu@gmail.com>
6996
6997 * w32-fns.el (w32-check-shell-configuration): Doc fix.
6998 (w32-add-charset-info): Fix typo in docstring.
6999
15bcf456
TZ
70002008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7001
7002 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
7003 after discussion.
7004
b4a7be38
MH
70052008-10-16 Magnus Henoch <mange@freemail.hu>
7006
7007 * vc-arch.el (vc-arch-dir-status): New function.
7008 (vc-arch-after-dir-status): New function.
7009
3d56260a
GM
70102008-10-16 Glenn Morris <rgm@gnu.org>
7011
7012 * man.el (Man-getpage-in-background): Force recent `man's to output
7013 escape sequences even when stdout is not a tty. (Bug#1142)
7014
3ca194c2
TZ
70152008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
7016
7017 * international/mule-conf.el: Add `utf8' and `UTF8' as
7018 aliases for the `utf-8' coding system.
7019
0c691252
JB
70202008-10-15 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * find-file.el (ff-get-file): Doc fix.
7023 (ff-get-file-name): Use `let', not `let*'.
7024 (ff-search-directories): Fix typo in docstring.
7025 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
7026 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
7027 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
7028 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
7029 (cc-other-file-alist, modula2-other-file-alist):
7030 Remove spurious * in docstrings.
7031
5bb86dc4
CY
70322008-10-14 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * faces.el (set-face-attribute): Set family and foundry before
7035 other attributes.
7036 (face-spec-set-2): Pass unmodified args to set-face-attribute.
7037
b1bad9f3
JB
70382008-10-14 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * hl-line.el (hl-line-unload-function): New function.
7041 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
7042 (hl-line-sticky-flag): Remove spurious * in docstring.
7043
07ebab66
DN
70442008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
7045
7046 * vc-git.el (vc-git-show-log-entry): Include the revision in the
7047 search string.
7048
95d610cb
MA
70492008-10-14 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/tramp.el (tramp-process-one-action): Embed regexp in
7052 parentheses, before adding end-of-buffer construct. Suggested by
7053 Markus Triska <markus.triska@gmx.at>.
7054
17abdd47
UJ
70552008-10-13 Ulf Jasper <ulf.jasper@web.de>
7056
6c25620a
JB
7057 * net/newst-plainview.el (w3m-toggle-inline-image):
7058 Define 'declare-function if necessary, for compatibility.
17abdd47 7059
6c25620a
JB
7060 * net/newst-treeview.el (w3m-toggle-inline-images):
7061 Define 'declare-function if necessary, for compatibility.
17abdd47 7062
40ebcb99
AM
70632008-10-13 Alan Mackenzie <acm@muc.de>
7064
6c25620a
JB
7065 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
7066 so that the function works on one-line macros.
40ebcb99 7067
a85fd6da
AM
7068 * progmodes/cc-engine.el: Amend several doc strings and comments.
7069
5870cb76
DN
70702008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
7071
7072 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
7073
7074 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
7075 (vc-cvs-stay-local): Add a new choice and default to it.
7076 (vc-cvs-dir-status): Use the new vc-stay-local choice.
7077
7078 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
7079
dd4fdc44
JB
70802008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
7081
7082 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
7083 Add support for extended return statement.
7084
7085 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
7086 and obj-dir; keep user order.
7087
2e7bd464
GM
70882008-10-12 Glenn Morris <rgm@gnu.org>
7089
f6c2397a
GM
7090 * Makefile.in (ELCFILES): Update.
7091
2e7bd464
GM
7092 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
7093 (shell-file-name-quote-list): Declare.
7094
65b7cb2c
MA
70952008-10-12 Michael Albinus <michael.albinus@gmx.de>
7096
7097 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
7098
32402572
CY
70992008-10-12 Chong Yidong <cyd@stupidchicken.com>
7100
5e1115e3
CY
7101 * startup.el (command-line): If toolbar is disabled but ought to
7102 be initialized, call tool-bar-setup.
7103
32402572
CY
7104 * tool-bar.el (tool-bar-setup): Variable deleted.
7105 (tool-bar-setup): Set it up unconditionally.
7106
7107 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
7108
32402572
CY
7109 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
7110 tool-bar-map has been initialized before setting it up.
7111
7112 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
7113 tool-bar-map has been initialized before setting it up.
7114
fe4d6c18
CY
71152008-10-11 Chong Yidong <cyd@stupidchicken.com>
7116
f76103b7
CY
7117 * emacs-lisp/warnings.el (display-warning): Issue a message if
7118 called during daemon initialization.
7119
fe4d6c18
CY
7120 * tool-bar.el (tool-bar-local-item)
7121 (tool-bar-local-item-from-menu): Put the check for number of
7122 display colors into the image expression.
7123 (tool-bar-setup): Don't be a no-op on ttys.
7124
b6576049
SM
7125 * info.el (info-tool-bar-map):
7126 * progmodes/gud.el (gud-tool-bar-map):
7127 * progmodes/grep.el (grep-mode-tool-bar-map):
7128 * progmodes/compile.el (compilation-mode-tool-bar-map):
7129 Initialize it unconditionally.
819d6740 7130
6b8d1c72
RF
71312008-10-11 Romain Francoise <romain@orebokech.com>
7132
7133 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
7134 * kmacro.el (kmacro-edit-lossage): Ditto.
7135 * edmacro.el (edit-kbd-macro): Ditto.
7136
77a01f9b 71372008-10-11 Ulf Jasper <ulf.jasper@web.de>
4fe0d68e
UJ
7138
7139 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
b6576049 7140 Fix variable names.
4fe0d68e 7141
32f1cc7b
DN
71422008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
7143
7144 * startup.el (command-line): Revert 2008-09-26 change, not
7145 necessary anymore.
7146
79ccd1b8
AS
71472008-10-10 Andreas Schwab <schwab@suse.de>
7148
b6576049
SM
7149 * simple.el (minibuffer-complete-shell-command):
7150 Bind comint-delimiter-argument-list, comint-file-name-chars and
79ccd1b8
AS
7151 comint-file-name-quote-list like shell-mode.
7152
e6001b58
MR
71532008-10-10 Martin Rudalics <rudalics@gmx.at>
7154
7155 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
7156 call of select-window.
7157
da78ead3
JB
71582008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
7159
7160 * calc/calc.el (calc-embedded-word-regexp)
7161 (calc-embedded-word-regexp-alist): New variables.
7162 (calc-embedded-open-word, calc-embedded-close-word)
7163 (calc-embedded-open-close-word-alist): Remove unused variables.
7164
b6576049
SM
7165 * calc/calc-embed.el (calc-embedded-make-info):
7166 Use `calc-embedded-word-regexp' to find words.
da78ead3 7167
c24d4826
MR
71682008-10-10 Martin Rudalics <rudalics@gmx.at>
7169
49275d55 7170 * info.el (Info-extract-menu-counting): New argument no-detail to
c24d4826
MR
7171 skip detailed node listings.
7172 (Info-forward-node): New argument not-up to inhibit going up.
7173 (Info-final-node): Call Info-extract-menu-counting and
7174 Info-forward-node with the new arguments set to avoid infinite
7175 looping. (Bug#1116)
7176
41b3bdd3
EZ
71772008-10-10 Eli Zaretskii <eliz@gnu.org>
7178
7179 * startup.el (command-line): Don't invoke tool-bar-mode if it is
7180 not fboundp.
7181
a448e416
CY
71822008-10-09 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * startup.el (command-line): Enable tool-bar-mode as long as it is
7185 not suppressed by X resources, regardless of the terminal.
7186
7187 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
7188 graphical terminals.
7189 (tool-bar-setup): No-op if called on a tty.
7190
2a12d736
EZ
71912008-10-09 Eli Zaretskii <eliz@gnu.org>
7192
b1bad9f3
JB
7193 * frame.el (make-frame-on-tty): Use "F" inside interactive.
7194 Support `pc' ``window-system''.
c4dde578 7195
2a12d736
EZ
7196 * progmodes/compile.el (compilation-start): Resurrect the version
7197 for systems that don't support asynchronous subprocesses.
7198
d5f98c51
MR
71992008-10-09 Martin Rudalics <rudalics@gmx.at>
7200
7201 * window.el (pop-up-frames): Add choice graphic-only.
7202 (display-buffer): When pop-up-frames equals graphic-only do
7203 not pop up new frame on text-only terminals. (Bug#1061)
7204
264175a8
DN
72052008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
7206
7207 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
7208 (vc-cvs-dir-status): Use it.
7209
40b57955
CY
72102008-10-08 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * json.el (json-skip-whitespace): Fix last change.
7213
2c8262dc
JB
72142008-10-08 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * bs.el (bs-unload-function): New function.
7217
fc17acd1
GM
72182008-10-08 Sven Joachim <svenjoac@gmx.de>
7219
7220 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
7221 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4c7eed94 7222 For clarity, explicitly require cl.
fc17acd1 7223
54124194
MO
72242008-10-08 Michael Olson <mwolson@gnu.org>
7225
7226 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
7227 can avoid a bad interaction with programs that add functions to
7228 the window-scroll-functions hook. This fixes Bug #858.
7229
cb199e74
CY
72302008-10-07 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * startup.el (command-line): Use display-warning to warn about an
7233 init file error.
7234 (command-line-1): Remove init file error delay.
7235
a469adf3
CY
72362008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7237
6f040888
JB
7238 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
7239 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
a469adf3
CY
7240 (rx-group-if): New function.
7241 (rx-parent): New variable.
7242 (rx-and, rx-or): Put shy groups only when necessary.
7243 (rx-bracket): Remove.
7244 (rx-anything): New function.
7245 (rx-any-delete-from-range, rx-any-condense-range)
7246 (rx-check-any-string): New functions.
6f040888
JB
7247 (rx-check-any): Return result as a list. Don't convert chars to
7248 strings. Don't prepend "\\" to "^". Don't search for close bracket.
7249 Check char category string. Call rx-form instead of rx-to-string.
a469adf3 7250 (rx-any): Rebuid to complete the function.
6f040888
JB
7251 (rx-check-not): Fix char category regexp pattern string.
7252 Call rx-form instead of rx-to-string.
7253 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
7254 "[^^]". Call regexp-quote for one char string when not called from
7255 rx-not. Add "\\w", and toggle to upcase. Add the case of
a469adf3 7256 "\\[SCBW]" to toggle.
6f040888 7257 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
a469adf3 7258 instead of rx-to-string.
6f040888
JB
7259 (rx-kleene): Call rx-form instead of rx-to-string.
7260 Call rx-group-if to adjust putting of shy groups.
a469adf3
CY
7261 (rx-atomic-p): Make check more precisely.
7262 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
7263 (rx-regexp): Call rx-group-if.
7264 (rx-form): New function.
6f040888
JB
7265 (rx-to-string): Call rx-form, rx-group-if.
7266 Refine definition of NO-GROUP.
a469adf3 7267
8aa89bc0 72682008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
e9701d16
CY
7269
7270 * json.el (json-advance): Use forward-char.
7271 (json-skip-whitespace): Use skip-syntax-forward.
7272
c0744081
AM
72732008-10-07 Alan Mackenzie <acm@muc.de>
7274
7275 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
7276 indenting a macro followed by blank lines doesn't backslash the
7277 following non-blank line into the macro.
7278
81fe0060
CY
72792008-10-06 Chong Yidong <cyd@stupidchicken.com>
7280
2c8262dc 7281 * startup.el (before-init-time, after-init-time): Move into emacs.c.
81fe0060
CY
7282 (command-line): Set after-init-time to nil before initialization.
7283
ac318df0
JB
72842008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
7285
7286 * calc/calc-units.el (math-standard-units): Update the values
7287 of the units.
7288
a35809ba
JB
72892008-10-06 Juanma Barranquero <lekktu@gmail.com>
7290
7291 * bookmark.el (bookmark-unload-function): New function.
7292
b55426e9
AS
72932008-10-06 Andreas Schwab <schwab@suse.de>
7294
7295 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7296
6a8b4632
MR
72972008-10-06 Martin Rudalics <rudalics@gmx.at>
7298
7299 * mail/footnote.el: Remove * in defcustom docstrings and tell
7300 for most options that customizing them doesn't affect buffers
7301 already displaying footnotes.
a35809ba
JB
7302 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
7303 Fix handling of text properties and identical start/end tags.
7304 Do not use format when renumbering.
6a8b4632
MR
7305 (Footnote-set-style): Make it work.
7306 (Footnote-insert-numbered-footnote): Simplify.
7307 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
7308 (Footnote-goto-footnote): Fix handling of empty section tag.
7309 (Footnote-delete-footnote): Fix handling of identical start/end
7310 tags, empty section tag, and spaced footnotes. Do not use
7311 kill-region.
7312 (footnote-mode): Make most options buffer-local to avoid that
7313 customizing messes up handling of footnotes in buffers that
7314 already display them.
7315
1a0cf619
DN
73162008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
7317
cd1d1525
DN
7318 * faces.el (x-create-frame-with-faces): Undo previous change.
7319
1a0cf619
DN
7320 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
7321 existent files.
7322
69df71b8
CY
73232008-10-05 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * international/mule-cmds.el (universal-coding-system-argument):
7326 Handle digit-argument too.
7327
50694105
CY
73282008-10-05 Mario Lang <mlang@delysid.org>
7329
7330 * xml.el (xml-parse-string): Use skip-chars-forward.
7331
11b4001c
DN
73322008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7333
7334 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
7335 existent files.
7336 (vc-bzr-dir-status-files): New function.
7337
f3e6c9f3
GM
73382008-10-04 Glenn Morris <rgm@gnu.org>
7339
f8dce815
GM
7340 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
7341
a80a6b03
GM
7342 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
7343 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
7344
f3e6c9f3
GM
7345 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
7346 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
7347
244a0c3c
GM
73482008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
7349
7350 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7351 Fix typo. (Bug#1074)
7352
e6f3e104
MR
73532008-10-04 Martin Rudalics <rudalics@gmx.at>
7354
7355 * progmodes/compile.el (compilation-start): Make sure to move to
6f040888 7356 point-max only when we are in the compilation buffer. (Bug#1073)
e6f3e104 7357
847fb889
DN
73582008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
7359
bf784417
DN
7360 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
7361 tool-bar-mode is on.
7362
847fb889
DN
7363 * vc-svn.el (vc-svn-dir-status-files):
7364 * vc-cvs.el (vc-cvs-dir-status-files): New function.
7365
a779ddf0
DN
73662008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7367
7368 * vc-hg.el (vc-hg-dir-status-files): New function.
7369
feb1e910
MR
73702008-10-03 Martin Rudalics <rudalics@gmx.at>
7371
7372 * window.el (window--display-buffer-1): Don't care about
7373 visibility since raise-frame does.
7374
eb22cb8c
GM
73752008-10-03 Mario Lang <mlang@delysid.org>
7376
7377 * nxml/xmltok.el (xmltok-forward): Simplify.
7378
4998f839
GM
73792008-10-03 Glenn Morris <rgm@gnu.org>
7380
40281995
GM
7381 * Makefile.in (ELCFILES): Update.
7382
52ef9375 7383 * frame.el (set-default-font): Make obsolete.
b7d1d101 7384 * mouse.el (mouse-set-font): Use set-frame-font.
52ef9375 7385
6f34ccdf
GM
7386 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7387 (jka-compr-mode-alist-additions): Also match `.tbz2'.
7388
4998f839
GM
7389 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
7390 * files.el (auto-mode-alist): Add .PRO as per above autoload.
7391
7aaf911c
DN
73922008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
7395 (vc-dir-refresh): Set it here instead. (Bug#1067)
7396
7c89ea42
CY
73972008-10-02 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * faces.el (inhibit-frame-set-background-mode): New var.
7400 (frame-set-background-mode): Use it to avoid a loop in
7401 face-spec-recalc.
7402
60aff924
GM
74032008-10-02 Glenn Morris <rgm@gnu.org>
7404
7405 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
7406 vc-diff-switches.
7407
97f6e1ad
VJL
74082008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7409
7410 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
7411 that is, to take some action when a buffer is killed. Suggested by
7412 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
7413 11.2.2.
7414 (whitespace-action): Docstring and :type fix.
7415 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
7416 Code fix.
7417 (whitespace-add-local-hook, whitespace-remove-local-hook)
7418 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
7419
8ed4a859
MH
74202008-10-01 Magnus Henoch <mange@freemail.hu>
7421
7422 * net/tls.el (open-tls-stream): Show the actual command being
7423 executed, instead of the format string.
7424
970c9391
EZ
74252008-10-01 Eli Zaretskii <eliz@gnu.org>
7426
4009e4f8
EZ
7427 * term/internal.el (dos-locale-alist): New alist.
7428 (dos-codepage-setup): Use it to compute a value of locale with
7429 which to call set-locale-environment. Remove code to set
7430 terminal, keyboard, and file-name encoding (done by
7431 set-locale-environment).
7432
970c9391
EZ
7433 * international/mule-cmds.el
7434 (set-language-environment-nonascii-translation): Fix nonascii
7435 value for `pc' ``window-system''.
7436 (set-display-table-and-terminal-coding-system)
7437 (set-default-coding-systems): Don't special-case `pc'.
7438
6efb94fc
GM
74392008-10-01 Glenn Morris <rgm@gnu.org>
7440
7441 * filesets.el (filesets-menu-name): Fix type.
7442 (filesets-menu-path, filesets-menu-before): Fix types.
7443 Change defaults to be consistent with recentf. (Bug#1056)
7444
ffaa90dd
SM
74452008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * term/xterm.el (xterm-turn-on-modify-other-keys)
7448 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
7449 Don't forget to pass `terminal' to `send-string-to-terminal'.
7450
413eee81
MA
74512008-09-30 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
7454 (vc-file-not-found-hook): Check, that `buffer-file-name' is
7455 non-nil. It is not clear, whether this is only fixing symptoms on
6f040888 7456 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
413eee81
MA
7457 is embedded by that check. So it might be TRT. Suggested by Dan
7458 Nicolaescu <dann@ics.uci.edu>.
7459
f45de83b
EZ
74602008-09-30 Eli Zaretskii <eliz@gnu.org>
7461
b1b1753b
EZ
7462 * Makefile.in (ELCFILES): Remove codepage.elc.
7463
a7a461ef
EZ
7464 * international/codepage.el: File removed, as even ms-dos doesn't
7465 need it anymore.
7466
7467 * loadup.el [ms-dos]: Don't load ccl and codepage.
7468
ff586413
EZ
7469 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
7470 (IT-character-translations, cjk-codepages-alist): Remove variables.
7471 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
ffaa90dd
SM
7472 (IT-unicode-translations): Remove charset and base elements.
7473 Add translations for Latin-1 characters.
ff586413
EZ
7474 (IT-setup-unicode-display): Accept a CODING argument. Don't use
7475 base and chset elements of IT-unicode-translations. Don't wrap
7476 translation in "{...}". Set up translations only for characters
7477 for which unencodable-char-position returns non-nil.
7478 (dos-codepage-setup): Don't use special-case codepages in
7479 cjk-codepages-alist.
7480
a03c5807
EZ
7481 * files.el (locate-dominating-file): Wrap directory-files with
7482 condition-case, instead of calling file-directory-p, which stats
7483 the directory one more time.
7484
ffaa90dd
SM
7485 * mail/mail-utils.el (mail-unquote-printable-region):
7486 Use insert-byte instead of insert-char, when the UNIBYTE arg is
f45de83b
EZ
7487 non-nil.
7488
6ea97db8
DU
74892008-09-30 Daiki Ueno <ueno@unixuser.org>
7490
7491 * epa-file.el (epa-file-insert-file-contents): Fix typo.
7492
9b3568e1
GM
74932008-09-30 Glenn Morris <rgm@gnu.org>
7494
7495 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
7496
c27c178c
GM
74972008-09-30 Daniel Colascione <danc@merrillpress.com>
7498
9b3568e1
GM
7499 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
7500 (which-function): Handle nested imenu trees.
7501
c27c178c
GM
7502 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
7503 some nested menu items.
7504
4043c194
JB
75052008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
7506
7507 * calc/calc-units.el (math-standard-units): Add entries used to
867d4bb3 7508 display the values in the units buffer.
a35809ba 7509 (math-build-units-table): Add entries to the units table to be used
4043c194 7510 to display the values in the units buffer.
a35809ba 7511 (math-build-units-table-buffer): Use the display entry of the units
4043c194
JB
7512 table when non-nil.
7513 (calc-define-unit): Add option to enter display value of unit.
7514
613658d4
MA
75152008-09-29 Michael Albinus <michael.albinus@gmx.de>
7516
7517 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
7518
69ad666d
EZ
75192008-09-29 Eli Zaretskii <eliz@gnu.org>
7520
7521 * files.el (locate-dominating-file): Take file-attributes of
7522 `dir', not of `file' (which never changes).
7523
d5fb39b4
MA
75242008-09-29 Michael Albinus <michael.albinus@gmx.de>
7525
7526 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
7527 also be `localname'.
7528
7529 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
613658d4 7530 IDENTIFICATION.
d5fb39b4 7531
559ca68a
GM
75322008-09-28 Glenn Morris <rgm@gnu.org>
7533
7534 * vc.el (vc-switches): Give it a doc string.
7535
7581ba40
RF
75362008-09-28 Romain Francoise <romain@orebokech.com>
7537
ddee1604
RF
7538 * comint.el (comint-show-output): Adjust to stickiness changes of
7539 the output field.
7540
7581ba40
RF
7541 * startup.el (command-line): Start the daemon server later.
7542
c41bd0ec
MR
75432008-09-28 Martin Rudalics <rudalics@gmx.at>
7544
7545 * subr.el (read-quoted-char): Call char-resolve-modifiers
7546 instead of char-resolve-modifers.
7547
e64c74f2
GM
75482008-09-27 Glenn Morris <rgm@gnu.org>
7549
7550 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
7551 than [return]. (Bug#1031)
7552
f4498b9e
GM
75532008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
7554
7555 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
7556
47e49712
DU
75572008-09-27 Daiki Ueno <ueno@unixuser.org>
7558
ffaa90dd 7559 * epg.el (epg-wait-for-status): Check if there is no pending status.
47e49712
DU
7560 Reported by Ted Romer <ted@romerfamily.com>.
7561
b082f792
DN
75622008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 * startup.el (command-line): Turn on menu-bar-mode and
7565 tool-bar-mode when running as a daemon.
7566
4860b1b8
EZ
75672008-09-26 Eli Zaretskii <eliz@gnu.org>
7568
1ed6e04d
EZ
7569 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
7570 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
7571 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
7572 ($(lisp)/progmodes/cc-engine.elc)
7573 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
7574 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
7575 ($(lisp)/progmodes/cc-subword.elc)
7576 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
7577
4860b1b8
EZ
7578 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
7579 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
7580 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
7581 ($(lisp)/progmodes/cc-engine.elc)
7582 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
7583 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
7584 ($(lisp)/progmodes/cc-subword.elc)
7585 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
7586
4b93c9d5
KY
75872008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * informat.el (Info-split-threshold): New variable.
7590 (Info-split): Use it.
7591
7592 * textmodes/texinfmt.el (texinfo-format-buffer):
7593 Use Info-split-threshold to decide whether to split Info files.
7594
acfa99ee
CY
75952008-09-25 Chong Yidong <cyd@stupidchicken.com>
7596
6c7e2ce8
CY
7597 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
7598 quoting.
7599
d2f38ec4
CY
7600 * comint.el (comint-dynamic-complete-as-filename): Quote directory
7601 name when reinserting it.
7602
acfa99ee
CY
7603 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
7604 word-search-backward-lax for incremental word search.
7605
4b8643d3
JB
76062008-09-25 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * generic-x.el (generic-other-modes): Fix typo in docstring.
7609 (generic-use-find-file-hook, generic-lines-to-scan)
7610 (generic-find-file-regexp, generic-ignore-files-regexp)
7611 (generic-define-mswindows-modes, generic-define-unix-modes):
7612 Remove `*' from docstring.
7613 (generic-mode-find-file-hook): Use `string-match-p'.
7614 (apache-log-generic-mode, mailagent-rules-generic-mode)
7615 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
7616 (java-manifest-generic-mode, java-properties-generic-mode)
7617 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
7618 for consistency with other modes in generic-x.el.
7619
fa9a8f78
MR
76202008-09-25 Martin Rudalics <rudalics@gmx.at>
7621
4b8643d3 7622 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
fa9a8f78
MR
7623 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
7624 parens specially only if latex-handle-escaped-parens is non-nil.
7625 (latex-indent-within-escaped-parens): New option.
7626 (latex-find-indent): Bind latex-handle-escaped-parens to
7627 latex-indent-within-escaped-parens. Do not treat escaped parens
7628 specially when this is nil. (Bug#954)
7629
4dd7f375
GM
76302008-09-25 Glenn Morris <rgm@gnu.org>
7631
7632 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
7633
51dde7dc
CY
76342008-09-25 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * vc.el (vc-mark-resolved): Move message here from
7637 vc-default-mark-resolved.
7638 (vc-default-mark-resolved): Change to an alias for ignore.
7639
1601aa7a
CY
76402008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
7641
7642 * term.el (term-emulate-terminal): Encode input string before
7643 checking its length.
7644
b1a6746f
CY
76452008-09-24 Chong Yidong <cyd@stupidchicken.com>
7646
32655809
CY
7647 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
7648 is loaded.
7649
ef1a3179
CY
7650 * server.el (server-buffer-done): Avoid changing the buffer when
7651 deleting the client's frame (bug#640).
7652
b1a6746f
CY
7653 * vc.el (vc-default-mark-resolved): New function.
7654
574297e3
CY
76552008-09-24 Stephen Berman <stephen.berman@gmx.net>
7656
7657 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
7658 from raising a wrong-type-argument error.
7659
e3d51b27
MR
76602008-09-24 Martin Rudalics <rudalics@gmx.at>
7661
7662 * help-fns.el (describe-function-1, describe-variable): Print
7663 relative file name in help buffer.
7664 * faces.el (describe-face): Print relative file name in help
7665 buffer.
7666
76672008-09-23 Romain Francoise <romain@orebokech.com>
7668
7669 * subr.el (with-output-to-string): Make sure that the temporary
7670 buffer gets killed.
7671
4b8643d3 76722008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
e3d51b27 7673
d275f05d 7674 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
e3d51b27
MR
7675 indentation problem with keyword symbols when a list starts with
7676 ,@ or spaces. (Bug#1012)
7677
76782008-09-23 Martin Rudalics <rudalics@gmx.at>
7679
7680 * textmodes/tex-mode.el (latex-find-indent): Try to handle
7681 escaped close parens correctly. (Bug#954)
7682
76832008-09-22 Tassilo Horn <tassilo@member.fsf.org>
7684
7685 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
7686 usage of `fortune-file' even though a FILE argument was passed to
7687 the function.
7688
76892008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7690
7691 * startup.el (command-line): Start the server when in daemon mode.
7692 Remove always true test.
7693
7694 * frame.el (frame-initialize): Remove spurious setting of
7695 special-display-function with the default value.
7696
76972008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
7698
7699 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
7700
77012008-09-20 Glenn Morris <rgm@gnu.org>
7702
7703 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
7704 Fix custom type. (Bug#1011)
7705
77062008-09-20 David De La Harpe Golden <david@harpegolden.net>
7707
7708 * files.el (move-file-to-trash): Avoid recursive trashing if
7709 rename-file calls delete-file.
7710
77112008-09-20 Glenn Morris <rgm@gnu.org>
7712
7713 * play/fortune.el: Remove leading `*' from defcustom docs.
7714 (fortune-program-options): Doc fix. Allow to be a string again.
7715 Add :version.
7716 (fortune-in-buffer): Handle fortune-program-options as a string.
7717 Don't rely on fortune program accepting options after fortune file.
7718
77192008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
7720
7721 * play/fortune.el (fortune-program-options): Change to a list.
7722 (fortune-in-buffer): Use apply.
7723
77242008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
7725
7726 * emacs-lisp/authors.el: Change encoding of file to utf-8.
7727 (authors-coding-system): Likewise.
7728
77292008-09-20 Ami Fischman <ami@fischman.org>
7730
7731 * savehist.el (savehist-save): Handle errors in writing as well as
7732 reading.
7733
77342008-09-20 Michael Olson <mwolson@gnu.org>
7735
7736 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
7737 to provide a minimal performance boost.
7738
77392008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7740
7741 * proced.el (proced-grammar-alist, proced-custom-attributes)
7742 (proced-format-alist, proced-format, proced-filter-alist)
7743 (proced-filter, proced-sort): Use defcustom.
7744 (proced-mode): Fix docstring.
7745 (proced-process-attributes): Handle return value nil of functions
7746 in proced-custom-attributes.
7747
77482008-09-19 Martin Rudalics <rudalics@gmx.at>
7749
7750 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
7751 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
7752
77532008-09-19 Miles Bader <miles@gnu.org>
7754
7755 * comint.el (comint-output-filter): Make field properties for
7756 output text front-sticky.
7757
77582008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7759
7760 * vc-bzr.el (vc-bzr-show-log-entry):
7761 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
7762 C-x v l for a directory uses that.
7763
77642008-09-18 Simon Josefsson <simon@josefsson.org>
7765
7766 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
7767 .sieve files.
7768
77692008-09-18 Martin Rudalics <rudalics@gmx.at>
7770
7771 * help-macro.el (make-help-screen): Preserve key bindings
7772 established in help-mode call when exiting this macro.
7773
77742008-09-17 Kenichi Handa <handa@m17n.org>
7775
7776 * language/burmese.el: Fix setting of composition-function-table.
7777
77782008-09-17 Martin Rudalics <rudalics@gmx.at>
7779
7780 * info.el (Info-follow-nearest-node): Don't raise an error for
7781 mouse-1 clicks.
7782
77832008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
7784
7785 * calc/calc-units.el (calc-convert-temperature): Use default
7786 units when appropriate.
7787
77882008-09-16 Markus Triska <markus.triska@gmx.at>
7789
7790 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
7791 catch errors raised in `texmathp'.
7792 (flyspell-tex-math-initialized): Remove.
7793
77942008-09-16 Martin Rudalics <rudalics@gmx.at>
7795
7796 * frame.el (select-frame-set-input-focus): With non-nil
7797 mouse-autoselect-window always move mouse cursor to frame's
7798 selected window. Otherwise restore pre 2008-09-13 behavior.
7799 (select-frame-by-name): Use select-frame-set-input-focus.
7800
7801 * files.el (switch-to-buffer-other-frame): Don't raise frame since
7802 pop-to-buffer already does it.
7803 (display-buffer-other-frame): Fix doc-string.
7804
78052008-09-16 Glenn Morris <rgm@gnu.org>
7806
7807 * add-log.el (diff-find-source-location): Update declaration.
7808
7809 * progmodes/make-mode.el (makefile-match-function-end):
7810 Move point. (Bug#983)
7811
78122008-09-16 Daiki Ueno <ueno@unixuser.org>
7813
7814 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
7815
78162008-09-15 Juanma Barranquero <lekktu@gmail.com>
7817
7818 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
7819 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
7820
78212008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
7822
7823 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
7824
78252008-09-15 Martin Rudalics <rudalics@gmx.at>
7826
7827 * files.el (file-truename): Don't raise args-out-of-range error
7828 when filename has no separator on windows-nt. (Bug#982)
7829
78302008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
7833 be more honest when we don't know.
7834 (diff-tell-file-name): Don't prompt before the actual prompt.
7835 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
7836 (diff-find-source-location): Add `noprompt' argument.
7837 (diff-current-defun): Don't prompt.
7838
78392008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7840
7841 * proced.el (proced-mark-face, proced-marked-face)
7842 (proced-sort-header-face): Remove.
7843 (proced-font-lock-keywords): Simplify.
7844 (proced-format): Use face proced-sort-header.
7845 (proced-format-interactive, proced-sort-interactive)
7846 (proced-filter-interactive): Only call proced-update if the scheme
7847 has changed.
7848 (proced-sort-header): Use posn-actual-col-row.
7849
78502008-09-14 Martin Rudalics <rudalics@gmx.at>
7851
7852 * add-log.el (change-log-find-window): New variable.
7853 (change-log-goto-source-1, change-log-goto-source):
7854 Set change-log-find-window to window displaying source.
7855 (change-log-next-error): Select window specified by
7856 change-log-find-window.
7857
78582008-09-13 Martin Rudalics <rudalics@gmx.at>
7859
7860 * frame.el (select-frame-set-input-focus): With focus follows
7861 mouse move mouse cursor to right window.
7862 * window.el (pop-to-buffer): Select window before calling
7863 select-frame-set-input-focus.
7864
78652008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7866
7867 * proced.el (proced-sort-header): New face.
7868 (proced-sort-header-face): New variable.
7869 (proced-format): Allow format value nil.
7870 Use proced-sort-header-face for header of sort column.
7871 (proced-format-args): New function.
7872 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
7873 (proced-header-help-echo, proced-field-help-echo, proced-timer)
7874 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
7875 (proced-refine): Rename from proced-filter-attribute. Doc fix.
7876 (proced-sort-header): Bind also to mouse-1.
7877 (proced-move-to-goal-column): Return position of point.
7878 (proced-filter-interactive): Always revert listing.
7879 (proced-format-ttname): Simplify.
7880 (proced-update): Do not keep undo information. Put point at
7881 beginning of buffer if we generate the first listing.
7882
78832008-09-12 Tassilo Horn <tassilo@member.fsf.org>
7884
7885 * doc-view.el (doc-view-scroll-up-or-next-page)
7886 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
7887 vertically split windows.
7888
78892008-09-12 Glenn Morris <rgm@gnu.org>
7890
7891 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
534d37da 7892
e3d51b27
MR
7893 * indent.el (indent-line-function): Doc fix.
7894 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
7895
78962008-09-11 Martin Rudalics <rudalics@gmx.at>
7897
7898 * window.el (pop-to-buffer): If the window for buffer-or-name is
7899 not on the selected frame, raise that window's frame and give it
7900 input focus. (Bug#745)
7901
79022008-09-11 Glenn Morris <rgm@gnu.org>
7903
7904 * ido.el (ido-mode): Initialize with custom-initialize-default,
7905 rather than a set function. (Bug#947)
7906
79072008-09-10 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * replace.el (perform-replace): Don't set inhibit-read-only using
7910 query-replace-skip-read-only (bug#956).
7911
7912 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
7913 of the <<foo>> form.
7914
79152008-09-10 Martin Rudalics <rudalics@gmx.at>
7916
7917 * window.el (display-buffer): Fix doc-string typo.
7918
79192008-09-10 Kenichi Handa <handa@m17n.org>
7920
7921 * composite.el (compose-gstring-for-graphic): Fix previous change.
7922
79232008-09-10 Glenn Morris <rgm@gnu.org>
7924
7925 * info.el (Info-try-follow-nearest-node): Fix doc typo.
7926
79272008-09-10 Stephen Berman <stephen.berman@gmx.net>
7928
7929 * info.el (Info-mouse-follow-nearest-node): Follow links to different
7930 manuals. (Bug#886)
7931
79322008-09-09 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * ido.el (ido-unload-function): New function.
7935
79362008-09-08 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * ido.el (ido-file-internal): Fix typo in prompt.
7939 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
7940 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
7941 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
7942 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
7943 Fix typos in docstrings.
7944
79452008-09-08 Martin Rudalics <rudalics@gmx.at>
7946
7947 * help-fns.el (describe-function-1): Don't print extra newline
7948 after filling.
7949
79502008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
7951
7952 * help-fns.el (find-lisp-object-file-name): Handle case where
7953 library is compressed.
7954
79552008-09-07 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * complete.el (PC-do-completion): Don't replace buffer
7958 contents (bug#227).
7959
79602008-09-07 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * loadhist.el (unload-feature-special-hooks):
7963 Add `choose-completion-string-functions'.
7964
79652008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * vc-svn.el (vc-svn-root):
7968 * vc-sccs.el (vc-sccs-root):
7969 * vc-rcs.el (vc-rcs-root):
7970 * vc-cvs.el (vc-cvs-root): Delete.
7971 * vc-hooks.el (vc-find-root): Remove `invert' argument.
7972
98a326f7 79732008-09-07 Nikolaj Schumacher <n_schumacher@web.de>
e3d51b27
MR
7974
7975 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
7976 errors occurring in different files.
7977
79782008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
7979
7980 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
7981 (vc-bzr-status-printer): New function.
7982 (vc-bzr-after-dir-status): Deal with renamed files.
7983
79842008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
7985
7986 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7987 buffer's filename.
7988
79892008-09-07 Martin Rudalics <rudalics@gmx.at>
7990
7991 * subr.el (cancel-change-group): Widen buffer temporarily when
7992 undoing changes. (Bug#810)
7993
79942008-09-07 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7997 with gud-stop-subjob rather than exit debugger.
7998
79992008-09-07 Kenichi Handa <handa@m17n.org>
8000
8001 * composite.el: Compose combining characters only when it
8002 follows a character matching with "[[:alpha:]]".
8003
80042008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8005
8006 * proced.el: Require time-date.
8007 (proced-command-alist, proced-command, proced-goal-header-re)
8008 (proced-sorting-schemes-alist, proced-sorting-scheme)
8009 (proced-header-alist, proced-sorting-schemes-re)
8010 (proced-skip-regexp, proced-next-line, proced-previous-line)
8011 (proced-listing-type, proced-sorting-scheme-p): Remove.
8012 (proced-grammar-alist, proced-custom-attributes)
8013 (proced-format-alist, proced-format, proced-filter-alist)
8014 (proced-filter, proced-sort, proced-goal-attribute)
8015 (proced-timer-interval, proced-timer-flag, proced-timer)
8016 (proced-process-alist, proced-sort-internal, proced-process-tree)
8017 (proced-header-help-echo, proced-field-help-echo): New variables.
8018 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
8019 (proced-omit-process, proced-filter, proced-process-tree)
8020 (proced-filter-children, proced-children-pids)
8021 (proced-filter-parents, proced-<, proced-string-lessp)
8022 (proced-time-lessp, proced-xor, proced-sort-p)
8023 (proced-format-time, proced-format-start, proced-format-ttname)
8024 (proced-format, proced-process-attributes): New functions.
8025 (proced-toggle-timer-flag, proced-mark-children)
8026 (proced-mark-parents, proced-filter-interactive)
8027 (proced-filter-attribute, proced-sort-interactive)
8028 (proced-sort-header, proced-format-interactive): New commands.
8029 (proced-move-to-goal-column): Use goal-column.
8030 (proced-mode): Use proced-timer.
8031 (proced-do-mark-all): Display process count. Use use-region-p.
8032 Simplify.
8033 (proced-omit-processes): Use use-region-p.
8034 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8035 (proced-sort-start, proced-sort-time, proced-sort-user):
8036 Use proced-sort-interactive.
8037 (proced-sort): Make it a function that performs the actual sort.
8038 (proced-update): New arg revert. Use proced-process-alist,
8039 proced-filter, proced-sort, proced-format, and
8040 proced-grammar-alist. Preserve position of point based on fields.
8041 Make header line and fields clickable.
8042 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
8043 (proced-why): Use save-selected-window.
8044 (proced-log): Use buffer-read-only.
8045
80462008-09-06 Chong Yidong <cyd@stupidchicken.com>
8047
8048 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
8049
80502008-09-06 Glenn Morris <rgm@gnu.org>
8051
8052 * add-log.el (diff-find-source-location): Declare.
8053 (find-change-log): If called from a diff buffer, try to switch to the
8054 source buffer (e.g. to respect change-log-default-name there).
8055
8056 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
8057 unallowed characters; added 2006-10-10 without comment. (Bug#753)
8058
8059 * Makefile.in (ELCFILES): Update.
8060
80612008-09-06 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
8064 user enters a mouse event in another frame, or a special event.
8065
8066 * server.el (server-switch-buffer): New arg.
8067 (server-execute): If reusing an existing window, set file position
8068 if required.
8069
80702008-09-06 Kenichi Handa <handa@m17n.org>
8071
8072 * language/lao.el: Fix setting of composition-function-table.
8073
80742008-09-06 Eli Zaretskii <eliz@gnu.org>
8075
8076 * term/pc-win.el (msdos-show-help): Don't truncate lines while
8077 displaying help echo messages.
8078
80792008-09-06 Martin Rudalics <rudalics@gmx.at>
8080
8081 * subr.el (symbol-file): Fix doc-string.
8082
80832008-09-06 Glenn Morris <rgm@gnu.org>
8084
8085 * help-mode.el (help-xref-forward-stack): Doc fix.
8086
8087 * add-log.el (change-log-default-name): Autoload safety.
8088
a535b26e 80892008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
e3d51b27
MR
8090
8091 * verilog-mode.el (verilog-library-extensions): Enable .sv
8092 filename extensions to call verilog-mode.
8093 (verilog-auto, verilog-auto-inst, verilog-faq)
8094 (verilog-submit-bug-report): Update author support URLs.
8095 (verilog-delete-auto, verilog-auto-inout-module)
8096 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
8097 creating complemented testbench modules. Suggested by Yishay Belkind.
8098 (verilog-auto-inst-port, verilog-simplify-range-expression):
8099 When verilog-auto-inst-param-value is set, don't require a
8100 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
8101 Yishay Belkind.
8102 (verilog-auto-inst-param-value): Add safe variable.
8103 (verilog-re-search-forward, verilog-re-search-backward):
8104 Fix returning wrong search results on Emacs 22.1.
8105 (verilog-modi-cache-results, verilog-auto): Fix warning message
8106 about "toggling font-lock-mode."
8107 (verilog-auto): Fix losing font-lock on errors.
8108 (verilog-auto-inst-param-value, verilog-mode-version)
8109 (verilog-mode-version-date, verilog-read-inst-param-value)
8110 (verilog-auto-inst, verilog-auto-inst-param)
8111 (verilog-auto-inst-port, verilog-simplify-range-expression):
8112 Allow parameters to be replaced with their values, on the expansion of
8113 an AUTOINST with Verilog 2001 style parameter settings.
8114 Suggested by David Rogoff.
8115
81162008-09-05 Michael McNamara <mac@mail.brushroad.com>
8117
8118 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
8119 Better support for the property statement. Sometimes this keyword
8120 introduces a statement which requires an endproperty keyword, and
8121 sometimes it doesn't, depending on the work before the property
8122 word. If property is prefixed with assert, assume or cover
8123 keyword, then the statement is ended with a ';'. Otherwise,
8124 property is like task or specify, and is followed by some number
8125 of statements, which are ended with an endproperty keyword.
8126 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
8127 in a highlighted region: indent each line in region according to
8128 mode. Supply this so it works in XEmacs and older Emacs.
8129
81302008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8131
8132 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
8133 Don't clean up a buffer when killing it.
8134
81352008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8136
8137 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
8138 buffers (bug#360). New version 11.2.1.
8139 (whitespace-action): New value `warn-read-only' to give a warning when
8140 buffer is read-only and whitespace action is cleanup or auto-cleanup.
8141 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
8142 (whitespace-warn-read-only): New fun.
8143
81442008-09-05 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * international/quail.el: Require help-mode.
8147 (quail-help-init): Function removed.
8148 (quail-keyboard-layout-button, quail-keyboard-customize-button):
8149 Define directly.
8150
8151 * dired.el (dired-get-filename): Rewrite octal escape character
8152 processor (bug#885).
8153
81542008-09-05 Eli Zaretskii <eliz@gnu.org>
8155
8156 * cus-edit.el (custom-button-pressed): Default to inverse-video.
8157
8158 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
8159 not just for terminal-frame.
8160
81612008-09-05 Martin Rudalics <rudalics@gmx.at>
8162
8163 * window.el (window--try-to-split-window): Don't split when window
8164 is not splittable in last disjunct. (Bug#888)
8165
81662008-09-05 Kenichi Handa <handa@m17n.org>
8167
8168 * language/tibetan.el: Fix setting of composition-function-table.
8169
8170 * composite.el (find-composition): Mention about the automatic
8171 composition in the docstring.
8172 (compose-gstring-for-graphic): Fix handling "above" marks.
8173
8174 * descr-text.el (describe-char): Fix handling of automatic composition.
8175
81762008-09-04 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
8179 (tramp-parse-connection-properties): Reflow docstring.
8180
81812008-09-04 Kim F. Storm <storm@cua.dk>
8182
8183 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
8184 and other-frame methods when switching between file and buffer modes.
8185
81862008-09-04 Martin Rudalics <rudalics@gmx.at>
8187
8188 * info.el (Info-dir-remove-duplicates): Narrow buffer when
8189 removing duplicate entries under same heading. Don't skip char
8190 matching anything but a space or tab at bol. (Bug#864)
8191
81922008-09-03 Alan Mackenzie <acm@muc.de>
8193
8194 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
8195
81962008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
8199 (completion-pcm--all-completions): Move the case-fold-search binding to
8200 it also applies to completion-regexp-list (used in all-completions).
8201 (completion-pcm--hilit-commonality): Add missing case-fold-search.
8202
82032008-09-03 Martin Rudalics <rudalics@gmx.at>
8204
8205 * window.el (pop-up-frame-function): Move ...
8206 * frame.el (pop-up-frame-function): ... here, to avoid
8207 "CHANGED outside Customize;".
8208
82092008-09-03 Glenn Morris <rgm@gnu.org>
8210
8211 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
8212
82132008-09-03 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
8216 non-alphabetical characters properly.
8217
82182008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8219
8220 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
8221
82222008-09-02 Martin Rudalics <rudalics@gmx.at>
8223
8224 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
8225 control-prefixed keys. (Bug#835)
8226
82272008-09-02 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * image-mode.el (image-mode): Fix 2008-07-19 change.
8230
82312008-09-02 Juanma Barranquero <lekktu@gmail.com>
8232
8233 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
8234
8235 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
8236
82372008-09-02 Glenn Morris <rgm@gnu.org>
8238
8239 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
8240
8241 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
8242
82432008-09-01 Glenn Morris <rgm@gnu.org>
8244
8245 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
8246 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
8247 and fix name typos. (Bug#856)
8248
82492008-09-01 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * minibuffer.el (completion-pcm--pattern->regex):
8252 When completion-ignore-case is non-nil, generate a regexp that
8253 ignores case.
8254
8255 * window.el (recenter-top-bottom): Doc fix.
8256
82572008-09-01 Simon South <ssouth@member.fsf.org>
8258
8259 * progmodes/delphi.el: New maintainer.
8260 (delphi-interface-types): New var.
8261 (delphi-composite-types): Use it.
8262 (delphi-enclosing-indent-of): Distinguish between "interface"
8263 keyword as a unit separator and used like a class declaration.
8264
82652008-09-01 Martin Rudalics <rudalics@gmx.at>
8266
8267 * help-fns.el (describe-simplify-lib-file-name)
8268 (find-source-lisp-file): Remove.
8269 (find-lisp-object-file-name): New function giving preference to
8270 files found via load-path instead of loaddefs.el.
8271 (describe-function-1): Use new function instead of the removed
8272 ones. (Bugs #587, #669, #690)
8273 * faces.el (describe-face): Use find-lisp-object-file-name instead
8274 of describe-simplify-lib-file-name.
8275
82762008-09-01 Kenichi Handa <handa@m17n.org>
8277
8278 * international/mule-diag.el (font-show-log): Fix previous change.
8279
8280 * international/mule-cmds.el (set-language-environment):
8281 Don't overwrite current-iso639-language if the current language
8282 environment doesn't provide that data.
8283 (set-locale-environment): Set current-iso639-language from the
8284 locale name.
8285
8286 * international/fontset.el (script-representative-chars): Re-add
8287 the entry for symbol, but with vector of characters.
8288 (setup-default-fontset): Cancel previous change.
8289
82902008-08-31 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * ido.el: Move provide statement to the end of the file.
8293
82942008-08-30 Markus Triska <markus.triska@gmx.at>
8295
8296 * linum.el (linum-mode): `window-size-change-functions' can now be
8297 buffer-local.
8298 (linum-update-window): Use result of `move-overlay'.
8299
83002008-08-30 Glenn Morris <rgm@gnu.org>
8301
8302 * subr.el (make-variable-frame-local): Tweak obsolescence message.
8303
8304 * info.el (Info-hide-note-references, Info-refill-paragraphs):
8305 Doc fixes.
8306
8307 * apropos.el (apropos-command): Report documentation errors.
8308 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
8309
83102008-08-29 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
8313 string.
8314
83152008-08-29 Eli Zaretskii <eliz@gnu.org>
8316
8317 * bindings.el (mode-line-frame-identification): Fix last change.
8318
83192008-08-29 Kenichi Handa <handa@m17n.org>
8320
8321 These changes are to adjust the automatic composition for the new
8322 implementation (avoid using text property).
8323
8324 * composite.el (composition-function-table): Move declaration to
8325 composite.c.
8326 (terminal-composition-base-character-p): Delete it.
8327 (terminal-composition-function): Delete it.
8328 (terminal-composition-function-table): Delete it.
8329 (lgstring-header, lgstring-set-header, lgstring-font)
8330 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
8331 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
8332 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
8333 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
8334 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
8335 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
8336 (compose-glyph-string, compose-glyph-string-relative)
8337 (compose-gstring-for-graphic, compose-gstring-for-terminal):
8338 New functions.
8339 (auto-compose-chars): Argument changed.
8340
8341 * language/european.el: Don't setup composition-function-table.
8342 (diacritic-composition-pattern, diacritic-compose-region)
8343 (diacritic-compose-string, diacritic-compose-buffer)
8344 (diacritic-composition-function): Delete them.
8345
8346 * language/lao-util.el (lao-composition-function): Argument changed.
8347
8348 * language/sinhala.el: Fix setting up of composition-function-table.
8349
8350 * language/thai.el: Fix setting up of composition-function-table.
8351
8352 * language/thai-util.el: Encoding changed to utf-8.
8353 (thai-composition-function): Argument changed.
8354
8355 * language/indian.el: Fix setting up of composition-function-table.
8356 (devanagari-composable-pattern)
8357 (tamil-composable-pattern, kannada-composable-pattern)
8358 (malayalam-composable-pattern): New variables.
8359
8360 * international/characters.el (unicode-category-table):
8361 Setup unicode-category-table.
8362
8363 * international/fontset.el (setup-default-fontset): Prepend
8364 iso10646-1 fonts to the fallback font groups instead of appending.
8365
83662008-08-29 Glenn Morris <rgm@gnu.org>
8367
8368 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
8369
83702008-08-28 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * term/x-win.el (x-win-suspend-error): Don't signal error if there
8373 are no X frames active.
8374
83752008-08-28 Michael Albinus <michael.albinus@gmx.de>
8376
8377 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
8378 `ignore-errors' (the function must succeed always).
8379
3590be23 83802008-08-28 Edward O'Connor <hober0@gmail.com>
e3d51b27
MR
8381
8382 * json.el (json-read-number): New arg. Handle explicitly signed
8383 numbers.
8384 (json-readtable): Add `+' and `.'.
8385
83862008-08-28 Eli Zaretskii <eliz@gnu.org>
8387
8388 * term/pc-win.el (msdos-previous-message): New variable.
8389 (msdos-show-help): New function.
8390 (msdos-initialize-window-system): Set show-help-function to
8391 msdos-show-help.
8392
83932008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
8394
8395 * emacs-lisp/debug.el (debug): When killing a noninteractive
8396 Emacs, give an exit status of -1.
8397
83982008-08-28 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
8401
84022008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
8403
8404 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
8405 not the same as the last modification time, fall back on the
8406 backend-specific check.
8407
84082008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
8409
8410 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
8411 to go to the position of interest.
8412
84132008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
8414
8415 * textmodes/artist.el (artist-mode-init): Add comment on the
8416 setting up of the `artist-replacement-table' array.
8417 (artist-get-replacement-char): New defsubst.
8418 (artist-get-char-at-xy-conv, artist-replace-char)
8419 (artist-replace-chars, artist-replace-string): Use it instead of
8420 accessing `artist-replacement-table' directly.
8421 Reported by Rubén Berenguel <ruben@maia.ub.es>.
8422
8423 (artist-mt): Fix structures for cut and copy operations.
8424
84252008-08-27 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * shell.el (shell-file-name-quote-list): Quote `$'.
8428
8429 * comint.el (comint-dynamic-complete-as-filename): Generalize last
8430 change to allow quoting of characters before point.
8431 (comint-dynamic-list-filename-completions): Quote common substring.
8432
84332008-08-26 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * comint.el (comint-dynamic-complete-as-filename): If case is
8436 ignored while matching, replace the entire filename with completion.
8437
8438 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
8439 flyspell-pre-point is valid to avoid signalling an error in
8440 post-command-hook.
8441
84422008-08-26 Johan Bockgård <bojohan@gnu.org>
8443
8444 * linum.el (linum): Inherit remaining face attributes from default
8445 face.
8446
84472008-08-26 Markus Triska <markus.triska@gmx.at>
8448
8449 * linum.el (linum-delay): Disable - it should no longer be
8450 necessary, and can lead to longer delays.
8451 (linum-update-window): Renumber if margin width has changed.
8452
84532008-08-26 Daiki Ueno <ueno@unixuser.org>
8454
8455 * epa.el (epa--key-widget-action): Save the selected window to
8456 make `widget-button-click-moves-point' work. (Bug#733).
8457
84582008-08-26 Glenn Morris <rgm@gnu.org>
8459
8460 * calendar/holidays.el (calendar-holidays): Doc fix.
8461
8462 * progmodes/gud.el (tramp-file-name-localname)
8463 (tramp-dissect-file-name): Declare.
8464
8465 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
8466
84672008-08-25 Eli Zaretskii <eliz@gnu.org>
8468
8469 * bindings.el (mode-line-frame-control): New function, caters to
8470 `pc' ``window system''.
8471 (mode-line-frame-identification): Use it instead of accessing
8472 window-system directly.
8473
84742008-08-25 Juri Linkov <juri@jurta.org>
8475
8476 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
8477 `center-line' and "\eS" from `center-paragraph'.
8478 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
8479 `center-paragraph'.
8480
77a01f9b 84812008-08-25 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
8482
8483 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
8484 (newsticker-treeview-treewindow-width): New.
8485 (newsticker-treeview-listwindow-height): New.
8486 (newsticker-treeview-browse-url-item): New.
8487 (newsticker-treeview-mode-map):
8488 Add newsticker-treeview-browse-url-item.
8489 (newsticker--treeview-window-init):
8490 Use newsticker-treeview-treewindow-width and
8491 newsticker-treeview-listwindow-height.
8492
8493 * net/newst-reader.el (newsticker-browse-url-item): New.
8494
84952008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8496
8497 * vc-dir.el (vc-dir-marked-only-files-and-states):
8498 (vc-dir-child-files-and-states): Reverse the list before returning it.
8499
85002008-08-24 Michael Albinus <michael.albinus@gmx.de>
8501
8502 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
8503
85042008-08-24 Romain Francoise <romain@orebokech.com>
8505
8506 * progmodes/python.el (run-python): Remove '' from sys.path.
8507
85082008-08-23 Glenn Morris <rgm@gnu.org>
8509
8510 * progmodes/fortran.el (fortran-tab-mode-string)
8511 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
8512
85132008-08-23 Eli Zaretskii <eliz@gnu.org>
8514
8515 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
8516 Add declare-function.
8517
8518 * startup.el (command-line): Don't call tty-register-default-colors
8519 if initial-window-system is `pc'.
8520
8521 * term/internal.el (local-function-key-map): Fix unbalanced parens.
8522 (msdos-key-remapping-map): New variable. Move here all the special
8523 keys we will be remapping via local-function-key-map.
8524 (msdos-setup-keyboard): New function.
8525
8526 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
8527 make-msdos-frame.
8528 (terminal-init-internal): New function, errors out if called.
8529 (msdos-initialize-window-system): New function.
8530 (msdos-create-frame-with-faces): Set the terminal's
8531 `terminal-initted' (sic!) parameter.
8532 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
8533 (window-system-initialization-alist):
8534 Add msdos-initialize-window-system.
8535 (handle-args-function-alist): Use tty-handle-args for `pc'
8536 ``window system'' as well.
8537 (pc-win): Provide.
8538
8539 * term/tty-colors.el (tty-register-default-colors): Remove bogus
8540 code for using msdos-color-values.
8541
8542 * loadup.el [ms-dos]: Load term/pc-win.
8543
85442008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
8545
8546 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
8547 directory name.
8548
85492008-08-23 Nick Roberts <nickrob@snap.net.nz>
8550
8551 * progmodes/gud.el (gud-common-init): Use absolute file so that
8552 perldb works with tramp (sudo).
8553
8554 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
8555 match data in process filters.
8556
85572008-08-23 Martin Rudalics <rudalics@gmx.at>
8558
8559 * dired.el (dired-buffer-stale-p): Do not revert buffer that
8560 can be written.
8561
85622008-08-23 Glenn Morris <rgm@gnu.org>
8563
8564 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
8565 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
8566
85672008-08-23 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * subr.el (temp-buffer-show-hook): Doc fix.
8570
85712008-08-22 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
8574 and "INSIDE_EMACS=...". Reported by Tassilo Horn
8575 <tassilo@member.fsf.org>.
8576
8577 * net/trampver.el: Update release number.
8578
8579 * net/xesam.el (xesam-minor-mode): New minor mode.
8580 (xesam-highlight-buffer): Remove. Code moved to
8581 `xesam-minor-mode'.
8582 (xesam-refresh-entry): Use `xesam-minor-mode'.
8583
85842008-08-21 Chong Yidong <cyd@stupidchicken.com>
8585
8586 * minibuffer.el (completion--try-word-completion):
8587 Disable partial-completion when considering the addition of a space
8588 or hyphen.
8589
85902008-08-21 John Paul Wallington <jpw@pobox.com>
8591
8592 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
8593 filename of `tofile' doesn't contain any colons on Windows,
8594 Cygwin, and MS-DOS systems.
8595
85962008-08-21 Daiki Ueno <ueno@unixuser.org>
8597
8598 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
8599 (epg-context-set-progress-callback): Make sure the callback is a
8600 cons of a function and a handback. Update all callers.
8601
86022008-08-20 David Reitter <david.reitter@gmail.com>
8603
8604 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
8605 Patch applied by Adrian Robert.
8606
86072008-08-20 Kevin Ryde <user42@zip.com.au>
8608
8609 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
8610 directive lines.
8611
86122008-08-20 Michael Albinus <michael.albinus@gmx.de>
8613
8614 * net/xesam.el (xesam-highlight-string): Precise doc string.
8615 (xesam-highlight-buffer): New defun.
8616 (xesam-refresh-entry): Use it. Better check for sourceModified.
8617
86182008-08-19 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
8621 their names.
8622
86232008-08-19 Kenichi Handa <handa@m17n.org>
8624
8625 * language/european.el ("Esperanto"): Change the preferred
8626 charsets to iso-8859-3.
8627
8628 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
8629
8630 * international/fontset.el (script-representative-chars):
8631 Delete the entry for symbol.
8632 (setup-default-fontset): For symbol characters, don't specify
8633 :script property.
8634
86352008-08-19 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * minibuffer.el (completion-table-dynamic): Doc fix.
8638
8639 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
8640 saved.
8641
86422008-08-18 Chong Yidong <cyd@stupidchicken.com>
8643
8644 * emulation/edt.el (edt-default-emulation-setup):
8645 Share global-buffers-menu-map with the emulated global map.
8646
86472008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8648
8649 * term/ns-win.el (global): Uncomment "put backspace
8650 ascii-character..." and friends, they are needed for tramp. (Bug#725)
8651
86522008-08-18 Kenichi Handa <handa@m17n.org>
8653
8654 * international/mule-diag.el (font-show-log): Add optional arg N
8655 to control the limit of font listing.
8656
86572008-08-18 Chong Yidong <cyd@stupidchicken.com>
8658
8659 * window.el (recenter-top-bottom): Determine top and bottom
8660 positions using scroll-margin instead of scroll-conservatively.
8661
86622008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8663
8664 * proced.el (proced-send-signal): Use beginning-of-line.
8665
86662008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8667
8668 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
8669 (proced-mode-map): Add tooltips for menus. Use radio buttons for
8670 listing types.
8671 (proced-log-buffer): New variable.
8672 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
8673 region if transient-mark-mode is turned on and the region is active.
8674 (proced-omit-processes): Rename from proced-hide-processes to
8675 avoid key clash with describe-mode (bound to h). Search for
8676 marked processes starting from point-min.
8677 (proced-header-space): Remove.
8678 (proced-send-signal): Handle errors. Operate on current process
8679 if no process is marked.
8680 (proced-why): New command.
8681 (proced-log, proced-log-summary): New functions.
8682 (proced-help): Use proced-why.
8683 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
8684 (bibtex-autokey-year-title-separator): Fix docstring.
8685
86862008-08-17 Michael Albinus <michael.albinus@gmx.de>
8687
8688 * net/xesam.el (xesam-vendor, xesam-notify-function):
8689 New local variables.
8690 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
8691 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
8692 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
8693 (xesam-new-search): Initialize `xesam-vendor'.
8694
86952008-08-15 Glenn Morris <rgm@gnu.org>
8696
8697 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
8698 a pipeline.
8699 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
8700 unless at the end of the pipeline. (Bug#699).
8701
87022008-08-14 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * minibuffer.el (completion-boundaries): Doc fix.
8705 (display-completion-list): Only default base-size to zero if
8706 completing in the minibuffer.
8707
8708 * simple.el (completion-base-size): Doc fix.
8709 (choose-completion): Try reselecting completion-reference-buffer.
8710
87112008-08-14 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
8714 also for remote directories.
8715
87162008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
8719 since those precomputed values aren't used any more.
8720 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
8721
87222008-08-14 Martin Rudalics <rudalics@gmx.at>
8723
8724 * help.el (with-help-window): Return last value in BODY.
8725
87262008-08-14 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
8729 notify function of the URL.
8730 (xesam-new-search): Encode special characters in the query string.
8731
87322008-08-13 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
8735
87362008-08-13 Andreas Schwab <schwab@suse.de>
8737
8738 * net/tramp.el (tramp-handle-shell-command): Handle output going
8739 to current buffer like shell-command. Don't disable undo.
8740
87412008-08-13 Glenn Morris <rgm@gnu.org>
8742
8743 * eshell/esh-cmd.el (eshell/which): Handle the case where no
8744 description is found.
8745
87462008-08-12 Alan Mackenzie <acm@muc.de>
8747
8748 * progmodes/cc-defs.el (c-emacs-features):
8749 argumentative-bod-function: bind mark-ring to avoid accumulating a
8750 spurious mark.
8751
87522008-08-12 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * simple.el (visual-line--saved-state): New var.
8755 (visual-line-mode): Save local values of variables, and restore
8756 them when visual-line-mode is disabled.
8757
87582008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
8759
8760 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
8761
87622008-08-11 Chong Yidong <cyd@stupidchicken.com>
8763
8764 * progmodes/cc-defs.el (c-emacs-features):
8765 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
8766 moving point during the test.
8767
8768 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
8769
87702008-08-11 Glenn Morris <rgm@gnu.org>
8771
8772 * term/ns-win.el (x-parse-geometry): Doc fix.
8773
8774 * dired.el (x-popup-menu):
8775 * hi-lock.el (x-popup-menu):
8776 * mouse.el (font-face-attributes):
8777 * calendar/cal-menu.el (x-popup-menu):
8778 * calendar/calendar.el (x-popup-menu):
8779 * calendar/holidays.el (x-popup-menu):
8780 * progmodes/cperl-mode.el (x-popup-menu):
8781 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
8782 (x-open-connection):
8783 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
8784 (x-command-line-resources):
8785 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
8786 (x-display-name, x-command-line-resources):
8787 Add declarations for builds without X.
8788
87892008-08-10 Glenn Morris <rgm@gnu.org>
8790
8791 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
8792
87932008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
8794
8795 * vc-bzr.el (vc-bzr-find-revision): Rename from
8796 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
8797
87982008-08-10 Michael Albinus <michael.albinus@gmx.de>
8799
8800 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
8801 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
8802 "DONE", when all hits are retrieved.
8803 (xesam-search): Autoload it.
8804
88052008-08-11 John Paul Wallington <jpw@pobox.com>
8806
8807 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
8808 empty string when no filename.
8809 (define-ibuffer-column filename): Accommodate that change.
8810
8811 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
8812 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
8813
88142008-08-10 Glenn Morris <rgm@gnu.org>
8815
8816 * Makefile.in (ELCFILES): Update.
8817
88182008-08-10 John Paul Wallington <jpw@pobox.com>
8819
8820 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
8821
88222008-08-08 Chong Yidong <cyd@stupidchicken.com>
8823
8824 * battery.el (battery-echo-area-format, battery-status-function):
8825 Handle new Linux sysfs format for battery reporting.
8826 (battery-linux-sysfs): New function.
8827
88282008-08-07 Martin Rudalics <rudalics@gmx.at>
8829
8830 * add-log.el (change-log-search-tag-name)
8831 (change-log-goto-source): Fix behavior when point is not on tag.
8832
88332008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8834
8835 * startup.el (command-line-ns-option-alist): Use ignore instead of
8836 ns-ignore-0-arg.
8837
8838 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
8839 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
8840 (ns-alternatives-map): New variable.
8841 (x-set-up-function-keys): Use it.
8842 (global): Comment out "put backspace ascii-character..." and friends.
8843 Move function-key-map into ns-alternatives-map. Don't call
8844 precompute-menubar-bindings. Don't set anything connected with
8845 browse-url.
8846 (after-make-frame-functions): Clarify comment why a hook is added.
8847
88482008-08-06 Joakim Verona <joakim@verona.se>
8849
8850 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
8851 in url:s.
8852
88532008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8854
8855 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
8856 Fix 2008-01-01 change: use a shy group to not affect subsequent
8857 match calls.
8858
88592008-08-06 Reto Zimmermann <reto@gnu.org>
8860
8861 * progmodes/vera-mode.el (vera-electric-tab):
8862 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
8863 region when active.
8864
88652008-08-06 Kenichi Handa <handa@m17n.org>
8866
8867 * faces.el (face-valid-attribute-values): Fix handling the value
8868 of (font-family-list) and font-XXX-table.
8869
88702008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8871
8872 * proced.el (proced-menu): Bind the correct function to for toggling.
8873
8874 * vc-dir.el (vc-dir-mode): Fix typo.
8875
88762008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8877
8878 * whitespace.el (whitespace-newline-mode)
8879 (global-whitespace-newline-mode, whitespace-mode)
8880 (global-whitespace-mode): Improve docstring.
8881
88822008-08-05 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * kmacro.el (kmacro-exec-ring-item): Add autoload.
8885
8886 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
8887
8888 * cus-start.el (all): Handle auto-save-visited-file-name.
8889
88902008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
8891
8892 * files.el (hack-one-local-variable-eval-safep): Handle
8893 lisp-indent-function and scheme-indent-function in addition to the
8894 deprecated lisp-indent-hook.
8895
88962008-08-05 Michael Albinus <michael.albinus@gmx.de>
8897
8898 * net/xesam.el (top): Require `wid-edit' always.
8899 (xesam-mode-line, xesam-highlight): New deffaces.
8900 (xesam-objects): New local variable.
8901 (xesam-search-engines): Fix error in field list.
8902 (xesam-mode): Use `xesam-mode-line' instead of
8903 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
8904 proper initialization (why?).
8905 (xesam-highlight-string, xesam-get-hits)
8906 (xesam-kill-buffer-function): New defuns.
8907 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
8908 result of "hit.fields", it isn't a string only. Wrap an error of
8909 the strigi search engine ("xesam:size" is returned as string).
8910 Highlight search items.
8911 (xesam-refresh-search-buffer): Make logic of counters more simple.
8912 Prefetch next hits.
8913 (xesam-signal-handler): Use `xesam-mode-line' instead of
8914 `font-lock-type-face'.
8915 (xesam-new-search): Add `xesam-kill-buffer-function' to
8916 `kill-buffer-hook'.
8917
89182008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8919
8920 * add-log.el (change-log-next-error, change-log-mode): Add support
8921 for `next-error' to call `change-log-goto-source' on named files
8922 in a ChangeLog.
8923
89242008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8925
8926 * calc/calc.el (math-read-number): Handle all C-like languages
8927 properly.
8928
89292008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
8930
8931 * calc/calc.el (math-read-number): Handle C numbers beginning with
8932 0 correctly.
8933
89342008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8935
8936 * term/ns-win.el ([ns-new-frame]): New global key.
8937
89382008-08-04 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * international/mule-cmds.el (read-char-by-name):
8941 Check UCS names with `assoc-string' and case folding.
8942
89432008-08-04 Michael Albinus <michael.albinus@gmx.de>
8944
8945 * net/dbus.el (dbus-call-method-asynchronously)
8946 (dbus-method-return-internal, dbus-method-error-internal):
8947 Declare them with `declare-function'.
8948
89492008-08-04 Juanma Barranquero <lekktu@gmail.com>
8950
8951 * descr-text.el (describe-char-display): Fix last change:
8952 don't pass CHARSET to `encoded-string-description'.
8953
89542008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
8955
8956 * vc.el (vc-next-action): Update list var correctly after delete.
8957
89582008-08-02 Chong Yidong <cyd@stupidchicken.com>
8959
8960 * ido.el (ido-mode): Add toggle notification.
8961
8962 * cus-edit.el (custom-save-all): Avoid destroying symlink if
8963 already visiting the custom file.
8964
8965 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8966 pending output coming after the status change.
8967
89682008-08-02 Jason Rumney <jasonr@gnu.org>
8969
8970 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
8971
89722008-08-01 Kenichi Handa <handa@m17n.org>
8973
8974 * international/mule-cmds.el (encode-coding-char):
8975 New optional arg CHARSET.
8976
8977 * descr-text.el (describe-char-display): Call encode-coding-char
8978 with the arg CHARSET.
8979 (describe-char): Pay attention to the text-property `charset'.
8980
89812008-08-01 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8984 error messages.
8985 (dbus-set-property): Call `dbus-introspect-get-property' instead
8986 of `dbus-get-property'.
8987
8988 * net/xesam.el (xesam-all-fields): Remove source and content
8989 identifiers.
8990 (xesam-dbus-unique-names): New defvar.
8991 (xesam-dbus-call-method): New defun. Replace all calls of
8992 `dbus-call-method' by `xesam-dbus-call-method'.
8993 (xesam-get-cached-property, xesam-set-cached-property):
8994 New defuns.
8995 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8996 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8997 (xesam-search-engines): Make it an association list. Take changed
8998 layout into account in the corresponding function.
8999 (xesam-delete-search-engine): Remove check for consistency of
9000 `xesam-search-engines', not needed anymore.
9001 (xesam-mode): Show XML query string only in the debug case.
9002
90032008-07-31 Juanma Barranquero <lekktu@gmail.com>
9004
9005 * files.el (read-file-modes): Fix typo in docstring.
9006
90072008-07-31 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * Makefile.in: Avoid maintainer warning for autogenerated unicode
9010 files.
9011
9012 * apropos.el (apropos-symbol): Don't set button skip by default.
9013 (apropos-print): Set button skip iff searching for multiple types.
9014 (apropos-print-doc): Insert blank label button when searching for
9015 a single type.
9016
9017 * button.el (forward-button): Avoid infloop.
9018
9019 * minibuffer.el (read-file-name-completion-ignore-case):
9020 Add cygwin to the list.
9021
90222008-07-31 Sven Joachim <svenjoac@gmx.de>
9023
9024 * files.el (abbreviate-file-name): When replacing $HOME with ~,
9025 turn off case-fold-search.
9026
90272008-07-31 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * net/dbus.el (top): Don't register for "NameOwnerChanged".
9030 (dbus-message-type-invalid, dbus-message-type-method-call)
9031 (dbus-message-type-method-return, dbus-message-type-error)
9032 (dbus-message-type-signal): New defconst.
9033 (dbus-ignore-errors): Fix `edebug-form-spec' property.
9034 (dbus-return-values-table): New defvar.
9035 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
9036 New defun.
9037 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
9038 Extend docstring. Adapt implementation according to new
9039 `dbus-event' layout.
9040 (dbus-event-service-name, dbus-event-path-name)
9041 (dbus-event-interface-name, dbus-event-member-name):
9042 Adapt implementation according to new `dbus-event' layout.
9043 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
9044
9045 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
9046 (xesam-mode): Rework implementation.
9047 (xesam-new-search): Additional parameter TYPE.
9048 (xesam-search): Adapt call of `xesam-new-search'.
9049
90502008-07-31 Juri Linkov <juri@jurta.org>
9051
9052 * dired-aux.el (dired-do-chmod): Set default value to the original
9053 mode string using absolute notation like u=rwx,g=rx,o=rx.
9054 Use it as a new arg `default' of `dired-mark-read-string'.
9055 (dired-mark-read-string): Add new optional arg `default'.
9056
9057 * files.el (read-file-modes): Set default value to the original
9058 mode string using absolute notation like u=rwx,g=rx,o=rx.
9059 Use it as the `default' arg of `read-string'.
9060
9061 * filesets.el (filesets-cmd-isearch-getargs): Check if the
9062 variable `files' is bound to avoid warnings.
9063
9064 * isearch.el (isearch-forward-regexp, isearch-forward-word)
9065 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
9066 to the command `isearch-forward' instead of displaying "See C-s".
9067 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
9068 with their interactive specifications. Move reading the face name to
9069 the main body after calls to isearch-done and isearch-clean-overlays.
9070
9071 * mb-depth.el: Unify all names under one common name prefix
9072 `minibuffer-depth-'.
9073 (minibuffer-depth-indicator-function): Rename from
9074 `minibuf-depth-indicator-function'.
9075 (minibuffer-depth-overlay): Rename from
9076 `minibuf-depth-overlay'.
9077 (minibuffer-depth-setup): Rename from
9078 `minibuf-depth-setup-minibuffer'.
9079 (minibuffer-depth-indicate-mode): Rename from
9080 `minibuffer-indicate-depth-mode'.
9081
90822008-07-31 Juri Linkov <juri@jurta.org>
9083
9084 * dired-aux.el (dired-isearch-filenames-toggle): New command.
9085 (dired-isearch-filenames-setup): Bind "\M-sf" to
9086 dired-isearch-filenames-toggle in isearch-mode-map.
9087 (dired-isearch-filenames-end): Bind "\M-sf" to nil
9088 in isearch-mode-map.
9089
9090 * isearch.el (isearch-edit-string-set-word): New command.
9091 (minibuffer-local-isearch-map): Bind "\C-w" to
9092 isearch-edit-string-set-word.
9093 (isearch-new-word): Temporary internal variable.
9094 (isearch-edit-string): Remove special case of reading the
9095 first character and checking it for C-w.
9096
9097 * simple.el (read-shell-command, shell-command):
9098 Move code that uses minibuffer-with-setup-hook to set
9099 minibuffer-default-add-function to minibuffer-default-add-shell-commands
9100 from the interactive spec of `shell-command' to `read-shell-command'.
9101
9102 * international/mule-cmds.el (read-char-by-name):
9103 Accept hash notation. Doc fix.
9104 (ucs-insert): Doc fix. Convert to number only when `arg' is
9105 a string. Use separate error message when `arg' is not an integer.
9106 Bind `ucs-insert' to `C-x 8 RET'.
9107
91082008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
9109
9110 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
9111 move the (arglist-cont-nonempty) from c-offsets-alist to
9112 c-hanging-braces-alist like other styles already have.
9113
91142008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9115
9116 * textmodes/texinfmt.el:
9117 * nxml/nxml-enc.el:
9118 * mail/feedmail.el:
9119 * international/mule.el:
9120 * international/latexenc.el:
9121 * emulation/viper-util.el:
9122 * emulation/viper-init.el:
9123 * emulation/viper-ex.el:
9124 * emacs-lisp/bytecomp.el:
9125 * version.el:
9126 * subr.el:
9127 * startup.el:
9128 * sort.el:
9129 * shadowfile.el:
9130 * recentf.el:
9131 * printing.el:
9132 * paths.el:
9133 * minibuffer.el:
9134 * ls-lisp.el:
9135 * loadup.el:
9136 * hippie-exp.el:
9137 * finder.el:
9138 * files.el:
9139 * ediff-util.el:
9140 * ediff-ptch.el:
9141 * ediff-init.el:
9142 * ediff-diff.el:
9143 * dired.el:
9144 * dired-aux.el:
9145 * cus-edit.el:
9146 * bindings.el:
9147 * arc-mode.el:
9148 * add-log.el: Remove VMS support.
9149 * obsolete/vmsproc.el:
9150 * obsolete/vms-pmail.el:
9151 * obsolete/vms-patch.el: Remove file.
9152
91532008-07-31 Alan Mackenzie <acm@muc.de>
9154
9155 * progmodes/cc-mode.el (c-before-hack-hook): New function
9156 (Top Level): Install c-before-hack-hook on
9157 before-hack-local-variables-hook, rather than
9158 c-postprocess-file-styles on hack-local-variables-hook.
9159
91602008-07-31 Chong Yidong <cyd@stupidchicken.com>
9161
9162 * files.el (normal-mode): Move call to hack-project-variables into
9163 hack-local-variables.
9164 (file-local-variables-alist, before-hack-local-variables-hook):
9165 New vars.
9166 (ignored-local-variables): Add file-local-variables-alist.
9167 (hack-local-variables-filter): Renamed from
9168 hack-local-variables-apply. Add the result to
9169 file-local-variables-alist, without applying them.
9170 (hack-local-variables): Set file-local-variables-alist to nil.
9171 Call hack-project-variables and before-hack-local-variables-hook.
9172 Apply variables here, instead of hack-local-variables-apply.
9173 Based on a patch by Alan Mackenzie.
9174
91752008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
9176
9177 * info-look.el (autoconf-mode :doc-spec): For
9178 "(autoconf)M4 Macro Index", if the item already
9179 begins with "AS_", don't prefix that string again.
9180
91812008-07-30 Juri Linkov <juri@jurta.org>
9182
9183 * info.el (info, Info-mode): Doc fix.
9184
9185 * isearch.el (isearch-mode-map): Bind `M-s r' to
9186 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
9187 (search-map): Bind `M-s w' to `isearch-forward-word' globally
9188 in the global map `search-map'.
9189 (isearch-forward): Doc fix.
9190 (isearch-forward-word, isearch-toggle-case-fold): New commands.
9191
9192 * simple.el (quoted-insert): Comment out code that treats
9193 0240-0377 specially.
9194
91952008-07-30 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * cus-start.el: Add customization info for
9198 read-buffer-completion-ignore-case.
9199
92002008-07-30 Sam Steingold <sds@gnu.org>
9201
9202 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
9203
92042008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9205
9206 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
9207 (vc-dir-mode): Improve docstring.
9208
92092008-07-30 Juri Linkov <juri@jurta.org>
9210
9211 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
9212 for the sake of isearch-mode-hook in dired-mode in dired.el.
9213
92142008-07-19 Markus Triska <markus.triska@gmx.at>
9215
9216 * image-mode.el (image-mode): Set image-mode-text-map when image
9217 cannot be displayed.
9218
92192008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
9220
9221 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
9222 ada-xref-set-default-prj-values.
9223 (ada-prj-display-page): Ditto.
9224
9225 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
9226 (ada-make-filename-from-adaname): Fix free variable.
9227
92282008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9229
9230 * vc-git.el (vc-git-status-printer): Synchronize with the default.
9231
92322008-07-30 Michael McNamara <mac@mail.brushroad.com>
9233
9234 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
9235 for declarations inside a parenthetical list. The code is ill-advised,
9236 and doesn't work given user defined types.
9237 (verilog-set-auto-endcomments): Enhance function automatic
9238 endcomment to support functions that return user defined types.
9239 (verilog-mode): Add code to tell which-function-mode minor mode
9240 that Verilog supports this feature.
9241 (verilog-beg-block-re-ordered, verilog-indent-re)
9242 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
9243 (verilog-leap-to-head): Support the new virtual and/or protected
9244 tasks, as well as extern declarations of tasks for indenting and
9245 for forward/backward expression.
9246
92472008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
9248
9249 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
9250 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
9251 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
9252 (verilog-string-replace-matches): Avoid recursion with small
9253 replacements.
9254 (verilog-auto-inst-param-value, verilog-mode-version)
9255 (verilog-mode-version-date, verilog-read-inst-param-value)
9256 (verilog-auto-inst, verilog-auto-inst-param)
9257 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
9258 verilog-auto-inst-param-value option for AUTOINST. Suggested by
9259 David Rogoff. This allows parameters to be replaced with their
9260 values, on the expansion of an AUTOINST with Verilog 2001 style
9261 parameter settings.
9262
92632008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
9264
9265 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
9266 to `cddr'.
9267
92682008-07-29 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * Makefile.in (ELCFILES): Add mairix.elc.
9271
92722008-07-29 David Engster <deng@randomsample.de>
9273
9274 * net/mairix.el: New file.
9275
92762008-07-29 Juri Linkov <juri@jurta.org>
9277
9278 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
9279 instead of variable-pitch with bold and 1.2 height.
9280
9281 * dired-aux.el (dired-do-async-shell-command): New command.
9282
9283 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
9284 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
9285
92862008-07-29 Juri Linkov <juri@jurta.org>
9287
9288 * international/mule-cmds.el (ucs-names): New internal variable.
9289 (ucs-names): New function.
9290 (ucs-completions): New lazy completion variable.
9291 (read-char-by-name): New function.
9292 (ucs-insert): Replace interactive spec letter "s" with the call to
9293 `read-char-by-name'.
9294
9295 * replace.el (read-regexp): Add second arg `default'. Doc fix.
9296
9297 * replace.el (occur-read-primary-args):
9298 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9299 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
9300 second arg of `read-regexp'.
9301
9302 * dired-aux.el (dired-isearch-filenames): New user option.
9303 (dired-isearch-orig-success-function): New internal variable.
9304 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
9305 (dired-isearch-success-function): New functions.
9306 (dired-isearch-filenames, dired-isearch-filenames-regexp):
9307 New commands.
9308
9309 * dired.el (dired-insert-set-properties): Add new text property
9310 `dired-filename' to put on file names.
9311 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
9312 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
9313 Add menu items.
9314 (dired-mode): Add hook `dired-isearch-filenames-setup' to
9315 buffer-local `isearch-mode-hook'.
9316
93172008-07-29 Juanma Barranquero <lekktu@gmail.com>
9318
9319 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
9320 (ada-create-case-exception): Fix typo in docstring.
9321 (ada-no-auto-case): Return nil, not the docstring.
9322 (ada-indent-current): Reflow docstring.
9323
9324 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
9325 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
9326 (ada-prj-load-from-file): Reflow docstring.
9327 (ada-prj-display-page): Fix typo in widget.
9328
9329 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
9330 Fix typos in docstrings.
9331
9332 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
9333 (ada-compile-current, ada-check-current, ada-run-application)
9334 (ada-get-ali-file-name): Fix typos in docstrings.
9335 (ada-xref-confirm-compile, ada-find-references)
9336 (ada-find-local-references, ada-find-any-references): Doc fixes.
9337 (ada-get-all-references): Fix typo in error message.
9338 (ada-xref-current-project): Use `let', not `let*'.
9339 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
9340
93412008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9342
9343 * whitespace.el (whitespace-newline): Change initialization to have a
9344 low contrast relative to the background color. Suggested by David
9345 Reitter <david.reitter@gmail.com>.
9346
93472008-07-28 Juri Linkov <juri@jurta.org>
9348
9349 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
9350 New functions.
9351
9352 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
9353 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
9354
93552008-07-28 Seiji Zenitani <zenitani@mac.com>
9356
9357 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
9358 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
9359
93602008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
9361
9362 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
9363 Add support for add-log.
9364 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
9365
9366 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
9367 (ada-prj-save): Prompt for file name if not given.
9368 (ada-prj-display-page): Display casing exceptions.
9369
9370 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
9371 Ada mode project files. Delete 'main_unit' project variable;
9372 only need 'main'. Simplify handling of default project values.
9373 Use cross-prefix consistently.
9374 (ada-find-executable): Throw error if not found.
9375 (ada-initialize-runtime-library): Improve error handling when
9376 gnatls not found.
9377 (ada-gnat-parse-gpr): New.
9378 (ada-treat-cmd-string): Allow process environment variables.
9379 (ada-xref-set-default-prj-values): Delete; replace with
9380 ada-default-prj-properties.
9381 (ada-parse-prj-file): Handle GNAT project files.
9382 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
9383 (ada-select-prj-file): New.
9384 (ada-get-absolute-dir-list): Allow project and environment variables.
9385
93862008-07-27 Michael Albinus <michael.albinus@gmx.de>
9387
9388 Sync with Tramp 2.1.14.
9389
9390 * net/tramp.el (tramp-perl-directory-files-and-attributes)
9391 (tramp-get-device): Make device number a cons cell.
9392 (tramp-convert-file-attributes): Make inode a cons cell.
9393
9394 * net/trampver.el: Update release number.
9395
93962008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9397
9398 * faces.el (face-set-after-frame-default): Treat 'ns as all other
9399 window systems.
9400
94012008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9402
9403 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
9404
94052008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9406
9407 Remove support for Mac Carbon.
9408 * term/mac-win.el: Remove file
9409 * international/mule-cmds.el:
9410 * version.el:
9411 * startup.el:
9412 * simple.el:
9413 * mwheel.el:
9414 * mouse.el:
9415 * loadup.el:
9416 * isearch.el:
9417 * info.el:
9418 * frame.el:
9419 * faces.el:
9420 * disp-table.el:
9421 * cus-start.el:
9422 * cus-face.el:
9423 * cus-edit.el:
9424 * Makefile.in: Remove code for Carbon.
9425
94262008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
9427
9428 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
9429 bindings for functions deleted by Dan N. 2008-07-21. Set
9430 where-is-preferred-modifier. Add show-manual option to Help menu.
9431
94322008-07-26 Michael Albinus <michael.albinus@gmx.de>
9433
9434 * net/tramp.el (tramp-handle-start-file-process):
9435 Set query-on-exit flag. Kill temporary buffer.
9436 (tramp-process-sentinel): Remove defun.
9437 (tramp-do-copy-or-rename-file-out-of-band)
9438 (tramp-maybe-open-connection): Don't call it.
9439
9440 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
9441 `tramp-process-sentinel'.
9442
9443 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
9444 `tramp-process-sentinel'.
9445
9446 * net/xesam.el (xesam-from): Remove defvar.
9447 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
9448 and `mode-line-position'.
9449 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
9450 information to the widgets. Don't set `mode-line-position'.
9451 (xesam-refresh-search-buffer): Correct hit number computing.
9452 Don't set `mode-line-position'.
9453 (xesam-new-search): Add debug information to the mode line.
9454
94552008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9456
9457 * diff-mode.el (diff-show-trailing-blanks): Renamed to
9458 diff-show-trailing-whitespaces.
9459
94602008-07-25 Chong Yidong <cyd@stupidchicken.com>
9461
9462 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
9463 invalid filename strings when parsing tex errors (bug#376).
9464
94652008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
9466
9467 * menu-bar.el (menu-bar-file-menu): Fix typo.
9468
94692008-07-25 Juanma Barranquero <lekktu@gmail.com>
9470
9471 * play/solitaire.el (solitaire-mode-map): Define within defvar.
9472 (solitaire-mode): Define with `define-derived-mode'.
9473 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
9474 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
9475 (solitaire-undo, solitaire-check): Use `when'.
9476 (solitaire-solve): Err out if the solitaire is already in progress.
9477 Use `when'.
9478
9479 * descr-text.el (describe-char): Don't overwrite local variable char
9480 when describing characters with display-table entries. Display font
9481 backend when describing composed characters. Simplify: use `let'
9482 instead of `let*', and `or x y' instead of `if x x y'.
9483
94842008-07-25 Chong Yidong <cyd@stupidchicken.com>
9485
9486 * image-mode.el (image-minor-mode): Set up winprops.
9487
94882008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9489
9490 * diff-mode.el (diff-show-trailing-blanks): New fun.
9491 Show trailing blanks in modified lines for diff-mode.
9492
94932008-07-24 Michael Albinus <michael.albinus@gmx.de>
9494
9495 * Makefile.in (ELCFILES): Add net/xesam.el.
9496
9497 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
9498 process name. Reported by Markus Triska <markus.triska@gmx.at>.
9499
9500 * net/xesam.el: New file.
9501
95022008-07-24 Sven Joachim <svenjoac@gmx.de>
9503
9504 * dired-aux.el (dired-copy-file-recursive): Avoid calling
9505 set-file-modes when creating target directories.
9506
95072008-07-24 Juanma Barranquero <lekktu@gmail.com>
9508
9509 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
9510 Set `show-trailing-whitespace' to nil.
9511 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
9512 Fix typos in docstrings.
9513
95142008-07-24 Chong Yidong <cyd@stupidchicken.com>
9515
9516 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
9517 key remapping, not directly.
9518
95192008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9520
9521 * whitespace.el: New version 11.2.
9522 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
9523 minor mode visualization.
9524
95252008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9526
9527 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
9528
9529 * Makefile.in (ELCFILES): Add term/common-win.elc.
9530
9531 * vc-dir.el (vc-dir-search, vc-dir-isearch)
9532 (vc-dir-isearch-regexp): New functions.
9533 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
9534
95352008-07-23 Juri Linkov <juri@jurta.org>
9536
9537 * isearch-multi.el: Remove file to avoid dos file name clashes
9538 with isearch-x.el. Move most content to misearch.el.
9539
9540 * misearch.el: New file with most content from isearch-multi.el.
9541 Rename `isearch-buffers' name prefixes to `multi-isearch'.
9542 Remove `isearch-buffers-minor-mode'. Add new function
9543 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
9544 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
9545 `multi-isearch-files', `multi-isearch-files-regexp'.
9546
9547 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
9548
9549 * isearch.el (isearch-message-prefix): Display "Multi" when
9550 `multi-isearch-next-buffer-current-function' is non-nil.
9551 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
9552 with `multi-isearch-next-buffer-current-function', and
9553 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
9554
9555 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
9556 `multi-isearch-next-buffer-function' instead of
9557 `isearch-buffers-next-buffer-function'. Remove call to
9558 `isearch-buffers-minor-mode'.
9559
9560 * buff-menu.el (Buffer-menu-marked-buffers)
9561 (Buffer-menu-isearch-buffers)
9562 (Buffer-menu-isearch-buffers-regexp): New functions.
9563 (Buffer-menu-mode-map): Bind "M-s a C-s" to
9564 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
9565 `Buffer-menu-isearch-buffers-regexp'.
9566 (Buffer-menu-mode): Document new commands in docstring.
9567 (list-buffers-noselect): Add one space after Info file name
9568 according to the Info address convention.
9569
9570 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
9571 New functions.
9572
9573 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
9574 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
9575 (ibuffer-mode): Document new commands in docstring.
9576
9577 * filesets.el (filesets-commands): Add commands for "Isearch" and
9578 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
9579 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
9580 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
9581 or `multi-isearch-files-regexp'.
9582 (filesets-cmd-query-replace-getargs): Call standard function
9583 `query-replace-read-args' to read `query-replace' arguments.
9584 Add `multi-query-replace-map'.
9585 (filesets-cmd-query-replace-regexp-getargs)
9586 (filesets-cmd-isearch-getargs): New functions.
9587
95882008-07-23 Chong Yidong <cyd@stupidchicken.com>
9589
9590 * international/mule.el (recode-region): Deactivate mark at the end.
9591
98a326f7 95922008-07-23 Nikolaj Schumacher <n_schumacher@web.de>
e3d51b27
MR
9593
9594 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9595 Use more suitable colors on dark displays.
9596
95972008-07-23 Michael Albinus <michael.albinus@gmx.de>
9598
9599 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
9600 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
9601 (tramp-temp-buffer-name): New defconst.
9602 (tramp-handle-start-file-process): Use it. Apply "exec", for the
9603 command. No trailing prompt.
9604 (tramp-process-sentinel): Remove temporary buffer, if existing.
9605 Don't handle trailing prompt.
9606 (tramp-open-connection-setup-interactive-shell):
9607 Use `tramp-temp-buffer-name'.
9608
96092008-07-23 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * shell.el (shell-dynamic-complete-functions):
9612 Use comint-dynamic-complete-filename as well (bug#361).
9613
96142008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9615
9616 * term/ns-win.el:
9617 * version.el (emacs-version):
9618 * loadup.el:
9619 * frame.el (make-frame-on-display): Check for ns instead of
9620 ns-windowing.
9621
9622 * dired.el (dired-mode-map): Show the key binding for wdired.
9623
9624 * menu-bar.el (menu-bar-file-menu): Show the key binding for
9625 exiting Emacs.
9626
96272008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9628
9629 * term/ns-win.el (x-list-fonts): Drop alias.
9630
96312008-07-23 Juri Linkov <juri@jurta.org>
9632
9633 * replace.el (multi-query-replace-map): New variable.
9634 (perform-replace): Add processing of new multi-buffer keys bound
9635 to `automatic-all' and `exit-current'. Set `query-flag' to nil
9636 if last input char was `automatic-all'. Set new local variable
9637 `multi-buffer' to t when one of new two keys were typed. Return
9638 non-nil value of `multi-buffer' that tells to calling functions
9639 to continue replacement on the next file.
9640
9641 * progmodes/etags.el (tags-query-replace): Set arg `map' of
9642 `perform-replace' to `multi-query-replace-map'.
9643
96442008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
9647 otherwise displayed in every buffer.
9648
9649 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
9650 (vc-arch-trim-one-revlib): Delete temp directories as well.
9651
96522008-07-22 Stephen Eglen <stephen@gnu.org>
9653
9654 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
9655
96562008-07-22 Sven Joachim <svenjoac@gmx.de>
9657
9658 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
9659
96602008-07-22 Miles Bader <miles@gnu.org>
9661
9662 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
9663 (sh-mode-map): Remove remapping of newline-and-indent.
9664
96652008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9666
9667 * vc.el (Todo): Update.
9668
9669 * vc-hooks.el: Remove obsolete comment.
9670
9671 * vc-git.el (vc-git-status-printer): Update the directory display
9672 to match the default.
9673
9674 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
9675
96762008-07-21 Chong Yidong <cyd@stupidchicken.com>
9677
9678 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
9679 for "word wrap" command.
9680
9681 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
9682
96832008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9684
9685 * term/ns-win.el: Rename ns- functions/variables to the
9686 corresponding x- versions.
9687 (x-select-text, x-cut-buffer-or-selection-value)
9688 (x-disown-selection-internal, x-get-selection-internal)
9689 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
9690 (x-display-mm-width, x-display-mm-height)
9691 (x-display-backing-store, x-display-save-under)
9692 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
9693 defaliases.
9694
9695 * frame.el (ns-display-name): Remove declaration.
9696 (make-frame-on-display): Use x-display-name instead
9697 ns-display-name. Use unless.
9698
9699 * startup.el (command-line-1): Fix indentation.
9700
9701 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
9702 checked in inadvertently.
9703
97042008-07-21 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * term/ns-win.el: Standardize references to "Nextstep" in
9707 comments, messages, and docstrings.
9708 (ns-handle-args, x-parse-geometry)
9709 (ns-extended-platform-support-mode, x-setup-function-keys)
9710 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
9711 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
9712 (ns-initialized, ns-initialize-window-system): Doc fixes.
9713
97142008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9715
9716 * diff-mode.el (diff-auto-refine): Delete defcustom.
9717 (diff-auto-refine-mode): New func/var via define-minor-mode.
9718 Update var ref to use diff-auto-refine-mode.
9719 * smerge-mode.el (diff-mode): Require when compiling.
9720 (smerge-auto-refine): Delete defcustom.
9721 Update smerge-auto-refine ref to use diff-auto-refine-mode.
9722
97232008-07-21 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * simple.el (visual-line): New custom group.
9726 (visual-line-fringe-indicators): New var.
9727 (visual-line-mode): Set fringe-indicator-alist based on
9728 visual-line-fringe-indicators. Add lighter.
9729
97302008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9731
9732 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
9733 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
9734 (x-handle-geometry, x-handle-name-switch, x-display-name)
9735 (x-handle-display, x-handle-args, x-colors): Move ...
9736 * term/common-win.el: ... here. New file.
9737 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
9738 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
9739 (x-handle-geometry, x-handle-name-switch, x-display-name)
9740 (x-handle-display, x-handle-args, x-colors): Remove.
9741 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
9742
97432008-07-19 Juri Linkov <juri@jurta.org>
9744
9745 * startup.el (fancy-startup-text): Move the line "To quit
9746 a partially entered command, type Control-g" a few lines below
9747 to be after the line "To start". Add text "at gnu.org" to
9748 "Overview of Emacs features".
9749
9750 * dired.el (dired-mode-map): Fix menu text of
9751 image-dired-display-thumbs.
9752
9753 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9754 (image-dired-cmd-create-temp-image-options)
9755 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
9756 ImageMagick command line to change the dimensions of the image
9757 only if its width or height exceeds the geometry specification.
9758
9759 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
9760
9761 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
9762 to docstrings.
9763
97642008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9765
9766 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
9767 Vinicius Jose Latorre.
9768
97692008-07-19 Glenn Morris <rgm@gnu.org>
9770
9771 * term/ns-win.el (ns-make-command-string): Use mapconcat.
9772 (ns-save-preferences): Fix typo in previous change. (Bug#573)
9773
97742008-07-18 Michael Albinus <michael.albinus@gmx.de>
9775
9776 * net/dbus.el (dbus-interface-properties): New defconst.
9777 (dbus-introspect): Update docstring.
9778 (dbus-introspect-xml, dbus-introspect-get-attribute)
9779 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
9780 (dbus-introspect-get-interface-names)
9781 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
9782 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
9783 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
9784 (dbus-introspect-get-property)
9785 (dbus-introspect-get-annotation-names)
9786 (dbus-introspect-get-annotation)
9787 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
9788 (dbus-introspect-get-signature, dbus-get-property)
9789 (dbus-set-property, dbus-get-all-properties): New defuns.
9790
97912008-07-18 Chong Yidong <cyd@stupidchicken.com>
9792
9793 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
9794 ns-grabenv.elc.
9795
9796 * ns-carbon-compat.el: File removed.
9797
9798 * ns-grabenv.el: File removed.
9799
9800 * term/ns-win.el: Contents of ns-carbon-compat.el and
9801 ns-grabenv.el moved here.
9802 (ns-grabenv, ns-open-file-select-line): Doc fixes.
9803 (ns-submit-bug-report): Function removed. Reports go to the main
9804 Emacs bug list.
9805 (ns-handle-args, ns-spi-service-call): Doc fixes.
9806 (info-ns-emacs): Function removed. Nextstep port manual will be
9807 merged into the Emacs manual, so no separate link needed.
9808
98092008-07-18 Francesc Rocher <rocher@member.fsf.org>
9810
9811 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
9812
98132008-07-18 Glenn Morris <rgm@gnu.org>
9814
9815 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
9816 to XEmacs, since it does nothing for Emacs.
9817
98182008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9819
9820 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
9821 BUFFER that is a string but does not exist as a buffer object, as
9822 mentioned in the doc-string.
9823
98242008-07-17 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * simple.el (line-move-visual): Make it a defcustom.
9827 (line-move-1): Convert temporary-goal-column back to an integer if
9828 it was set as a float by a previous call to line-move-visual.
9829 (end-of-visual-line, beginning-of-visual-line)
9830 (next-logical-line, previous-logical-line): New functions.
9831
98322008-07-17 David Reitter <david.reitter@gmail.com>
9833
35f5b128 9834 * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
e3d51b27
MR
9835 (visual-line-mode, global-visual-line-mode): New minor mode.
9836 (visual-line-mode-map): New variable.
9837
98382008-07-17 Glenn Morris <rgm@gnu.org>
9839
9840 * term/ns-win.el (parameters): Declare for compiler.
9841
98422008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
9843
9844 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
9845 for Windows.
9846
98472008-07-17 Daiki Ueno <ueno@unixuser.org>
9848
9849 * epa.el (epa-key-list-mode): Use run-mode-hooks.
9850 (epa-key-mode): Ditto.
9851 (epa-info-mode): Ditto.
9852
98532008-07-17 Glenn Morris <rgm@gnu.org>
9854
9855 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
9856 (ns-handle-numeric-switch): Just call ns-handle-switch.
9857 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
9858 (ns-handle-args): Simplify using `pop'.
9859 (ns-display-name): Define (used in frame.el).
9860 (menu-bar-select-frame): Add (ignored) arg to more closely match the
9861 original definition.
9862 (ns-perform-service): Declare.
9863 (ns-save-preferences): Use fewer `let's.
9864
9865 * frame.el (ns-display-name): Declare for compiler.
9866
98672008-07-17 Kenichi Handa <handa@m17n.org>
9868
9869 * descr-text.el (describe-char-unidata-list): Initialize to the
9870 list of name, general-category, decomposition, and old-name.
9871
98722008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9873
9874 * startup.el (command-line-1): Update processing of NS long options to
9875 mimic recent changes to processing of X long options.
9876
98772008-07-16 Nick Roberts <nickrob@snap.net.nz>
9878
9879 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
9880 list of #defines for remote files.
9881 (gdb-source-info): Only show main if it has been found.
9882
98832008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * term/ns-win.el: Require CL; fix up comment style; reindent.
9886 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
9887 (ns-save-preferences): Use `case'.
9888 (ns-initialize-window-system): Use `dolist'.
9889
98902008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9891
9892 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
9893 windowing is used.
9894 * term/ns-win.el (ns-extended-platform-support-mode):
9895 Correct/improve documentation.
9896
98972008-07-16 Glenn Morris <rgm@gnu.org>
9898
9899 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
9900 Simply require 'cl (see comment in cl-compat.el).
9901 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
9902 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
9903 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
9904 directly rather by subterfuge. Provide cl before loading cl-macs.
9905
9906 * paths.el (rmail-spool-directory): Remove settings for systems that are
9907 no longer supported.
9908
9909 * frame.el (ns-initialize-window-system): Declare for compiler.
9910
9911 * term/ns-win.el: Add numerous declarations for compiler.
9912 (ns-pop-up-frames): Move definition before use. Doc fix.
9913
9914 * emacs-lisp/check-declare.el (check-declare-locate)
9915 (check-declare-verify): Handle .m files.
9916
99172008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9918
9919 * ns-carbon-compat.el: New file: user-visible compatibility of
9920 NeXTstep port with Carbon port.
9921 * ns-grabenv.el: New file: functionality useful on OS X platform to
9922 expose environment variables inside Emacs started from icon.
9923 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
9924 * cus-edit.el:
9925 * cus-face.el:
9926 * disp-table.el:
9927 * faces.el:
9928 * info.el:
9929 * mouse.el:
9930 * mwheel.el:
9931 * simple.el: Add ns to window systems treated as GUIs.
9932 * facemenu.el (facemenu-read-color): Don't require a name match under
9933 NS, to allow numeric color entry.
9934 * frame.el (make-frame-on-display): Follow code for 'x in initializing
9935 'ns window system if need be.
9936 (various): Add 'ns as described above.
9937 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
9938 ns-windowing is active.
9939 * startup.el (command-line-ns-option-alist): New constant to handle NS
9940 windowing system specific command line args analogous to how they are
9941 handled for X windows.
9942 (command-line-1): Use the above where appropriate.
9943 * version.el: Add NS port version.
9944 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
9945 Darwin (usually OS X) systems.
9946 (woman-use-own-frame): Include 'ns in list of GUI window systems.
9947 * emulation/viper-util.el (ns-display-color-p)
9948 (ns-color-defined-p): Remove these (caustically-commented) outdated
9949 compensations for a port that was never itself integrated until now.
9950 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
9951 for NS window system.
9952 * international/mule-cmds.el: Add 'ns to list of special-cased window
9953 systems (probably most of these, x/w32/mac/ns could be changed to
9954 window-system non-nil).
9955 * term/ns-win.el: New file: lisp-side support for NS windowing system.
9956
99572008-07-14 Jason Rumney <jasonr@gnu.org>
9958
9959 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
9960 (x-handle-numeric-switch, x-handle-initial-switch)
9961 (x-handle-xrm-switch, x-handle-args, x-handle-display)
9962 (xw-defined-colors, w32-initialize-window-system):
9963 Avoid use of cl pop and push macros.
9964
99652008-07-14 Martin Rudalics <rudalics@gmx.at>
9966
9967 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
9968 error when change-log-search-file-name returns nil.
9969
99702008-07-13 Martin Rudalics <rudalics@gmx.at>
9971
9972 * add-log.el (change-log-search-file-name):
9973 Use match-string-no-properties.
9974 (change-log-search-tag-name-1, change-log-search-tag-name)
9975 (change-log-goto-source-1, change-log-goto-source): New functions.
9976 (change-log-tag-re, change-log-find-head, change-log-find-tail):
9977 New variables.
9978 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
9979
99802008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
9981
9982 * calc/calc-help.el (calc-describe-key): Add angles to special key
9983 descriptions.
9984
99852008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
9986
9987 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9988 search for regexp.
9989
99902008-07-12 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * simple.el (line-move-visual): Handle null pixel position gracefully.
9993
99942008-07-11 Jason Rumney <jasonr@gnu.org>
9995
9996 * files.el (file-truename): Get truename of ancestors if file does
9997 not exist on Windows.
9998
99992008-07-11 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * simple.el (line-move-visual): Obey goal-column and no-error arg.
10002 (track-eol, temporary-goal-column, previous-line, next-line):
10003 Update docstring.
10004 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
10005 to nil.
10006
100072008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * simple.el (line-move-visual): New var.
10010 (line-move-visual): New function.
10011 (line-move): Call line-move-visual.
10012
100132008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10014
10015 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
10016 pattern and add patterns for C++ header files.
10017
100182008-07-10 Chong Yidong <cyd@stupidchicken.com>
10019
10020 * window.el (truncated-partial-width-window-p): New function.
10021
10022 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
10023
10024 * faces.el (x-create-frame-with-faces): Don't pass parameters that
10025 are set later to x-create-frame.
10026 (face-set-after-frame-default): Apply X resources for non-default
10027 faces.
10028
100292008-07-08 Chong Yidong <cyd@stupidchicken.com>
10030
10031 * faces.el (face-set-after-frame-default): Simplify. Don't apply
10032 frame-specific X resource settings. Set faces using a list of
10033 frame parameters explicitly passed to the calling
10034 function (e.g. make-frame).
0296a35e
SM
10035 (x-create-frame-with-faces, tty-create-frame-with-faces):
10036 Supply explicit frame parameter list to face-set-after-frame-default.
e3d51b27
MR
10037
100382008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
10039
10040 * net/browse-url.el (browse-url-default-browser):
10041 Fix argument list in lambda.
10042
77a01f9b 100432008-07-07 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
10044
10045 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
10046 from url-retrieve.
10047 (newsticker--sentinel-work): Fix xerror typo.
10048
100492008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10050
10051 * vc-dir.el (vc-dir-refresh): Only update files.
10052
10053 * vc-git.el (vc-git--ls-files-state): Remove unused function.
10054
10055 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
10056
100572008-07-06 John Paul Wallington <jpw@pobox.com>
10058
10059 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
10060
100612008-07-05 Alexandre Julliard <julliard@winehq.org>
10062
10063 * vc-git.el (vc-git-registered): Return true for removed files.
10064 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
10065 all the files instead of one per file.
10066 (vc-git-previous-revision): Add support for project-wide previous
10067 revision when specified file is nil.
10068
100692008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10070
10071 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
10072
10073 * vc-dir.el (vc-dir-find-child-files): New function.
10074 (vc-dir-resync-directory-files): New function.
10075 (vc-dir-recompute-file-state): New function, broken out of ...
10076 (vc-dir-resynch-file): ... here. Also deal with directories.
10077 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
10078 (vc-resynch-buffer): Use it.
10079
10080 * vc-hg.el (vc-hg-registered): Do not set vc-state.
10081
10082 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
10083
100842008-07-05 Nick Roberts <nickrob@snap.net.nz>
10085
10086 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
10087 if it's not part of gdb-ui, e.g, at start.
10088
10089 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
10090 filenames in stack trace (text command mode).
10091
100922008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
10095
10096 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10097 Use syntax-ppss on a position *before* the char we want to change.
10098
100992008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
10100
10101 * vc-dir.el (vc-dir-query-replace-regexp): New function.
10102 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
10103 (vc-dir-mode-map): Likewise.
10104
101052008-07-03 Juanma Barranquero <lekktu@gmail.com>
10106
10107 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
10108 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
10109 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
10110 Remove spurious * in defcustom docstrings.
10111
10112 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
10113 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
10114 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
10115 (default-justification): Remove spurious * in defcustom docstrings.
10116
10117 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
10118 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
10119 (rst-compare-decorations, rst-default-indent, rst-update-section)
10120 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
10121 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
10122 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
10123 Fix typos in docstrings.
10124 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
10125 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
10126 (rst-get-decorations-around, rst-section-tree-point)
10127 (rst-font-lock-adornment-point): Reflow docstrings.
10128 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
10129 Doc fixes.
10130 (rst-re-enumerations): Comment out.
10131
10132 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
10133 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
10134 (nxml-unicode-block-char-name-set):
10135 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
10136 * nxml/rng-nxml.el (rng-set-state-after):
10137 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
10138
10139 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
10140 (rng-c-parse-annotation-body):
10141 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
10142
10143 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
10144 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
10145 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
10146 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
10147 Fix typos in docstrings.
10148 (nxml-attribute-indent): Reflow docstring.
10149 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
10150 (nxml-default-buffer-file-coding-system): Doc fixes.
10151
10152 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
10153 (nxml-ns-set-prefix): Fix typos in docstrings.
10154 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
10155 Reflow docstring.
10156 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
10157
10158 * nxml/nxml-outln.el (nxml-hide-all-text-content)
10159 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
10160 (nxml-hide-direct-text-content, nxml-hide-subheadings)
10161 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
10162 (nxml-outline-display-rest, nxml-outline-set-overlay)
10163 (nxml-section-tag-forward, nxml-section-tag-backward)
10164 (nxml-back-to-section-start): Fix typos in docstrings.
10165
10166 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
10167 Doc fixes.
10168
10169 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
10170 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
10171 (nxml-scan-after-change): Fix typo in docstring.
10172
10173 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
10174 (rng-name-class-possible-names): Doc fixes.
10175 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
10176 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
10177 Fix typos in docstrings.
10178 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
10179 Reflow docstrings.
10180
10181 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
10182 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
10183
10184 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
10185 (rng-xsd-convert-date-time): Reflow docstrings.
10186 (rng-xsd-compile): Fix typo in docstring.
10187
10188 * nxml/rng-loc.el (rng-current-schema-file-name)
10189 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
10190 Doc fixes.
10191 (rng-set-schema-file): Fix typo in docstring.
10192
10193 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
10194 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
10195 Fix typos in docstrings.
10196 (rng-message-overlay, rng-conditional-up-to-date-start)
10197 (rng-conditional-up-to-date-end): Doc fixes.
10198 (rng-next-error, rng-previous-error): Reflow docstrings.
10199
10200 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
10201 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
10202 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
10203 (xmltok-merge-attributes): Fix typos in docstrings.
10204 (xmltok-make-attribute, xmltok-forward-special)
10205 (xmltok-get-declared-encoding-position): Reflow docstrings.
10206
10207 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
10208 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
10209 Fix typos in docstrings.
10210
102112008-07-02 John Paul Wallington <jpw@pobox.com>
10212
10213 * ibuffer.el (ibuffer-buffer-file-name):
10214 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
10215 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
10216
102172008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
10218
10219 * files.el (backup-extract-version): Handle versioned directories.
10220 (trash-directory): New variable.
10221 (move-file-to-trash): New function.
10222
10223 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
10224
102252008-07-02 Magnus Henoch <mange@freemail.hu>
10226
10227 * vc-git.el (vc-git-annotate-command): Use proper option for
10228 specifying revision.
10229
102302008-07-02 Francesc Rocher <rocher@member.fsf.org>
10231
10232 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
10233 if available.
10234
102352008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
10236
10237 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
10238
10239 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
10240 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
10241
10242 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
10243
102442008-07-01 Nick Roberts <nickrob@snap.net.nz>
10245
10246 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
10247 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
10248 (gdb-var-list-children-regexp, gdb-var-update-regexp)
10249 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
10250 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10251 (gdb-stack-list-locals-regexp): Future proof regexps better.
10252
102532008-06-30 Juri Linkov <juri@jurta.org>
10254
10255 * faces.el (face-name-history): New variable.
10256 (make-face, make-empty-face): Replace interactive spec "S"
10257 with `read-from-minibuffer' where `read' arg is t and
10258 `hist' arg is `face-name-history'.
10259 (read-face-name): Set `hist' arg of `completing-read-multiple'
10260 to `face-name-history'.
10261 (list-faces-display): Use `read-regexp' instead of `read-string'
10262 to read regexp.
10263
10264 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
10265 to `regexp-history'.
10266 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
10267 make it an obsolete alias to it.
10268 (hi-lock-face-defaults): New variable renamed from
10269 `hi-lock-face-history'.
10270 (hi-lock-line-face-buffer, hi-lock-face-buffer)
10271 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
10272 `read-from-minibuffer'. Doc fix.
10273 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
10274 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
10275 Set `hist' arg of `completing-read' to `face-name-history'.
10276 Put a list of default faces to `default' arg instead of `hist' arg.
10277
10278 * bindings.el (abbrev-map, narrow-map): New variables.
10279 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
10280 Rebind related commands to these new maps.
10281 (ctl-x-r-map): New variable for rectangle, register and bookmark
10282 keys. Move rectangle keybindings to rect.el and register
10283 keybindings to register.el.
10284 (next-buffer, previous-buffer): Remove C-x prefix and move
10285 keybindings to ctl-x-map.
10286
10287 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
10288 to the new map `ctl-x-r-map' in autoload cookies.
10289
10290 * expand.el: Rebind two global `C-x a' keys "n", "p"
10291 to the new map `abbrev-map' in autoload cookies.
10292
10293 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
10294
10295 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
10296
102972008-06-30 Miles Bader <miles@gnu.org>
10298
10299 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
10300 after processing an escape sequence.
10301
103022008-06-29 Michael Albinus <michael.albinus@gmx.de>
10303
10304 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
10305 from 2008-06-28. It does not work on W32.
10306
103072008-06-29 Juri Linkov <juri@jurta.org>
10308
10309 * replace.el (read-regexp): New function.
10310 (keep-lines-read-args, occur-read-primary-args):
10311 Call `read-regexp' instead of code moved to new function.
10312 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
10313 from the end of prompt.
10314 (replace-re-search-function): Doc fix.
10315
103162008-06-29 Kenichi Handa <handa@m17n.org>
10317
10318 * descr-text.el (describe-char-display): Always return a string.
10319 (describe-char-padded-string): New function.
10320 (describe-char): Adjusted for the change of
10321 describe-char-display. Use describe-char-padded-string.
10322
103232008-06-29 Andreas Schwab <schwab@suse.de>
10324
10325 * vc-dir.el (vc-dir): Make backend argument optional and use
10326 vc-responsible-backend when nil. Interactively pass nil for
10327 backend instead of using the backend of what happens to be
10328 default-directory at the time of the call.
10329
10330 * find-dired.el (find-dired-filter): Preserve point.
10331
103322008-06-28 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
10335 (sasl-find-mechanism, sasl-next-step):
10336 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
10337 (sasl-ntlm-response): Fix typos in docstrings.
10338
103392008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
10340
10341 * international/mule-cmds.el (view-hello-file): Doc fix.
10342
103432008-06-28 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
10346 (set-face-attribute, face-set-after-frame-default)): Don't use it.
10347
103482008-06-28 John Paul Wallington <jpw@pobox.com>
10349
10350 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
10351
103522008-06-28 Michael Albinus <michael.albinus@gmx.de>
10353
10354 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
10355 (tramp-convert-file-attributes): Convert symlinks only when
10356 returned from `tramp-handle-file-attributes-with-stat'.
10357
10358 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
10359 `substitute-in-file-name' when unloading.
10360 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
10361
103622008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
10363
10364 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
10365 (vc-string-prefix-p): Move function ...
10366 * vc.el (vc-string-prefix-p): ... here.
10367
103682008-06-27 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * vc-dir.el (vc-dir): Complete only directory names.
10371
103722008-06-27 Jason Rumney <jasonr@gnu.org>
10373
10374 * w32-fns.el (top-level): Unconditionally define all charsets.
10375
103762008-06-27 Alan Mackenzie <acm@muc.de>
10377
10378 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
10379 the CC Mode specific functions; this is no longer needed, since
10380 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
10381
10382 * progmodes/cc-defs.el (c-emacs-features): New feature
10383 'argumentative-bod-function.
10384
103852008-06-27 John Paul Wallington <jpw@pobox.com>
10386
10387 * chistory.el (list-command-history): Use `bound-and-true-p'.
10388 (command-history-map): Define within defvar. Add docstring.
10389
103902008-06-27 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
10393 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
10394 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
10395 (image-type-from-buffer): Use `looking-at-p'.
10396
103972008-06-27 Juanma Barranquero <lekktu@gmail.com>
10398
10399 * ibuf-ext.el (diff-sentinel): Declare.
10400
104012008-06-27 Glenn Morris <rgm@gnu.org>
10402
10403 * calendar/lunar.el (calendar-lunar-phases): Rename from
10404 calendar-phases-of-moon. Keep old name as alias, update callers.
10405 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
10406 (diary-lunar-phases): Rename from diary-phases-of-moon.
10407 Keep old name as alias.
10408 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
10409 (cal-menu-global-mouse-menu): Update for lunar name changes.
10410 * calendar/calendar.el (calendar-mode-map): Update for name change.
10411 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
10412
104132008-06-26 Glenn Morris <rgm@gnu.org>
10414
10415 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
10416 argument `nolocation'.
10417 (calendar-sunrise-sunset-month): New function.
10418 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
10419 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
10420 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
10421 * calendar/calendar.el (solar-sunrises-buffer): New constant.
10422 (calendar-mode-map): Use cal-menu-sunmoon-menu.
10423 (calendar-buffer-list): Add solar-sunrises-buffer.
10424
10425 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
10426
104272008-06-26 Chong Yidong <cyd@stupidchicken.com>
10428
10429 * cus-start.el: Add customization types for word-wrap and
10430 shift-select-mode.
10431
104322008-06-26 John Paul Wallington <jpw@pobox.com>
10433
10434 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
10435 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
10436 (ibuffer-mark-on-buffer): Don't display message when removing marks.
10437 (ibuffer-mark-by-mode): Use `buffer-local-value'.
10438
104392008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10440
10441 * vc-dir.el (tool-bar): Require.
10442
10443 * vc.el (ewoc, tool-bar): Do not require.
10444
104452008-06-26 Kenichi Handa <handa@m17n.org>
10446
10447 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
10448 characters.
10449
10450 * composite.el (terminal-composition-base-character-p): New function.
10451 (terminal-composition-function):
10452 Use terminal-composition-base-character-p. Include the base character
10453 in the composition.
10454 (auto-compose-chars): Don't check font-object for terminal display.
10455
104562008-06-26 Glenn Morris <rgm@gnu.org>
10457
10458 * doc-view.el (bookmark-make-record-default):
10459 * image-mode.el (bookmark-make-record-default): Fix declaration.
10460
10461 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
10462 Add default :value for sexp type.
10463 (calendar-month-edges): New variable.
10464 (calendar-month-edges): New function.
10465 (calendar-recompute-layout-variables): Set calendar-month-edges.
10466 (calendar-intermonth-header, calendar-intermonth-text): New options.
10467 (calendar-insert-at-column): New function.
10468 (calendar-generate-month): Use calendar-insert-at-column.
10469 Handle intermonth text. Add 'date property.
10470 (calendar-column-to-month): Remove function.
10471 (calendar-column-to-segment): New function.
10472 (calendar-cursor-to-date): Use calendar-column-to-segment.
10473 Check 'date property.
10474
10475 * calendar/calendar.el (calendar-print-other-dates):
10476 Handle mouse events.
10477 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
10478 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
10479
10480 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
10481 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
10482 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
10483
10484 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10485 Use calendar-column-to-segment, calendar-month-edges, and
10486 the 'date property to handle intermonth text.
10487
10488 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
10489
10490 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
10491 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
10492 Add doc strings.
10493 (cal-menu-context-mouse-menu): Add some :keys.
10494 (calendar-check-holidays): Declare rather than autoloading.
10495 (diary-show-holidays-flag): Remove unneeded declaration.
10496
10497 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
10498 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
10499 event-start is nil.
10500
105012008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * minibuffer.el (completion-basic-try-completion): Use the text after
10504 point to constrain the completion candidates.
10505 (completion-basic-all-completions): Adjust accordingly.
10506
105072008-06-25 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
10510 courier.
10511
10512 * faces.el (set-face-attribute): Doc fix.
10513
105142008-06-25 Juri Linkov <juri@jurta.org>
10515
10516 * bindings.el (goto-map): New variable. Rebind goto-related
10517 commands to this `M-g' prefix keymap.
10518 (search-map): New variable for `M-s' prefix keymap.
10519 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
10520 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
10521 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
10522 `M-shw' to `hi-lock-write-interactive-patterns'.
10523
10524 * isearch.el (isearch-mode-map): Bind `M-s h r' to
10525 `isearch-highlight-regexp'.
10526 (isearch-highlight-regexp): New function.
10527
105282008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * info.el (Info-bookmark-make-record):
10531 Use bookmark-make-record-default.
10532 (Info-bookmark-jump): Use bookmark-default-handler.
10533
10534 * image-mode.el (image-bookmark-make-record):
10535 Use bookmark-make-record-default.
10536 (image-bookmark-jump): Use bookmark-default-handler.
10537
10538 * doc-view.el (doc-view-bookmark-make-record):
10539 Use bookmark-make-record-default.
10540 (doc-view-bookmark-jump): Use bookmark-default-handler.
10541
10542 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
10543 used until now in bookmark.el's code.
10544 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
10545 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
10546 used until now in bookmark.el's code.
10547 (bookmark-set-filename): Remove special code, moved to its only caller.
10548 (bookmark-store): Use the newer format.
10549 (bookmark-make-record-default): Add arg `point-only'.
10550 Rename from bookmark-make-record-for-text-file.
10551 (bookmark--jump-via): New function.
10552 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
10553 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
10554 Use it.
10555 (bookmark-jump-noselect, bookmark-default-handler):
10556 Don't return an alist, instead return the data implicitly by changing
10557 current buffer and point. Signal an error if the file doesn't exist.
10558
10559 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
10560 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
10561
10562 * bs.el: Use with-current-buffer. Simplify.
10563 (bs-toggle-readonly): Avoid vc-toggle-read-only.
10564
10565 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
10566 is bound before using it.
10567
105682008-06-25 Kenichi Handa <handa@m17n.org>
10569
10570 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
10571
105722008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
10573
10574 * vc-hg.el:
10575 * vc-git.el: Require vc-dir when compiling.
10576
10577 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
10578 vc-dir-marked-only-files. Change the return value.
10579 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
10580 Change the return value.
10581 (vc-dir-deduce-fileset): New function broken out from ...
10582 * vc.el (vc-deduce-fileset): ... here and ...
10583 (vc-deduce-fileset): ... here.
10584
10585 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
10586 (vc-svn-parse-status): Do not set the vc-backend property.
10587
105882008-06-25 Andreas Schwab <schwab@suse.de>
10589
10590 * faces.el (face-font-family-alternatives, variable-pitch):
10591 Use "Sans Serif", not "Sans-Serif".
10592
105932008-06-24 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * faces.el (face-font-family-alternatives, variable-pitch):
10596 Change "Sans" to the canonical name "Sans-Serif".
10597
105982008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10599
10600 * calc/calc.el (calc-mode-map): Add extra keybindings to
10601 `calc-missing-key'.
10602 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10603 `kill-ring-save'.
10604
106052008-06-24 Miles Bader <miles@gnu.org>
10606
10607 * mouse.el (mouse-appearance-menu): Don't do anything if the user
10608 pops up the menu but doesn't select anything.
10609
106102008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
10611
10612 * add-log.el (add-change-log-entry): Add new arg to force each new
10613 entry to be on a new line.
10614 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
10615
10616 * vc-dir.el (vc-client-object): Remove.
10617 (vc-dir-prepare-status-buffer): Take a backend as an argument and
10618 use it when looking for a buffer.
10619 (vc-dir): Add a backend argument. Set revert-buffer-function.
10620 Don't create a client object. Move bindings ...
10621 (vc-dir-menu-map, vc-dir-mode-map): ... here.
10622 (vc-dir-revert-buffer-function): New function.
10623 (vc-generic-status-printer): Rename to ...
10624 (vc-dir-status-printer): ... this.
10625 (vc-generic-state, vc-generic-status-fileinfo-extra)
10626 (vc-dir-extra-menu, vc-make-backend-object): Remove.
10627 (vc-default-status-printer): Use a different face for
10628 directories. Don't display any text for directories in the state
10629 column. Add tooltips.
10630
10631 * vc.el (Todo): Update.
10632
10633 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
10634 * vc-rcs.el (vc-annotate-convert-time):
10635 * vc-mtn.el (vc-annotate-convert-time):
10636 * vc-git.el (vc-annotate-convert-time):
10637 * vc-cvs.el (vc-annotate-convert-time):
10638 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
10639
106402008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
10643 instead of using view-mode.
10644
106452008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * Makefile.in (distclean): Don't delete *.elc and autogen files.
10648
106492008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10650
10651 * vc.el:
10652 * vc-hooks.el:
10653 * vc-dispatcher.el: Move vc-dir variables and functions ...
10654 * vc-dir.el: ... here. New file.
10655 * Makefile.in (ELCFILES): Add vc-dir.elc.
10656
10657 * vc.el: Move vc-annotate variables and functions ...
10658 * vc-annotate.el: ... here. New file.
10659 * Makefile.in (ELCFILES): Add vc-annotate.elc.
10660
10661 * vc-dav.el: Move here from url/vc-dav.el.
10662 (Todo): Note work needed to make this backend functional.
10663
10664 * Makefile.in (ELCFILES): Update vc-dav.el location.
10665
106662008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
10669
106702008-06-21 John Paul Wallington <jpw@pobox.com>
10671
10672 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
10673
10674 * textmodes/rst.el (rst-mode): Put docstring in right place.
10675
106762008-06-21 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
10679 size for legibility.
10680
10681 * faces.el (fixed-pitch): Use "Monospace" family.
10682 (variable-pitch): Use "Sans" family.
10683 (face-font-family-alternatives): Define alternatives for "Sans"
10684 and "Monospace".
10685
106862008-06-21 Glenn Morris <rgm@gnu.org>
10687
10688 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
10689 Require 'cl when compiling.
10690
10691 * emacs-lisp/debug.el (help-xref-interned): Declare.
10692
10693 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
10694 Evaluate definition when compiling.
10695
10696 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
10697 rather than mouse-1.
10698 (bug-reference-url-format): Autoload safe if string.
10699 (bug-reference-bug-regexp): Make space after "bug" optional.
10700
10701 * Makefile.in (all): Explicitly pass EMACS to sub-make,
10702 for some non-GNU makes.
10703
10704 * cus-dep.el (custom-dependencies-no-scan-regexp):
10705 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
10706
10707 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
10708 increments.
10709
10710 * calendar/calendar.el: Factor out the magic numbers controlling the
10711 calendar layout.
10712 (calendar-month-digit-width, calendar-month-width)
10713 (calendar-right-margin): New variables.
10714 (calendar-recompute-layout-variables, calendar-set-layout-variable):
10715 New functions.
10716 (calendar-left-margin, calendar-intermonth-spacing)
10717 (calendar-column-width, calendar-day-header-width)
10718 (calendar-day-digit-width): New options.
10719 (calendar-first-date-row): New constant.
10720 (calendar-move-to-column, calendar-ensure-newline): New functions,
10721 replacing calendar-insert-indented.
10722 (calendar-insert-indented): Remove function.
10723 (calendar-generate-month): Use calendar-move-to-column and
10724 calendar-ensure-newline. Use layout variables.
10725 (calendar-generate, calendar-update-mode-line)
10726 (calendar-font-lock-keywords): Use layout variables.
10727 (calendar-column-to-month): New function.
10728 (calendar-cursor-to-date): Use calendar-column-to-month.
10729 Use layout variables.
10730 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10731 Use layout variables. Use calendar-column-to-month.
10732 (calendar-cursor-to-visible-date): Use layout variables.
10733
107342008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
10737 (all): Run compile-last.
10738 (compile-onefile): New target.
10739 (compile-first): Simplify.
10740 (compile-last): Don't treat COMPILE_FIRST specially.
10741 (COMPILE_FIRST): List the elc files rather than the el files.
10742 (ELCFILES): Update.
10743
77a01f9b 107442008-06-21 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
10745
10746 * net/newst-treeview.el: Remove dead code.
10747 (newsticker--window-config): Remove.
10748 (newsticker-treeview-quit): Do not save window config.
10749 (newsticker-treeview): Do not try to restore window config.
10750 (newsticker-groups, newsticker--treeview-list-sort-by-column)
10751 (newsticker--treeview-list-new-items)
10752 (newsticker--treeview-list-immortal-items)
10753 (newsticker--treeview-list-obsolete-items)
10754 (newsticker--treeview-list-all-items)
10755 (newsticker--treeview-list-feed-items): Fix documentation.
10756
107572008-06-21 Miles Bader <miles@gnu.org>
10758
10759 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
10760
107612008-06-21 Alan Mackenzie <acm@muc.de>
10762
10763 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
10764 infinite loop on invalid syntax.
10765
107662008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * textmodes/rst.el: Run rst-define-level-faces when loading.
10769 (rst-mode): Don't set the font-lock-multiline var.
10770 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
10771 Set the font-lock-multiline property by hand.
10772
10773 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
10774
10775 * Makefile.in (emacs-deps): Remove.
10776 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
10777 (all): Use them.
10778 (autogen-clean): Remove.
10779
107802008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * Makefile.in (all): New target.
10783 (bootstrap-prepare): Remove.
10784
10785 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
10786 the .elc file to batch-byte-compile.
10787
10788 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
10789 set-keymap-parents if set-keymap-parent doesn't exist.
10790
10791 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
10792 Allow more than one space before the |.
10793
10794 * textmodes/rst.el: Fix up docstring conventions.
10795 Move vars to before their first use.
10796 (rst-mode): Don't mess with font-lock-support-mode.
10797 (rst-suggest-new-decoration, rst-adjust-decoration):
10798 Avoid CL's copy-list.
10799 (rst-delete-entire-line): Use line-beginning-position.
10800 (rst-position): New fun.
10801 (rst-straighten-decorations): Use it instead of CL's position.
10802 (rst-straighten-bullets-region): Avoid CL's mapcar*.
10803 (rst-toc-mode): Use define-derived-mode.
10804 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
10805 Remove unused var `in-par'. Use `point' rather than `point-marker'.
10806 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
10807 (rst-replace-lines): Simplify.
10808 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
10809
10810 * simple.el (special-mode-map): New var.
10811 (special-mode): New major mode.
10812
108132008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10814
10815 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
10816 log-view-file-re.
10817
10818 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
10819 (vc-switch-backend): Simplify.
10820 (Todo): Remove solved items.
10821
10822 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
10823 the vc-backend property.
10824
108252008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
10828 Bind inhibit-read-only since the buffer is always read-only.
10829
77a01f9b 108302008-06-20 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
10831
10832 * net/newst-treeview.el (newsticker-treeview-own-frame):
10833 Change default value to nil.
10834 (newsticker--treeview-list-add-item)
10835 (newsticker--treeview-propertize-tag): Show item title in tooltip.
10836
108372008-06-20 Martin Blais <blais@furius.ca>
10838 Stefan Merten <smerten@oekonux.de>
10839 David Goodger <goodger@python.org>
10840
10841 * textmodes/rst.el: New file.
10842
108432008-06-20 Sam Steingold <sds@gnu.org>
10844
10845 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
10846 remove DIRECTORY entries.
10847
108482008-06-20 Eli Zaretskii <eliz@gnu.org>
10849
10850 * makefile.w32-in (distclean): Depend on `clean'.
10851 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
10852 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
10853 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
10854 empty cus-load.el with `echo', and include "Local Variables"
10855 section to prevent the empty file from being compiled.
10856 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
10857 that generate an empty cus-load.el.
10858
108592008-06-20 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10862 Don't copy ldefs-boot.el over loaddefs.el.
10863 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
10864 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
10865 to loaddefs.el; they are not needed now. Add coding cookie.
10866
108672008-06-20 Miles Bader <miles@gnu.org>
10868
10869 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10870 Strip unnecessary list levels from SPECS.
10871 (buffer-face-set, buffer-face-toggle):
10872 Change argument from FACE to &rest SPECS, and strip unnecessary
10873 list levels from SPECS.
10874 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
10875
108762008-06-20 Jason Rumney <jasonr@gnu.org>
10877
10878 * international/fontset.el (setup-default-fontset): Specify script
10879 for latin use of iso10646-1. Fix use of lang tags.
10880
108812008-06-19 Miles Bader <miles@gnu.org>
10882
10883 * face-remap.el (text-scale-increase): Start from zero if
10884 text-scale-mode isn't enabled.
10885
108862008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
10889 frame parameters after setting up the `default' face.
10890
108912008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * faces.el (face-set-after-frame-default): Don't exclude `default'.
10894
108952008-06-18 Glenn Morris <rgm@gnu.org>
10896
10897 * mouse.el (buffer-face-mode-invoke): Declare.
10898
10899 * Makefile.in (ELCFILES): Add org/org-id.elc.
10900
10901 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
10902 * calendar/cal-menu.el (cal-menu-holidays-menu):
10903 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
10904 (cal-menu-today-holidays): Remove function.
10905
10906 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
10907 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10908 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
10909 Remove unused functions.
10910 (calendar-mouse-view-diary-entries): Use format rather than concat.
10911
10912 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
10913 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10914 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
10915
10916 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
10917 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10918 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
10919 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
10920 cal-menu-event-to-date.
10921
10922 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
10923 Handle mouse events.
10924 * calendar/cal-tex.el (cal-tex-cursor-year)
10925 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10926 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10927 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10928 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
10929 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10930 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
10931 (cal-tex-cursor-month): Mark N as optional.
10932 * calendar/cal-menu.el (calendar-mouse-tex-day)
10933 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
10934 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
10935 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
10936 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
10937 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
10938 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
10939 Remove functions.
10940 (cal-menu-context-mouse-menu): Replace the above functions with the
10941 cal-tex versions. Add HTML submenu.
10942
109432008-06-17 Nick Roberts <nickrob@snap.net.nz>
10944
10945 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
10946 text command mode.
10947 (gdb): Explain that gud-gdb is needed for text command mode.
10948
109492008-06-17 Martin Rudalics <rudalics@gmx.at>
10950
10951 * window.el (split-height-threshold): Remove spurious extra line.
10952
109532008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
10956 (calendar-set-mark):
10957 * calendar/diary-lib.el (diary-insert-entry):
10958 * calendar/solar.el (calendar-sunrise-sunset): Use it.
10959 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
10960 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
10961 (cal-menu-context-mouse-menu): Use calendar-set-mark,
10962 diary-insert-entry, and calendar-sunrise-sunset instead.
10963
10964 * vc.el (vc-deduce-fileset): Add arg `only-files'.
10965 (vc-next-action): Pass the new arg.
10966 (vc-register): Don't use `only-files'.
10967 Don't set `backup-inhibited' in the current buffer.
10968
109692008-06-17 Miles Bader <miles@gnu.org>
10970
10971 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
10972
10973 * face-remap.el (buffer-face-mode-face)
10974 (buffer-face-mode-remapping): New variables.
10975 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
10976 (buffer-face-mode-invoke): New functions.
10977 (variable-pitch-mode-remapping): Variable removed.
10978 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
10979
10980 * face-remap.el (internal-lisp-face-attributes): New variable.
10981 (face-attrs-more-relative-p, face-remap-order): New functions.
10982 (face-remap-add-relative): Use `face-remap-order'.
10983
109842008-06-17 Glenn Morris <rgm@gnu.org>
10985
10986 * mouse.el (x-select-font): Declare.
10987
10988 * calendar/calendar.el (calendar-move-hook):
10989 Add calendar-update-mode-line as an option.
10990 (calendar-date-echo-text): New user option.
10991 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
10992 (calendar-insert-indented): Simplify newline insertion.
10993 (calendar-describe-mode): Remove unused function.
10994 (calendar-mode-line-entry): New function.
10995 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
10996 Mark as risky.
10997 (calendar-mouse-other-month): Remove function.
10998 (calendar-other-month): Handle mouse events.
10999 (calendar-goto-info-node): Call fit-window-to-buffer.
11000 (calendar-mode): Use define-derived-mode. Doc fix.
11001 (calendar-update-mode-line): Tweak whitespace.
11002
110032008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
11006 (vc-dir-marked-only-files): vc-string-prefix-p.
11007
110082008-06-16 Nick Roberts <nickrob@snap.net.nz>
11009
11010 * progmodes/gdb-ui.el (gdb-memory-set-address)
11011 (gdb-memory-set-repeat-count): Allow keyboard bindings.
11012 (gdb-memory-mode-map): Bind above functions respectively
11013 to 'S' and 'N'.
11014
110152008-06-16 Derek Upham <sand@blarg.net> (tiny change)
11016
11017 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
11018
110192008-06-16 Juanma Barranquero <lekktu@gmail.com>
11020
11021 * log-view.el (vc-diff-internal): Declare for compiler.
11022
11023 * vc-bzr.el (log-view-per-file-logs):
11024 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
11025
110262008-06-15 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * mouse.el (mouse-appearance-menu-map): New var.
11029 (mouse-appearance-menu): New function.
11030 Bind it to S-down-mouse-1.
11031
110322008-06-15 Juri Linkov <juri@jurta.org>
11033
11034 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
11035 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
11036 as the second element.
11037 (Info-build-toc): Add PARENT element extracted from the Up pointer.
11038 Don't print progress messages.
11039 (Info-toc-nodes): New variable and function.
11040 (Info-index-nodes): Optimize non-string file name case.
11041 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
11042 (Info-insert-breadcrumbs): Use the cached document structure instead
11043 of visiting all ancestor nodes. Remove the initial `>'.
11044
110452008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11046
11047 * log-view.el (log-view-diff-changeset): New function.
11048 (log-view-mode-map, log-view-mode-menu): Bind it.
11049 (log-view-per-file-logs, log-view-vc-fileset)
11050 (log-view-vc-backend): New variables.
11051 (log-view-find-revision, log-view-modify-change-comment)
11052 (log-view-annotate-version): Throw an error if the log is for more
11053 than one file and we can't find the current file. Get the current
11054 file from log-view-vc-fileset if necessary.
11055 (log-view-diff): Get the current file from log-view-vc-fileset if
11056 necessary.
11057
11058 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
11059
11060 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
11061 (vc-hg-log-view-mode): Declare for compiler.
11062 (vc-hg-log-view-mode): Set log-view-per-file-logs and
11063 log-view-file-re.
11064 (vc-hg-diff): If no file is passed, use default-directory for cwd.
11065
11066 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
4ab2b63c 11067
e3d51b27
MR
11068 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
11069
110702008-06-15 Michael Albinus <michael.albinus@gmx.de>
11071
11072 * net/tramp.el (tramp-handle-start-file-process):
11073 Clear modification time of the connection buffer.
11074 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
11075 (tramp-open-connection-setup-interactive-shell): Flush cache, and
11076 restart `tramp-maybe-open-connection' when the remote system has
11077 been changed. Throw 'uname-changed event.
11078 (tramp-maybe-open-connection): Catch it.
11079
11080 * net/tramp-cmds.el (tramp-cleanup-all-connections):
11081 Reset `tramp-locked'.
11082
77a01f9b 110832008-06-15 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
11084
11085 * net/newst-treeview.el (newsticker--treeview-list-update)
11086 (newsticker--treeview-item-update)
11087 (newsticker--treeview-tree-update)
11088 (newsticker-treeview-jump, newsticker-group-add-group)
11089 (newsticker-group-move-feed, newsticker-group-delete-group):
11090 Remove window dedication.
11091 (newsticker--group-manage-orphan-feeds): Handle ill-valued
11092 newsticker-groups.
11093 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
11094
110952008-06-15 Andreas Schwab <schwab@suse.de>
11096
11097 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
11098 when parsing CVS/Repository.
11099
11100 * wdired.el (wdired-search-and-rename): Fix undocumented change.
11101
77a01f9b 111022008-06-15 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
11103
11104 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
11105 (newsticker-extra-face, newsticker-enclosure-face): Moved to
11106 net/newst-reader.el.
11107
11108 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
11109 (newsticker-extra-face, newsticker-enclosure-face): Moved from
11110 net/newst-reader.el.
11111
111122008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
11115 Catch and recover from case when the bytes we thought we were reading
11116 turn out to be something else entirely, such as latin-1 chars from
11117 quail. See bug#396.
11118
111192008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11120
11121 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
11122 (vc-register): Call the backend function only once, instead of
11123 once for each file.
11124 (vc-next-action): Update call to vc-register.
11125 (vc-dir-register): Remove function.
11126 (vc-dir): Bind vc-register instead of vc-dir-register.
11127
111282008-06-14 Glenn Morris <rgm@gnu.org>
11129
11130 * Makefile.in (ELCFILES): Add net/newst-*.el.
11131
111322008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * wdired.el (wdired-do-renames): New function.
11135 (wdired-finish-edit): Use it to.
11136 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
11137
111382008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
11141
111422008-06-14 Martin Rudalics <rudalics@gmx.at>
11143
11144 * window.el (window--even-window-heights): Even window heights
11145 only if the selected window is higher than WINDOW.
11146 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11147
111482008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
11151
111522008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * term/linux.el (terminal-init-linux): Load t-mouse.
11155
111562008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11157 Drew Adams <drew.adams@oracle.com>
11158
11159 * info.el (Info-breadcrumbs-depth): New var.
11160 (Info-insert-breadcrumbs): New function.
11161 (Info-fontify-node): Use it.
11162 (Info-mode-map): Move initialization into declaration.
11163
111642008-06-13 Ulf Jasper <ulf.jasper@web.de>
11165
11166 Rename net/newsticker-*.el to net/newst-*.el.
11167 * net/newst-backend.el: Rename from net/newsticker-backend.el.
11168 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
11169 * net/newst-reader.el: Rename from net/newsticker-reader.el.
11170 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
11171 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
11172 * net/newsticker-backend.el: Rename to net/newst-backend.el.
11173 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
11174 * net/newsticker-reader.el: Rename to net/newst-reader.el.
11175 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
11176 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
11177
111782008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * progmodes/compile.el (compilation-start): Don't disable undo in
11181 comint buffer. Don't override the comint-filter with our own.
11182 (compilation-filter): Change point's insertion-type.
11183
11184 * comint.el (comint-output-filter): Use copy-marker.
11185
111862008-06-13 David Reitter <david.reitter@gmail.com>
11187
11188 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11189 Check message-signature-separator exists before using it.
11190
111912008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
11192
11193 * vc.el (vc-delete-file): Bind default-directory before calling
11194 the backend.
11195 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
11196 (vc-annotate-show-diff-revision-at-line-internal): ... here.
11197 New function.
11198 (vc-annotate-show-changeset-diff-revision-at-line): New function.
11199 (vc-annotate-mode-menu): Bind it.
11200
112012008-06-13 Jason Rumney <jasonr@gnu.org>
11202
11203 * term/w32-win.el (mouse-set-font): Remove overridden function.
11204 (w32-select-font): Declare as obsolete alias for x-select-font.
11205
112062008-06-13 Daniel Engeler <engeler@gmail.com>
11207
11208 These changes add serial port access.
11209 * term.el (term-update-mode-line): Modify.
11210 (serial-port-is-file-p, serial-nice-speed-history)
11211 (serial-no-speed, serial-mode-line-speed-menu)
11212 (serial-mode-line-config-menu): New variables and constants.
11213 (serial-name-history, serial-speed-history)
11214 (serial-supported-or-barf, serial-read-name, serial-read-speed)
11215 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
11216 (serial-mode-line-speed-menu, serial-update-speed-menu)
11217 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
11218 (serial-update-config-menu): New functions.
11219
112202008-06-13 Glenn Morris <rgm@gnu.org>
11221
11222 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
11223
11224 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
11225
112262008-06-13 Kenichi Handa <handa@m17n.org>
11227
11228 * cus-face.el (custom-face-attributes): Add :foundry.
11229
11230 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
11231 (face-x-resources): Add :foundry.
11232 (face-valid-attribute-values): Likewise.
11233 (face-attribute-name-alist): Likewise.
11234 (describe-face): Likewise.
11235
112362008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
11239
112402008-06-12 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * longlines.el (longlines-search-forward, longlines-search-backward)
11243 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
11244
112452008-06-12 Sam Steingold <sds@gnu.org>
11246
11247 * vc.el (vc-rename-file): DTRT when the destination is a directory
11248 name and the source is a file.
11249
112502008-06-12 Chong Yidong <cyd@stupidchicken.com>
11251
11252 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
11253
112542008-06-12 Glenn Morris <rgm@gnu.org>
11255
11256 * progmodes/f90.el (f90-beginning-of-subprogram)
11257 (f90-end-of-subprogram): Only give a message when interactive.
11258
11259 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
11260
11261 * progmodes/cperl-mode.el (cperl-info-on-command):
11262 Use display-pixel-height rather than x-display-pixel-height.
11263
11264 * mail/rmailedit.el (rmail-cease-edit):
11265 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
11266
11267 * emulation/edt.el (edt-xserver):
11268 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
11269
11270 * emulation/edt-mapper.el: Drop test for Emacs < 19.
11271
11272 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
11273 Evaluate definitions when compiling. Reverse tests.
11274
11275 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
11276 use unless.
11277
11278 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
11279
11280 * textmodes/artist.el (x-pointer-shape):
11281 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
11282 (x-open-connection, x-server-max-request-size, x-get-resource):
11283 * term/w32console.el (x-setup-function-keys):
11284 * term/w32-win.el (x-parse-geometry, x-resource-name)
11285 (generate-fontset-menu, image-library-alist, x-open-connection)
11286 (setup-default-fontset, set-fontset-font, setup-default-fontset)
11287 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
11288 (x-get-resource):
11289 * term/mac-win.el (x-parse-geometry, x-resource-name)
11290 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
11291 (new-fontset, x-display-list, x-open-connection, x-get-resource):
11292 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
11293 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
11294 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
11295 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
11296 (tooltip-identifier-from-point, define-fringe-bitmap):
11297 * play/gamegrid.el (image-size):
11298 * play/bubbles.el (image-size):
11299 * mail/emacsbug.el (x-server-vendor, x-server-version):
11300 * international/mule-util.el (internal-char-font):
11301 * international/mule-diag.el (font-info, query-fontset, fontset-info)
11302 (fontset-alias-alist, fontset-list, fontset-plain-name):
11303 * international/mule-cmds.el (x-server-vendor, x-server-version):
11304 * international/fontset.el (font-encoding-charset-alist)
11305 (otf-script-alist, new-fontset, set-fontset-font)
11306 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
11307 (fontset-list, query-fontset, x-get-resource):
11308 * emulation/edt.el (x-server-vendor):
11309 * emulation/edt-mapper.el (x-server-vendor):
11310 * emacs-lisp/map-ynp.el (x-popup-dialog):
11311 * emacs-lisp/lmenu.el (x-popup-dialog):
11312 * x-dnd.el (x-window-property, x-change-window-property)
11313 (x-get-selection-internal):
11314 * woman.el (x-list-fonts):
11315 * w32-fns.el (x-server-version):
11316 * tooltip.el (x-show-tip, x-hide-tip):
11317 * tool-bar.el (image-mask-p):
11318 * thumbs.el (image-size):
11319 * term.el (overflow-newline-into-fringe):
11320 * subr.el (scroll-bar-scale):
11321 * startup.el (x-get-resource, tool-bar-mode, image-size):
11322 * select.el (x-get-selection-internal, x-own-selection-internal)
11323 (x-disown-selection-internal):
11324 * mouse.el (generate-fontset-menu):
11325 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
11326 * image.el (image-library-alist):
11327 * image-mode.el (image-size, image-refresh):
11328 * image-dired.el (clear-image-cache):
11329 * gs.el (x-display-mm-width, x-display-pixel-width)
11330 (x-display-mm-height, x-display-pixel-height)
11331 (x-change-window-property, x-display-grayscale-p, x-window-property):
11332 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
11333 (x-focus-frame, x-list-fonts, x-display-screens)
11334 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
11335 (x-display-mm-width, x-display-backing-store, x-display-save-under)
11336 (x-display-planes, x-display-color-cells, x-display-visual-class):
11337 * faces.el (internal-face-x-get-resource)
11338 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
11339 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
11340 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
11341 (x-parse-geometry, x-create-frame, x-setup-function-keys)
11342 (tool-bar-setup):
11343 * doc-view.el (clear-image-cache, image-size, tooltip-show):
11344 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
11345 * dframe.el (x-display-pixel-width, x-display-pixel-height):
11346 * descr-text.el (internal-char-font):
11347 Define for compiler, for builds without X.
11348
113492008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
11352
113532008-06-11 Glenn Morris <rgm@gnu.org>
11354
11355 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
11356 before trying to move there.
11357 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
11358 is non-nil, indent most terminating statements like loop body.
11359
11360 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
11361 Gregorian date, and add it, not the local date, to diary-entries-list.
11362 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
11363
113642008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * progmodes/compile.el (compilation-filter): Fix up last change.
11367
11368 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
11369
11370 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
11371 (gpm-mouse-mode): Make it into a proper global minor mode.
11372
11373 * files.el (save-some-buffers-action-alist): Only use recursive-edit
11374 if the user enabled recursive-minibuffers.
11375
11376 * emacs-lisp/map-ynp.el (map-y-or-n-p):
11377 Add support for scroll-other-window.
11378
113792008-06-11 Jason Rumney <jasonr@gnu.org>
11380
11381 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
11382 Use tmm-menubar if menu is disabled in this frame.
11383
11384 * menu-bar.el (menu-bar-open): Determine how to open menu bar
11385 from frame type, per documentation. Add w32 case.
11386
113872008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * minibuffer.el (completion--merge-suffix): New function.
11390 (completion-basic-try-completion): Use it.
11391 (completion-pcm--find-all-completions): Add argument `filter'.
11392 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
11393 New functions.
11394 (completion-pcm-try-completion): Use them.
11395
11396 * xt-mouse.el (turn-on-xterm-mouse-tracking)
11397 (turn-off-xterm-mouse-tracking): Use terminal-list.
11398
11399 * cus-start.el (underline-minimum-offset): Rename from
11400 x-underline-minimum-display-offset.
11401
114022008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
11403
11404 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
11405
114062008-06-10 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * mouse.el (mouse-select-font): New function.
11409
11410 * faces.el (face-spec-recalc): When the face is set using
11411 Customize, avoid recalculating it twice.
11412
11413 * menu-bar.el (menu-set-font): New function. Bind "Set Default
11414 Font" menu item to it. Apply selected font to all frames, and
11415 make it savable.
11416 (menu-bar-options-save): Save `default' font if changed.
11417
114182008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * ffap.el (ffap-string-at-point-mode-alist):
11421 Use alpha rather than lower.
11422
11423 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
11424
11425 * subr.el (momentary-string-display): Use an overlay.
11426
11427 * progmodes/compile.el (compilation-mode):
11428 Set window-point-insertion-type.
11429 (compilation-filter): Don't use insert-before-markers any more.
11430 * emacs-lisp/trace.el (trace-make-advice):
11431 Set window-point-insertion-type in the trace buffer.
11432 * startup.el (normal-top-level): Set window-point-insertion-type in
11433 *Messages*.
11434 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
11435 (telnet-filter): Don't use insert-before-markers any more.
11436 * comint.el (comint-mode): Set window-point-insertion-type.
11437 (comint-output-filter): Don't use insert-before-markers any more.
11438 * button.el (make-text-button): Allow `start' to be a string.
11439
114402008-06-10 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * emacs-lisp/autoload.el (autoload-rubric):
11443 Fix coding cookie not to force Unix EOL.
11444
114452008-06-10 Martin Rudalics <rudalics@gmx.at>
11446
11447 * window.el (window--splittable-p, window--try-to-split-window):
11448 Don't use with-selected-window to avoid messing up get-lru-window.
11449 Reported by David Hansen <david.hansen@gmx.net>.
11450
114512008-06-10 Glenn Morris <rgm@gnu.org>
11452
11453 * subr.el (locate-library): Doc fix.
11454
11455 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
11456 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
11457 Check tool-bar-map is bound, for non-X builds.
11458
11459 * net/newsticker-reader.el (newsticker--next-item-image)
11460 (newsticker--previous-item-image, newsticker--previous-feed-image)
11461 (newsticker--next-feed-image, newsticker--mark-read-image)
11462 (ewsticker--mark-immortal-image, newsticker--narrow-image)
11463 (newsticker--get-all-image, newsticker--update-image)
11464 (newsticker--browse-image): Check xpm images are available.
11465 (newsticker--mark-read-image, newsticker--mark-immortal-image)
11466 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
11467
11468 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
11469 (newsticker--plainview-tool-bar-map, newsticker-mode):
11470 Check tool-bar-map is bound, for non-X builds.
11471 (w3m-toggle-inline-image): Declare.
11472
11473 * net/newsticker-backend.el (tool-bar-map): Don't declare.
11474
11475 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
11476
11477 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
11478 (finder-compile-keywords): Move let to where needed.
11479 (finder-mouse-face-on-line): Go back one more line if needed.
11480 (finder-list-matches): Use cadr.
11481 (finder-goto-xref): New function.
11482 (finder-commentary): Add buttons to jump to foo.el libraries.
11483
114842008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * apropos.el (apropos-function, apropos-macro, apropos-command)
11487 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11488 (apropos-plist): Add apropos-short-label property.
11489 (apropos-multi-type): New variables.
11490 (apropos-command, apropos-value): Set it.
11491 (apropos-compact-layout): New custom.
11492 (apropos-print, apropos-print-doc): Use it.
11493 (apropos-print): Truncate lines.
11494
114952008-06-09 Kenichi Handa <handa@m17n.org>
11496
11497 * international/fontset.el (font-encoding-alist):
11498 Add an entry for "ascii-0".
11499
115002008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
11501
11502 * language/hanja-util.el (hanja-init-load): Show the message only
11503 when loading a table.
11504
115052008-06-08 Ulf Jasper <ulf.jasper@web.de>
11506
11507 * net/newsticker-treeview.el (newsticker-treeview):
11508 * net/newsticker-plainview.el (newsticker-plainview):
11509 Add autoload cookie.
11510
115112008-06-08 Ulf Jasper <ulf.jasper@web.de>
11512
11513 * net/newsticker.el: Split up into newsticker-backend, -ticker,
11514 -reader, -plainview, and -treeview.
11515 (newsticker-version): Change to 1.99.
11516
11517 * net/newsticker-backend.el: New. Move backend functionality from
11518 newsticker.el to newsticker-backend.el.
11519 (newsticker--download-logos): New.
11520 (newsticker--sentinel-callback): New.
11521 (newsticker--set-customvar): Remove. Split up into specific
11522 functions related to retrieval, ticker, buffer, and display.
11523 (newsticker--set-customvar-retrieval): New. Extracted from
11524 `newsticker--set-customvar'.
11525 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
11526 (newsticker-url-list-defaults):
11527 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
11528 (newsticker-url-list): Doc changed. URL can be a function.
11529 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
11530 (newsticker-retrieval-method): New.
11531 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
11532 (newsticker-retrieval-interval):
11533 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
11534 (newsticker-desc-comp-max): Change :group.
11535 (newsticker--cache): Doc changed.
11536 (newsticker--guid-to-string): New.
11537 (newsticker--guid): Use `newsticker--guid-to-string'.
11538 (newsticker--real-feed-name): New.
11539 (newsticker--start-feed): New. Extracted from `newsticker-start'.
11540 (newsticker-start): Use `insert-file-contents' for reading cache.
11541 Use `newsticker--start-feed'.
11542 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
11543 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
11544 Use `newsticker--stop-feed'.
11545 (newsticker-save-item): New.
11546 (newsticker--get-news-by-funcall): New.
11547 (newsticker-get-news): Handle new retrieval methods.
11548 (newsticker--sentinel): Use `newsticker--sentinel-work'.
11549 (newsticker--sentinel-work): New. Extracted from
11550 `newsticker--sentinel'. Use `newsticker--download-logos',
11551 `newsticker--sentinel-callback'.
11552 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
11553 (newsticker--parse-atom-1.0): Fix link determination.
11554 (newsticker--parse-rss-0.91): Fix time determination.
11555 (newsticker--parse-rss-0.92): Fix time determination.
11556 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
11557 (newsticker--parse-generic-feed): New arg order in
11558 `newsticker--cache-add'.
11559 (newsticker--parse-generic-items): Fix for multiple items.
11560 New arg order in `newsticker--cache-add'.
11561 (newsticker--forget-preformatted): Check whether
11562 `newsticker--buffer-set-uptodate' is fbound.
11563 (newsticker--decode-iso8601-date): Handle fractions of seconds.
11564 (newsticker--decode-rfc822-date): Partial timezone handling.
11565 (newsticker--cache-contains): Fix guid problem.
11566 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
11567 (newsticker--cache-save): New.
11568 (newsticker--cache-update): Use temp buffer.
11569 (newsticker--stat-num-items): Allow multiple AGE args.
11570 (newsticker--stat-num-items-total): New.
11571 (newsticker--opml-import-outlines): New.
11572 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
11573 (newsticker--do-run-auto-mark-filter): Doc changed.
11574 (newsticker-retrieve-random-message): New.
11575
11576 * net/newsticker-ticker.el: New. Move ticker functionality from
11577 net/newsticker.el to net/newsticker-ticker.el.
11578 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
11579 `newsticker--ticker-timer'.
11580 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
11581 to `newsticker--ticker-timer'.
11582 (newsticker--set-customvar-ticker): New. Extracted from
11583 `newsticker--set-customvar'.
11584 (newsticker-ticker-interval): Rename `newsticker-display-interval'
11585 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
11586 for :set. Change :group.
11587 (newsticker-scroll-smoothly): Doc changed. Change :group.
11588 (newsticker-hide-immortal-items-in-echo-area)
11589 (newsticker-hide-old-items-in-echo-area)
11590 (newsticker-hide-obsolete-items-in-echo-area):
11591 Use `newsticker--set-customvar-ticker for :set. Change :group.
11592 (newsticker-start-ticker): Rename `newsticker--display-timer' to
11593 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
11594 to `newsticker-ticker-interval'.
11595 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
11596 `newsticker--ticker-timer'.
11597
11598 * net/newsticker-reader.el: New. Move reader functionality from
11599 net/newsticker.el to net/newsticker-reader.el.
11600 (newsticker--set-customvar-formatting): New. Extracted from
11601 `newsticker--set-customvar'.
11602 (newsticker-reader, newsticker-frontend): New.
11603 (newsticker-enable-logo-manipulations): Change :group.
11604 (newsticker-justification): Use `newsticker--set-customvar-formatting'
11605 for :set. Change :group.
11606 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
11607 for :set. Change :group.
11608 (newsticker-html-renderer): Doc changed.
11609 Use `newsticker--set-customvar-formatting' for :set. Change :group.
11610 (newsticker-date-format):
11611 Use `newsticker--set-customvar-formatting' for :set. Change :group.
11612 (newsticker--insert-enclosure):
11613 Rename `newsticker--buffer-insert-enclosure' to
11614 `newsticker--insert-enclosure'. Add keymap arg.
11615 (newsticker--print-extra-elements):
11616 Rename `newsticker--buffer-print-extra-elements' to
11617 `newsticker--print-extra-elements'. Add keymap arg.
11618 (newsticker--do-print-extra-element):
11619 Rename `newsticker--buffer-do-print-extra-element' to
11620 `newsticker--do-print-extra-element'. Add keymap arg.
11621 (newsticker-show-news): Use `newsticker-frontend'.
11622
11623 * net/newsticker-plainview.el: New. Move plainview functionality
11624 from net/newsticker.el to net/newsticker-reader.el.
11625 (newsticker-plainview): New.
11626 (newsticker--set-customvar-sorting): New. Extracted from
11627 `newsticker--set-customvar'.
11628 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
11629 for :set. Changed :group.
11630 (newsticker-heading-format, newsticker-item-format)
11631 (newsticker-desc-format, newsticker-statistics-format):
11632 Use `newsticker--set-customvar-formatting for :set. Change :group.
11633 (newsticker-faces): Change :group.
11634 (newsticker-default-face): Enable again.
11635 (newsticker-hide-old-items-in-newsticker-buffer)
11636 (newsticker-show-descriptions-of-new-items):
11637 Use `newsticker--set-customvar-buffer' for :set. Change :group.
11638 (newsticker-show-all-news-elements): Change :group.
11639 (newsticker-plainview-hooks): New.
11640 (newsticker-select-item-hook, newsticker-select-feed-hook)
11641 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
11642 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
11643 to `newsticker--plainview-tool-bar-map'.
11644 (newsticker--url-keymap): Add mouse-1 binding.
11645 (newsticker-plainview): New.
11646 (newsticker-mark-all-items-of-feed-as-read): Change doc.
11647 (newsticker--buffer-do-insert-text): Use renamed
11648 newsticker--[buffer-]insert-enclosure and
11649 newsticker--[buffer-]print-extra-elements.
11650 (newsticker--buffer-set-faces): Use newsticker-default-face.
11651
11652 * net/newsticker-treeview.el: New.
11653
116542008-06-08 Andreas Schwab <schwab@suse.de>
11655
11656 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
11657
11658 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
11659
11660 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
11661 empty line.
11662
11663 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
11664
116652008-06-08 Martin Rudalics <rudalics@gmx.at>
11666
11667 * window.el (split-height-threshold, split-width-threshold):
11668 Add choice nil.
11669 (split-window-preferred-function): Allow either nil or a function.
11670 (window--splittable-p, window--try-to-split-window):
11671 Handle changed option values.
11672
11673 (window--frame-usable-p): Handle nil argument.
11674
11675 (display-buffer): Call get-lru-window when pop-up-windows is nil
11676 and window can't be split.
11677
116782008-06-08 Michael Albinus <michael.albinus@gmx.de>
11679
11680 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
11681
11682 * net/tramp.el (top): Quote feature names. Remove
11683 `tramp-rfn-eshadow-setup-minibuffer' from
11684 `rfn-eshadow-setup-minibuffer-hook' when unloading.
11685 (tramp-read-passwd): There is only one call to
11686 `auth-source-user-or-password' needed. Pacify byte compiler.
11687
116882008-06-08 Andreas Schwab <schwab@suse.de>
11689
11690 * window.el (display-buffer): Use lru window if current window
11691 cannot be split.
11692
116932008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * apropos.el (apropos-library): New command and new button.
11696 (apropos-library-button): New function.
11697
11698 * apropos.el: Remove spurious * in docstrings.
11699 (apropos-label-face): Use variable pitch.
11700 (apropos-print): Use dolist and with-current-buffer.
11701 (apropos-print-doc): Use when.
11702
11703 * window.el (special-display-p, display-buffer):
11704 Fix up C->Elisp transcription error.
11705
117062008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11709 (byte-compile-file): Initialize it.
11710 (byte-compile-nogroup-warn): Keep track of the current group.
11711
117122008-06-08 Glenn Morris <rgm@gnu.org>
11713
11714 * Makefile.in (compile, compile-always, bootstrap-prepare):
11715 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
11716
117172008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
11718
11719 * language/hanja-util.el (hanja-init-load): Use a char-table for
11720 hanja-table.
11721 (hangul-to-hanja-char): Adjust for the above change.
11722
117232008-06-07 Glenn Morris <rgm@gnu.org>
11724
11725 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
11726 lm-keywords.
11727
11728 * mail/sendmail.el (mail-interactive): Add :version.
11729
11730 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
11731 obsolete alias.
11732
11733 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
11734 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
11735 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
11736 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
11737 * eshell/esh-util.el, international/mule-cmds.el:
11738 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
11739 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
11740 Remove unnecessary eval-when-compiles and eval-and-compiles.
11741
11742 * Makefile.in (bootstrap-clean): Run autogen-clean.
11743 (maintainer-clean): No need to run autogen-clean now it is included in
11744 bootstrap-clean.
11745
117462008-06-06 Miles Bader <miles@gnu.org>
11747
11748 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
11749
117502008-06-06 Chong Yidong <cyd@stupidchicken.com>
11751
11752 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
11753 longlines mode.
11754
11755 * replace.el (replace-search-function)
11756 (replace-re-search-function): New vars.
11757 (perform-replace): Use them.
11758
11759 * longlines.el (longlines-re-search-forward): New function.
11760 (longlines-mode): Bind replace-search-function and
11761 replace-re-search-function, to ensure that replacement commands
11762 treat newlines as spaces.
11763 (longlines-show-effect): Default to a pilcrow sign.
11764
117652008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * help.el (function-called-at-point):
11768 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
11769 even when calling find-tag-default.
11770
117712008-06-06 Daniel Colascione <danc@merrillpress.com>
11772
11773 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
11774 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
11775 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
11776 (nxml-fontify-buffer, nxml-do-fontify):
11777 Remove obsolete variables and functions.
11778 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
11779 (nxml-degrade, nxml-after-change, nxml-after-change1)
11780 (nxml-extend-region, nxml-extend-after-change-region)
11781 (nxml-extend-after-change-region1, nxml-fontify-matcher)
11782 (nxml-toggle-char-ref-extra-display): Use font-lock, and
11783 font-lock-extend-region-functions in particular, to fontify
11784 nxml-mode buffers.
11785 (nxml-debug-region): New debugging helper function.
11786
11787 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
11788 (nxml-scan-after-change, nxml-move-tag-backwards):
11789 Adapt for font-lock changes.
11790
11791 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
11792 (nxml-debug-set-inside, nxml-debug-clear-inside):
11793 New debugging functions.
11794 (nxml-with-degradation-on-error): New helper macro.
11795
117962008-06-06 Martin Rudalics <rudalics@gmx.at>
11797
11798 * window.el (display-buffer): Remove dead call to get-lru-window.
11799
118002008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * mail/sendmail.el (mail-interactive): Change default.
11803
118042008-06-05 John Paul Wallington <jpw@pobox.com>
11805
11806 * bindings.el (completion-ignored-extensions):
11807 Add .p64fsl, .d64fsl, and .dx64fsl.
11808
118092008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * ffap.el (ffap-prompter): Don't use the region.
11812
118132008-06-05 Sam Steingold <sds@gnu.org>
11814
11815 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
11816 subdirectory to be registered.
11817
118182008-06-05 Martin Rudalics <rudalics@gmx.at>
11819
11820 * window.el (display-buffer-function, special-display-p)
11821 (special-display-buffer-names, special-display-regexps)
11822 (special-display-function, same-window-p, same-window-buffer-names)
11823 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
11824 (pop-up-frame-function, pop-up-windows, even-window-heights)
11825 (split-window-preferred-function, split-height-threshold)
11826 (window--display-buffer-1, display-buffer, pop-to-buffer):
11827 Move from window.c and buffer.c.
11828 (window--splittable-p, window--try-to-split-window)
11829 (window--frame-usable-p, window--display-buffer-2)
11830 (window--even-window-heights): New functions.
11831 (split-width-threshold): New option.
11832 (split-window-preferred-horizontally): Remove.
11833
11834 * cus-start.el: Remove corresponding declarations.
11835
118362008-06-05 Sam Steingold <sds@gnu.org>
11837
11838 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
11839 an error on modified buffers.
11840
118412008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * progmodes/etags.el (tags-verify-table): Be careful to use and update
11844 tags-file-name and tags-table-list from the right buffer.
11845 (tags-table-check-computed-list, tags-table-extend-computed-list)
11846 (find-tag-noselect): Use with-current-buffer.
11847
11848 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
11849 Use print-circle.
11850
11851 * minibuffer.el (minibuffer-local-must-match-filename-map):
11852 Declare obsolete alias for the old name.
11853
11854 * abbrev.el (unexpand-abbrev): Better preserve markers.
11855
118562008-06-05 Glenn Morris <rgm@gnu.org>
11857
11858 * emacs-lisp/autoload.el (autoload-rubric): New function,
11859 extracted from autoload-ensure-default-file.
11860 (autoload-ensure-default-file): Use autoload-rubric.
11861
11862 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
11863 (custom-dependencies-no-scan-regexp): New variable.
11864 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
11865 Don't scan files matching custom-dependencies-no-scan-regexp.
11866 Disable undo in the output buffer. Remove kept-new-versions wackiness.
11867
11868 * finder.el (finder-headmark): Initialize and add doc string.
11869 (generated-finder-keywords-file): Doc fix.
11870 (finder-no-scan-regexp): New variable.
11871 (finder-compile-keywords): Use a single let binding.
11872 Disable undo in the output buffer. Use autoload-rubric.
11873 Use mapc rather than mapcar. Don't scan files matching
11874 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
11875 rather than concat. Use directory-files to do regexp matching.
11876 No need to require jka-compr.
11877 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
11878 (finder-list-matches): Disable undo.
11879 (finder-commentary): Use let rather than let*. Disable undo.
11880 (finder-current-item): Use zerop.
11881 (finder-mode): Use define-derived-mode.
11882 (finder-exit): Doc fix. Use dolist.
11883
11884 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
11885 (custom-deps): Don't require $(lisp)/cus-load.el.
11886 (custom-deps, finder-data): Don't depend on autoloads.
11887 Should not be needed now, and doing so was causing make install to
11888 re-dump emacs post-bootstrap.
11889 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
11890 mid-build forces some things to be rebuilt.
11891
118922008-06-05 Miles Bader <miles@gnu.org>
11893
11894 * face-remap.el
11895 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
11896 (face-remap-remove-relative): Renamed from
11897 `remove-relative-face-remapping'.
11898 (face-remap-reset-base): Renamed from
11899 `set-default-base-face-remapping'.
11900 (face-remap-set-base): Renamed from `set-base-face-remapping'.
11901 (text-scale-increase): Renamed from `increase-buffer-face-height'.
11902 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
11903 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
11904
11905 * face-remap.el (variable-pitch-mode): Autoload.
11906
119072008-06-04 Sam Steingold <sds@gnu.org>
11908
11909 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
11910 Generate extra status headers for a Mercurial tree.
11911
119122008-06-04 John Paul Wallington <jpw@pobox.com>
11913
11914 * echistory.el (electric-history-map): Define within defvar.
11915 Add docstring.
11916
11917 * font-lock.el (font-lock-turn-off-thing-lock)
11918 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
11919 Use `bound-and-true-p'.
11920 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
11921 Doc fixes.
11922
11923 * international/ccl.el (define-ccl-program): Add `doc-string'
11924 declaration.
11925
119262008-06-04 Juanma Barranquero <lekktu@gmail.com>
11927
11928 * face-remap.el (variable-pitch-mode): Reflow docstrings.
11929 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
11930
119312008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
11932
11933 * emacs-lisp/rx.el (rx): Doc fix.
11934
119352008-06-04 Markus Triska <markus.triska@gmx.at>
11936
11937 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
11938
119392008-06-04 Miles Bader <miles@gnu.org>
11940
11941 * face-remap.el (adjust-buffer-face-height): New function.
11942 Add autoloaded keybindings in ctl-x-map.
11943 (increase-buffer-face-height, decrease-buffer-face-height):
11944 Simplify interactive spec to just "p". Remove autoloaded keybindings.
11945
119462008-06-03 Chong Yidong <cyd@stupidchicken.com>
11947
11948 * simple.el (line-move-1): If we did not move as far as desired,
11949 ensure that point-left and point-entered hooks are called.
11950
119512008-06-03 Sam Steingold <sds@gnu.org>
11952
11953 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
11954
119552008-06-03 John Paul Wallington <jpw@pobox.com>
11956
11957 * progmodes/make-mode.el (makefile-cleanup-continuations)
11958 (makefile-warn-suspicious-lines, makefile-warn-continuations):
11959 Use `derived-mode-p'.
11960
119612008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
11964 (ELCFILES): Update.
11965
119662008-06-03 Miles Bader <miles@gnu.org>
11967
11968 * face-remap.el: New file.
11969 * Makefile.in (ELCFILES): Add face-remap.elc.
11970
119712008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * progmodes/flymake.el (flymake-process-filter): Make sure the source
11974 buffer isn't dead.
11975
11976 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
11977 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
11978 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
11979 * obsolete/auto-show.el, obsolete/hscroll.el:
11980 Remove packages that were obsolete in Emacs-20, or that were obsolete
11981 in Emacs-21 and do not contain any more code.
11982
11983 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11984 vc-client-mode is not set.
11985
11986 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11987 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11988
11989 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11990 yet a bit more clever at distinguishing / from /.
11991
119922008-06-03 Kenichi Handa <handa@m17n.org>
11993
11994 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11995
119962008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
11997
11998 * language/hanja-util.el: New file.
11999
120002008-06-03 Glenn Morris <rgm@gnu.org>
12001
12002 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
12003 Check that end-of-word follows "type".
12004
120052008-06-02 Daiki Ueno <ueno@unixuser.org>
12006
12007 * epa-file.el (epa-file-write-region): Write the entire buffer
12008 content if START is nil.
12009
120102008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
12011
12012 * select.el (x-get-selection): Fix typo.
12013
120142008-06-01 Juanma Barranquero <lekktu@gmail.com>
12015
12016 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
12017 (describe-char): Use `looking-at-p', `string-match-p' when possible.
12018
120192008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * tar-mode.el (tar-header-block-summarize): Ensure one space around
12022 user&group.
12023
120242008-05-31 John Paul Wallington <jpw@pobox.com>
12025
12026 * help-fns.el (describe-variable-custom-version-info):
12027 Handle dotted `package-version' info.
12028
120292008-05-31 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
12032
120332008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12034
12035 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
12036 names and improve support for unregistered files.
12037
120382008-05-31 Glenn Morris <rgm@gnu.org>
12039
12040 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
12041 Remove shell variable `elc'. Split tests to hopefully be more portable.
12042 Fix `sel' assignment.
12043
120442008-05-30 Juanma Barranquero <lekktu@gmail.com>
12045
12046 * minibuffer.el (completion-table-dynamic): Doc fix.
12047
120482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
12051 Try and return `unregistered' when applicable.
12052
12053 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12054 Don't encourage naming variables with "-flag".
12055
120562008-05-30 Glenn Morris <rgm@gnu.org>
12057
12058 * Makefile.in (update-elclist): Hide the warning when it does not apply,
12059 make it milder when it does.
12060 (autogen-clean): New target.
12061 (maintainer-clean): Use autogen-clean.
12062
12063 * calendar/diary-lib.el (diary-display-function): New name for
12064 diary-display-hook. Keep old name as obsolete alias. Doc fix.
12065 Change custom type and version.
12066 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
12067 (diary-fancy-display): Doc fixes.
12068 (diary-list-entries, diary-include-other-diary-files)
12069 (diary-mail-entries):
12070 Use diary-display-function rather than diary-display-hook.
12071
12072 * calendar/appt.el (appt-check): Use diary-display-function rather than
12073 diary-display-hook.
12074 * calendar/cal-x.el (calendar-dedicate-diary): Update for
12075 diary-display-function replacing diary-display-hook.
12076 * org/org-agenda.el (org-get-entries-from-diary): Also set
12077 diary-display-function.
12078
12079 * calendar/cal-html.el (cal-html-list-diary-entries):
12080 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12081 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
12082 argument of diary-list-entries rather than setting diary-display-hook.
12083
120842008-05-30 Kenichi Handa <handa@m17n.org>
12085
12086 * international/mule-conf.el (utf-8-with-signature): Renamed from
12087 utf-8-sig.
12088 (utf-8-auto): Adjusted for the above change.
12089
12090 * international/mule-diag.el (describe-font): Don't check fontset
12091 here, and just call font-info. Get the default font by from the
12092 default face.
12093
120942008-05-29 Kenichi Handa <handa@m17n.org>
12095
12096 * international/mule-conf.el (utf-8-sig, utf-8-auto):
12097 New coding systems.
12098
12099 * international/mule.el (define-coding-system): Accept :bom for utf-8.
12100
121012008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
12102
12103 * international/utf-7.el (utf-7-encode): Use the right escape char
12104 depending on imap/nonimap encoding.
12105
121062008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
12109
121102008-05-29 Juanma Barranquero <lekktu@gmail.com>
12111
12112 * icomplete.el (icomplete-prospects-height): Add :group.
12113
121142008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * icomplete.el (icomplete-prospects-length): Make obsolete.
12117 (icomplete-prospects-height): New var.
12118 (icomplete-completions): Use it.
12119
121202008-05-29 David Kastrup <dak@gnu.org>
12121
12122 * autoinsert.el (auto-insert): Add :link.
12123
121242008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * tar-mode.el (tar-header): New field `header-start'.
12127 (tar-header-block-tokenize): Set it when useful.
12128 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
12129 (tar-header-data-end): New function.
12130 (tar-summarize-buffer): Use it.
12131 (tar-next-line): Fix goal column for long usernames.
12132 (tar-expunge-internal): Use header-start.
12133 (tar-rename-entry): Handle ustar-style long names.
12134 (tar-alter-one-field): Add optional `descriptor' argument.
12135 (tar-subfile-save-buffer): Use it.
12136
121372008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * tar-mode.el (tar-header): New field `header-start'.
12140 (tar-header-block-tokenize): Set header-start for longlink entries.
12141 (tar-expunge-internal): Use header-start to expunge longlink entries.
12142
12143 * files.el (hack-local-variables): Don't signal an error if the local
12144 variable section is not properly terminated.
12145
12146 * emacs-lisp/easymenu.el (easy-menu-convert-item)
12147 (easy-menu-convert-item-1): Move the duplicate-generation outside of
12148 the caching so it also works for identical entries.
12149
12150 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
12151 (tar-mode): Use write-region-annotate-functions rather than
12152 write-contents-functions.
12153 (tar-extract): Remove unused var `pos'.
12154 (tar-subfile-save-buffer): Remove unused var `following-descs'.
12155 (tar-mode-write-file): Remove.
12156 (tar-write-region-annotate): New function.
12157
12158 * progmodes/flymake.el (flymake-save-buffer-in-file):
12159 * shadowfile.el (shadow-copy-file):
12160 * arc-mode.el (archive-*-write-file-member):
12161 * files.el (diff-buffer-with-file):
12162 * subr.el (with-temp-file): Pass nil to write-region.
12163 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
12164
12165 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
12166 the custom.
12167
12168 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
12169 to write-region.
12170
121712008-05-28 Glenn Morris <rgm@gnu.org>
12172
12173 * Makefile.in (update-elclist): Work around non-portability of "\"
12174 in various implementations of echo.
12175
121762008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * international/mule-diag.el (describe-current-coding-system):
12179 Don't assume selection-coding-system is always defined.
12180
12181 * tar-mode.el: Use defstruct and markers.
12182 (tar-setf): Remove.
12183 (tar-header): Use defstruct. Add `data-start' field.
12184 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
12185 (tar-desc-data-start): Remove (now called tar-header-data-start).
12186 (tar-roundup-512): New fun.
12187 (tar-header-block-tokenize): Receive a buffer position rather than
12188 a string. Handle @longLink here, be more careful about it.
12189 Create a marker for data-start.
12190 (tar-summarize-buffer): Don't handle @LongLink here any more.
12191 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
12192 data-start on the following entries any more.
12193 (tar-chown-entry, tar-chgrp-entry): Use read-number.
12194
12195 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
12196 (tar-header-offset): Remove.
12197 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
12198 Not permanent any more.
12199 (tar-data-buffer): New var.
12200 (tar-data-swapped-p, tar-change-major-mode-hook)
12201 (tar-mode-kill-buffer-hook): New funs.
12202 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
12203 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
12204 (tar-clear-modification-flags, tar-alter-one-field)
12205 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
12206 Change accordingly.
12207
122082008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
12209
12210 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
12211 (vc-dir-resynch-file): ... this. Update callers.
12212 Use vc-string-prefix-p. Ignore directory args.
12213 (vc-string-prefix-p): CSE.
12214 (vc-resynch-buffer): Restore conditional.
12215
12216 * vc-hooks.el (vc-after-save): Improve test.
12217 (vc-mode-line): Fix indentation.
12218
122192008-05-27 Chong Yidong <cyd@stupidchicken.com>
12220
12221 * calendar/parse-time.el (parse-time-months)
12222 (parse-time-weekdays): Add long-form month and day names.
12223
122242008-05-27 Glenn Morris <rgm@gnu.org>
12225
12226 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
12227
122282008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * vc-dispatcher.el (vc-string-prefix-p): New function.
12231 (vc-dir-parent-marked-p): Use it.
12232
122332008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
12234
12235 * vc.el (Problems): Remove fixed issues.
12236 (vc-expand-dirs): Avoid returning directories.
12237 (vc-dir): Fix C-x v v binding.
12238 (vc-make-backend-object): Fix name.
12239 (vc-dir-show-fileentry): Fix docstring.
12240 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
12241 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
12242 Reset the state for directories.
12243 (vc-dir-headers): Align labels.
12244 (vc-default-status-printer): Do no call prettify-state-info.
12245 (vc-deduce-fileset): Replace implementation with one based on a
12246 working older version.
12247 (vc-next-action): Use the new form of vc-deduce-fileset.
12248 Fix dealing with unregistered files.
12249
12250 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
12251 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
12252 (vc-dir-child-files): New function.
12253 (vc-dir-node-directory): New function.
12254 (vc-dir-update, vc-dir-parent-marked-p)
12255 (vc-dir-children-marked-p, vc-dir-mark-all-files)
12256 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
12257
12258 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
12259
122602008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
12263 (diff-font-lock-keywords, diff-context->unified)
12264 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
12265 (diff-hunk-text, diff-find-source-location): Use it.
12266 (diff-post-command-hook): Let the user edit the hunk headers.
12267
122682008-05-26 Andreas Schwab <schwab@suse.de>
12269
12270 * vc.el (vc-default-prettify-state-info): Fix formatting of an
12271 unknown state.
12272
12273 * tar-mode.el (tar-summarize-buffer): Comment fix.
12274
122752008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
12278
122792008-05-26 Glenn Morris <rgm@gnu.org>
12280
12281 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
12282
122832008-05-25 John Paul Wallington <jpw@pobox.com>
12284
12285 * proced.el (proced-next-line, proced-previous-line):
12286 Avoid calling `next-line' and `previous-line' from Lisp code.
12287
122882008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
12289
12290 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
12291 Use diary-ordinal-suffix.
12292
122932008-05-24 Juanma Barranquero <lekktu@gmail.com>
12294
12295 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
12296 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
12297 (edebug-save-displayed-buffer-points, edebug-initial-mode)
12298 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
12299 (edebug-print-length, edebug-print-level, edebug-print-circle)
12300 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
12301 (edebug-global-break-condition, edebug-sit-for-seconds):
12302 Remove spurious * from defcustom docstrings.
12303 (edebug-unwrap*, edebug-signal, edebug-eval-display):
12304 Improve argument/docstring consistency.
12305 (edebug-test-coverage, edebug-gensym, edebug-read)
12306 (edebug-top-level-nonstop, edebug-eval-result-list)
12307 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
12308 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
12309 (edebug-display-freq-count): Reflow docstrings.
12310 (edebug-restore-status): Doc fix.
12311
123122008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * proced.el (proced-header-line): Use the :align-to 0 feature
12315 rather than computing the corresponding position manually.
12316 (proced-update): Don't hardcode point-min==1.
12317
123182008-05-24 Alan Mackenzie <acm@muc.de>
12319
12320 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
12321 if c-file-style is set to a non-string.
12322
12323 (c-neutralize-CPP-line): Surround by `save-excursion'.
12324 (c-neutralize-syntax-in-CPP): Optimize for speed.
12325
123262008-05-24 Glenn Morris <rgm@gnu.org>
12327
12328 * Makefile.in (update-elclist): New target, to update ELCFILES.
12329 (bootstrap-after): Run update-elclist.
12330
123312008-05-24 Ulf Jasper <ulf.jasper@web.de>
12332
12333 * icalendar.el (icalendar-version): Increase to "0.19".
12334 (icalendar--date-style): New function.
12335 (icalendar--datetime-to-diary-date): Doc fix.
12336 Use icalendar--date-style.
12337 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
12338 (icalendar--convert-yearly-to-ical)
12339 (icalendar--convert-recurring-to-diary): Handle iso date style,
12340 use icalendar-date-style.
12341
123422008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
12343
12344 * vc.el (vc-delete-file): Make sure the buffer is deleted and
12345 vc-dir buffers are updated.
12346
123472008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * vc.el (vc-delete-file): Don't try to resynch the buffer.
12350
123512008-05-23 Paul Rivier <paul.r.ml@gmail.com>
12352
12353 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
12354 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
12355 (reftex-extra-bindings): Use it.
12356
12357 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
12358 away from the user-reserved keys.
12359
12360 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
12361 New vars.
12362 (ada-create-keymap): Use them.
12363
123642008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
12367 a properly-grouped regexp.
12368
123692008-05-23 Juanma Barranquero <lekktu@gmail.com>
12370
12371 * progmodes/cap-words.el (capitalized-words-mode):
12372 Fix typos in docstring.
12373
123742008-05-23 Kenichi Handa <handa@m17n.org>
12375
12376 * international/mule-conf.el: Don't define the charset `emacs'
12377 here, just put :docstring, :short-name, and :long-name.
12378
123792008-05-22 Kenichi Handa <handa@m17n.org>
12380
12381 * international/mule-diag.el (font-show-log): Limit each listing
12382 to 20 items.
12383
123842008-05-23 Nick Roberts <nickrob@snap.net.nz>
12385
12386 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
12387 (gdb-annotation-rules): New entry for "thread-changed".
12388 (gdb-thread-changed): New function.
12389
123902008-05-23 Glenn Morris <rgm@gnu.org>
12391
12392 * Makefile.in (SOURCES): Remove, unused.
12393 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
12394 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
12395 Exclude more '*loaddefs' files.
12396 (compile-always): Simplify '.elc' deletion.
12397
123982008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
12401 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
12402
12403 * minibuffer.el (completion-boundaries): Change calling
12404 convention, so `string' has the same semantics as in
12405 try-completion and all-completions.
12406 (completion-table-with-context, completion--embedded-envvar-table)
12407 (completion--file-name-table)
12408 (completion-pcm--find-all-completions): Adjust code accordingly.
12409
124102008-05-22 Chong Yidong <cyd@stupidchicken.com>
12411
12412 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
12413 prune image-mode-winprops-alist, preventing it from growing
12414 indefinitely.
12415 (image-mode-reapply-winprops): Use it.
12416
124172008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
12418
12419 * net/netrc.el (netrc-machine): Always match if the port is not given.
12420
124212008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * minibuffer.el (completion-pcm--find-all-completions):
12424 Don't add pseudo-completions.
12425
12426 * icomplete.el (icomplete-eoinput): Remove.
12427 (icomplete-overlay): New var to replace it.
12428 (icomplete-tidy): Rewrite.
12429 (icomplete-exhibit): Use an overlay.
12430 (icomplete-completions): Use completion-all-sorted-completions.
12431 Obey completion-ignore-case.
12432
12433 * files.el (locate-dominating-file): Accept non-existing argument.
12434 (project-find-settings-file): Rewrite, using locate-dominating-file.
12435
124362008-05-22 Kenichi Handa <handa@m17n.org>
12437
12438 * faces.el (font-weight-table, font-slant-table, font-width-table):
12439 Delete them. Don't call internal-set-font-style-table.
12440
12441 * international/mule-diag.el (font-show-log): New function.
12442
12443 * international/fontset.el (script-representative-chars): Add more
12444 chars for latin. Add data for symbol.
12445 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
12446
124472008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * minibuffer.el (completion-all-sorted-completions): New var.
12450 (completion--flush-all-sorted-completions)
12451 (completion-all-sorted-completions): New functions.
12452 (minibuffer-force-complete): New command.
12453
124542008-05-21 Glenn Morris <rgm@gnu.org>
12455
12456 * files.el (c-postprocess-file-styles): Declare for compiler.
12457
12458 * Makefile.in: Allow for parallel byte-compiling.
12459 (ELCFILES): New variable.
12460 (.el.elc): Remove prerequisites from suffix rule. Print a message.
12461 (compile-first, compile-main, compile-last): New targets.
12462 (compile-always): Simplify - delete .elc files, then `make compile'.
12463
12464 * Makefile.in (compile-calc): Use glob rather than find.
12465 ($(lisp)/progmodes/cc-mode.elc): Use $@.
12466
12467 * eshell/esh-module.el: No need for cl when compiling.
12468
12469 * eshell/eshell.el (eshell-defgroup): New alias.
12470 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12471 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12472 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12473 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12474 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12475 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
12476 Autoload the custom group. Set generated-autoload-file.
12477 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
12478 for eshell-defgroup.
12479 * eshell/esh-module.el (eshell-load-defgroups): Remove.
12480 Require esh-groups rather than loading it.
12481
124822008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12483
12484 * proced.el (proced-header-line): New variable and new function.
12485 (proced-mode): Set header-line-format.
12486 (proced-update): Set proced-header-line.
12487 (proced-send-signal): Use proced-header-line.
12488
124892008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * macros.el (insert-kbd-macro): Use prin1-char.
12492
124932008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * minibuffer.el (completion-boundaries): New function.
12496 (completion--some): Delay errors.
12497 (complete-with-action, completion-table-with-context):
12498 Handle `boundaries' case.
12499 (completion--try-word-completion): Avoid partial-completion
12500 when the user hasn't entered anything yet.
12501 (minibuffer-local-map, minibuffer-local-filename-completion-map)
12502 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
12503 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
12504 Setup default keybindings.
12505 (completion--embedded-envvar-re): New var.
12506 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
12507 (completion--file-name-table): Handle `boundaries' case.
12508 (completion-pcm--pattern->regex): Avoid pathological backtracking.
12509 (completion-pcm--all-completions): Add a `prefix' arg.
12510 (completion-pcm--find-all-completions): New function.
12511 (completion-pcm-all-completions, completion-pcm-try-completion):
12512 Use it.
12513
12514 * icomplete.el (icomplete-completions): Don't use `predicate' with
12515 a table of a different type than `candidates'.
12516
125172008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12518
12519 * proced.el (proced-goal-column): Rename from proced-procname-column.
12520 (proced-goal-header-re): Rename from proced-procname-column-regexp.
12521 (proced-move-to-goal-column): Rename from proced-move-to-procname.
12522 (proced-header-face, proced-header-regexp): Remove.
12523 (proced-font-lock-keywords): Remove proced-header-face.
12524 (proced-header-alist, proced-sorting-schemes-re): New variables.
12525 (proced): Rename Proced buffer to *Proced*.
12526 (proced-next-line, proced-previous-line): New commands.
12527 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
12528 (proced-hide-processes): Do not treat first line as special.
12529 (proced-header-space): New function.
12530 (proced-update): Use header-line-format.
12531 Initialize proced-header-alist and proced-sorting-schemes-re.
12532 Set proced-goal-column. Include proced-command in mode-name.
12533 (proced-send-signal): Use header-line-format for *Marked
12534 Processes* buffer.
12535 (proced-sort): Restrict minibuffer completion to applicable
12536 sorting schemes.
12537 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
12538
125392008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * icomplete.el (icomplete-simple-completing-p):
12542 Allow icomplete-with-completion-tables to say "use it everywhere".
12543 (icomplete-completions): Obey completion-styles. Try to accommodate
12544 partial-completion style.
12545
125462008-05-20 Michael Olson <mwolson@gnu.org>
12547
12548 * files.el (project-find-settings-file): Change concat to
12549 expand-file-name.
12550
125512008-05-19 Tom Tromey <tromey@redhat.com>
12552
12553 * files.el (normal-mode): Call hack-project-variables.
12554 (hack-local-variables-confirm): Add 'project' argument.
12555 (hack-local-variables-apply): New function.
12556 (hack-local-variables): Use it.
12557 (project-class-alist, project-directory-alist): New variables.
12558 (project-get-alist): New function.
12559 (project-collect-bindings-from-alist)
12560 (project-collect-binding-list, set-directory-project)
12561 (project-find-settings-file, project-define-from-project-file)
12562 (hack-project-variables): New functions.
12563
125642008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
12567
125682008-05-19 Juanma Barranquero <lekktu@gmail.com>
12569
12570 * faces.el (font-weight-table): Fix typo in docstring.
12571
125722008-05-18 David Hull <david@snap.com> (tiny change)
12573
12574 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
12575 (vc-hg-annotate-command): Allow white space before version number.
12576
125772008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
12578
12579 * calc/calc-yank.el (calc-register-alist): New variable.
12580 (calc-set-register, calc-get-register, calc-copy-to-register)
12581 (calc-insert-register, calc-add-to-register, calc-append-to-register)
12582 (calc-prepend-to-register): New functions.
12583
12584 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
12585 `calc-copy-to-register' and `calc-insert-register'.
12586 Autoload new register functions.
12587
12588 * calc/calc-help.el (calc-r-prefix-help): Add help for register
12589 functions.
12590
125912008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
12592
12593 * vc.el (Todo): Add known problems.
12594 (vc-dir-backend): New variable.
12595 (vc-dir): Set it.
12596 (vc-make-backend-object, vc-generic-status-printer)
12597 (vc-generic-state, vc-generic-status-fileinfo-extra)
12598 (vc-dir-extra-menu): Use it.
12599 (vc-generic-dir-headers): Remove, unused.
12600
12601 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
12602 vc-dir-prev-directory for consistency with vc-dir-previous-line.
12603 (vc-dir-mode-map): Fix bindings.
12604
12605 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
12606
126072008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
12608
12609 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
12610 operated on.
12611 (calc-kill-region): Kill entire lines.
12612
126132008-05-17 Glenn Morris <rgm@gnu.org>
12614
12615 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
12616 simplify initial value.
12617 (defezimage): Drop support for Emacs without defimage, use a featurep
12618 test rather than fboundp when defining, drop with-no-warnings.
12619 (ezimage-insert-over-text): Move featurep test inside
12620 add-text-properties.
12621
12622 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
12623
12624 * net/tramp.el (top-level): Load auth-source when compiling.
12625
12626 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
12627
126282008-05-17 Andreas Schwab <schwab@suse.de>
12629
12630 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
12631
126322008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
12633
12634 * vc.el (vc-annotate-show-diff-revision-at-line): Change
183080b6 12635 vc-diff-internal arg to match what vc-deduce-fileset returns now.
e3d51b27
MR
12636
126372008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12638
12639 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
12640
126412008-05-17 Jim Meyering <meyering@redhat.com>
12642
12643 * ido.el (ido-save-history): Do not emit a trailing newline at the
12644 end of the ido history file.
12645
126462008-05-16 John Paul Wallington <jpw@pobox.com>
12647
12648 * vc-dispatcher.el (top-level): Revert previous change: require cl
12649 when compiling.
12650
126512008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
12652
12653 * vc.el (vc-default-status-printer)
12654 (vc-default-prettify-state-info): Enhance the state prettyprinter
12655 to deal better with unknown states and indirect through it when
12656 painting vc-dir buffers.
12657
126582008-05-16 John Paul Wallington <jpw@pobox.com>
12659
12660 * vc-dispatcher.el (top-level): Don't require cl when compiling.
12661 (vc-dir-mode-map): Fix backquote.
12662 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
12663
126642008-05-16 Michael Albinus <michael.albinus@gmx.de>
12665
12666 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
12667 Reported by Glenn Morris <rgm@gnu.org>.
12668
126692008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
12670
12671 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
12672 the end of the file, it was good work at one time but has been
12673 stale since 1995 and may now be actively misleading.
12674 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
12675 CVS repository and module (assumptions for the latter a bit iffy).
12676 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
12677 SVN repository.
12678
126792008-05-16 Juanma Barranquero <lekktu@gmail.com>
12680
12681 * vc-rcs.el (vc-rcs-create-tag):
12682 * vc-sccs.el (vc-sccs-create-tag):
12683 Fix typo in error message and pass backend arg.
12684
126852008-05-15 Michael Albinus <michael.albinus@gmx.de>
12686
12687 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
12688
126892008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
12690
12691 * net/tramp.el: Load auth-source library.
12692 (tramp-read-passwd): Use it for password, not login.
12693
126942008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
12695
12696 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
12697 (ses-print-cell): Use string-width, truncate-string-to-width,
12698 delete-region rather than length, substring, delete-char.
12699 (ses-setup): Set inhibit-point-motion-hooks to t.
12700 Calculate position by actually moving point rather than just using
12701 unibyte character length.
12702 (ses-mode): Set indent-tabs-mode to nil.
12703 (ses-center): Use string-width rather than length.
12704
127052008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
12706
12707 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
12708 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
12709 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
12710 vc-*-create-tag and vc-*-retrieve-tag respectively.
12711
12712 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
12713 unneeded defalias.
12714
12715 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
12716
12717 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
12718 about buffer names.
12719
127202008-05-15 Glenn Morris <rgm@gnu.org>
12721
12722 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
12723
12724 * org/org-exp.el (org-infojs-options-inbuffer-template):
12725 Fix declaration.
12726
12727 * progmodes/cc-mode.el (declare-function): Add compat definition.
12728 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
12729
127302008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
12731
12732 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
12733 list to a cons so the caller can get back both expanded and
12734 unexpanded filesets.
183080b6 12735 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
e3d51b27
MR
12736 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
12737 Change handling of selection-set returns as required.
12738
127392008-05-15 John Paul Wallington <jpw@pobox.com>
12740
12741 * add-log.el (top-level): Don't require cl when compiling.
12742
12743 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
12744 (archive-*-extract): Use `zerop'.
12745 (archive-*-write-file-member): Use `or', use `zerop'.
12746
12747 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
12748
12749 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
12750 (ibuffer-mark-interactive, ibuffer-set-mark)
12751 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
12752 (ibuffer-map-lines, ibuffer-switch-format)
12753 (ibuffer-update-title-and-summary)
12754 (ibuffer-redisplay-engine): Use it.
12755
12756 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
12757 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
12758 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
12759 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
12760 (ibuffer-mark-read-only-buffers)
12761 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
12762
12763 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
12764 (define-ibuffer-column, define-ibuffer-sorter)
12765 (define-ibuffer-op, define-ibuffer-filter): Add declarations
12766 containing indentation specs, replacing equivalent top-level
12767 forms that set `lisp-indent-function' properties.
12768 (define-ibuffer-op): Use `derived-mode-p'.
12769 (define-ibuffer-filter): Remove redundant `concat' call.
12770
127712008-05-14 Michael Albinus <michael.albinus@gmx.de>
12772
12773 * net/tramp.el (tramp-echo-mark): Update docstring.
12774 (tramp-echo-mark-marker): New defconst.
12775 (tramp-check-for-regexp): Use it.
12776
127772008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
12778
12779 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
12780 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
12781 as parent.
12782
127832008-05-14 John Paul Wallington <jpw@pobox.com>
12784
12785 * international/mule.el (convert-define-charset-argument):
12786 Remove period from end of error message.
12787 (coding-system-mnemonic): Doc fix.
12788 (ctext-pre-write-conversion): Doc fix.
12789
127902008-05-14 Simon Marshall <simon@gnu.org>
12791
12792 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
12793 from its default value and give it the risky-local-variable
12794 property (CVE-2008-2142).
12795
127962008-05-14 Kenichi Handa <handa@m17n.org>
12797
12798 * language/korean.el ("Korean"): Set `iso639-language'
12799 property to `ko'.
12800
12801 * language/japanese.el ("Japanese"): Set `iso639-language'
12802 property to `ja'.
12803
12804 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12805 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
12806 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
12807
12808 * international/mule-cmds.el (set-language-environment):
12809 Set current-iso639-language.
12810
12811 * international/fontset.el (setup-default-fontset): For kana, han,
12812 hangul, and cjk-misc, move an entry with font-spec at the end.
12813 (generate-fontset-menu): Exclude fontset-auto* from the list.
12814
12815 * composite.el (compose-chars-after): Assume that WINDOW is always
12816 non-nil.
12817
12818 * faces.el (font-weight-table, font-slant-table)
12819 (font-swidth-table): Declare them by defconst. Change the format
12820 of elements. Call internal-set-font-style-table after their
12821 declaration.
12822 (face-valid-attribute-values): Call font-family-list. Get values
12823 for width, weight, and slant from font-xxx-table.
12824
12825 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
12826
128272008-05-13 John Paul Wallington <jpw@pobox.com>
12828
12829 * ibuffer.el (ibuffer-buffer-file-name): New function.
12830 (define-ibuffer-column filename): Use it.
12831
12832 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
12833
128342008-05-13 Chong Yidong <cyd@stupidchicken.com>
12835
12836 * talk.el (talk): Simplify. Pass display arg to talk-add-display
12837 as a string.
12838 (talk-add-display): Simplify. Accept only string args.
12839
128402008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
12841
12842 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
12843
128442008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * Makefile.in (bootstrap-prepare): Don't chmod files.
12847 (autoloads): Do it here instead, where it's actually needed.
12848
128492008-05-13 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * tool-bar.el (tool-bar-make-keymap): Account for the optional
12852 KEY-BINDING-DATA field in menu-item list.
12853
128542008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * dired.el (dired-read-dir-and-switches): Move things about to use less
12857 recursion during macroexpansion.
12858
12859 * dired.el (dired-read-dir-and-switches): Use read-file-name.
12860
12861 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
12862 completion-ignored-extension directories if there's something else.
12863 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
12864 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
12865 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
12866 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
12867 buffer-read-only -> inhibit-read-only.
12868
128692008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
12870
12871 * vc.el (vc-expand-dirs): Stop this function from tossing out
12872 explicitly specified files.
12873
128742008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
12877 to `insert'.
12878
128792008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12880
12881 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
12882 cons. Use vc-annotate-backend.
12883 (with-vc-file, edit-vc-file): Remove unused macros.
12884
128852008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
12886
12887 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
12888 (smtpmail-try-auth-methods): Use it.
12889
128902008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
12893 (setf (nthcdr ..) ..) doesn't require CL at runtime.
12894
128952008-05-11 Carsten Dominik <dominik@science.uva.nl>
12896
12897 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
12898
128992008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
12902 (vc-bzr-revision-completion-table): Use process-file.
12903 (vc-bzr-working-revision): Pass relative file names.
12904
12905 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
12906
129072008-05-11 Juri Linkov <juri@jurta.org>
12908
12909 * wid-edit.el (widget-image-directory): Change default image data
12910 subdirectory from "custom" to "images/custom".
12911
12912 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
12913 before recursive call to `Info-next-preorder' to not add
12914 intermediate nodes to the history.
12915
12916 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
12917
12918 * emulation/cua-base.el: Put isearch-scroll property
12919 on cua-scroll-up and cua-scroll-down.
12920
129212008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
12922
12923 * vc-hooks.el (vc-recompute-state): Remove (dead code).
12924
129252008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
12926
12927 * vc-dispatcher.el (ewoc): Require.
12928 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
12929
12930 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
12931
129322008-05-10 Chong Yidong <cyd@stupidchicken.com>
12933
12934 * term/w32-win.el (x-colors):
12935 * term/mac-win.el (x-colors):
12936 * term/x-win.el (x-colors): Re-order colors.
12937
129382008-05-10 Reiner Steib <reiner.steib@gmx.de>
12939
12940 * smerge-mode.el (smerge-command-prefix): Fix custom type.
12941
129422008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
12943
12944 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
12945 New functions implementing motion to next and previous directory.
12946
12947 * vc-arch.el (vc-arch-command):
12948 * vc-bzr.el (vc-bzr-command):
12949 * vc-cvs.el (vc-cvs-command):
12950 * vc-dispatcher.el (vc-do-command):
12951 * vc-git.el (vc-git-command):
12952 * vc-hg.el (vc-hg-command):
12953 * vc-mcvs.el (vc-mvcs-command):
12954 * vc-mtn.el (vc-mtn-command):
12955 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
12956 (vc-sccs-workfile-unchanged-p):
12957 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
12958 * vc-rcs.el (all methods): Remove assumption about what a nil
12959 argument to vc-do-command means. This means no buffer name needs
12960 to be hardcoded into the dispatcher layer, and it's better to be
12961 explicit anyway.
12962
12963 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
12964
129652008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
12966
12967 * vc.el: Update todo.
12968
12969 * vc-sccs.el (vc-sccs-dir-status):
12970 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
12971 backends and returning up to date files.
12972
12973 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
12974
129752008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12976
12977 * vc.el (vc-dir):
12978 * vc-hooks.el: Tweak the VC directory bindings. These are now
12979 documented in the manual.
12980
12981 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
12982 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12983 (vc-dispatcher-selection-set): Allow callers to pass in an
12984 observer flag that says no buffer sync is required.
12985 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12986 Use the observer flag.
12987
129882008-05-09 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * simple.el (start-file-process): Clarify docstring.
12991
129922008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12993
12994 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12995 Remove stub implementations of, and references to, wash-log.
12996 * vc-rcs.el (vc-rcs-comment-history):
12997 * vc-cvs.el (vc-cvs-comment-history):
12998 Inline the code that used to be wash-log.
12999
13000 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
13001 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13002 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
13003 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
13004 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
13005 (vc-rcs-print-log): Grok directories.
13006
130072008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * vc.el (vc-mark-resolved): Add `backend' argument.
13010 (vc-next-action): Pass it the backend.
13011 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
13012 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
13013 (vc-default-comment-history, vc-default-create-snapshot)
13014 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
13015 (vc-annotate-revision-previous-to-line)
13016 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
13017 * vc-svn.el (vc-svn-checkout):
13018 * vc-mcvs.el (vc-mcvs-checkout):
13019 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
13020 (vc-working-revision, vc-before-save, vc-mode-line):
13021 Prefer vc-call-backend to vc-call so as not to recompute the backend.
13022
13023 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
13024 state to be consistent since it's often an unwarranted restriction.
13025 Don't return the state either.
13026 (vc-next-action): Check that the state is consistent.
13027 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
13028 (vc-rollback, vc-update): Adapt to new return value of
13029 vc-deduce-fileset.
13030
13031 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
13032 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
13033 (vc-dispatcher-in-fileset-p): New fun.
13034 (vc-dispatcher-selection-set): Use it to properly handle directories.
13035
130362008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
13037
13038 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
13039 (vc-update): Remove unused let bindings.
13040
130412008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
13042
13043 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
13044 (vc-diff, vc-revert, vc-rollback, vc-update):
13045 * vc-dispatcher.el (vc-dispatcher-selection-set):
13046 Get rid of 4 special cases in fileset selection. This involved
13047 changing the return value of (vc-deduce-fileset) so that it passes
13048 back a deduced state as well as a deduced back end.
13049
130502008-05-08 Sam Steingold <sds@gnu.org>
13051
13052 * progmodes/compile.el (compilation-minor-mode-map)
13053 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
13054 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
13055 it to `compilation-minor-mode-map' (instead of an explicit `cons').
13056
130572008-05-08 Juanma Barranquero <lekktu@gmail.com>
13058
13059 * org/org.el (org-modules, org-format-latex-options):
13060 * org/org-archive.el (org-archive-stamp-time)
13061 (org-archive-save-context-info):
13062 * org/org-faces.el (org-hide):
13063 * org/org-irc.el (org-irc-parse-link):
13064 * org/org-macs.el (org-call-with-arg, org-autoload):
13065 * org/org-mew.el (org-mew-store-link):
13066 * org/org-remember.el (org-remember-store-without-prompt)
13067 (org-remember-templates): Fix typos in docstrings.
13068
13069 * org/org-info.el (org-info-store-link): Remove leftover docstring.
13070
13071 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
13072 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
13073 (org-bbdb-anniv-split): Fix typos in docstrings.
13074
13075 * org/org-publish.el (org-publish-project-alist): Doc fixes.
13076 (org-publish-use-timestamps-flag): Reflow docstring.
13077 (org-publish-files-alist): Fix typos in docstring.
13078
130792008-05-07 Sam Steingold <sds@gnu.org>
13080
13081 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
13082 appears to be too aggressive with window removal.
13083
130842008-05-08 Michael McNamara <mac@mail.brushroad.com>
13085
13086 * progmodes/verilog-mode.el (verilog-type-font-keywords):
13087 Add leda and 0in as pragma keywords.
13088 (verilog-pretty-expr): Support lining up assignments which include
13089 part selects.
13090 (verilog-mode): More portable check for the availability of
13091 hideshow support.
13092 (verilog-do-indent): Remove special indent for declarations inside
13093 a parenthetical list. The code is ill-advised, and doesn't work
13094 given the new user defined types.
13095 (verilog-set-auto-endcomments): Enhance function automatic
13096 endcomment to support functions that return user defined types.
13097 (verilog-mode): Add code to tell which-function-mode minor mode
13098 that Verilog supports this feature.
13099
131002008-05-08 Eli Zaretskii <eliz@gnu.org>
13101
13102 * epa-file.el: Require epa-hook.
13103
13104 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
13105
13106 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
13107 file-names clashes on 8+3 filesystems. Provide epa-hook.
13108
13109 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
13110 file-names clashes on 8+3 filesystems.
13111
131122008-05-08 Carsten Dominik <dominik@science.uva.nl>
13113
13114 * org/org.el (org-read-date-get-relative): Interpret lone
13115 weekday abbreviation as relative to today.
13116
131172008-05-08 Juanma Barranquero <lekktu@gmail.com>
13118
13119 * abbrev.el (define-abbrev-table):
13120 * composite.el (toggle-auto-composition):
13121 * json.el (json-alist-p, json-plist-p):
13122 * minibuffer.el (completion-table-with-predicate):
13123 * ps-mule.el (ps-mule-external-libraries):
13124 * emacs-lisp/advice.el (ad-special-form-p):
13125 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13126 * eshell/em-smart.el (eshell-review-quick-commands):
13127 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
13128 (python-skip-out, python-check-comint-prompt):
13129 Don't use `iff' in docstrings.
13130
13131 * international/robin.el (robin-package-alist): Fix typo in docstring.
13132 (robin-current-package-name): Doc fix.
13133 (robin-activate): Don't use `iff' in docstring.
13134
131352008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
13136
13137 * vc.el, vc-dispatcher.el: VC-Dired support removed.
13138 The code uses a ewoc-based implementation now.
13139 * vc-hooks.el: Support for Meta-CVS has been removed.
13140
131412008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * tool-bar.el: Choose images dynamically.
13144 (tool-bar-make-keymap, tool-bar-find-image): New function.
13145 (tool-bar-find-image-cache): New var.
13146 (tool-bar-local-item, tool-bar-local-item-from-menu):
13147 Don't select the image yet, do it later in tool-bar-make-keymap.
13148
131492008-05-07 Andreas Schwab <schwab@suse.de>
13150
13151 * window.el: Require 'cl when compiling.
13152
131532008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
13156
131572008-05-07 Glenn Morris <rgm@gnu.org>
13158
13159 * subr.el (ignore-errors): Move here from cl-macs.el.
13160 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
13161
13162 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
13163 oddness.
13164
131652008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
13166
13167 * vc-hooks.el (vc-find-file-hook):
13168 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
13169 further from vc.el.
13170 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
13171
131722008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
13173
13174 * progmodes/verilog-mode.el (verilog-getopt-file):
13175 Cleanup warning message format.
13176 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
13177 (verilog-auto-inout, verilog-auto-inout-module)
13178 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
13179 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
13180 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
13181 (verilog-auto-sense-sigs, verilog-auto-tieoff)
13182 (verilog-auto-unused, verilog-auto-wire)
13183 (verilog-decls-get-assigns, verilog-decls-get-consts)
13184 (verilog-decls-get-gparams, verilog-decls-get-inouts)
13185 (verilog-decls-get-inputs, verilog-decls-get-outputs)
13186 (verilog-decls-get-ports, verilog-decls-get-regs)
13187 (verilog-decls-get-signals, verilog-decls-get-wires)
13188 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
13189 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
13190 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
13191 (verilog-inject-sense, verilog-library-filenames)
13192 (verilog-mode-release-date, verilog-mode-version)
13193 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
13194 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
13195 (verilog-modi-get-assigns, verilog-modi-get-consts)
13196 (verilog-modi-get-gparams, verilog-modi-get-inouts)
13197 (verilog-modi-get-inputs, verilog-modi-get-outputs)
13198 (verilog-modi-get-ports, verilog-modi-get-regs)
13199 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
13200 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
13201 (verilog-modi-get-wires, verilog-preserve-cache)
13202 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
13203 (verilog-read-sub-decls, verilog-read-sub-decls-line)
13204 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
13205 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
13206 Add caching of additional state, and rework signal extraction
13207 routines to improve AUTO expansion performance by 300%++.
13208
132092008-05-06 Chong Yidong <cyd@stupidchicken.com>
13210
13211 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13212 Tweak Open Watcom regexp to distinguish between errors and warnings.
13213
132142008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * dired.el (dired-read-dir-and-switches): Fix up last change.
13217
132182008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
13219
13220 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
13221 out of this function, move it to vc-dispatcher-selection-set.
13222
132232008-05-05 Sam Steingold <sds@gnu.org>
13224
13225 * window.el (delete-other-windows-vertically): New function.
13226
132272008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * dired.el (dired-read-dir-and-switches):
13230 Obey read-file-name-completion-ignore-case.
13231
132322008-05-05 Nick Roberts <nickrob@snap.net.nz>
13233
13234 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13235 Add regexp for Open Watcom compiler output.
13236
132372008-05-05 Phil Sung <psung@mit.edu> (tiny change)
13238
13239 * progmodes/python.el (python-block-pairs): Align finally with except.
13240
132412008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
13244
132452008-05-05 Tom Tromey <tromey@redhat.com>
13246
13247 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
13248 looking at conflict marker.
13249
132502008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
13253 client-mode -> vc-client-object, and guess `funcall' was meant.
13254 (vc-dir-mode): Rename client-mode -> vc-client-mode.
13255
132562008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13257
13258 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
13259 (dbus-debug): Move declarations outside eval-when-compile.
13260
132612008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13262
13263 * proced.el (proced-command-alist): Fix system-type values.
13264 Fix defcustom.
13265 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
13266 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
13267 (proced-sort-start, proced-sort, proced-sort-time): New commands.
13268 (proced-update): Use proced-sorting-scheme. Update modeline.
13269 (proced-send-signal): Use nreverse.
13270 (proced-sorting-scheme-p): New function.
13271
132722008-05-04 Andreas Schwab <schwab@suse.de>
13273
13274 * vc.el: Require dired when compiling.
13275
13276 * minibuffer.el (completion--insert-strings): Don't delete past bol.
13277
132782008-05-03 Glenn Morris <rgm@gnu.org>
13279
13280 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
13281 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
13282 Simplify compilation requirements.
13283 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
13284 declarations.
13285
132862008-05-03 Dave Love <fx@gnu.org>
13287
13288 * progmodes/python.el (python-beginning-of-statement):
13289 Loop at least once (fixes 2008-02-21 change).
13290
132912008-05-03 Eli Zaretskii <eliz@gnu.org>
13292
13293 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
13294 instead of `length' for comparing length of user and group names.
13295
132962008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
13297
13298 * vc-dispatcher.el: New file, separates out the UI and command
13299 execution machinery from VCS-specific logic left in vc.el.
13300 The separation is not yet completely clean, but it's a good start.
13301 * vc.el: This file is about 1700 lines shorter now.
13302 Remove obsolete logentry-check from the backend API.
13303 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
13304 implementation of the logentry-check method, and it guarded against
13305 a log length limit that has probably been obsolete for 15 years (!).
13306
133072008-05-02 Sam Steingold <sds@gnu.org>
13308
13309 * progmodes/compile.el (compilation-start): Move setting of
13310 compilation-directory after (funcall mode) as that resets local
13311 variables, this fixes recompile in grep buffers.
13312 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
13313 in dired &c).
13314
133152008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
13316
13317 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
13318 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
13319 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
13320 has one of these and that all are called in compatible ways.
13321 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
13322 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
13323 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
13324 backend has one of these.
13325
133262008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
13329 initialization into define-abbrev-table. Use :regexp.
13330 (octave-mode-syntax-table): Don't set word syntax for `.
13331
13332 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
13333 than only value.
13334
13335 * dired.el (dired-read-dir-and-switches):
13336 Set minibuffer-completing-file-name and call substitute-in-file-name.
13337 (dired-format-columns-of-files): Use completion--insert-strings.
13338
13339 * minibuffer.el (completion-hilit-commonality): Revert last change:
13340 the leftover code was actually useful.
13341 (completion--insert-strings): Use string-width rather than length.
13342
133432008-05-02 Sam Steingold <sds@gnu.org>
13344
13345 * vc.el (vc-dir-mode-map): Enable mouse bindings.
13346 (vc-at-event): New macro: run the body at the even location.
13347 (vc-dir-menu, vc-dir-toggle-mark): Use it.
13348 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
13349 * subr.el (mouse-event-p): Check if the event is mouse-related.
13350
133512008-05-02 Nick Roberts <nickrob@snap.net.nz>
13352
13353 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13354 Don't throw error if no file is found.
13355
133562008-05-02 Juanma Barranquero <lekktu@gmail.com>
13357
13358 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
13359 (vc-default-state-heuristic): Doc fix.
13360
133612008-05-02 Richard Sharman <rsharman@pobox.com>
13362
13363 * hilit-chg.el (highlight-changes-mode): Remove references to
13364 hooks that no longer exist. Because define-minor-mode is used the
13365 hook highlight-changes-mode-hook exists and can do what both the
13366 old hooks used to do. The documentation at the top of the file
13367 was updated to demonstrate this.
13368 (highlight-changes-mode): Remove commented out call to a hook
13369 function that is no longer there.
13370 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
13371
133722008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
13373
13374 * vc.el (vc-default-dired-state-info): Change name of primitive
13375 to prettify-state-info, in preparation for ripping out dired mode.
13376 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
13377 to prettify-state-info, in preparation for ripping out dired mode.
13378 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
13379 tries this on a version-controlled buffer. It will do useless or
13380 actively bad things on any version control system newer than RCS.
13381 * vc-hooks.el (vc-dired-resynch-file):
13382 * vc.el (vc-dired-resynch-file): Change name of primitive to
13383 vc-directory-resynch-file, preparing to remove dired.
13384
133852008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
13386
13387 * vc-rcs.el (vc-rcs-state): Fix typos.
13388
13389 * vc.el (vc-register): Change argument order so that the prefix
13390 argument is assigned correctly.
13391 (vc-next-action, vc-dir-register): Update for the above change.
13392
133932008-05-01 Juri Linkov <juri@jurta.org>
13394
13395 * replace.el (occur-read-primary-args): Set default to the car of
13396 regexp-history and display it in the prompt, but don't add to the
13397 list of minibuffer defaults. Bind history-add-new-input to nil to
13398 not add automatically `default'. For empty input return `default'.
13399 Otherwise, add `input' to regexp-history and return it.
13400 (occur-1): Signal an error for the empty regexp.
13401
13402 * progmodes/compile.el (compilation-auto-jump):
13403 Set window point to `pos' explicitly.
13404
134052008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
13406
13407 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
13408 when appropriate.
13409 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
13410 we report the 'unregistered state reliably.
13411 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
13412 we report the 'unregistered state reliably.
13413 * vc-git.el (vc-git-state): Call vc-git-unregistered so
13414 we report the 'unregistered state reliably.
13415 * vc-hooks.el (vc-state): Document that vc-unregistered is
13416 now expected to be returned reliably.
13417 * vc.el (vc-default-dired-state): Change needs-patch state to
13418 needs-update, since the name now shows up in dir-status listings
13419 and was somewhat misleading.
13420 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
13421 immediately after removing the file.
13422 * vc.el (vc-next-action): More informative messages when a fileset
13423 is in a mixed state or files are missing.
13424
134252008-05-01 Sam Steingold <sds@gnu.org>
13426
13427 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
13428
134292008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
13432
134332008-05-01 Daiki Ueno <ueno@unixuser.org>
13434
13435 * epa-file-hook.el: New file split from epa-file.el.
13436 * epa-file.el: Require 'epa-file-hook.
13437 (epa-file-handler): Add autoload cookie.
13438 * loadup.el: Load epa-file-hook.
13439 * startup.el (command-line): Eval the body of auto-encryption-mode.
13440
134412008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13442
13443 * vc.el (vc-dir-mode-map): Don't bind "r".
13444
13445 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
13446 (vc-hg-status-printer): New function.
13447 (vc-hg-after-dir-status): Deal with copied and renamed files.
13448 (vc-hg-dir-status): Add flag to show copied files.
13449
134502008-05-01 John Paul Wallington <jpw@pobox.com>
13451
13452 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
13453 (ibuffer-do-sort-by-recency): Reverse sorting order if last
13454 sorting mode was recency.
13455
13456 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
13457 reverse sorting order if last sorting mode was the sorter's.
13458
134592008-05-01 Jason Rumney <jasonr@gnu.org>
13460
13461 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
13462
134632008-04-30 John Paul Wallington <jpw@pobox.com>
13464
13465 * ibuffer.el (define-ibuffer-column filename): When the major mode
13466 is `vc-dir-mode' show the buffer's default directory.
13467
13468 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
13469 major mode is `vc-dir-mode' use the buffer's default directory.
13470
134712008-04-30 Sam Steingold <sds@gnu.org>
13472
13473 * vc.el (vc-dir-delete-file): Add.
13474 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
13475 (vc-delete-file): Do not barf when the file has been already deleted.
13476
134772008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
13478
13479 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
13480
134812008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * progmodes/octave-mod.el (octave-help): New function.
13484 * progmodes/octave-hlp.el: Delete.
13485 * info-look.el (octave-mode): Add operator index.
13486
13487 * vc.el (vc-checkout): Typo.
13488
134892008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
13490
13491 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
13492 Add "..." in the appropriate places.
13493
13494 * epa.el (epa-key-list-mode-map): Add more menu entries.
13495 Add "..." in the appropriate places.
13496
13497 * dired.el (dired-mode-map): Add :help.
13498
13499 * vc.el (vc-deduce-fileset): Add new parameter.
13500 (vc-dir-marked-only-files): New function.
13501 (vc-next-action): Don't ignore directories, look at the files
13502 inside them.
13503 (vc-dir-mode): Document how the mark/unmark commands work.
13504
135052008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13506
13507 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13508 Rule out trailing spaces in file and directory names as well.
13509
13510 * minibuffer.el (completion--do-completion): Move point even if the
13511 completion makes no change.
13512 (completion-pcm-try-completion): Fix computation of new point.
13513
135142008-04-30 David Hansen <david.hansen@gmx.net>
13515
13516 * dired.el: Require 'cl.
13517
135182008-04-30 Nick Roberts <nickrob@snap.net.nz>
13519
13520 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
13521 hollow if not in innermost frame.
13522
135232008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6b5e47dd 13524
e3d51b27
MR
13525 Make `checkout-model' apply to filesets.
13526 * vc-hooks.el (vc-checkout-model): Rewrite.
13527 (vc-before-save, vc-after-save): Adjust callers accordingly.
13528 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
13529 (vc-transfer-file): Adjust callers accordingly.
13530 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
13531 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
13532 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
13533 instead of vc-checkout-model.
13534 * vc-mcvs.el (vc-mcvs-revert):
13535 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
13536 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
13537 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
13538 * vc-svn.el (vc-svn-checkout-model):
13539 * vc-hg.el (vc-hg-checkout-model):
13540 * vc-git.el (vc-git-checkout-model):
13541 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
13542
13543 * dired.el (dired-read-dir-and-switches): Replace last change with
13544 a new approach that mixes read-file-name and read-directory-name.
13545
13546 * files.el (read-buffer-to-switch):
13547 Avoid making assumptions about `other-buffer'.
13548
135492008-04-29 Sam Steingold <sds@gnu.org>
13550
13551 * vc.el (vc-dir-mode-hook): Add normal hook.
13552 (vc-dir-mode): Run it.
13553
135542008-04-29 Nick Roberts <nickrob@snap.net.nz>
13555
13556 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
13557 Always split windows.
13558 (gdb-speedbar-timer-fn): Only raise frame after user input.
13559 (gdb-same-frame): Reverse initial value.
13560 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
13561
13562 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
13563 gdb-speedbar-timer-fn.
13564
135652008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
13568
135692008-04-29 Daiki Ueno <ueno@unixuser.org>
13570
13571 * epa.el (epa-key-list-mode-map): Add menu.
13572 (epa-delete-keys, epa-import-keys): Fix typo.
13573
135742008-04-29 Glenn Morris <rgm@gnu.org>
13575
13576 * find-cmd.el (top-level): Does not need cl when compiling.
13577
f0131492 135782008-04-29 Philip Jackson <phil@shellarchive.co.uk>
e3d51b27
MR
13579
13580 * find-cmd.el: New file.
13581
135822008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
13585 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
13586 (completion-pcm--hilit-commonality): New function.
13587 (completion-pcm-all-completions): Use it.
13588
13589 * minibuffer.el (completion-common-substring): Mark obsolete.
13590 (completions-first-difference, completions-common-part):
13591 Move from simple.el.
13592 (completion-hilit-commonality): New fun.
13593 (display-completion-list, completion-emacs21-all-completions)
13594 (completion-emacs22-all-completions): Use it.
13595 * simple.el (completions-first-difference, completions-common-part):
13596 Move to minibuffer.el.
13597 (choose-completion-string): Use field functions and minibufferp.
13598 (completion-setup-function): Don't set completions faces.
13599
136002008-04-29 Glenn Morris <rgm@gnu.org>
13601
13602 * calendar/calendar.el (calendar-nth-named-absday)
13603 (calendar-nth-named-day):
13604 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
13605 * calendar/holidays.el (holiday-float): Doc fixes.
13606
13607 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
13608 the `full' case.
13609
13610 * org/org-agenda.el (calendar-iso-from-absolute):
13611 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
13612 Fix declarations.
13613
136142008-04-28 Nick Roberts <nickrob@snap.net.nz>
13615
13616 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
13617 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
13618 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
13619 (gdb-assembler-custom): Be careful not to match other addresses.
13620
136212008-04-29 Jason Rumney <jasonr@gnu.org>
13622
13623 * battery.el (battery-status-function): Use w32-battery-status
13624 on Windows.
13625 (battery-echo-area-format): Make apm format the general case.
13626 (battery-mode-line-format): Merge apm and pmset formats as the
13627 general case.
13628
136292008-04-29 Nick Roberts <nickrob@snap.net.nz>
13630
13631 * progmodes/gdb-ui.el (gdb-info-stack-custom):
13632 Use gud-tool-bar-item-visible-no-fringe.
13633 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
13634 is already visible in frame. Remove optional size parameter
13635 and add optional frame parameter.
13636
13637 * progmodes/gud.el (gud-display-line): Only consider visible
13638 frames when looking for source buffer.
13639
136402008-04-28 Chong Yidong <cyd@stupidchicken.com>
13641
13642 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
13643 argument to get-char-property, in case the current buffer hasn't
13644 been assigned to that window yet.
13645 (doc-view-display): Default to selected window if the current
13646 buffer hasn't been assigned to a window yet.
13647
136482008-04-28 Vinicius Jose Latorre <bzg@altern.org>
13649
13650 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
13651
136522008-04-28 Michael Albinus <michael.albinus@gmx.de>
13653
13654 * net/tramp.el (tramp-mode): New defcustom.
13655 (tramp-file-name-handler, tramp-completion-file-name-handler):
13656 Use it.
13657 (tramp-replace-environment-variables): Handle "$$".
13658
136592008-04-28 Sam Steingold <sds@gnu.org>
13660
13661 * vc-hg.el (vc-hg-rename-file): Fix argument order.
13662
136632008-04-28 Bastien Guerry <bzg@altern.org>
13664
13665 * whitespace.el (whitespace-trailing): Fix typo.
13666
136672008-04-28 Sam Steingold <sds@gnu.org>
13668
13669 * textmodes/remember.el (diary-make-entry): Update the autoload.
13670
136712008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
13674 all-completions.
13675
136762008-04-28 Juanma Barranquero <lekktu@gmail.com>
13677
13678 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
13679
136802008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
13681
13682 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
13683 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
13684 (vc-dir-mark-file): Add an optional argument.
13685 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
13686
136872008-04-27 Daiki Ueno <ueno@unixuser.org>
13688
13689 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
13690 rather than obsolete alias find-file-hooks.
13691 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
13692 Use find-file-hook rather than obsolete alias find-file-hooks.
13693 Add to find-file-not-found-functions.
13694 (epa-file-handler): Put 'safe-magic and 'operations properties.
13695
13696 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
13697 (epa-menu-items): Remove.
13698
13699 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
13700 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
13701 (epa-dired-mode, epa-global-dired-mode): Remove.
13702
13703 * dired.el (dired-mode-map): Bind encryption/decryption commands.
13704
13705 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
13706
13707 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
13708
137092008-04-27 Glenn Morris <rgm@gnu.org>
13710
13711 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
13712 Remove un-needed local `orig-list'. Replace cl `copy-list'.
13713
137142008-04-27 Carsten Dominik <dominik@science.uva.nl>
13715
13716 * org/org.el (org-html-level-start): Always have id's in HTML.
13717 (org-export-as-html): Use `org-link-protocols' to
13718 retrieve the export form of the link.
13719 (org-add-link-type): Final parameter renamed from PUBLISH.
13720 Better documentation of how it is to be used. Avoid double entries for
13721 the same link type.
13722 (org-add-link-props): New function.
13723 (org-modules-loaded): New variable.
13724 (org-load-modules-maybe, org-set-modules): New function.
13725 (org-modules): New option.
13726 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
13727 (orgtbl-mode, org-store-link, org-insert-link-global)
13728 (org-open-at-point): Call `org-load-modules-maybe'.
13729 (org-search-view): Add more text properties.
13730 (org-agenda-schedule, org-agenda-deadline): Allow also in
13731 search-type agendas.
13732 (org-search-view): Order of arguments has been changed.
13733 Interpret prefix-arg as TODO-ONLY.
13734 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
13735 Take new argument order of `org-search-view' into account.
13736 (org-todo-only): New variable.
13737 (org-search-syntax-table): New variable and function.
13738 (org-search-view): Do the search with the special syntax table.
13739 (define-obsolete-function-alias): Make work with XEmacs.
13740 (org-add-planning-info): Use old date as default when modifying an
13741 existing deadline or scheduled item.
13742 (org-agenda-compute-time-span): Make argument N optional.
13743 (org-agenda-format-date-aligned): Require `cal-iso'.
13744 (org-agenda-list): Include week into agenda heading, don't
13745 list it at each date (only on Mondays).
13746 (org-read-date-analyze): Define local variable `iso-date'.
13747 (org-agenda-format-date-aligned): Remove dependency on
13748 `calendar-time-from-absolute'.
13749 (org-remember-apply-template, org-go-to-remember-target):
13750 Interpret filenames relative to `org-directory'.
13751 (org-complete): Silently fail when trying to complete
13752 keywords that don't have a default value.
13753 (org-get-current-options): Add a #+DATE: option.
13754 (org-additional-option-like-keywords): Remove "DATE:" from the
13755 list of additional keywords.
13756 (org-export-as-html): Remove (current-time) as unnecessary second
13757 argument of `format-time-string'.
13758 (org-clock-find-position): Handle special case at end of buffer.
13759 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
13760 `org-agenda-change-time-span'.
13761 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
13762 `org-agenda-change-time-span'.
13763 (org-agenda-month-view): New argument MONTH, pass it on to
13764 `org-agenda-change-time-span'.
13765 (org-agenda-year-view): New argument YEAR, pass it on to
13766 `org-agenda-change-time-span'.
13767 (org-agenda-change-time-span): New optional argument N, pass it on
13768 to `org-agenda-compute-time-span'.
13769 (org-agenda-compute-time-span): New argument N, interpret it by
13770 changing the starting day.
13771 (org-small-year-to-year): New function.
13772 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
13773 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
13774 into the future, and that the shift is at least one interval, never 0.
13775 (org-update-checkbox-count): Fix bug with checkbox counting.
13776 (org-add-note): New command.
13777 (org-add-log-setup): Rename from `org-add-log-maybe'.
13778 (org-log-note-headings): New entry for plain notes (i.e. notes not
13779 related to state changes or clocking).
13780 (org-get-org-file): Check for availability of `remember-data-file'.
13781 (org-cached-entry-get): Allow a regexp value for
13782 `org-use-property-inheritance'.
13783 (org-use-property-inheritance): Allow regexp value. Fix bug in
13784 customization type.
13785 (org-use-tag-inheritance): Allow a list and a regexp value for
13786 this variable.
13787 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
13788 (org-entry-get): Respect value `selective' for the INHERIT argument.
13789 (org-tag-inherit-p, org-property-inherit-p): New functions.
13790 (org-agenda-format-date-aligned): Allow 10 characters for
13791 weekday, to accommodate German locale.
13792 (org-add-archive-files): New function.
13793 (org-agenda-files): New argument `ext', to get archive files as well.
13794 (org-tbl-menu): Protect the use of variables that
13795 are only available when org-table.el gets loaded.
13796 (org-read-agenda-file-list): Error if `org-agenda-files' is a
13797 single directory.
13798 (org-open-file): Allow a batch process to trigger
13799 waiting after executing a system command.
13800 (org-store-link): Link to headline when there is not
13801 target and no region in an org-mode buffer when creating a link.
13802 (org-link-types-re): New variable.
13803 (org-make-link-regexps): Compute `org-link-types-re'.
13804 (org-make-link-description-function): New option.
13805 (org-agenda-date, org-agenda-date-weekend): New faces.
13806 (org-archive-sibling-heading): New option.
13807 (org-archive-to-archive-sibling): New function.
13808 (org-iswitchb): New command.
13809 (org-buffer-list): New function.
13810 (org-agenda-columns): Also try the #+COLUMNS line in
13811 the buffer associated with the entry at point (or with the first
13812 entry in the agenda view).
13813 (org-modules): Add entry for org-bibtex.el.
13814 (org-completion-fallback-command): Move into `org-completion' group.
13815 (org-clock-heading-function): Move to `org-progress' group.
13816 (org-auto-repeat-maybe): Make sure that a note can
13817 be enforces if `org-log-repeat' is `note'.
13818 (org-modules): Allow additional symbols for external packages.
13819 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
13820 (org-clock-goto): Hide drawers after showing an
13821 entry with `org-clock-goto'.
13822 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
13823 Try also a clocktable block shift.
13824 (org-clocktable-try-shift): New function.
13825 (org-columns-hscoll-title): New function.
13826 (org-columns-previous-hscroll): New variable.
13827 (org-columns-full-header-line-format): New variable.
13828 (org-columns-display-here-title, org-columns-remove-overlays):
13829 Install `org-columns-hscoll-title' in post-command-hook.
13830
13831 * org/org.el: Split into many small files.
13832
13833 * org/org-agenda.el: New file, split off from org.el.
13834
13835 * org/org-archive.el: New file, split off from org.el.
13836
13837 * org/org-bbdb.el: New file.
13838
13839 * org/org-bibtex.el: New file, split off from org.el.
13840
13841 * org/org-clock.el: New file, split off from org.el.
13842
13843 * org/org-colview.el: New file, split off from org.el.
13844
13845 * org/org-compat.el: New file, split off from org.el.
13846
13847 * org/org-exp.el: New file, split off from org.el.
13848
13849 * org/org-faces.el: New file, split off from org.el.
13850
13851 * org/org-gnus.el: New file, split off from org.el.
13852
13853 * org/org-info.el: New file, split off from org.el.
13854
13855 * org/org-infojs.el: New file.
13856
13857 * org/org-irc.el: New file.
13858
13859 * org/org-macs.el: New file, split off from org.el.
13860
13861 * org/org-mew.el: New file.
13862
13863 * org/org-mhe.el: New file, split off from org.el.
13864
13865 * org/org-publish.el: New file, split off from org.el.
13866
13867 * org/org-remember.el: New file, split off from org.el.
13868
13869 * org/org-rmail.el: New file, split off from org.el.
13870
13871 * org/org-table.el: New file, split off from org.el.
13872
13873 * org/org-vm.el: New file, split off from org.el.
13874
13875 * org/org-wl.el: New file, split off from org.el.
13876
138772008-04-27 Jason Riedy <jason@acm.org>
13878
13879 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
13880 parameter that suppresses lines that evaluate to NIL.
13881 (orgtbl-get-fmt): New inline function for
13882 picking apart formats that may be lists.
13883 (orgtbl-apply-fmt): New inline function for applying formats that
13884 may be functions.
13885 (orgtbl-eval-str): New inline function for strings that may be
13886 functions.
13887 (orgtbl-format-line, orgtbl-to-generic): Use and document.
13888 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
13889 (*orgtbl-llfmt*, *orgtbl-llstart*)
13890 (*orgtbl-llend*): Dynamic variables for last-line formatting.
13891 (orgtbl-format-section): Shift formatting to support detecting the
13892 last line and formatting it specially.
13893 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
13894 formats unless overridden.
13895 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
13896 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
13897 bound variables to hold the input collection of lines and output
13898 formatted text.
13899 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
13900 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
13901 format parameters.
13902 (orgtbl-format-line): New function encapsulating formatting for a
13903 single line.
13904 (orgtbl-format-section): Similar for each section. Rebinding the
13905 dynamic vars customizes the formatting for each section.
13906 (orgtbl-to-generic): Use orgtbl-format-line and
13907 orgtbl-format-section.
13908 (org-get-param): Now unused, so delete.
13909 (orgtbl-gather-send-defs): New function to
13910 gather all the SEND definitions before a table.
13911 (orgtbl-send-replace-tbl): New function to find the RECEIVE
13912 corresponding to the current name.
13913 (orgtbl-send-table): Use the previous two functions and implement
13914 multiple destinations for each table.
13915
13916 * doc/org.texi (A LaTeX example): Note that fmt may be a
13917 one-argument function, and efmt may be a two-argument function.
13918 (Radio tables): Document multiple destinations.
13919
139202008-04-27 Carsten Dominik <dominik@science.uva.nl>
13921
13922 * org/org-agenda.el (org-add-to-diary-list): New function.
13923 (org-prefix-has-effort): New variable.
13924 (org-sort-agenda-noeffort-is-high): New option.
13925 (org-agenda-columns-show-summaries)
13926 (org-agenda-columns-compute-summary-properties): New options.
13927 (org-format-agenda-item): Compute the duration of the item.
13928 (org-agenda-weekend-days): New variable.
13929 (org-agenda-list, org-timeline): Use the proper faces for dates in
13930 the agenda and timeline buffers.
13931 (org-agenda-archive-to-archive-sibling): New command.
13932 (org-agenda-start-with-clockreport-mode): New option.
13933 (org-agenda-clockreport-parameter-plist): New option.
13934 (org-agenda-clocktable-mode): New variable.
13935 (org-agenda-deadline-leaders): Allow a function value for the
13936 deadline leader.
13937 (org-agenda-get-deadlines): Deal with new function value.
13938
13939 * org/org-clock.el (org-clock): New customization group.
13940 (org-clock-into-drawer, org-clock-out-when-done)
13941 (org-clock-in-switch-to-state, org-clock-heading-function):
13942 Move into the new group.
13943 (org-clock-out-remove-zero-time-clocks): New option.
13944 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
13945 (org-dblock-write:clocktable): Allow a Lisp form for the scope
13946 parameter.
13947 (org-dblock-write:clocktable): Fix bug with total time calculation.
13948 (org-dblock-write:clocktable): Request the unrestricted list of files.
13949 (org-get-clocktable): New function.
13950 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
13951 be strings but also integers (an absolute day number) and lists (m d y).
13952
13953 * org/org-colview.el (org-columns-next-allowed-value)
13954 (org-columns-edit-value): Limit the effort for updating in the
13955 agenda to recomputing a single file.
13956 (org-columns-compute): Only write property value if it has changed.
13957 This avoids raising the buffer-change-flag unnecessarily.
13958 (org-agenda-colview-summarize)
13959 (org-agenda-colview-compute): New functions.
13960 (org-agenda-columns): Call `org-agenda-colview-summarize'.
13961
13962 * org/org-exp.el (org-export-run-in-background): New option.
13963 (org-export-icalendar): Allow a batch process to trigger waiting
13964 after executing a system command.
13965 (org-export-preprocess-string): Rename from
13966 `org-cleaned-string-for-export'.
13967 (org-export-html-style): Made target class look like normal text.
13968 (org-export-as-html): Make use of the better preprocessing in
13969 `org-cleaned-string-for-export'.
13970 (org-cleaned-string-for-export): Better treatment of heuristic
13971 targets, many more internal links will now work in HTML export.
13972 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
13973 (org-export-inbuffer-options-extra): New variable.
13974 (org-export-options-filters): New hook.
13975 (org-infile-export-plist): Find also the settings keywords in
13976 `org-export-inbuffer-options-extra'.
13977 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
13978 multiple #+INFOJS_OPT lines.
13979 (org-export-html-handle-js-options): New function.
13980 (org-export-html-infojs-setup): New option.
13981 (org-export-as-html): Call `org-export-html-handle-js-options'.
13982 Add autoload to all entry points.
13983 (org-skip-comments): Function removed.
13984
13985 * org/org-table.el (org-table-make-reference): Extra parenthesis
13986 around single fields, to make sure that algebraic formulas get
13987 correctly interpreted by calc.
13988 (org-table-current-column): No longer interactive.
13989
13990 * org/org-export-latex.el (org-export-latex-preprocess):
13991 Rename from `org-export-latex-cleaned-string'.
13992
139932008-04-27 Bastien Guerry <bzg@altern.org>
13994
13995 * org/org-publish.el (org-publish-get-base-files-1): New function.
13996 (org-publish-get-base-files): Use it.
13997 (org-publish-temp-files): New variable.
13998 Don't require 'dired-aux anymore.
13999 (org-publish-initial-buffer): New variable.
14000 (org-publish-org-to, org-publish): Use it.
14001 (org-publish-get-base-files-1): Bug fix: get
14002 the proper list of files when recursing thru a directory.
14003 (org-publish-get-base-files): Use the :exclude property to skip
14004 both files and directories.
14005
140062008-04-27 Michael Albinus <michael.albinus@gmx.de>
14007
14008 * net/tramp.el (tramp-handle-make-symbolic-link)
14009 (tramp-handle-file-name-directory)
14010 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
14011 (tramp-do-copy-or-rename-file-directly)
14012 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
14013 (tramp-handle-substitute-in-file-name)
14014 (tramp-handle-insert-file-contents, tramp-handle-write-region)
14015 * net/tramp-cache.el (tramp-get-file-property)
14016 (tramp-set-file-property, tramp-flush-file-property)
14017 (tramp-flush-directory-property)
14018 * net/tramp-compat.el (tramp-compat-make-temp-file)
14019 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
14020 Disable `file-name-handler-alist' when handling localname.
14021 It could have a remote file syntax, like a VMS file name.
14022
140232008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14024
14025 * whitespace.el: New version 11.1.
14026 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
14027 enclosed by \\( and \\)$. Docstring fix.
14028 (whitespace-trailing-regexp): Fun removed.
14029 (whitespace-report-list): Const initialization fix.
14030 (whitespace-color-on): Code fix.
14031
140322008-04-27 Andreas Schwab <schwab@suse.de>
14033
14034 * Makefile.el: Unbreak bootstrap.
14035
140362008-04-27 Michael Albinus <michael.albinus@gmx.de>
14037
14038 * net/tramp.el (tramp-replace-environment-variables): New defun.
14039 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
14040 Use it.
14041
140422008-04-27 Glenn Morris <rgm@gnu.org>
14043
14044 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
14045
14046 * calculator.el (calculator-expt): Replace cl function `oddp'.
14047
140482008-04-27 Johan Bockgård <bojohan@gnu.org>
14049
14050 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
14051 Simplify. Collect `defun' and `autoload' entries.
14052 Avoid modifying load-history.
14053
140542008-04-26 Glenn Morris <rgm@gnu.org>
14055
14056 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
14057
14058 * simple.el (quoted-insert, zap-to-char): Revert previous change.
14059
140602008-04-26 John Paul Wallington <jpw@pobox.com>
14061
14062 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
14063 `hexl-mode-old-eldoc-documentation-function'.
14064 (hexl-mode-exit): Restore it.
14065 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
14066
14067 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
14068
140692008-04-26 Juanma Barranquero <lekktu@gmail.com>
14070
14071 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
14072 (completion-pcm--all-completions): Doc fix.
14073 (completion-styles-alist, completion-all-completions):
14074 Fix typos in docstrings.
14075
140762008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14077
14078 * whitespace.el: There is now only one variable (whitespace-style) to
14079 specify which kind of blank is visualized. Doc and docstring fix.
14080 New version 11.0.
14081 (whitespace-style): New option, replace whitespace-style-mark and
14082 whitespace-style-color.
14083 (whitespace-style-mark, whitespace-style-color): Options removed.
14084 (whitespace-hspace, whitespace-tab, whitespace-newline)
14085 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
14086 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
14087 (whitespace-hspace-regexp, whitespace-space-regexp)
14088 (whitespace-tab-regexp, whitespace-trailing-regexp)
14089 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
14090 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
14091 (whitespace-space-after-tab-regexp, whitespace-line-column)
14092 (whitespace-display-mappings, whitespace-report): Docstring fix.
14093 (whitespace-color-value-list, whitespace-mark-value-list)
14094 (whitespace-active-color, whitespace-active-mark)
14095 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
14096 (whitespace-style-value-list, whitespace-active-style)
14097 (whitespace-toggle-style): New vars.
14098 (whitespace-toggle-option-alist, whitespace-help-text):
14099 Var initialization and docstring fix.
14100 (whitespace-toggle-options, global-whitespace-toggle-options)
14101 (whitespace-cleanup, whitespace-cleanup-region)
14102 (whitespace-report-region, whitespace-interactive-char)
14103 (whitespace-toggle-list): Docstring and code fix.
14104 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14105 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
14106 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
14107 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
14108
141092008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
14112 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
14113 (diff-sanity-check-hunk): Adjust code accordingly.
14114
141152008-04-26 Glenn Morris <rgm@gnu.org>
14116
14117 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
14118
14119 * forms-d2.dat: Move to ../etc.
14120 * forms-d2.el (forms-file): Adapt for above change.
14121
14122 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
14123 `translation-table-for-input'.
14124
14125 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
14126 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
14127
14128 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
14129 to punctuation now it's not needed for abbrevs.
14130 (fortran-mode-abbrev-table): Remove defvar, make use of new
14131 define-abbrev-table :regexp feature.
14132
14133 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
14134 insert, now that translation-table-for-input is not needed.
14135
141362008-04-26 Johannes Weiner <hannes@saeurebad.de>
14137
14138 * emacs-lisp/pp.el (pp-display-expression): New function,
14139 extracted from pp-eval-expression.
14140 (pp-eval-expression): Use pp-display-expression.
14141 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
14142 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
14143 (pp-eval-last-sexp): Use pp-last-sexp.
14144
141452008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * abbrev.el (define-abbrev-table): Apply props even if the table
14148 exists already.
14149
14150 * minibuffer.el (completion-table-with-context): Fix `pred' for the
14151 various kinds of completion tables.
14152 (completion-emacs22-try-completion): Place cursor after the /, as was
14153 done in Emacs-22's minibuffer-complete-word.
14154 Fix bug reported by David Hansen <david.hansen@gmx.net>.
14155 (completion-emacs22-try-completion): Merge all mergeable text rather
14156 than just /.
14157 (completion-pcm--delim-wild-regex): New var.
14158 (completion-pcm-word-delimiters): New custom.
14159 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
14160 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
14161 (completion-pcm--all-completions, completion-pcm-all-completions)
14162 (completion-pcm--merge-completions, completion-pcm--pattern->string)
14163 (completion-pcm-try-completion): New functions.
14164 (completion-styles-alist): Add them.
14165 (completion-styles): Add it to the default.
14166
141672008-04-25 Nick Roberts <nickrob@snap.net.nz>
14168
14169 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
14170 (gdb-var-create-handler): ...until here when there are values.
14171 (gdb-post-prompt): Don't do -var-update with no watch expressions.
14172 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
14173
141742008-04-25 Eli Zaretskii <eliz@gnu.org>
14175
14176 * ls-lisp.el (ls-lisp-format): Fix last change.
14177 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
14178 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
14179 (ls-lisp-filesize-f-fmt): New defvars.
14180 (ls-lisp-insert-directory): Dynamically compute format specifiers
14181 for displaying UID, GID, and file size, and store them in the
14182 above variables.
14183 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
14184 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
14185 instead of constant format strings.
14186 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
14187 ls-lisp-filesize-d-fmt instead of constant format strings.
14188
141892008-04-24 Nick Roberts <nickrob@snap.net.nz>
14190
14191 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
14192 value of addresses rather than (partial) string value.
14193 (gdb-frame-handler): Change regexp according to above change.
14194 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14195 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
14196 (gdb-assembler-mode): Disable undo in these buffers.
14197
141982008-04-24 Michael Albinus <michael.albinus@gmx.de>
14199
14200 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
14201 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
14202
142032008-04-24 Sam Steingold <sds@gnu.org>
14204
14205 * textmodes/remember.el (remember-diary-extract-entries): Use
14206 diary-make-entry instead of the obsolete make-diary-entry.
14207
142082008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * subr.el (translation-table-for-input): Mark as obsolete.
14211
14212 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
14213
14214 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
14215
14216 * textmodes/ispell.el (ispell-dictionary-alist-1)
14217 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
14218 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
14219 (ispell-dictionary-alist-6): Remove.
14220 (ispell-dictionary-base-alist): New var, merges the above.
14221 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
14222 Use it.
14223 (ispell-dictionary-alist): Default to nil. Remove autoload.
14224 (ispell-local-dictionary-alist): Remove autoload.
14225
14226 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
14227 (f90-mode-abbrev-table): Use the new :regexp feature.
14228 Merge defvar and mapc into define-abbrev-table.
14229 (f90-imenu-type-matcher): Remove unused `l'.
14230 (f90-imenu-generic-expression): Remove unused `not-ib'.
14231 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
14232 (f90-change-keywords): Use restore-buffer-modified-p.
14233
142342008-04-24 Glenn Morris <rgm@gnu.org>
14235
14236 * net/goto-addr.el (goto-address-prog-mode):
14237 * progmodes/bug-reference.el (bug-reference-prog-mode):
14238 Define for compiler.
14239
14240 * minibuffer.el (x-file-dialog): Declare as function.
14241
14242 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
14243 dframe-update-speed rather than obsolete alias speedbar-update-speed.
14244
14245 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
14246 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
14247 work with easymenu. Add :keys where needed.
14248
14249 * calendar/cal-move.el (calendar-scroll-left): Handle case when
14250 event-start is nil.
14251
14252 * calendar/calendar.el (calendar-mode-map): Fix typo.
14253
142542008-04-24 Tom Tromey <tromey@redhat.com>
14255
14256 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14257 Document keywords. Add :suppress.
14258 * pcvs-defs.el (cvs-mode-map): Use :suppress.
14259
14260 * net/goto-addr.el (goto-address-unfontify): New function.
14261 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
14262 (goto-address-fontify-region, goto-address-mode)
14263 (goto-address-prog-mode): New functions.
14264
14265 * progmodes/bug-reference.el: New file.
14266
142672008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14268
14269 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
14270
142712008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
14274 macros within lambdas.
14275
142762008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * minibuffer.el (completion-try-completion): Add `point' argument.
14279 Change return value.
14280 (completion-all-completions): Add `point' argument.
14281 (minibuffer-completion-help): Pass the new `point' argument.
14282 (completion--do-completion): Pass the whole field to try-completion.
14283 (completion--try-word-completion): Rewrite, making fewer assumptions.
14284 (completion-emacs21-try-completion, completion-emacs21-all-completions)
14285 (completion-emacs22-try-completion, completion-emacs22-all-completions)
14286 (completion-basic-try-completion, completion-basic-all-completions):
14287 New functions.
14288 (completion-styles-alist): Use them.
14289
6c791387 142902008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
e3d51b27
MR
14291
14292 * textmodes/ispell.el (ispell-set-spellchecker-params):
14293 New function to make sure right params and dictionary alists are used
14294 after spellchecker changes.
14295 (ispell-aspell-dictionary-alist, ispell-last-program-name)
14296 (ispell-initialize-spellchecker-hook): New variables and hook.
14297 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
14298 (ispell-maybe-find-aspell-dictionaries): Remove.
14299 Calls replaced by (ispell-set-spellchecker-params) calls.
14300 (ispell-have-aspell-dictionaries): Remove.
14301
14302 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
14303 by ispell-set-spellchecker-params.
14304
143052008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * complete.el (PC-do-completion): Be more robust in the presence of
14308 unexpected values in minibuffer-completion-predicate.
14309
14310 * minibuffer.el (read-file-name): Don't let-bind default-directory.
14311 Only abbreviate default-filename if it's a file.
14312
14313 * minibuffer.el (read-file-name-function, read-file-name-predicate)
14314 (read-file-name-completion-ignore-case, insert-default-directory):
14315 New vars, moved from fileio.c.
14316 (read-file-name): New fun, moved from fileio.c.
14317 * cus-start.el: Remove insert-default-directory and
14318 read-file-name-completion-ignore-case.
14319
143202008-04-23 Magnus Henoch <mange@freemail.hu>
14321
14322 * tar-mode.el (tar-untar-buffer): If the entry has directory
14323 link type, extract it as a directory even if its file name doesn't
14324 end with a slash. Fixes extraction of NetBSD tar archives.
14325
143262008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * server.el (server-start): Also don't get confused by CRs since we
14329 don't quote them.
14330
143312008-04-23 Nick Roberts <nickrob@snap.net.nz>
14332
14333 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
14334 (gdb-set-gud-minor-mode-existing-buffers)
14335 (gdb-info-breakpoints-custom, gdb-get-location)
14336 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14337 Previously gdb-create-define-alist wasn't always run and added to
14338 after-save-hook.
14339
14340 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
14341
143422008-04-23 Kevin Ryde <user42@zip.com.au>
14343
14344 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
14345 comments like unindented ones.
14346
143472008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14348
14349 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
14350 parameter origins.
14351
143522008-04-23 Kevin Ryde <user42@zip.com.au>
14353
14354 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14355 Bind print-level to ensure output forms aren't truncated if
14356 print-level is set to eval-expression-print-level when going via
14357 eval-defun and friends, or has been otherwise fiddled with.
14358
143592008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * progmodes/cc-mode.el (c-basic-common-init): Don't set
14362 font-lock-extend-after-change-region-function globally.
14363
143642008-04-23 Juanma Barranquero <lekktu@gmail.com>
14365
14366 * speedbar.el (speedbar-use-tool-tips-flag)
14367 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
14368 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
14369 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
14370 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
14371 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
14372 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
14373 (speedbar-separator-face): Fix typos in docstrings.
14374 (speedbar-stealthy-function-list, speedbar-verbosity-level)
14375 (speedbar-supported-extension-expressions, speedbar-update-current-file)
14376 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
14377 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
14378 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
14379 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
14380 (speedbar-check-vc-this-line, speedbar-files-line-directory)
14381 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14382 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
14383 (speedbar-recenter): Doc fixes.
14384 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
14385 declaration and remove redundant info in docstring.
14386
143872008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
14388
14389 * vc-git.el (vc-git-status-printer): Deal with directories.
14390
14391 * vc.el (vc-next-action): Look at more than the first file to
14392 determine the state.
14393
143942008-04-23 Glenn Morris <rgm@gnu.org>
14395
14396 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
14397 timers. Doc fix.
14398 (dframe-update-speed): Drop support for XEmacs < 20.
14399 (dframe-frame-mode): Drop support for Emacs < 20.
14400 (dframe-set-timer-internal): Drop support for Emacs without timers.
14401 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
14402
14403 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
14404 versions. Add doc-string. Mark as obsolete.
14405
14406 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
14407
14408 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
14409 rather than using an Emacs version test.
14410
14411 * tree-widget.el (tree-widget-image-enable): Use display-images-p
14412 rather than an Emacs version test.
14413
14414 * calendar/cal-china.el (holiday-chinese-qingming)
14415 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
14416 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
14417 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
14418
14419 * calendar/cal-islam.el (holiday-islamic): Doc fix.
14420
14421 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
14422 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
14423 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
14424
144252008-04-23 Nick Roberts <nickrob@snap.net.nz>
14426
14427 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
14428 (gdb-previous-frame-pc-address): ...to this.
14429 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
14430 of "info frame" with Gdb 6.4+.
14431 (gdb-stack-list-frames-regexp): New regexp.
14432 (gdb-frame-handler-1): Parse output of -stack-info-frame.
14433
144342008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
14435
14436 * tar-mode.el (tar-prefix-offset): New constant.
14437 (tar-header-block-tokenize): Support paths with long names
14438 which use the "ustar" standard.
14439
144402008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
14441
14442 * image-dired.el (image-dired-track-original-file)
14443 (image-dired-modify-mark-on-thumb-original-file):
14444 Use `dired-goto-file' instead of `search-forward'. This solves
14445 a bug with finding files where the file name is a subset of other
14446 file names. Doc fix.
14447
144482008-04-22 Juri Linkov <juri@jurta.org>
14449
14450 * menu-bar.el (buffers-menu-max-size): Move its definition down to
14451 the "Buffers Menu" section. Change group name `mouse' to `menu'.
14452 (yank-menu-length): Change group name `mouse' to `menu'.
14453 (buffers-menu-buffer-name-length): New user option.
14454 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
14455 instead of the hard-coded number 27.
14456
144572008-04-22 Juri Linkov <juri@jurta.org>
14458
14459 * isearch.el (eval-when-compile): Require `help-macro'.
14460 (isearch-help-for-help-internal): Isearch specific Help screen
14461 created by `make-help-screen'.
14462 (isearch-help-map): New variable that binds "b", "k", "m" to
14463 isearch-specific commands, and binds other keys to
14464 isearch-other-control-char, thus allowing other Help keys to
14465 exit isearch mode and execute their global definitions.
14466 (isearch-help-for-help, isearch-describe-bindings)
14467 (isearch-describe-key, isearch-describe-mode): New commands.
14468 (isearch-mode-help): Define alias to isearch-describe-mode
14469 and remove its old function definition.
14470 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
14471 Remove old comments because this issue is settled now.
14472 (isearch-forward): Describe three new Help commands in the docstring.
14473 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
14474 leave the single sentence at the first line of the docstring,
14475 and prepend the word "function" before `isearch-forward'
14476 to make the Help link to the function instead of variable.
14477
144782008-04-22 Juri Linkov <juri@jurta.org>
14479
14480 * isearch.el (isearch-success-function): New variable with default
14481 to `isearch-success-function-default'.
14482 (isearch-search): Call a function from `isearch-success-function'
14483 instead of calling the hard-coded `isearch-range-invisible'.
14484 (isearch-success-function-default): New function that calls
14485 `isearch-range-invisible' and inverts its return value.
14486
14487 * info.el (Info-search): In two similar places that skip
14488 undesired search matches move code to Info-search-success-function,
14489 and call `isearch-success-function' instead.
14490 (Info-search-success-function): New function copied from code
14491 in Info-search. Replace isearch-range-invisible with
14492 text-property-not-all that checks for 'invisible and 'display
14493 properties to skip partially invisible matches (whose display
14494 properties were set by Info-fontify-node).
14495 (Info-mode): Set buffer-local isearch-success-function
14496 to Info-search-success-function.
14497
144982008-04-22 Juri Linkov <juri@jurta.org>
14499
14500 * minibuffer.el (internal-complete-buffer-except): New function.
14501
14502 * files.el (read-buffer-to-switch): New function.
14503 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14504 Change interactive spec to call read-buffer-to-switch instead of
14505 using the letter "B".
14506
14507 * simple.el (minibuffer-default-add-shell-commands): New function.
14508 Use declare-function for mailcap-file-default-commands from "mailcap".
14509 (shell-command): Set local minibuffer-default-add-function to
14510 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
14511 before calling read-shell-command. Set 4th arg default-value of
14512 read-shell-command to relative buffer-file-name in file buffers.
14513
14514 * dired-aux.el (dired-read-shell-command-default): Move it to
14515 gnus/mailcap.el and change its name to more general name
14516 mailcap-file-default-commands.
14517 (minibuffer-default-add-dired-shell-commands): New function.
14518 Use declare-function for mailcap-file-default-commands from "mailcap".
14519 (dired-read-shell-command): Set local minibuffer-default-add-function
14520 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
14521 before calling read-shell-command. Remove dired-read-shell-command-default
14522 from the default value arg because default values are not set in
14523 minibuffer-default-add-dired-shell-commands. Doc fix.
14524
14525 * dired-x.el (dired-smart-shell-command): Sync arguments and
14526 interactive spec with changes in `shell-command'.
14527 Use dired-get-filename to get the dired file name at point
14528 as the default value in dired mode.
14529
145302008-04-22 Juanma Barranquero <lekktu@gmail.com>
14531
14532 * info.el (Info-complete-menu-item): Add missing parenthesis.
14533
145342008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14535
14536 * info.el (Info-complete-menu-item): Save point.
14537
145382008-04-22 Juanma Barranquero <lekktu@gmail.com>
14539
14540 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
14541
145422008-04-22 Andreas Schwab <schwab@suse.de>
14543
14544 * Makefile.in (emacs-deps): Define.
14545 Use it instead of $(lisp)/subdirs.el.
14546
145472008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
14548
14549 * vc.el (vc-next-action): Do not consider directories when
14550 checking for state compatibility.
14551 (vc-transfer-file): Use when not if.
14552 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
14553 (vc-dir-mark-file): Use them.
14554 (vc-deduce-fileset): Also return the backend.
14555 (vc-diff-internal): Take as argument the value returned by
14556 vc-deduce-fileset instead of just the fileset.
14557 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
14558 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
14559 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
14560
145612008-04-22 Tassilo Horn <tassilo@member.fsf.org>
14562
14563 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
14564 set-window-vscroll but image-scroll-down. Fixes a bug where a
14565 command following SPC scrolled up again.
14566
145672008-04-22 Nick Roberts <nickrob@snap.net.nz>
14568
14569 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
14570 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
14571 (gud-watch): Add "$" prefix when in registers buffer.
14572
145732008-04-22 Glenn Morris <rgm@gnu.org>
14574
14575 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
14576
14577 * whitespace.el (whitespace-display-table)
14578 (whitespace-display-table-was-local): Move definitions before use.
14579
14580 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
14581 (copyright-limit): Respect copyright-at-end-flag.
14582 (copyright-re-search, copyright-start-point)
14583 (copyright-offset-too-large-p): New functions.
14584 (copyright-update-year): Use copyright-re-search.
14585 (copyright-update, copyright-fix-years): Use copyright-start-point,
14586 and copyright-re-search.
14587 (copyright): Use copyright-offset-too-large-p.
14588 * add-log.el (change-log-mode): Set copyright-at-end-flag.
14589
14590 * add-log.el (top-level): Require 'cl when compiling.
14591
145922008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
14595 Treat minibuffer-completion-predicate as a predicate.
14596
14597 * minibuffer.el (completion--file-name-table): Accept both the old
14598 `dir' arg or the new `pred' arg.
14599
14600 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
14601 `predicate' argument to pass non-predicate data.
14602 (ffap-read-url-internal, ffap-read-file-or-url-internal):
14603 Use second arg as proper predicate.
14604
14605 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
14606 (vc-bzr-revision-completion-table): Use completion-table-with-context
14607 instead.
14608
14609 * simple.el (choose-completion-string): Use minibuffer-completion-table.
14610
146112008-04-21 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * term.el (term-emulate-terminal): Perform redisplay after the
14614 process filter has finished running.
14615
146162008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14617
14618 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
14619
14620 * minibuffer.el (completion-try-completion): Change magic symbol
14621 property name. Rename from minibuffer-try-completion.
14622 (completion-all-completions): Rename from minibuffer-all-completions.
14623 Remove hide-spaces argument.
14624 (completion--do-completion): Rename from minibuffer--do-completion.
14625 (minibuffer-complete-and-exit): Call just try-completion rather than
14626 completion-try-completion to fix up the case.
14627 (completion--try-word-completion): Try to add space or hyphen before
14628 making `string' a prefix of `completion'.
14629 (completion--insert-strings): Rename from minibuffer--insert-strings.
14630
146312008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14632
14633 * net/tls.el (tls-program): Add -ign_eof argument to call the
14634 openssl commands.
14635 (tls-checktrust): Ditto.
14636
146372008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
14638
14639 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
14640
14641 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
14642 (vc-check-master-templates, vc-file-not-found-hook)
14643 (vc-kill-buffer-hook):
14644 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
14645 (vc-find-position-by-context, vc-buffer-context)
14646 (vc-restore-buffer-context, vc-responsible-backend)
14647 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
14648 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
14649 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
14650 (vc-version-diff, vc-diff, vc-insert-headers)
14651 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
14652 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
14653 (vc-revert, vc-rollback, vc-version-backup-file)
14654 (vc-rename-master, vc-delete-file, vc-rename-file)
14655 (vc-branch-part, vc-default-retrieve-snapshot)
14656 (vc-annotate-display-autoscale, vc-annotate-display-select)
14657 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
14658 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
14659 (vc-dir-update): Handle directories.
14660 (vc-default-status-printer): Simplify.
14661
14662 * progmodes/asm-mode.el (asm-mode-map):
14663 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
14664
14665 * progmodes/m4-mode.el (m4-mode-map): Add menu.
14666
146672008-04-21 Kenichi Handa <handa@m17n.org>
14668
14669 * select.el (xselect-convert-to-string): Send a C_STRING only if
14670 the polymorphic target TEXT is requested.
14671
146722008-04-21 Juanma Barranquero <lekktu@gmail.com>
14673
14674 * minibuffer.el (completion-setup-hook, display-completion-list)
14675 (completion--file-name-table): Fix typos in docstrings.
14676 (completion-table-dynamic): Fix typo, and reflow docstring.
14677
146782008-04-20 Andreas Schwab <schwab@suse.de>
14679
14680 * server.el (server-switch-buffer): Also consider clients in the
14681 selected frame.
14682
146832008-04-19 Nick Roberts <nickrob@snap.net.nz>
14684
14685 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14686 Select window clicked on first.
14687 (gdb): Display thread number in mode-line.
14688 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
14689 (gdb-breakpoints-header): New variable.
14690 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
14691
146922008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
14695 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
14696 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
14697 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
14698 (vc-sccs-print-log): Use it.
14699
14700 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
14701
14702 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
14703 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
14704
14705 * tooltip.el (tooltip-previous-message): New var.
14706 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
14707 the C code (avoid overwriting a minibuffer, restore previous echo
14708 message, ...).
14709 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
14710 Simplify.
14711
147122008-04-19 Nick Roberts <nickrob@snap.net.nz>
14713
14714 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
14715 (gdb-init-1): Initialise it.
14716 (gdb-annotation-rules): New entry for "new-thread".
14717 (gdb-thread-identification): New function to customize
14718 mode-line-buffer-identification.
14719 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
14720 (gdb-assembler-mode): Use it.
14721 (gdb-threads-mode): Force "info threads" onto queue.
14722
147232008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * files.el (locate-file-completion-table): Rename from
14726 locate-file-completion and make it use `pred' in the normal way.
14727 (locate-file-completion): New compatibility wrapper.
14728 (load-library): Use locate-file-completion-table.
14729 * finder.el (finder-commentary):
14730 * subr.el (locate-library):
14731 * emacs-lisp/find-func.el (find-library): Likewise.
14732 * info.el: Use with-current-buffer and inhibit-read-only.
14733 (Info-read-node-name-2): Change to use `predicate' in the normal way.
14734 (Info-read-node-name-1): Adjust uses accordingly.
14735
14736 * minibuffer.el (completion-table-with-context): Add support for `pred'.
14737 (completion-table-with-terminator): Don't use complete-with-action
14738 since we have to distinguish all three cases anyway.
14739 (completion-table-with-predicate): New function.
14740 (dynamic-completion-table): Add obsolete alias.
14741
14742 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
14743
147442008-04-18 Sam Steingold <sds@gnu.org>
14745
14746 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
14747 Use quit-window instead of bury-buffer.
14748
147492008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14750
14751 * minibuffer.el (completion-table-with-terminator): Fix last fix.
14752
147532008-04-18 Andreas Schwab <schwab@suse.de>
14754
14755 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
14756 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
14757 Depend on $(lisp)/subdirs.el.
14758
147592008-04-18 Juanma Barranquero <lekktu@gmail.com>
14760
14761 * descr-text.el (describe-char-after):
14762 Use `define-obsolete-function-alias'.
14763
14764 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
14765
14766 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
14767
14768 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
14769 Remove redundant obsolescence info in docstring.
14770
14771 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
14772 (vc-header-alist): Add WHEN to obsolescence declaration.
14773 (vc-state): Fix typo in docstring.
14774
14775 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
14776 Use `define-obsolete-variable-alias'.
14777
14778 * emulation/tpu-edt.el (tpu-have-ispell):
14779 * international/codepage.el (codepage-setup):
14780 Fix typo in obsolescence declaration.
14781
14782 * international/mule.el (char-coding-system-table):
14783 Remove redundant obsolescence info in docstring.
14784 (charset-list, generic-char-p, set-char-table-default):
14785 Fix typos in obsolescence declarations.
14786
14787 * international/mule-diag.el (non-iso-charset-alist):
14788 Fix typo in obsolescence declaration.
14789 (decode-codepage-char): Remove redundant obsolescence info in docstring.
14790
14791 * font-core.el (font-lock-defaults-alist):
14792 * font-lock.el (font-lock-reference-face):
14793 * frame.el (screen-height, screen-width, set-screen-width)
14794 (set-screen-height):
14795 * hilit-chg.el (highlight-changes-initial-state):
14796 * isearch.el (isearch-return-char):
14797 * log-edit.el (cvs-commit-buffer-require-final-newline)
14798 (cvs-changelog-full-paragraphs):
14799 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
14800 (mouse-popup-menubar-stuff):
14801 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
14802 (mouse-wheel-click-button):
14803 * outline.el (outline-visible):
14804 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
14805 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
14806 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
14807 * progmodes/compile.el (compile-internal):
14808 Add WHEN to obsolescence declarations.
14809
148102008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
14813 is not better anyway.
14814
148152008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14816
14817 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
14818 properly.
14819
148202008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
14823 (python-use-skeletons): Remove, unused.
14824 (python-skeletons): Remove. Use the abbrev table instead.
14825 (python-mode-abbrev-table): Fix regexp;
14826 add enable-function and case-fixed.
14827 (def-python-skeleton): Simplify.
14828 (python-expand-template): Use the abbrev-table and abbrev-insert.
14829 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14830 Remove.
14831 (python-mode): Don't set pre-abbrev-expand-hook.
14832
14833 * skeleton.el: Set coding-tag.
14834
14835 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
14836 (expand-abbrev): Use it.
14837 (abbrev-table-menu): New function.
14838
14839 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
14840
14841 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
14842
148432008-04-17 Sam Steingold <sds@gnu.org>
14844
14845 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
14846 idiosyncratic bury-buffer/delete-window logic.
14847
148482008-04-17 Juanma Barranquero <lekktu@gmail.com>
14849
14850 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
14851 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
14852
148532008-04-17 Kenichi Handa <handa@m17n.org>
14854
14855 * international/characters.el: Don't make the width of U+00AD to 0.
14856
148572008-04-17 Nick Roberts <nickrob@snap.net.nz>
14858
14859 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
14860 (gdb, gdb-starting, gdb-frames-mode): Use it.
14861 (gdb-invalidate-frames): Advise to call "info stack" only if
14862 execution has occurred.
14863 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
14864 selected frame if no execution has occurred.
14865 (gdb-frames-force-update): New interactive function.
14866 (gdb-frames-mode-map): Bind it to "F".
14867
148682008-04-17 Michael Olson <mwolson@gnu.org>
14869
14870 * textmodes/remember.el (remember-version): Release Remember 2.0.
14871
148722008-04-16 Yoni Rabkin <yoni@rabkins.net>
14873
14874 * textmodes/artist.el:
14875 * progmodes/vhdl-mode.el:
14876 * progmodes/verilog-mode.el:
14877 * progmodes/vera-mode.el:
14878 * progmodes/simula.el:
14879 * progmodes/ps-mode.el:
14880 * progmodes/cmacexp.el:
14881 * obsolete/hilit19.el:
14882 * emulation/viper.el:
14883 * ediff.el: Cleanup the bug-report email addresses and make sure the
14884 maintainer is still willing to handle bug reports.
14885
148862008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14887
14888 * vc.el (vc-dir-kill-query): Fix thinko.
14889
148902008-04-16 Glenn Morris <rgm@gnu.org>
14891
14892 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
14893 by diary-sexp-entry.
14894
148952008-04-16 Markus Triska <markus.triska@gmx.at>
14896
14897 * proced.el (proced-command-alist): Add support for darwin.
14898
148992008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * proced.el (proced-mode): Redefine as just the major-mode.
14902 (proced): Separate it from proced-mode.
14903
14904 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
14905
149062008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14907
14908 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
14909 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
14910 `tab-width' setting from user. New version 10.0. Doc and docstring
14911 fix.
14912 (whitespace-style, whitespace-chars): Remove options.
14913 (whitespace-style-mark): New option, replace whitespace-style deleted
14914 option. Fix docstring.
14915 (whitespace-style-color): New option, replace whitespace-chars deleted
14916 option. Fix docstring.
14917 (whitespace-space, whitespace-hspace, whitespace-tab)
14918 (whitespace-newline, whitespace-trailing, whitespace-line)
14919 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
14920 (whitespace-space-after-tab, whitespace-hspace-regexp)
14921 (whitespace-space-regexp, whitespace-tab-regexp)
14922 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14923 (whitespace-empty-at-eob-regexp, whitespace-line-column)
14924 (whitespace-toggle-option-alist): Fix docstring.
14925 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
14926 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
14927 docstring and initialization.
14928 (global-whitespace-mode): Autoloaded global minor mode.
14929 (whitespace-chars-value-list, whitespace-style-value-list)
14930 (whitespace-active-chars, whitespace-active-style)
14931 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
14932 (whitespace-color-value-list): New var, replace
14933 whitespace-chars-value-list removed var.
14934 (whitespace-mark-value-list): New var, replace
14935 whitespace-style-value-list removed var.
14936 (whitespace-active-color): New var, replace whitespace-active-chars
14937 removed var.
14938 (whitespace-active-mark): New var, replace whitespace-active-style
14939 removed var.
14940 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
14941 removed var.
14942 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
14943 removed var.
14944 (whitespace-toggle-option-alist, whitespace-report-list)
14945 (whitespace-report-text, whitespace-help-text): Fix initialization.
14946 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
14947 (whitespace-toggle-options, global-whitespace-toggle-options)
14948 (whitespace-cleanup-region, whitespace-report-region)
14949 (whitespace-interactive-char): Fix docstring and code.
14950 (whitespace-cleanup, whitespace-report): Fix docstring.
14951 (whitespace-replace-spaces-by-tabs): Remove fun.
14952 (whitespace-replace-action): New fun, replace
14953 whitespace-replace-spaces-by-tabs removed fun.
14954 (whitespace-regexp, whitespace-indentation-regexp)
14955 (whitespace-space-after-tab-regexp, whitespace-insert-value)
14956 (whitespace-kill-buffer): New funs.
14957 (whitespace-insert-option-mark, whitespace-help-on)
14958 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
14959 (whitespace-color-on, whitespace-color-off)
14960 (whitespace-display-char-on): Fix code.
14961
149622008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
14965 (mouse-throw-magnifier-with-mouse-movement): Remove.
14966 (mouse-throw-magnifier-base): New const.
14967 (mouse-drag-scroll-delta): New fun.
14968 (mouse-drag-throw): Use it.
14969
149702008-04-15 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * international/uni-bidi.el, international/uni-category.el:
14973 * international/uni-combining.el, international/uni-comment.el:
14974 * international/uni-decimal.el, international/uni-decomposition.el:
14975 * international/uni-digit.el, international/uni-lowercase.el:
14976 * international/uni-mirrored.el, international/uni-name.el:
14977 * international/uni-numeric.el, international/uni-old-name.el:
14978 * international/uni-titlecase.el, international/uni-uppercase.el:
14979 * international/charprop.el: Regenerate.
14980
149812008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
14982
14983 * vc.el (vc-status-fileinfo): Add new member directoryp.
14984 (vc-default-status-printer): Print directories.
14985 (vc-status-update): Sort files before subdirectories.
14986
14987 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14988 Add alternative implementation based on "cvs update".
14989
149902008-04-15 Tassilo Horn <tassilo@member.fsf.org>
14991
14992 * doc-view.el: Changed requirements section to tell that only one
14993 of dvipdf or dvipdfm is needed.
14994 (doc-view-already-converted-p): Fix bug that forced reconversion
14995 if doc was already converted.
14996
149972008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * minibuffer.el (minibuffer-message):
15000 Make sure we can put-text-property.
15001
15002 * emacs-lisp/crm.el: Complete rewrite.
15003
15004 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
15005 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
15006 case of an error in display-completion-list.
15007
15008 * filecache.el (file-cache-completions-keymap): Move init from
15009 file-cache-completion-setup-function into declaration.
15010 (file-cache-minibuffer-complete): Simplify.
15011 (file-cache-completion-setup-function): Use standard-output,
15012 preserve current-buffer.
15013
15014 * vc.el (vc-status-update): Fix typo.
15015 (vc-status-update): Set needs-update.
15016 (vc-status-refresh): η-reduce.
15017
150182008-04-14 Tassilo Horn <tassilo@member.fsf.org>
15019
15020 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
15021 to image-eol.
15022
150232008-04-14 Alexandre Julliard <julliard@winehq.org>
15024
15025 * vc.el (vc-status-update): Undo the previous revert.
15026
150272008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * minibuffer.el (completion-table-with-terminator): Those completions
15030 are never valid w.r.t test-completion.
15031 (completion--file-name-table):
15032 Check completion-all-completions-with-base-size.
15033
150342008-04-14 Tassilo Horn <tassilo@member.fsf.org>
15035
15036 * doc-view.el (doc-view-dvipdf-program): New variable.
15037 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
15038 (doc-view-mode-p): Check for doc-view-dvipdf-program as
15039 alternative for doc-view-dvipdfm-program.
15040 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
15041
15042 * doc-view.el (doc-view-start-process): Don't set
15043 default-directory to "~/" if the current value is valid.
15044 This broke PS files that run other files in the same directory.
15045
150462008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
15047
15048 * vc.el (vc-status-kill-query): New function.
15049 (vc-status-mode): Add it to kill-buffer-query-functions.
15050 (vc-status-show-fileentry): New function.
15051 (vc-status-menu-map): Bind it. Bind vc-next-action.
15052
150532008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * minibuffer.el (minibuffer-message): Put cursor at the right place.
15056
150572008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15058
15059 * proced.el (proced-send-signal): Fix error recognition.
15060
150612008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15062
15063 * proced.el (proced-command-alist): Remove sort column.
15064 (proced-command, proced-procname-column):
15065 Use make-variable-buffer-local.
15066 (proced-signal-function): Rename from proced-kill-program.
15067 Allow for elisp symbols and string values representing system calls.
15068 (proced-marker-regexp, proced-success-message): New functions.
15069 (proced): Use defalias. Add autoload cookie.
15070 (proced-unmark-backward, proced-toggle-marks)
15071 (proced-hide-processes): New commands.
15072 (proced-do-mark): Simplify code.
15073 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
15074 (proced-update): Remove sorting.
15075 (proced-send-signal): Display number of processes to operate on.
15076 Allow for system calls or elisp functions to send signals.
15077 Check if signal was sent successfully.
15078
150792008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * minibuffer.el (completion-all-completion-with-base-size): New var.
15082 (completion--some): New function.
15083 (completion-table-with-context, completion--file-name-table):
15084 Return the base-size if requested.
15085 (completion-table-in-turn): Generalize to multiple arguments.
15086 (complete-in-turn): Compatibility alias.
15087 (completion-styles-alist): New var.
15088 (completion-styles): New customization.
15089 (minibuffer-try-completion, minibuffer-all-completions):
15090 New functions.
15091 (minibuffer--do-completion, minibuffer-complete-and-exit)
15092 (minibuffer-try-word-completion): Use them.
15093 (display-completion-list, minibuffer-completion-help): Use them.
15094 Handle all-completions's new base-size info to set completion-base-size.
15095 * info.el (Info-read-node-name-1): Use completion-table-with-context,
15096 completion-table-with-terminator and complete-with-action.
15097 Remove the now obsolete completion-base-size-function property.
15098 * simple.el (completion-list-mode-map): Move init into declaration.
15099 (completion-list-mode): Use define-derived-mode.
15100 (completion-setup-function): Use any completion-base-size that may
15101 have been set before. Remove handling of completion-base-size-function.
15102 * loadup.el: Move abbrev.el up earlier.
15103
151042008-04-13 Alexandre Julliard <julliard@winehq.org>
15105
15106 * vc-git.el (vc-git-after-dir-status-stage)
15107 (vc-git-dir-status-goto-stage): New functions.
15108 (vc-git-after-dir-status-stage1)
15109 (vc-git-after-dir-status-stage1-empty-db)
15110 (vc-git-after-dir-status-stage2): Remove, functionality moved
15111 into the new generic stage functions.
15112 (vc-git-dir-status-files): New function.
15113
15114 * vc.el (vc-status-update): Revert an incorrect rewrite.
15115 Add some comments.
15116 (vc-status-refresh-files): New function.
15117 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
15118 state of up-to-date files.
15119 (vc-default-dir-status-files): New function.
15120
151212008-04-13 Juanma Barranquero <lekktu@gmail.com>
15122
15123 * minibuffer.el (completion--embedded-envvar-table)
15124 (read-file-name-internal): Fix typos in 2008-04-11 change.
15125
15126 * faces.el (read-face-name): Use `completion-table-in-turn',
15127 not `complete-in-turn'.
15128
151292008-04-13 Andreas Schwab <schwab@suse.de>
15130
15131 * progmodes/etags.el: Require 'cl when compiling.
15132
151332008-04-12 Nick Roberts <nickrob@snap.net.nz>
15134
15135 * progmodes/gud.el (gud-menu-map): Expand tooltip.
15136
15137 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
15138 (menu): Add/expand menu tooltips.
15139
151402008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15141
15142 * progmodes/sh-script.el (sh-show-indent): Fix typo.
15143 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
15144
15145 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
15146 considered registered.
15147
151482008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15149
15150 * emacs-lisp/copyright.el (copyright-update-directory): New command.
15151
15152 * ediff-wind.el (ediff-split-window-function)
15153 (ediff-merge-split-window-function): Improve custom type.
15154
151552008-04-12 Eli Zaretskii <eliz@gnu.org>
15156
15157 * loadup.el ("minibuffer"): Move after "faces".
15158
151592008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * progmodes/hideif.el (hif-factor): Handle unary minus.
15162
151632008-04-12 Glenn Morris <rgm@gnu.org>
15164
15165 * calendar/cal-china.el (chinese-calendar-time-zone):
15166 Mark obsolete name as risky too.
15167
15168 * calendar/calendar.el (calendar-faces): New custom group.
15169 (calendar-today, diary, holiday): Doc fix.
15170 Move to calendar-faces group.
15171 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
15172 (diary-button): Doc fix. Move to calendar-faces group.
15173
15174 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15175 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
15176 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
15177 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
15178 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
15179 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
15180 not in dumped files before the associated defcustom.
15181
151822008-04-11 Johan Bockgård <bojohan@gnu.org>
15183
15184 * minibuffer.el (lazy-completion-table): Fix debug spec.
15185
151862008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * minibuffer.el (complete-with-action, lazy-completion-table):
15189 Move from subr.el.
15190 (apply-partially, completion-table-dynamic)
15191 (completion-table-with-context, completion-table-with-terminator)
15192 (completion-table-in-turn): New funs.
15193 (completion--make-envvar-table, completion--embedded-envvar-table):
15194 New funs.
15195 (read-file-name-internal): Use them.
15196 (completion-setup-hook): Move from simple.el.
15197 * subr.el (complete-with-action, lazy-completion-table):
15198 * simple.el (completion-setup-hook): Move to minibuffer.el.
15199
152002008-04-11 Glenn Morris <rgm@gnu.org>
15201
15202 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
15203
152042008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15205
15206 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
15207
15208 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
15209
15210 * textmodes/fill.el (fill-forward-paragraph-function): New var.
15211 (fill-forward-paragraph): New fun.
15212 (fill-paragraph, fill-region): Use it.
15213
15214 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
15215 (vc-status-create-fileinfo): Make `extra' optional.
15216 (vc-status-busy): New fun.
15217 (vc-status-menu-map): Use it.
15218 (vc-status-crt-marked): Remove.
15219 (vc-status-update): Rename from vc-status-add-entries.
15220 Add argument so as to prevent addition of entries. Rewrite.
15221 (vc-update-vc-status-buffer): Remove.
15222 (vc-status-refresh): Don't remove old entries, set them to
15223 up-to-date instead. Also do it after the update is complete.
15224 (vc-status-marked-files): η-reduce.
15225
15226 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
15227 for non-dialogs.
15228
15229 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
15230
15231 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
15232
152332008-04-11 Jan Djärv <jan.h.d@swipnet.se>
15234
15235 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
15236 to t and don't truncate msg.
15237
152382008-04-11 Glenn Morris <rgm@gnu.org>
15239
15240 * calendar/calendar.el (diary, holidays):
15241 Move custom groups to other files.
15242 (holiday-general-holidays, holiday-oriental-holidays)
15243 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
15244 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15245 (holiday-hebrew-holidays, holiday-christian-holidays)
15246 (holiday-islamic-holidays, holiday-bahai-holidays)
15247 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
15248 * calendar/diary-lib.el: Move custom group here from calendar.el.
15249 * calendar/holidays.el: Move custom group and variables here
15250 from calendar.el.
15251
15252 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
15253
15254 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
15255 Fix custom group.
15256 (calendar-current-time-zone-cache): Autoload riskiness.
15257
15258 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
15259
152602008-04-11 Chong Yidong <cyd@stupidchicken.com>
15261
15262 * woman.el (woman2-TH): Use string-equal instead of string-match.
15263
152642008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
15267 (smerge-resolve): Merge the "2-way refinement" case with one half of
15268 the "mere whitespace" resolution.
15269
152702008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
15271
15272 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
15273
152742008-04-10 Juanma Barranquero <lekktu@gmail.com>
15275
15276 * subr.el (assoc-ignore-case, assoc-ignore-representation):
15277 Add WHEN to obsolescence declaration.
15278
15279 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
15280
152812008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
15282
15283 * vc-hooks.el (vc-state): Add new state `conflict'.
15284 (vc-after-save): Use when not if.
15285 (vc-default-mode-line-string): Deal with the conflict state.
15286 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
15287
15288 * vc.el (vc-editable-p, vc-default-status-printer)
15289 (vc-next-action): Deal with the conflict state.
15290 (vc-mark-resolved): New function.
15291 (vc-status-mode): Fix mode name.
15292 (vc-default-comment-history): Use when not if.
15293 (Todo): Add new entries, remove old ones.
15294
15295 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
15296 (vc-cvs-parse-status, vc-cvs-after-dir-status):
15297 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
15298 Detect the conflict state.
15299
15300 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
15301
153022008-04-10 Glenn Morris <rgm@gnu.org>
15303
15304 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
15305 Respect truncate-partial-width-windows in non-full windows,
15306 with regards to :toggle and :enable state.
15307
15308 * simple.el (toggle-truncate-lines): Doc fix.
15309
15310 * Makefile.in (MH_E_DIR): New variable.
15311 (MH_E_SRC): Restore variable removed 2008-03-13.
15312 (mh-loaddefs.el): Depend on $MH_E_SRC.
15313 (CAL_DIR, CAL_SRC): New variables.
15314 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
15315 Depend on CAL_SRC.
15316
15317 * calendar/calendar.el (calendar, diary): Add :prefix.
15318 (holidays): Change :prefix.
15319 (calendar-today, holiday, calendar-holiday-marker)
15320 (european-calendar-style): Change custom groups.
15321
15322 * calendar/calendar.el (diary-hook, diary-display-hook):
15323 Move to diary-lib.el.
15324 * calendar/diary-lib.el (diary-hook, diary-display-hook):
15325 Move here from calendar.el.
15326 * calendar/appt.el: Require diary-lib rather than calendar.
15327 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
15328
15329 * calendar/appt.el (appt): Add :prefix.
15330
15331 * calendar/diary-lib.el (diary-hook): Doc fix.
15332 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
15333
153342008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
15337 New functions.
15338
15339 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
15340 the arg to recursive calls.
15341
153422008-04-09 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * minibuffer.el (completion-auto-help): Fix typo.
15345
153462008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
15349
153502008-04-09 Michael Albinus <michael.albinus@gmx.de>
15351
15352 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
15353 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
15354
153552008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
15358
15359 * minibuffer.el (minibuffer): Move group from cus-edit.el.
15360 (completion-auto-help): Move from C code.
15361 (minibuffer--maybe-completion-help): Remove.
15362 (minibuffer--bitset): New function.
15363 (minibuffer--do-completion): Rename from minibuffer-do-completion.
15364 Renumber a bit. Really complete on string *before* point.
15365 Add argument used for word-completion.
15366 Join trailing / in completion with following text, as done in
15367 minibuffer-complete-word.
15368 Handle new value `lazy' for completion-auto-help.
15369 (minibuffer-try-word-completion): New function extracted from
15370 minibuffer-complete-word.
15371 (minibuffer-complete-word): Use minibuffer--do-completion.
15372 (minibuffer--insert-strings): Rename from
15373 minibuffer-complete-insert-strings.
15374 (exit-minibuffer): Fix typo.
15375 * cus-edit.el (minibuffer): Move group to minibuffer.el.
15376 * cus-start.el: Remove completion-auto-help.
15377
153782008-04-09 Alexandre Julliard <julliard@winehq.org>
15379
15380 * vc.el (vc-status-add-entries): New function.
15381 (vc-status-add-entry): Remove.
15382 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
15383 Use vc-status-add-entries.
15384
15385 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
15386 order.
15387
153882008-04-09 Jason Rumney <jasonr@gnu.org>
15389
15390 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
15391 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
15392 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
15393 (AUTOGENEL): New variable.
15394 (distclean, maintainer-clean): New targets.
15395
153962008-04-09 Chong Yidong <cyd@stupidchicken.com>
15397
15398 * emacs-lisp/regexp-opt.el (regexp-opt):
15399 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
15400
154012008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
15402
15403 * nxml/nxml-mode.el (nxml-cleanup): New function.
15404 (nxml-mode): Add it to change-major-mode-hook.
15405
154062008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15407
15408 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
15409
154102008-04-09 Juanma Barranquero <lekktu@gmail.com>
15411
15412 * calc/.cvsignore: New file.
15413
154142008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15415
15416 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
15417
15418 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
15419 show-help-function when turning tooltip off.
15420 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
15421 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
15422
154232008-04-09 Alan Mackenzie <acm@muc.de>
15424
15425 * font-lock.el (font-lock-extend-after-change-region-function):
15426 Make it buffer local.
15427
154282008-04-09 Glenn Morris <rgm@gnu.org>
15429
15430 * calendar/calendar.el (diary-file, european-calendar-style):
15431 Remove autoload cookies.
15432
154332008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15434
15435 * outline.el (outline-mode-menu-bar-map):
15436 * log-view.el (log-view-mode-menu):
15437 * log-edit.el (log-edit-menu): Add :help.
15438
154392008-04-09 Chong Yidong <cyd@stupidchicken.com>
15440
15441 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15442 Use substring-no-properties for correct handling of unibyte strings.
15443
154442008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15445
15446 * add-log.el (change-log-next-buffer): Handle the case where version<
15447 signals an error.
15448
15449 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
15450 mouse-major-mode-menu.
15451 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
15452 (mouse-major-mode-menu, mouse-popup-menubar)
15453 (mouse-popup-menubar-stuff): Use them.
15454 (C-down-mouse-3): Bind to a dynamic map rather than to
15455 mouse-popup-menubar-stuff.
15456
15457 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
15458 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
15459
154602008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15461
15462 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
15463 file:// access method.
15464
154652008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * minibuffer.el: New file.
15468 * loadup.el: Load it.
15469
154702008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
15473 rather than subdirs.el. It introduces an ugly circular dependency, tho.
15474
15475 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
15476 (calc-mode-map, calc-digit-map, calc-dispatch-map):
15477 Move initialization into declaration.
15478 * calc/calc-yank.el:
15479 * calc/calc-misc.el:
15480 * calc/calc-embed.el:
15481 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
15482
154832008-04-08 Michael Albinus <michael.albinus@gmx.de>
15484
15485 * ps-samp.el (ps-add-printer, ps-remove-printer)
15486 (ps-make-dynamic-printer-menu): New functions.
15487
15488 * net/zeroconf.el: New file.
15489
154902008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
15493
154942008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15495
15496 * vc-rcs.el (vc-rcs-modify-change-comment):
15497 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
15498
15499 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
15500
155012008-04-08 Juanma Barranquero <lekktu@gmail.com>
15502
15503 * international/mule-cmds.el (set-locale-environment): Don't warn if
15504 coding system doesn't agree with system locale (this reverts changes
15505 by Dave Love, dated 2002-10-27 and 2002-10-09).
15506
15507 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15508 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
15509
15510 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
15511
155122008-04-08 Glenn Morris <rgm@gnu.org>
15513
15514 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
15515 * textmodes/remember.el (remember-diary-convert-entry):
15516 Require calendar.
15517
15518 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
15519 diary-file, since it is the default for make-diary-entry anyway.
15520
15521 * calendar/cal-menu.el (cal-menu-event-to-date):
15522 Rename calendar-event-to-date. Update callers.
15523 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
15524 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
15525 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
15526 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
15527 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
15528 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
15529 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
15530 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
15531 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
15532 (calendar-mouse-tex-month-landscape):
15533 Rename cal-tex-mouse-month-landscape.
15534 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
15535 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
15536 (calendar-mouse-tex-year-landscape):
15537 Rename cal-tex-mouse-year-landscape.
15538 (cal-menu-context-mouse-menu): Update for above name changes.
15539
15540 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15541 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15542 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
15543 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
15544 * calendar/holidays.el: Replace int-to-string with number-to-string.
15545
155462008-04-08 Chong Yidong <cyd@stupidchicken.com>
15547
15548 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
15549 region if point moves.
15550
155512008-04-08 Kenichi Handa <handa@m17n.org>
15552
15553 * faces.el (font-slant-table): Change numeric values for `r',
15554 `roman', and `normal'.
15555
155562008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
15557
15558 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
15559
155602008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
15561
15562 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
15563 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
15564
155652008-04-07 Michael Albinus <michael.albinus@gmx.de>
15566
15567 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
15568 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
15569
155702008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
15573
155742008-04-07 Sam Steingold <sds@gnu.org>
15575
15576 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
15577 Add helper functions.
15578 (lisp-do-defun): Extract the common part of lisp-eval-defun and
15579 lisp-compile-defun; DEFVAR forms reset the variables to the init
15580 values, just like in emacs-lisp mode eval-defun.
15581 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
15582 (lisp-compile-region): Use lisp-compile-string.
15583
155842008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15585
15586 * subr.el (combine-and-quote-strings): Also quote strings that contain
15587 the separator.
15588
15589 * pcvs-util.el (cvs-map): Avoid recursion :-(
15590
155912008-04-07 Glenn Morris <rgm@gnu.org>
15592
15593 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
15594
15595 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
15596 view-diary-entries-initially. Keep old name as alias, update users.
15597 (calendar-mark-diary-entries-flag): Rename
15598 mark-diary-entries-in-calendar. Keep old name as alias, update users.
15599 (calendar-view-holidays-initially-flag): Rename
15600 view-calendar-holidays-initially. Keep old name as alias, update users.
15601 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
15602 Keep old name as alias, update users.
15603 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
15604 Keep old name as alias, update users.
15605 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
15606 Keep old name as alias, update users.
15607 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
15608 Keep old name as alias, update users.
15609 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
15610 (diary-american-date-forms): Rename american-date-diary-pattern.
15611 Keep old name as alias, update users.
15612 (diary-european-date-forms): Rename european-date-diary-pattern.
15613 Keep old name as alias, update users.
15614 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
15615 Keep old name as alias, update users.
15616 (calendar-european-date-display-form): Rename
15617 european-calendar-display-form. Keep old name as alias, update users.
15618 (calendar-american-date-display-form): Rename
15619 european-calendar-display-form. Keep old name as alias, update users.
15620 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
15621 Keep old name as alias, update users.
15622 (holiday-general-holidays): Rename general-holidays.
15623 Keep old name as alias, update users.
15624 (holiday-oriental-holidays): Rename oriental-holidays.
15625 Keep old name as alias, update users.
15626 (holiday-local-holidays): Rename local-holidays.
15627 Keep old name as alias, update users.
15628 (holiday-other-holidays): Rename other-holidays.
15629 Keep old name as alias, update users.
15630 (holiday-hebrew-holidays): Rename hebrew-holidays.
15631 Keep old name as alias, update users.
15632 (holiday-christian-holidays): Rename christian-holidays.
15633 Keep old name as alias, update users.
15634 (holiday-islamic-holidays): Rename islamic-holidays.
15635 Keep old name as alias, update users.
15636 (holiday-bahai-holidays): Rename bahai-holidays.
15637 Keep old name as alias, update users.
15638 (holiday-solar-holidays): Rename solar-holidays.
15639 Keep old name as alias, update users.
15640 (diary-fancy-buffer): Rename fancy-diary-buffer.
15641 Keep old name as alias, update users.
15642 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
15643 Update users.
15644 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
15645 Update users.
15646 (calendar-increment-month): Rename increment-calendar-month.
15647 Keep old name as alias, update callers.
15648 (calendar-increment-month-cons): Rename old calendar-increment-month.
15649 Update callers.
15650 (calendar-extract-month): Rename extract-calendar-month.
15651 Keep old name as alias, update callers.
15652 (calendar-extract-day): Rename extract-calendar-day.
15653 Keep old name as alias, update callers.
15654 (calendar-extract-year): Rename extract-calendar-year.
15655 Keep old name as alias, update callers.
15656 (calendar-generate-window): Rename generate-calendar-window.
15657 Update callers.
15658 (calendar-generate): Rename generate-calendar. Update callers.
15659 (calendar-generate-month): Rename generate-calendar-month.
15660 Update callers.
15661 (calendar-redraw): Rename redraw-calendar. Update callers.
15662 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
15663 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
15664 Update callers.
15665 (calendar-update-mode-line): Rename update-calendar-mode-line.
15666 Update callers.
15667 (calendar-exit): Rename exit-calendar. Keep old name as alias,
15668 update callers.
15669 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
15670 Keep old name as alias, update callers.
15671 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15672 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
15673 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
15674 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
15675 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
15676 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
15677 * calendar/solar.el: Update for calendar.el name changes.
15678 * org/org.el (org-agenda-format-date-aligned)
15679 (org-agenda-execute-calendar-command): Access date elements directly
15680 rather than using calendar functions.
15681 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
15682 Also set calendar-view-diary-initially-flag,
15683 calendar-view-holidays-initially-flag.
15684 (org-get-entries-from-diary): Also set diary-fancy-buffer.
15685 (org-agenda-execute-calendar-command): No need to set displayed-day.
15686
156872008-04-06 Alan Mackenzie <acm@muc.de>
15688
15689 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
15690 typo in the doc string.
15691
15692 * progmodes/cc-mode.el (c-basic-common-init):
15693 Set font-lock-extend-after-change-region-function.
15694 (c-extend-after-change-region): New function, used in
15695 font-lock-extend-after-change-region-function, thus superseding
15696 advice on the Font Lock after change functions.
15697 (c-advise-fl-for-region): Remove this macro.
15698
156992008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15700
15701 * textmodes/flyspell.el (flyspell-duplicate-distance):
15702 Improve custom type.
15703
157042008-04-06 Glenn Morris <rgm@gnu.org>
15705
15706 * calendar/diary-lib.el (diary-sexp-entry-symbol):
15707 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
15708 (diary-list-entries-hook): Rename list-diary-entries-hook.
15709 Keep old name as alias, update users.
15710 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
15711 Keep old name as alias, update users.
15712 (diary-nongregorian-listing-hook): Rename
15713 nongregorian-diary-listing-hook. Keep old name as alias, update users.
15714 (diary-nongregorian-marking-hook): Rename
15715 nongregorian-diary-marking-hook. Keep old name as alias, update users.
15716 (diary-print-entries-hook): Rename print-diary-entries-hook.
15717 Keep old name as alias, update users.
15718 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
15719 Keep old name as alias, update users.
15720 (diary-number-of-entries): Rename number-of-diary-entries.
15721 Keep old name as alias, update users.
15722 (view-diary-entries, list-diary-entries, show-all-diary-entries):
15723 Give version of obsolescence.
15724 (diary-view-other-diary-entries): Rename view-other-diary-entries.
15725 Keep old name as alias, update callers.
15726 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
15727 update callers.
15728 (diary-include-other-diary-files): Rename include-other-diary-files.
15729 Keep old name as alias, update callers.
15730 (diary-simple-display): Rename simple-diary-display.
15731 Keep old name as alias, update callers.
15732 (diary-fancy-display): Rename fancy-diary-display.
15733 Keep old name as alias, update callers.
15734 (diary-print-entries): Rename print-diary-entries.
15735 Keep old name as alias, update callers.
15736 (diary-marking-entries-flag): Rename marking-diary-entries.
15737 Update users.
15738 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
15739 (diary-mark-entries): Rename mark-diary-entries.
15740 Keep old name as alias, update callers.
15741 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
15742 Keep old name as alias, update callers.
15743 (diary-mark-included-diary-files): Rename mark-included-diary-files.
15744 Keep old name as alias, update callers.
15745 (calendar-mark-days-named): Rename mark-calendar-days-named.
15746 Keep old name as alias, update callers.
15747 (calendar-mark-month): Rename mark-calendar-month.
15748 Keep old name as alias, update callers.
15749 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
15750 Keep old name as alias, update callers.
15751 (diary-sort-entries): Rename sort-diary-entries.
15752 Keep old name as alias, update callers.
15753 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
15754 Keep old name as alias, update callers.
15755 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
15756 update callers.
15757 (diary-insert-entry): Rename insert-diary-entry.
15758 Keep old name as alias.
15759 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
15760 Keep old name as alias.
15761 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
15762 Keep old name as alias.
15763 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
15764 Keep old name as alias.
15765 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
15766 Keep old name as alias.
15767 (diary-insert-block-entry): Rename insert-block-diary-entry.
15768 Keep old name as alias.
15769 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
15770 Keep old name as alias.
15771 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
15772 Keep old name as alias, update users.
15773 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
15774 Keep old name as alias, update callers.
15775 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15776 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
15777 * calendar/icalendar.el: Update for diary-lib name changes.
15778
157792008-04-06 Chong Yidong <cyd@stupidchicken.com>
15780
15781 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
15782
15783 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
15784 for copy, move, and link operations.
15785
157862008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
15787
15788 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
15789 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
15790
15791 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
15792 'require' statements with 1-argument ones (wrapped in if's).
15793 For compatibility with the current stable version of XEmacs.
15794
157952008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15796
15797 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
15798
157992008-04-06 Jason Rumney <jasonr@gnu.org>
15800
15801 * language/burmese.el ("Burmese"): Make sample text consistent with
15802 language name.
15803
158042008-04-06 Nick Roberts <nickrob@snap.net.nz>
15805
15806 * progmodes/gdb-ui.el (gdb): New group.
15807 (gdb-debug-log-max, gdb-enable-debug)
15808 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
15809 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
15810 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
15811 (gdb-show-changed-values, gdb-max-children)
15812 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
15813 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
15814 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
15815 (gdb-memory-unit): Move to new group from GUD group.
15816 (menu): Allow customization from GDB-UI menu-item.
15817
158182008-04-05 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
15821
158222008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
15825 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15826 Revision numbers can include ".".
15827
15828 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
15829 "+" lines not accounted for by counting "-" and context lines.
15830
158312008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15832
15833 * term/mac-win.el (mac-service-open-file): Use file URL instead of
15834 file name string.
15835
158362008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
15839 (vc-bzr-annotate-time): Accept space used to preserve alignment.
15840
158412008-04-05 Richard Stallman <rms@gnu.org>
15842
15843 * emacs-lisp/advice.el (defadvice): Add usage pattern.
15844
158452008-04-05 Nick Roberts <nickrob@snap.net.nz>
15846
15847 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
15848 thread in [h-e-w]).
15849
158502008-04-05 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * files.el (abort-if-file-too-large): Fix typo in docstring.
15853
158542008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * subr.el (functionp): Return nil for special forms.
15857
158582008-04-05 Glenn Morris <rgm@gnu.org>
15859
15860 * emacs-lisp/autoload.el (autoload-ensure-default-file):
15861 Provide a feature.
15862 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
15863 Require loaddefs file rather than loading it.
15864 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
15865 autoload-ensure-default-file provides a feature.
15866
15867 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
15868 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
15869 (compile, compile-always, recompile): Use $LOADDEFS.
15870 (cal-autoloads): Remove.
15871
15872 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
15873 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
15874
15875 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15876 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
15877
15878 * calendar/calendar.el (diary-hebrew-entry-symbol):
15879 Rename hebrew-diary-entry-symbol. Keep old name as alias.
15880 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
15881 Keep old name as alias.
15882 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
15883 Keep old name as alias.
15884 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
15885 to diary-bahai-entry-symbol.
15886 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
15887 to diary-hebrew-entry-symbol.
15888 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
15889 to diary-islamic-entry-symbol.
15890 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
15891
15892 * calendar/solar.el (diary-sabbath-candles-minutes)
15893 (diary-sabbath-candles): Move to cal-hebrew.
15894 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
15895 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
15896 Doc fix. Keep old name as alias.
15897 (diary-hebrew-sabbath-candles): Simplify.
15898 (solar-setup, solar-sunrise-sunset, calendar-latitude)
15899 (calendar-longitude, calendar-time-zone): Declare for compiler.
15900 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
15901 rename.
15902
15903 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
15904 Rename coptic-calendar-month-name-array. Update callers.
15905 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
15906 (calendar-coptic-name): Rename coptic-name. Update callers.
15907 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
15908 Update callers.
15909 (calendar-coptic-last-day-of-month):
15910 Rename coptic-calendar-last-day-of-month. Update callers.
15911 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
15912 Keep old name as alias, update callers.
15913 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
15914 Keep old name as alias, update callers.
15915 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
15916 Keep old name as alias.
15917 (calendar-ethiopic-month-name-array):
15918 Rename ethiopic-calendar-month-name-array. Update callers.
15919 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
15920 Update callers.
15921 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
15922 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
15923 Keep old name as alias, update callers.
15924 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
15925 Keep old name as alias, update callers.
15926 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
15927 Keep old name as alias.
15928
15929 * calendar/cal-french.el (calendar-french-epoch):
15930 Rename french-calendar-epoch. Update callers.
15931 (calendar-french-month-name-array): Rename variable and function
15932 french-calendar-month-name-array. Update callers.
15933 (calendar-french-multibyte-month-name-array):
15934 Rename french-calendar-multibyte-month-name-array. Update callers.
15935 (calendar-french-day-name-array): Rename variable and function
15936 french-calendar-day-name-array. Update callers.
15937 (calendar-french-special-days-array): Rename variable and function
15938 french-calendar-special-days-array. Update callers.
15939 (calendar-french-multibyte-special-days-array):
15940 Rename french-calendar-multibyte-special-days-array. Update callers.
15941 (calendar-french-accents-p): Rename french-calendar-accents.
15942 Update callers.
15943 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
15944 Update callers.
15945 (calendar-french-last-day-of-month):
15946 Rename french-calendar-last-day-of-month. Update callers.
15947 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
15948 Keep old name as alias, update callers.
15949 (calendar-french-print-date): Rename calendar-print-french-date.
15950 Keep old name as alias, update callers.
15951 (calendar-french-goto-date): Rename calendar-goto-french-date.
15952 Keep old name as alias.
15953
15954 * calendar/cal-menu.el, calendar/calendar.el:
15955 Update for Coptic and French name changes.
15956
15957 * calendar/cal-china.el (calendar-chinese): Rename custom group
15958 from chinese-calendar. Update users.
15959 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
15960 Keep old name as alias, update users.
15961 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
15962 Keep old name as alias.
15963 (calendar-chinese-daylight-time-offset):
15964 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
15965 update users.
15966 (calendar-chinese-standard-time-zone-name):
15967 Rename chinese-calendar-standard-time-zone-name.
15968 Keep old name as alias, update users.
15969 (calendar-chinese-daylight-saving-start):
15970 Rename chinese-calendar-daylight-savings-starts.
15971 Keep old name as alias, update users.
15972 (calendar-chinese-daylight-saving-end):
15973 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
15974 update users.
15975 (calendar-chinese-daylight-saving-start-time):
15976 Rename chinese-calendar-daylight-savings-starts-time.
15977 Keep old name as alias, update users.
15978 (calendar-chinese-daylight-saving-end-time):
15979 Rename chinese-calendar-daylight-savings-ends-time.
15980 Keep old name as alias, update users.
15981 (calendar-chinese-celestial-stem): Rename
15982 calendar-chinese-celestial-stem. Keep old name as alias, update users.
15983 (calendar-chinese-terrestrial-branch):
15984 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
15985 update users.
15986 (calendar-chinese-zodiac-sign-on-or-after):
15987 Rename chinese-zodiac-sign-on-or-after. Update callers.
15988 (calendar-chinese-new-moon-on-or-after):
15989 Rename chinese-new-moon-on-or-after. Update callers.
15990 (calendar-chinese-month-list): Rename chinese-month-list.
15991 Update callers.
15992 (calendar-chinese-number-months): Rename number-chinese-months.
15993 Update callers.
15994 (calendar-chinese-compute-year): Rename compute-chinese-year.
15995 Update callers.
15996 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
15997 (calendar-chinese-year): Rename chinese-year. Update callers.
15998 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15999 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
16000 Keep old name as alias, update callers.
16001 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
16002 Keep old name as alias, update callers.
16003 (calendar-chinese-months-to-alist):
16004 Rename make-chinese-month-assoc-list. Update callers.
16005 (calendar-chinese-months): Rename chinese-months. Update callers.
16006 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
16007 Keep old name as alias, update callers.
16008
16009 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
16010 Rename hebrew-calendar-leap-year-p. Update callers.
16011 (calendar-hebrew-last-month-of-year):
16012 Rename hebrew-calendar-last-month-of-year. Update callers.
16013 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
16014 Update callers.
16015 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
16016 Update callers.
16017 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
16018 Update callers.
16019 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
16020 Update callers.
16021 (calendar-hebrew-last-day-of-month):
16022 Rename hebrew-calendar-last-day-of-month. Update callers.
16023 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
16024 Keep old name as alias, update callers.
16025 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
16026 Keep old name as alias, update callers.
16027 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
16028 Keep old name as alias, update callers.
16029 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
16030 Keep old name as alias.
16031 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
16032 Keep old name as alias.
16033 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
16034 Keep old name as alias.
16035 (holiday-hebrew-passover): Rename holiday-passover-etc.
16036 Keep old name as alias.
16037 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
16038 Keep old name as alias, update callers.
16039 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
16040 Keep old name as alias.
16041 (calendar-hebrew-mark-date-pattern):
16042 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
16043 update callers.
16044 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
16045 Keep old name as alias.
16046 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
16047 Keep old name as alias.
16048 (diary-hebrew-insert-monthly-entry):
16049 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
16050 (diary-hebrew-insert-yearly-entry):
16051 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
183080b6 16052 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
e3d51b27
MR
16053 Keep old name as alias.
16054 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
16055 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
16056 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
16057 Keep old name as alias.
16058 (calendar-hebrew-parashiot-names):
16059 Rename hebrew-calendar-parashiot-names. Update callers.
16060 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
16061 (calendar-hebrew-year-Saturday-incomplete-Sunday):
16062 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
16063 (calendar-hebrew-year-Saturday-complete-Tuesday):
16064 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
16065 (calendar-hebrew-year-Monday-incomplete-Tuesday):
16066 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
16067 (calendar-hebrew-year-Monday-complete-Thursday):
16068 Rename hebrew-calendar-year-Monday-complete-Thursday.
16069 (calendar-hebrew-year-Tuesday-regular-Thursday):
16070 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
16071 (calendar-hebrew-year-Thursday-regular-Saturday):
16072 Rename hebrew-calendar-year-Thursday-regular-Saturday.
16073 (calendar-hebrew-year-Thursday-complete-Sunday):
16074 Rename hebrew-calendar-year-Thursday-complete-Sunday.
16075 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
16076 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
16077 (calendar-hebrew-year-Saturday-complete-Thursday):
16078 Rename hebrew-calendar-year-Saturday-complete-Thursday.
16079 (calendar-hebrew-year-Monday-incomplete-Thursday):
16080 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
16081 (calendar-hebrew-year-Monday-complete-Saturday):
16082 Rename hebrew-calendar-year-Monday-complete-Saturday.
16083 (calendar-hebrew-year-Tuesday-regular-Saturday):
16084 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
16085 (calendar-hebrew-year-Thursday-incomplete-Sunday):
16086 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
16087 (calendar-hebrew-year-Thursday-complete-Tuesday):
16088 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
16089 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
16090 Update for above name changes of constants.
16091
16092 * calendar/cal-menu.el, calendar/calendar.el:
16093 Update for chinese and hebrew name changes.
16094 * calendar/diary-lib.el: Update for hebrew name changes.
16095
160962008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16097
16098 * subr.el (keymap-canonicalize): Correct thinko.
16099
16100 * server.el: Undo part of the multi-tty change, which is only
16101 needed if server.el is preloaded, and broke server-running-p.
16102 (server-socket-dir): Initialize in the defvar, as before.
16103 (server-start): Remove initialization of server-socket-dir.
16104
161052008-04-05 Eli Zaretskii <eliz@gnu.org>
16106
16107 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
16108 3-member cons cells.
16109
161102008-04-05 Chong Yidong <cyd@stupidchicken.com>
16111
16112 * cus-face.el (custom-face-attributes): Handle roman slant.
16113
16114 * faces.el (default): Ensure the face-defface-spec property is set.
16115
161162008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
16117
16118 * files.el (abort-if-file-too-large): New function.
16119 (find-file-noselect, insert-file-1): Use it.
16120
161212008-04-05 Reto Zimmermann <reto@gnu.org>
16122
16123 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16124 Replace C-c[a-zA-Z] key bindings.
16125
161262008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * progmodes/hideif.el (hif-token-alist): New var.
16129 (hif-token-regexp, hif-tokenize): Use it.
16130 (hif-mathify-binop): New macro.
16131 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
16132 (hif-greater-equal, hif-less-equal): Use it.
16133 (hif-logior, hif-logand): New functions.
16134 (hif-math): Accept | and & as well.
16135
16136 * progmodes/etags.el: Fix problem with completion for buffer-local
16137 tables. Reported by Radey Shouman <shouman@comcast.net>.
16138 (tags-complete-tag): Remove.
16139 (tags-lazy-completion-table): New function to replace it.
16140 (find-tag-tag, complete-tag): Update users.
16141
161422008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
16143
16144 * vc-rcs.el (vc-rcs-dir-status):
16145 * vc-sccs.el (vc-sccs-dir-status): New function.
16146
16147 * outline.el (outline-mode-menu-bar-map):
16148 * term.el (terminal-signal-menu): Add :help.
16149
16150 * net/eudc.el (eudc-mode-map): Declare and define in one step.
16151 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
16152
16153 * emacs-lisp/re-builder.el (reb-mode-map):
16154 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
16155
16156 * diff-mode.el (diff-file-junk-re): Recognize the git format for
16157 new files, deleted files and for changing permissions.
16158 (diff-mode): Set beginning-of-defun-function and
16159 end-of-defun-function.
16160
16161 * vc-bzr.el (vc-bzr-state): Use when instead of if.
16162
16163 * vc.el (vc-default-status-fileinfo-extra): New function.
16164 (vc-status-mark-buffer-changed): Use it.
16165 (vc-update-vc-status-buffer): Allow for partial updates.
16166
161672008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 * net/tramp.el (after-init-hook): Don't wrap a lambda around
16170 tramp-register-completion-file-name-handler.
16171
16172 * subr.el (keymap-canonicalize): New function.
16173 * mouse.el (mouse-menu-non-singleton): Use it.
16174 (mouse-major-mode-menu): Remove hack made unnecessary.
16175
16176 * simple.el (set-fill-column): Prompt rather than error by default.
16177
161782008-04-04 Andreas Schwab <schwab@suse.de>
16179
16180 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16181 Reset new-rules after each round.
16182
16183 * Makefile.in (cal-autoloads): New target.
16184 (compile, compile-always, recompile): Depend on it.
16185 ($(lisp)/calendar/cal-loaddefs.el)
16186 ($(lisp)/calendar/diary-loaddefs.el)
16187 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
16188
161892008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
16190
16191 * ediff*.el: Replace load with require in eval-when-compile.
16192
16193 * ediff-hook.el: Delete all invocations of (autoload ...).
16194
16195 * ediff-util.el (ediff-setup): Make window-min-height a local variable
16196 in ediff control window, and set its min height to 2.
16197 (ediff-setup-control-buffer): Dedicate the control window.
16198 (ediff-toggle-multiframe): Undedicate control window.
16199 Work directly with ediff-setup-windows-multiframe and
16200 ediff-setup-windows-plain.
16201
16202 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
16203 New function.
16204 (ediff-window-setup-function): Change initialization.
16205 (ediff-setup-windows-automatic): Delete.
16206 (ediff-setup-windows-plain-merge): Make control window dedicated.
16207 (ediff-destroy-control-frame): Do not skip frames if working in a
16208 single frame.
16209
16210 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
16211 eval-when-compile.
16212
16213 * emulation/viper-util.el: Move provide's forward, prevent recursion in
16214 eval-when-compile.
16215
162162008-04-04 Glenn Morris <rgm@gnu.org>
16217
16218 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
16219 calendar-absolute-from-bahai. Update callers, keep old name as alias.
16220
16221 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
16222 Rename islamic-calendar-leap-year-p. Update callers.
16223 (calendar-islamic-last-day-of-month):
16224 Rename islamic-calendar-last-day-of-month. Update callers.
16225 (calendar-islamic-day-number):
16226 Rename islamic-calendar-day-number. Update callers.
16227 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
16228 Update callers, keep old name as alias.
16229 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
16230 Update callers, keep old name as alias.
16231 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
16232 Keep old name as alias.
16233 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
16234 Update callers, keep old name as alias.
16235 (calendar-islamic-mark-date-pattern):
16236 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
16237 name as alias.
16238 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
16239 Keep old name as alias.
16240 (diary-islamic-insert-monthly-entry):
16241 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
16242 (diary-islamic-insert-yearly-entry):
16243 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
16244
16245 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
16246 calendar-absolute-from-iso. Update callers, keep old name as alias.
16247 (calendar-iso-print-date): Rename calendar-print-iso-date.
16248 Update callers, keep old name as alias.
16249 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
16250 Keep old name as alias.
16251 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
16252 Keep old name as alias.
16253
16254 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
16255 calendar-absolute-from-julian. Update callers, keep old name as alias.
16256 (calendar-julian-print-date): Rename calendar-print-julian-date.
16257 Update callers, keep old name as alias.
16258 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
16259 Update callers, keep old name as alias.
16260 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
16261 Update callers, keep old name as alias.
16262 (calendar-astro-print-day-number):
16263 Rename calendar-print-astro-day-number. Update callers, keep old
16264 name as alias.
16265 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
16266 Update callers, keep old name as alias.
16267
16268 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
16269 Rename calendar-string-to-mayan-long-count. Update callers.
16270 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
16271 Update callers, keep old name as alias.
16272 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
16273 Update callers.
16274 (calendar-mayan-read-tzolkin-date):
16275 Rename calendar-read-mayan-tzolkin-date. Update callers.
16276 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
16277 Keep old name as alias.
16278 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
16279 Keep old name as alias.
16280 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
16281 Keep old name as alias.
16282 (calendar-mayan-previous-tzolkin-date):
16283 Rename calendar-previous-tzolkin-date. Keep old name as alias.
16284 (calendar-mayan-next-round-date):
16285 Rename calendar-next-calendar-round-date. Keep old name as alias.
16286 (calendar-mayan-previous-round-date):
16287 Rename calendar-previous-calendar-round-date. Keep old name as alias.
16288 (calendar-mayan-long-count-to-absolute): Rename
16289 calendar-absolute-from-mayan-long-count. Keep old name as alias.
16290 (calendar-mayan-goto-long-count-date):
16291 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
16292
16293 * calendar/cal-persia.el (calendar-persian-month-name-array):
16294 Rename persian-calendar-month-name-array. Update callers.
16295 (calendar-persian-epoch): Rename persian-calendar-epoch.
16296 Update callers.
16297 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
16298 Update callers.
16299 (calendar-persian-last-day-of-month):
16300 Rename persian-calendar-last-day-of-month. Update callers.
16301 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
16302 Update callers, keep old name as alias.
16303 (calendar-persian-print-date): Rename calendar-print-persian-date.
16304 Update callers, keep old name as alias.
16305 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
16306 Keep old name as alias.
16307
16308 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
16309 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
16310 * calendar/solar.el: Update for cal-julian name changes.
16311
16312 * calendar/cal-dst.el: Update for persian name changes.
16313
16314 * calendar/cal-menu.el, calendar/calendar.el:
16315 Update for islamic, iso, julian, mayan, persian name changes.
16316
16317 * calendar/diary-lib.el: Update for islamic name changes.
16318
16319 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
16320 Rename all-hebrew-calendar-holidays. Update callers, keep old name
16321 as alias.
16322 (calendar-christian-all-holidays-flag):
16323 Rename all-christian-calendar-holidays. Update callers, keep old
16324 name as alias.
16325 (calendar-islamic-all-holidays-flag):
16326 Rename all-islamic-calendar-holidays. Update callers, keep old
16327 name as alias.
16328 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
16329 Update callers, keep old name as alias.
16330 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
16331 Update for the above name changes.
16332
163332008-04-04 Juanma Barranquero <lekktu@gmail.com>
16334
16335 * hilit-chg.el (global-highlight-changes-mode)
16336 (highlight-changes-passive-string, highlight-changes-active-string):
16337 Mark as obsolete since 23.1, not 22.1.
16338
163392008-04-03 Juanma Barranquero <lekktu@gmail.com>
16340
16341 * hilit-chg.el (highlight-changes-visibility-initial-state)
16342 (hilit-chg-update, highlight-changes-mode-turn-on):
16343 Fix typos in docstrings.
16344
163452008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
16346
16347 * newcomment.el (comment-enter-backward): Be careful to restore
16348 position changed during narrowing.
16349
163502008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
16351
16352 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16353 Recognize `sub ($$)'.
16354
163552008-04-03 Richard Sharman <rsharman@pobox.com>
16356
16357 * hilit-chg.el (highlight-changes-mode): Rename from
16358 highlight-changes; no longer uses sub-modes active and passive;
16359 implemented by define-minor-mode.
16360 (highlight-changes-toggle-visibility): New function, to replace
16361 the old passive/active submodes of global-highlight-changes-mode;
16362 implemented by define-minor-mode.
16363 (global-highlight-changes-mode): Rename from global-highlight-changes;
16364 rewrite using define-globalized-minor-mode.
16365 (hilit-chg-major-mode-hook, hilit-chg-check-global)
16366 (hilit-chg-post-command-hook, hilit-chg-check-global)
16367 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
16368 to use of define-globalized-minor-mode.
16369 (highlight-changes-global-initial-state): Change to be boolean.
16370 (highlight-changes-visible-string, highlight-changes-invisible-string):
16371 Rename from highlight-changes-active-string and
16372 highlight-changes-passive-string.
16373 (hilit-chg-update, hilit-chg-set): Use them.
16374 (global-highlight-changes-mode): Rename from global-highlight-changes.
16375 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
16376 docstring.
16377 (hilit-chg-hide-changes): Rewrite to use dolist.
16378 (hilit-chg-set-face-on-change, hilit-chg-update)
16379 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
16380 variable instead of testing highlight-changes-mode.
16381 (highlight-markup-buffers): Add require ediff-util; argument on calls
16382 to highlight-changes-mode changed.
16383 (highlight-compare-with-file): Fix problems with interactive
16384 call giving invalid default file.
16385
163862008-04-03 Nick Roberts <nickrob@snap.net.nz>
16387
16388 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
16389 Fix in disassembly buffer (regression in 22.2).
16390
163912008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
16392
16393 * emulation/viper-macs.el (viper-read-fast-keysequence):
16394 Use viper-read-event instead of viper-read-key.
16395
16396 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
16397
16398 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
16399 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
16400 let-statements.
16401
16402 * emulation/viper-ex.el, emulation/viper-macs.el:
16403 * emulation/viper-mous.el:
16404 Replace load with require in eval-when-compile.
16405
164062008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
16409
16410 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
16411 (archive-try-jka-compr): New function.
16412 (archive-set-buffer-as-visiting-file): Use it.
16413
16414 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
16415
164162008-04-03 Chong Yidong <cyd@stupidchicken.com>
16417
16418 * simple.el (handle-shift-selection): New arg.
16419
164202008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
16423
16424 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
16425
164262008-04-03 Chong Yidong <cyd@stupidchicken.com>
16427
16428 * shell.el (shell-dynamic-complete-filename): New fun.
16429 (shell-dynamic-complete-functions): Use it.
16430
16431 * help-fns.el (describe-variable): Undo 2008-02-25 change.
16432
164332008-04-03 Kenichi Handa <handa@m17n.org>
16434
16435 * international/fontset.el (create-fontset-from-x-resource):
16436 Handle the error of X resource more gracefully.
16437
16438 * international/latin1-disp.el (latin1-display): Don't use make-char.
16439 Fix the argument to set-char-table-range.
16440 (latin1-display-identities): Don't use make-char.
16441 (latin1-display-reset): Use map-charset-chars instead of directly
16442 calling standard-display-default.
16443 (latin1-display-check-font): Don't use make-char.
16444 (latin1-display-setup): Likewise.
16445 (latin1-display-ucs-per-lynx): Likewise.
16446
164472008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
16450 name the fields, to make the code clearer.
16451 Rewrite all `aset' and `aref' using the defined accessors.
16452 (timer--time): New pseudo-field.
16453 (timer-set-time, timer-set-idle-time, timer-inc-time)
16454 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
16455 (timer--time-less-p): New function.
16456 (timer--activate): New function, extracted from timer-activate.
16457 (timer-activate-when-idle, timer-activate): Use it.
16458 (cancel-function-timers): Use dolist.
16459
164602008-04-03 Glenn Morris <rgm@gnu.org>
16461
16462 * add-log.el (c-beginning-of-defun, c-end-of-defun):
16463 Remove declarations; no longer used.
16464 (c-cpp-define-name, c-defun-name): Declare as functions.
16465
16466 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
16467 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
16468
16469 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
16470 (holiday-passover-etc, holiday-hanukkah): Doc fix.
16471 Add optional argument. Simplify.
16472 (holiday-tisha-b-av-etc): Use memq rather than unless.
16473 (holiday-julian): Autoload it.
16474 (holiday-hebrew-misc): New function.
16475
16476 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
16477
16478 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
16479 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
16480 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
16481 all-hebrew-calendar-holidays.
16482 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
16483 Simplify using new functions.
16484 (calendar-holidays): Doc fix.
16485 (generate-calendar-window): Use bound-and-true-p.
16486
16487 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
16488
16489 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
16490 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
16491 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
16492 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
16493
16494 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
16495
164962008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
16499
16500 * vc-bzr.el (vc-bzr-checkout): Simplify.
16501
16502 * image-mode.el (image-mode-fit-frame): New command.
16503
16504 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
16505 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
16506 (keyboard-escape-quit): Check region-active-p i.s.o
16507 transient-mark-mode.
16508
165092008-04-02 Simon Josefsson <simon@josefsson.org>
16510
16511 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
16512 (imap-message-copyuid-1): Use it.
16513 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
16514 J. Williams in
16515 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
16516
165172008-04-02 Alan Mackenzie <acm@muc.de>
16518
16519 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
16520 New optimised functions to get the name of the current defun/macro.
16521
16522 * add-log.el (add-log-current-defun): Move the functionality which
16523 gets the current function name for C like modes to cc-cmds.el,
16524 thus optimising for speed.
16525
165262008-04-02 Chong Yidong <cyd@stupidchicken.com>
16527
16528 * simple.el (deactivate-mark): When the mark is temporarily
16529 active, restore the original value of transient-mark-mode.
16530 (set-mark-command): First deactivate the mark if was temporarily active.
16531 (exchange-point-and-mark): Reactivate the mark if it was
16532 temporarily active.
16533 (handle-shift-selection): New fun.
16534 (transient-mark-mode): Move var documentation here from buffer.c.
16535 (next-line, previous-line, backward-word, move-end-of-line)
16536 (move-beginning-of-line, forward-to-indentation)
16537 (backward-to-indentation, back-to-indentation)
16538 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
16539
16540 * mouse.el (mouse-set-region-1): Save the old value of
16541 transient-mark-mode.
16542 (mouse-drag-track): Ignore the now-obsolete value `identity' for
16543 transient-mark-mode.
16544
16545 * textmodes/paragraphs.el (forward-paragraph)
16546 (backward-paragraph, forward-sentence, backward-sentence): Add ^
16547 interactive spec.
16548
16549 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
16550
165512008-04-02 Michael Albinus <michael.albinus@gmx.de>
16552
16553 * net/tramp.el (tramp-make-tramp-temp-file):
16554 Use `tramp-drop-volume-letter' for the local file name part.
16555
165562008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16557
16558 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
16559 Add menu entries corresponding to all the key bindings.
16560
16561 * emacs-lisp/debug.el (debugger-mode-map):
16562 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
16563 (conf-align-assignments): Only work on the region if it is active.
16564 (conf-quote-normal): Use when instead of if. Remove redundant test.
16565
16566 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16567 for tracing and re-builder.
16568
165692008-04-02 Glenn Morris <rgm@gnu.org>
16570
16571 * calendar/appt.el (appt-disp-window-function): Doc fix.
16572 (appt-display-message): Move beep before display.
16573 (appt-check): Make interactive. Reduce the number of lets.
16574 Use string-equal to compare mode-line strings.
16575 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
16576 read-only.
16577 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
16578 (appt-delete): Simplify.
16579
16580 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
16581
16582 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16583
16584 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16585 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
16586 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
16587
16588 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
16589 (calendar-holiday-marker, mark-visible-calendar-date):
16590 * calendar/diary-lib.el (fancy-diary-display):
16591 Check for font-lock-mode before using faces.
16592
16593 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
16594 (calendar-gregorian-from-absolute): Reduce the number of lets.
16595 (hebrew-holidays-4, generate-calendar-window): Simplify.
16596 (calendar-for-loop): Make obsolete.
16597 (calendar-nth-named-day): Doc fix.
16598
16599 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
16600 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
16601 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
16602 Reduce the number of lets.
16603 (mark-sexp-diary-entries, calendar-mark-complex):
16604 Expand calendar-for-loops.
16605
166062008-04-01 Chong Yidong <cyd@stupidchicken.com>
16607
16608 * find-dired.el (find-dired-filter): Fix last patch to handle
16609 multi-line process input. Pad link numbers too.
534d37da 16610
e3d51b27
MR
166112008-04-01 Jari Aalto <jari.aalto@cante.net>
16612
16613 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
16614
166152008-04-01 Jason Rumney <jasonr@gnu.org>
16616
16617 * international/characters.el (script-list): Add phonetic script,
16618 covering IPA (previously Latin), Phonetic Extensions and
16619 Phonetic Extensions Supplement (both previously unassigned).
16620
16621 * international/fontset.el (setup-default-fontset): Use unicode fonts
16622 that cover bopomofo script for bopomofo.
16623 Likewise for braille and mathematical.
16624 Use unicode scripts that cover the phonetic script for IPA.
16625
166262008-04-01 Johan Bockgård <bojohan@gnu.org>
16627
16628 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
16629 return the assigned value.
16630
166312008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * abbrev.el (abbrev-mode): Use define-minor-mode.
16634
16635 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
16636 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
16637 Use map-keymap.
16638 (minor-mode-menu-from-indicator): Use it. Simplify.
16639
16640 * bindings.el (mode-line-mode-menu): Move before (new) first use.
16641 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
16642 Bind the key directly to the menu.
16643 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
16644
166452008-04-01 Daiki Ueno <ueno@unixuser.org>
16646
16647 * epa.el (epa-decrypt-region): Explain the reason why this
16648 function should not be used in Lisp programs.
16649 (epa-decrypt-armor-in-region): Ditto.
16650 (epa-verify-region): Ditto.
16651 (epa-verify-cleartext-in-region): Ditto.
16652 (epa-sign-region): Ditto.
16653 (epa-encrypt-region): Ditto.
16654
16655 * epg.el (epg-start-receive-keys): Fix typo in docstring.
16656
16657 * epa.el (epa-select-keys): Show menu even if there is no key in
16658 GnuPG's keyring.
16659
166602008-04-01 Glenn Morris <rgm@gnu.org>
16661
16662 * calendar/calendar.el (calendar-make-temp-face): New function.
16663 (mark-visible-calendar-date):
16664 * calendar/diary-lib.el (fancy-diary-display): Use it.
16665
16666 * vc-hooks.el (vc-responsible-backend): Declare as function.
16667
16668 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
16669 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
16670 * calendar/cal-julian.el (holiday-julian): Use it.
16671
16672 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
16673 (calendar-hebrew-date-is-visible-p): Extract some common code into
16674 separate function.
16675 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
16676
16677 * calendar/cal-menu.el (cal-menu-holidays-menu):
16678 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
16679 rather than obsolete alias.
16680
16681 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
16682 for mark characters.
16683 (calendar-unmark): Unmark by removing all overlays, rather than
16684 redrawing.
16685 (calendar-starred-day): Remove.
16686 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
16687 (calendar-cursor-to-date): No need for special star handling now
16688 using overlays.
16689 (calendar-star-date): Use overlays.
16690
16691 * calendar/cal-french.el (calendar-goto-french-date):
16692 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
16693 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
16694 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
16695 * calendar/cal-persia.el (calendar-persian-date-string):
16696 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16697 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
16698 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
16699 * calendar/solar.el (solar-equinoxes-solstices):
16700 Reduce nesting of some lets.
16701
16702 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16703 (calendar-goto-mayan-long-count-date): Simplify.
16704
16705 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
16706 Simplify by using mapcar.
16707 (calendar-list-holidays): Return holiday-list.
16708 (list-holidays): Use let rather than let*. Remove un-needed locals
16709 `d', `never'.
16710 (calendar-check-holidays): Return result from dolist.
16711 (holiday-float): Use a single let*. Simplify if-and to and.
16712 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
16713 single let*.
16714
167152008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
16716
16717 * calc/calc.el: Autoload `calc-yank'.
16718 (calc-mode-map): Add keybindings for `calc-yank'.
16719 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
16720 assignments for `calc-yank'.
16721
167222008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
16723
16724 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
16725 (vc-status-mark-buffer-changed): Handle the extra field.
16726
16727 * vc-bzr.el (vc-bzr-after-dir-status):
16728 * vc-cvs.el (vc-cvs-after-dir-status):
16729 * vc-hg.el (vc-hg-after-dir-status):
16730 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
16731
167322008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16733
16734 * doc-view.el: Compute displayed pages first (in PDF).
16735 (doc-view-current-converter-processes): Rename from
16736 doc-view-current-converter-process. Update users.
16737 (doc-view-sentinel): Test buffer's liveness.
16738 (doc-view-pdf/ps->png-sentinel): Remove.
16739 (doc-view-start-process): New function.
16740 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
16741 (doc-view-ps->pdf): Use it.
16742 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
16743 New functions.
16744 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
16745 (doc-view-mode): Kill the processes when leaving the mode.
16746
167472008-03-31 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
16750 Use `byte-compile-warning-types'. Add docstring.
16751
167522008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
16755 (smerge-resolve): Add various resolution heuristics.
16756
16757 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
16758 in 3-way conflicts.
16759
167602008-03-31 Glenn Morris <rgm@gnu.org>
16761
16762 * calendar/cal-bahai.el (diary-bahai-mark-entries):
16763 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16764 * calendar/cal-islam.el (mark-islamic-diary-entries):
16765 Fix argument order in call to diary-mark-entries-1.
16766
16767 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
16768 pre-Bahai dates.
16769 (holiday-bahai): Use an algorithm actually relevant to this calendar
16770 system.
16771
16772 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
16773
16774 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
16775 Use and.
16776
16777 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
16778 in the last fortnight in Julian October.
16779
16780 * calendar/calendar.el (increment-calendar-month): Optionally handle
16781 systems without 12 months per year.
e3d51b27 16782 (calendar-date-is-visible-p): Doc fix. Simplify.
4af487fc 16783
e3d51b27
MR
16784 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
16785 from dolist.
16786
167872008-03-30 Juanma Barranquero <lekktu@gmail.com>
16788
16789 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
16790 (hi-lock-unload-function): New function.
16791
167922008-03-30 Michael Albinus <michael.albinus@gmx.de>
16793
16794 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
16795 overwriting when NEWNAME is a local file.
16796
16797 * net/trampver.el: Update release number.
16798
167992008-03-30 Alexandre Julliard <julliard@winehq.org>
16800
16801 * vc-git.el: Make vc-status display information about copies,
16802 renames and permission changes.
16803 (vc-git-extra-fileinfo): New defstruct.
16804 (vc-git-escape-file-name, vc-git-file-type-as-string)
16805 (vc-git-rename-as-string, vc-git-permissions-as-string)
16806 (vc-git-status-printer): New functions.
16807 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
16808 (vc-git-after-dir-status-stage1): Look for copies, renames and
16809 permission changes.
16810 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
16811 (vc-git-dir-status): Ask for staged files and renames.
16812
168132008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
16814
16815 * vc.el: Allow backends to display backend specific information in
16816 the vc-status listing.
16817 (vc-status-fileinfo): Add a field for backend specific information.
16818 (vc-status-printer): Rename to ...
16819 (vc-default-status-printer): ... this.
16820 (vc-status-printer): New function.
16821 (vc-update-vc-status-buffer): Set the backend specific file info
16822 if provided.
16823
168242008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16825
16826 * textmodes/remember.el (remember-diary-convert-entry): Revert last
16827 change (ill-conceived).
16828
168292008-03-29 Glenn Morris <rgm@gnu.org>
16830
16831 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
16832 * calendar/cal-julian.el (holiday-julian): Simplify.
16833
16834 * calendar/holidays.el (list-holidays): Use or.
16835
168362008-03-29 Juri Linkov <juri@jurta.org>
16837
16838 * window.el (split-window-preferred-horizontally): New function.
16839
16840 * cus-start.el (split-window-preferred-function):
16841 Set choice for "vertically" to nil instead of split-window.
16842 Set choice for "horizontally" to split-window-preferred-horizontally
16843 instead of lambda.
16844
168452008-03-29 Juri Linkov <juri@jurta.org>
16846
16847 * simple.el (minibuffer-default-add-function): New variable with
16848 the default to minibuffer-default-add-completions.
16849 (minibuffer-default-add-done): New variable. Make it buffer-local.
16850 (minibuffer-default-add-completions): New function.
16851 (goto-history-element): Set minibuffer-default-add-done to t and
16852 call a function in minibuffer-default-add-function when the
16853 specified absolute history position is greater than the length of
16854 the minibuffer-default list and minibuffer-default-add-done is nil.
16855 Change "^End of history; no next item$" to "^End of defaults;
16856 no next item$".
16857
16858 * bindings.el (debug-ignored-errors): Change "^End of history;
16859 no next item$" to "^End of defaults; no next item$".
16860
168612008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16862
16863 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
16864
16865 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
16866 to with-no-warnings.
16867
168682008-03-29 Michael Albinus <michael.albinus@gmx.de>
16869
16870 Sync with Tramp 2.1.13.
16871
16872 * net/tramp-ftp.el: Require 'cl when byte-compiling.
16873
16874 * net/trampver.el: Update release number.
16875
168762008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
16877
16878 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
16879 the current backend.
16880
16881 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
16882 (vc-status-refresh): Create a temporary buffer and call the
16883 `dir-status' backend function from that buffer.
16884
16885 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
16886 (vc-bzr-after-dir-status): Don't kill the buffer.
16887
16888 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
16889 (vc-cvs-after-dir-status): Don't kill the buffer.
16890
16891 * vc-git.el (vc-git-dir-status): Don't create a buffer.
16892 (vc-git-after-dir-status-stage2): Don't kill the buffer.
16893
16894 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
16895 (vc-hg-after-dir-status): Don't kill the buffer.
16896
16897 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
16898 (vc-svn-after-dir-status): Don't kill the buffer.
16899
169002008-03-29 Glenn Morris <rgm@gnu.org>
16901
16902 * calendar/calendar.el (diary-file, american-date-diary-pattern)
16903 (european-date-diary-pattern, european-calendar-display-form)
16904 (american-calendar-display-form, diary-display-hook): Doc fixes.
16905 (european-calendar-style): Doc fix. Use calendar-set-date-style for
16906 custom :set. Mark as obsolete.
16907 (calendar-date-style, iso-date-diary-pattern)
16908 (iso-calendar-display-form): New user variables.
16909 (diary-date-forms, calendar-date-display-form): Set using
16910 calendar-date-style. Doc fix.
16911 (calendar-set-date-style): New command.
16912 (european-calendar, american-calendar): Use calendar-set-date-style.
16913 Mark as obsolete.
16914
16915 * calendar/diary-lib.el (number): Move declaration where needed.
16916 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
16917 (diary-make-date): New function.
16918 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
16919 Use diary-make-date.
16920 (diary-date-display-form, diary-insert-entry-1): New functions.
16921 (insert-monthly-diary-entry, insert-yearly-diary-entry):
16922 Use diary-insert-entry-1.
16923 (insert-anniversary-diary-entry, insert-block-diary-entry)
16924 (insert-cyclic-diary-entry): Use diary-date-display-form.
16925
16926 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
16927 Autoload diary-insert-entry-1.
16928 * calendar/cal-bahai.el (diary-bahai-insert-entry)
16929 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16930 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
16931 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
16932 * calendar/cal-islam.el (insert-islamic-diary-entry)
16933 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
16934 Use diary-insert-entry-1.
16935
16936 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
16937 (diary-yahrzeit): Doc fix. Use diary-make-date.
16938
16939 * calendar/icalendar.el (icalendar--datetime-to-american-date):
16940 New name for icalendar--datetime-to-noneuropean-date. Make old name
16941 obsolete alias.
16942 (icalendar--datetime-to-iso-date): New function.
16943 (icalendar--datetime-to-diary-date): Doc fix. Respect
16944 calendar-date-style if bound.
16945
16946 * textmodes/remember.el (remember-diary-convert-entry):
16947 Respect calendar-date-style if bound.
16948
169492008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16950
16951 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
16952 (xterm-mouse-handle-delete-frame): Delete.
16953
16954 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
16955 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
16956 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
16957 in xterm-modify-other-keys-terminal-list.
16958
16959 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
16960 are conflicts.
16961
169622008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
16963
16964 * vc.el (vc-update): Check if the buffer is unsaved only if it
16965 actually exists.
16966 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
16967 vc-print-log.
16968
169692008-03-28 Magnus Henoch <mange@freemail.hu>
16970
16971 * net/dns.el (dns-write): Use set-buffer-multibyte.
16972
169732008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * vc-bzr.el (vc-bzr-sha1): New fun.
16976 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
16977 (vc-bzr-registered): Use it.
16978
169792008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
16980
16981 * vc.el (vc-status-kill-dir-status-process): Simplify.
16982 (vc-status-refresh): Make sure the buffer is live.
16983 (ring): Don't require it, not used.
16984
169852008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
16986
16987 * progmodes/verilog-mode.el (verilog-auto-inout-module):
16988 Add optional regular expression to AUTOINOUTMODULE.
16989 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16990 (verilog-auto-inst-param, verilog-auto-reg)
16991 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16992 (verilog-auto-output-every, verilog-auto-input)
16993 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16994 (verilog-auto-unused, verilog-auto): Update documentation to use
16995 more obvious instance module names versus cell names.
16996
169972008-03-28 Jan Djärv <jan.h.d@swipnet.se>
16998
16999 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
17000 kill if a process is running.
17001
17002 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
17003
170042008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
17005
17006 * vc.el: Add new backend function 'status-extra-headers.
17007 (vc-default-status-extra-headers): New function.
17008 (vc-status-headers): Call 'status-extra-headers. Add colors.
17009
17010 * vc-git.el (vc-git-status-extra-headers): New function.
17011
170122008-03-28 Glenn Morris <rgm@gnu.org>
17013
17014 * calendar/cal-menu.el (cal-menu-holidays-menu)
17015 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
17016 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
17017 holiday-list is optional.
17018 (calendar-mouse-holidays): Remove un-needed local `l'.
17019
17020 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
17021 Remove un-needed local `date'.
17022 (calendar-cursor-to-visible-date): Use let rather than let*.
17023 Remove un-needed local `first-of-month-weekday'.
17024
17025 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
17026
17027 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
17028 Doc fixes.
17029 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
17030 (diary-header-line-flag, diary-header-line-format): Declare.
17031 (diary-pull-attrs): Check for multiple matches.
17032 (diary-list-entries-2): Simplify finding start of date.
17033 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
17034 pop-up-frames.
17035 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
17036 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
17037
170382008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
17039
17040 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
17041
17042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
17043
170442008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
17047
17048 * image-mode.el (image-mode-reapply-winprops): Fix last change.
17049
170502008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17051
17052 * international/mule-conf.el (define-iso-single-byte-charset):
17053 Don't make latin-iso8859-* supplementary.
17054 (#'set-charset-priority): Don't change the priority of charsets
17055 `unicode' and `emacs'.
17056
170572008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
17060 temp buffer.
17061
170622008-03-27 Glenn Morris <rgm@gnu.org>
17063
17064 * calendar/cal-bahai.el (diary-bahai-list-entries):
17065 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
17066 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
17067
17068 * calendar/calendar.el (diary-file): Doc fix.
17069
17070 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
17071 (list-diary-entries-hook, mark-diary-entries-hook)
17072 (include-other-diary-files, diary-mail-entries)
17073 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
17074 (diary-set-header): New function.
17075 (diary-header-line-flag, diary-header-line-format):
17076 Use diary-set-header for custom :set function.
17077 (diary-set-maybe-redraw): Use symbol-value rather than eval.
17078 (diary-attrtype-convert): Use intern-soft rather than read.
17079 (diary-display-no-entries): New function.
17080 (simple-diary-display, fancy-diary-display): Use it.
17081 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
17082 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
17083
17084 * calendar/holidays.el (list-holidays): Doc fix.
17085
170862008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
17087
17088 * calc/calc-store.el (calc-read-var-name-history): New variable.
17089 (calc-read-var-name): Use `calc-read-var-name-history'.
17090
170912008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17092
17093 * image-mode.el (image-mode-reapply-winprops): Simplify now that
17094 window-configuration-change-hook works buffer-locally.
17095
170962008-03-26 Johan Bockgård <bojohan@gnu.org>
17097
17098 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
17099 for Emacs Lisp, not Lisp.
17100
171012008-03-26 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * help-fns.el (describe-function-1, describe-variable):
17104 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
17105
17106 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
17107 replacement is provided, don't print "use nil instead".
17108
171092008-03-26 Johan Bockgård <bojohan@gnu.org>
17110
17111 * complete.el (PC-do-completion): Use regexp-quote.
17112
171132008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
17114
17115 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
17116 Detect missing files.
17117
17118 * vc-git.el (vc-git-extra-menu-map): New key map.
17119 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
17120 New functions.
17121
17122 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
17123 and 'missing files.
17124
171252008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17126
17127 * calendar/holidays.el (list-holidays): Make Y2 optional.
17128
17129 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
17130 buffers shown to the user.
17131 (appt-disp-window): Disable undo explicitly now that the leading space
17132 is gone.
17133
17134 * simple.el (activate-mark): New function.
17135 (set-mark-command): Use it with region-active-p to clean up the code.
17136 (exchange-point-and-mark): Invert the meaning of C-u when
17137 transient-mark-mode is active.
17138
17139 * dired-aux.el (dired-create-files): Use dolist.
17140
17141 * bindings.el (mode-line-change-eol): Use with-selected-window.
17142
17143 * apropos.el (apropos-command): Include macros.
17144
171452008-03-26 Glenn Morris <rgm@gnu.org>
17146
17147 * calendar/cal-bahai.el: Require calendar, not cal-julian.
17148 (calendar-bahai-epoch): Doc fix.
17149
17150 * calendar/cal-china.el: Explicitly require calendar.
17151
17152 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
17153 Require calendar rather than cal-julian.
17154 Autoload calendar-absolute-from-julian.
17155 * calendar/cal-coptic.el (coptic-calendar-epoch):
17156 * calendar/cal-islam.el (calendar-islamic-epoch):
17157 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
17158
17159 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
17160
17161 * calendar/cal-dst.el: Don't require cal-persia.
17162 (calendar-absolute-from-persian): Autoload it.
17163 (dst-adjust-time): Doc fix.
17164
17165 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
17166 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
17167 calendar.
17168
17169 * calendar/cal-menu.el: Require calendar rather than declaring
17170 functions.
17171 * calendar/calendar.el: Provide calendar before requiring cal-menu.
17172
17173 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
17174 calendar-after-frame-setup-hooks. Update callers, make old name an
17175 obsolete alias. Doc fix.
17176 (calendar-frame-1): Doc fix.
17177
17178 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
17179
17180 * calendar/calendar.el (oriental-holidays, solar-holidays):
17181 * calendar/holidays.el (list-holidays): Assume atan always bound.
17182
17183 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
17184 Explicitly require calendar, not cal-julian.
17185 * calendar/lunar.el: Explicitly require cal-dst.
17186
171872008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17188
17189 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
17190
17191 * help-fns.el (describe-function-1, describe-variable): If no
17192 replacement is provided, don't print "use nil instead".
17193
171942008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17195
17196 * proced.el: New file.
17197
171982008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
17199
17200 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
17201
172022008-03-25 Juri Linkov <juri@jurta.org>
17203
17204 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
17205 in battery-mode-line-format.
17206
17207 * bindings.el (minibuffer-local-map): For the command
17208 file-cache-minibuffer-complete replace keymap minibuffer-local-map
17209 with map which is already locally bound to minibuffer-local-map.
17210
172112008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
17214 Remove `sort-first' argument.
17215
17216 * subr.el (redisplay-end-trigger-functions)
17217 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
17218 (process-filter-multibyte-p, set-process-filter-multibyte):
17219 Mark as obsolete.
17220
172212008-03-25 Juanma Barranquero <lekktu@gmail.com>
17222
17223 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
17224 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
17225 use the LOCAL arg of `add-hook'.
17226 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
17227 Remove spurious * from defcustom docstrings.
17228 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
17229 Fix typos in messages.
17230 (reb-mode-buffer-p): New function.
17231 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
17232 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
17233 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
17234 Use `unless', `when'.
17235 (re-builder-unload-function): New function.
17236
172372008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
17238
17239 * vc-hooks.el (vc-state): Add documentation for 'missing.
17240
172412008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
17242
17243 * progmodes/verilog-mode.el (verilog-auto-output)
17244 (verilog-auto-input, verilog-auto-inout, verilog-auto)
17245 (verilog-delete-auto): Add optional regular expression to
17246 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
17247 (verilog-signals-matching-regexp): New internal function for
17248 signal matching.
17249
172502008-03-25 Johan Bockgård <bojohan@gnu.org>
17251
17252 * info.el (Info-isearch-search): Always return point.
17253
172542008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17255
17256 * diff-mode.el (diff-remembered-defdir): New var.
17257 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
17258
172592008-03-25 Glenn Morris <rgm@gnu.org>
17260
17261 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
17262 calendar-bahai-prompt-for-date. Update callers, make old name an
17263 obsolete alias. Doc fix.
17264 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
17265 coptic-prompt-for-date. Update callers, make old name an
17266 obsolete alias. Doc fix.
17267 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
17268 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
17269 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
17270 calendar-islamic-prompt-for-date. Update callers. Doc fix.
17271 * calendar/cal-iso.el (calendar-iso-read-date): New name for
17272 calendar-iso-read-args. Update callers, make old name an obsolete
17273 alias.
17274 * calendar/cal-persia.el (calendar-persian-read-date): New name for
17275 persian-prompt-for-date. Update callers, make old name an
17276 obsolete alias. Doc fix. Move definition before use.
17277
17278 * calendar/cal-x.el (diary-frame-parameters)
17279 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17280 (calendar-frame-1): Doc fixes.
17281 (make-fancy-diary-buffer): Remove declaration.
17282 (calendar-dedicate-diary): Replace call to deleted function
17283 make-fancy-diary-buffer.
17284 (calendar-frame-setup): New function.
17285 (calendar-one-frame-setup, calendar-only-one-frame-setup)
17286 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
17287 work, and mark as obsolete.
17288 (special-display-buffer-names): Don't mess with this; it's not our
17289 business.
17290 (cal-x-load-hook): Defvar it, and mark as obsolete.
17291
17292 * calendar/calendar.el (calendar-remove-frame-by-deleting):
17293 Default to t. Add to 'calendar group.
17294 (calendar): Doc fix. Use calendar-frame-setup.
17295 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
17296 (generate-calendar-window): Doc fix.
17297
172982008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
17301
173022008-03-24 Drew Adams <drew.adams@oracle.com>
17303
17304 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
17305 New variables.
17306 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
17307 (finder-exit): Ignore errors rather than avoiding them.
17308 Kill *Finder-package* buffer also.
17309
173102008-03-24 Andreas Schwab <schwab@suse.de>
17311
17312 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
17313
173142008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
17315
17316 * vc-hg.el (vc-hg-after-dir-status):
17317 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
17318
17319 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
17320 Detect removed files.
17321
17322 * vc.el (vc-status-printer): Use a different face for missing files.
17323 (vc-status-hide-up-to-date): Rename from
17324 vc-status-remove-up-to-date. Update all callers.
17325 (vc-status-mode-map): Bind C-m.
17326
173272008-03-24 Alexandre Julliard <julliard@winehq.org>
17328
17329 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
17330 code ...
17331 (vc-git--state-code): ... to this new function.
17332 (vc-git-state): Use it.
17333
f0131492 173342008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
e3d51b27
MR
17335
17336 * textmodes/remember.el (remember-mail-date)
17337 (remember-store-in-mailbox): Write date and From line in such a
17338 way that Mutt can read it.
17339
173402008-03-23 Chong Yidong <cyd@stupidchicken.com>
17341
17342 * simple.el (transient-mark-mode): Turn on by default.
17343
173442008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
17345
17346 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
17347 'unregistered for unregistered files.
17348
17349 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
17350
17351 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
17352
17353 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
17354 subdirectories.
17355
17356 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
17357 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
17358 Add :enable for vc-status-refresh.
17359 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
17360 (vc-status-tool-bar-map): Add binding for
17361 vc-status-kill-dir-status-process.
17362 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
17363 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
17364 Reset vc-status-process-buffer.
17365 (vc-status-refresh): Don't run two refreshes at a time.
17366 (vc-status): If the buffer is already in vc-status-mode only refresh.
17367 (vc-status-mark-buffer-changed): Add an optional file parameter.
17368 (vc-resynch-buffer): Use it.
17369 (vc-delete-file): Expand the file name before using it.
17370 Be careful to not create a new buffer with the old file contents.
17371 Update the VC state after performing the operation.
17372
173732008-03-23 Andreas Schwab <schwab@suse.de>
17374
17375 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
17376 Fix radio button condition.
17377 [box]: Likewise.
17378 [customize]: Add radio button.
17379
173802008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
17381
17382 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
17383 (calc-user-parse-tables, calc-gnuplot-default-device)
17384 (calc-gnuplot-default-output, calc-gnuplot-print-device)
17385 (calc-gnuplot-print-output, calc-gnuplot-geometry)
17386 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
17387 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
17388 (calc-undo-list, calc-redo-list, calc-main-buffer)
17389 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
17390 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
17391 (calc-said-hello, calc-executing-macro, calc-any-selections)
17392 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
17393 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
17394 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
17395 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
17396 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
17397 (calc-create-buffer, calc-quit): Add docstrings.
17398
173992008-03-23 Juanma Barranquero <lekktu@gmail.com>
17400
17401 * makefile.w32-in (WINS_ALMOST): Add org.
17402
174032008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
17404
17405 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
17406 New functions to implement vc-status support.
17407
174082008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
17409
17410 * vc.el (vc-status-prepare-status-buffer): New function.
17411 (vc-status): Use it.
17412
17413 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
17414 appropriate.
17415
174162008-03-22 Alexandre Julliard <julliard@winehq.org>
17417
17418 * vc-git.el (vc-git--empty-db-p)
17419 (vc-git-after-dir-status-stage1-empty-db): New functions.
17420 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
17421 Add support for empty repositories.
17422
174232008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
17424
17425 * vc-git.el (vc-git-annotate-extract-revision-at-line):
17426 Allow "^" in a version name.
17427
17428 * vc-mtn.el (vc-mtn-state): Support the added state.
17429
174302008-03-22 Carsten Dominik <dominik@science.uva.nl>
17431
17432 * org: New directory for Org-mode.
17433
147135ac 17434 * org/org-export-latex.el: Moved from lisp/textmodes.
e3d51b27 17435
147135ac 17436 * org/org-irc.el: Moved from lisp/textmodes.
e3d51b27 17437
147135ac 17438 * org/org-mac-message.el: Moved from lisp/textmodes.
e3d51b27 17439
147135ac 17440 * org/org-mouse.el: Moved from lisp/textmodes.
e3d51b27 17441
147135ac 17442 * org/org-publish.el: Moved from lisp/textmodes.
e3d51b27
MR
17443
174442008-03-21 Juri Linkov <juri@jurta.org>
17445
17446 * comint.el (comint-dynamic-simple-complete):
17447 Use variable `stub' for the second arg `common-substring'
17448 of `comint-dynamic-list-completions'.
17449 (comint-dynamic-list-filename-completions):
17450 Use variable `filenondir' for the second arg `common-substring'
17451 of `comint-dynamic-list-completions'.
17452 (comint-dynamic-list-completions): Add new optional arg
17453 `common-substring'. Add `common-substring' as the second arg of
17454 the call to `display-completion-list'. Doc fix.
17455
17456 * comint.el (comint-dynamic-complete-as-filename)
17457 (comint-dynamic-list-filename-completions)
17458 (comint-dynamic-simple-complete): Use `minibuffer-message'
17459 to display message "No completions of %s" when a command
17460 is called in the minibuffer.
17461 (comint-dynamic-simple-complete): Don't display other
17462 completion messages when a command is called in the minibuffer.
17463 (comint-dynamic-list-completions): Use `minibuffer-message'
17464 to display message " [Type space to flush ...]" when a command
17465 is called in the minibuffer.
17466
17467 * shell.el (shell-dynamic-complete-command)
17468 (shell-dynamic-complete-environment-variable): Don't display
17469 completion messages when command is called in the minibuffer.
17470
17471 * emacs-lisp/lisp.el (lisp-complete-symbol):
17472 Use `minibuffer-message' to display message "No completions of %s"
17473 when this command is called in the minibuffer.
17474
17475 * bindings.el (standard-mode-line-modes): Put special help-echo
17476 tooltip on recursive edit %[ %] mode-line constructs.
17477
17478 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
17479 "^No dynamic expansion for .* found$" to allow error messages like
17480 "No dynamic expansion for \"%s\" found in this-buffer".
17481
174822008-03-21 Michael Albinus <michael.albinus@gmx.de>
17483
17484 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
17485 "psftp".
17486
174872008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
17490 * vc.el (vc-default-dired-state-info): Use just "modified".
17491 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
17492 (vc-cvs-mode-line-string): Make use of the better default.
17493 (vc-cvs-parse-entry): Use the new `added'.
17494 (vc-cvs-dired-state-info): Remove.
17495 * vc-svn.el (vc-svn-dired-state-info): Remove.
17496 * vc-hg.el (vc-hg-dired-state-info): Remove.
17497 * vc-git.el (vc-git-dired-state-info): Remove.
17498
174992008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
17500
17501 * vc-git.el (vc-git-status-result): New variable.
17502 (vc-git-dir-status): Split out ...
17503 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
17504 ... these new functions and work asynchronously.
17505
175062008-03-21 Alexandre Julliard <julliard@winehq.org>
17507
17508 * vc-git.el (vc-git-after-dir-status): Remove.
17509 (vc-git-dired-state-info): Reimplement.
17510
175112008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
17512
17513 * replace.el (occur-mode-map): Add :help.
17514
17515 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
17516 for disassemble.
17517
17518 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
17519 the 'added state.
17520 (vc-status-remove-up-to-date): New function.
17521 (vc-status-mode-map, vc-status-menu-map): Bind it.
17522 (vc-status-printer): Use a different face up-to-date files.
17523 (vc-resynch-buffer): Update the vc-status buffer if it exists.
17524 (Todo): Remove solved entries.
17525
17526 * vc-hg.el (vc-hg-state):
17527 * vc-git.el (vc-git-state):
17528 * vc-cvs.el (vc-cvs-parse-status):
17529 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
17530 state.
17531
175322008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17533
17534 * progmodes/compile.el (compile):
17535 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
17536
17537 * simple.el (minibuffer-local-shell-command-map): New var.
17538 (minibuffer-complete-shell-command, read-shell-command): New funs.
17539 (shell-command, shell-command-on-region): Use them.
17540
175412008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
17542
17543 * vc.el (vc-status-mark-buffer-changed): New function to implement
17544 updating of the *vc-status* buffer when a buffer is saved.
17545 (vc-status-mode): Use it for after-change-hook.
17546 (vc-add-to-vc-status-buffer): Rename to ...
17547 (vc-status-add-entry): ... this.
17548 (Todo): Add new entry.
17549
175502008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
17553
175542008-03-20 Juanma Barranquero <lekktu@gmail.com>
17555
17556 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
17557 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
17558 Remove spurious * from defcustom docstrings.
17559 (icomplete-compute-delay): Fix docstring and remove spurious *.
17560 (icomplete-delay-completions-threshold): Fix typo in docstring and
17561 remove spurious *.
17562 (icomplete-completions): While collecting the list of prospective
17563 candidates, don't overshoot `icomplete-prospects-length'.
17564
175652008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
17566
17567 * textmodes/refbib.el:
17568 * textmodes/reftex.el:
17569 * textmodes/reftex-global.el:
17570 * textmodes/reftex-vars.el:
17571 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
17572 compiler pacifying defvars.
17573 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
17574 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
17575 not needed.
17576
175772008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
17578
17579 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
17580 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
17581 (verilog-customize, verilog-font-customize)
17582 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
17583 (verilog-mode): Update documentation strings to match tool tips.
17584 (verilog-auto-search-do, verilog-auto-re-search-do)
17585 (verilog-skip-forward-comment-or-string): Fix verilog-auto
17586 expansion when a .* appears inside a string.
17587 (verilog-re-search-forward, verilog-re-search-backward):
17588 Add comment to recall how this works.
17589 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
17590
175912008-03-20 Glenn Morris <rgm@gnu.org>
17592
17593 * calendar/calendar.el (calendar-other-dates): New function.
17594 (calendar-print-other-dates): Use calendar-other-dates.
17595 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
17596 the declarations it replaces.
17597 (calendar-mouse-print-dates): Use calendar-other-dates.
17598
17599 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
17600 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
17601 (calendar-absolute-from-bahai): Fix the leap-year case.
17602 (calendar-bahai-from-absolute): Re-use the Gregorian month.
17603 (calendar-bahai-date-string, calendar-bahai-print-date):
17604 Handle pre-Bahai dates.
17605
17606 * calendar/cal-china.el (chinese-calendar-celestial-stem)
17607 (chinese-calendar-terrestrial-branch): Make defcustoms.
17608
17609 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
17610 (calendar-mouse-view-diary-entries): Use or.
17611 (calendar-mouse-chinese-date): Remove unused command.
17612 (cal-menu-load-hook): Mark as obsolete.
17613
17614 * calendar/solar.el (calendar-location-name, calendar-latitude)
17615 (calendar-longitude, solar-arctan, sunrise-sunset)
17616 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
17617
176182008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
17619
17620 * calc/calc.el: Remove outdated comments.
17621 (defcalcmodevar, calc-mode-var-list-restore-default-values)
17622 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
17623 Add docstrings.
17624
176252008-03-19 Jason Rumney <jasonr@gnu.org>
17626
17627 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
17628
176292008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
17630
17631 * net/tls.el (open-tls-stream): Reindent.
17632
176332008-03-19 Michael Albinus <michael.albinus@gmx.de>
17634
17635 * net/tramp.el (tramp-let-maybe): Removed.
17636 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
17637 It does not exist under XEmacs.
17638 (tramp-handle-file-truename, tramp-handle-expand-file-name)
17639 (tramp-completion-file-name-handler): Let-bind
17640 `directory-sep-char'.
17641
17642 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
17643 `directory-sep-char'.
17644
176452008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17646
17647 * help-fns.el (describe-function-1): Don't signal "missing arglist"
17648 for autoloaded keymaps.
17649
17650 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
17651 (electric-verilog-terminate-line, verilog-in-struct-region-p)
17652 (verilog-backward-ws&directives, verilog-forward-ws&directives)
17653 (verilog-in-comment-p, verilog-in-star-comment-p)
17654 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
17655 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
17656 (verilog-skip-forward-comment-or-string, verilog-in-paren)
17657 (verilog-skip-forward-comment-p): Use it.
17658
176592008-03-19 Juanma Barranquero <lekktu@gmail.com>
17660
17661 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
17662 (org-remember-templates, org-time-stamp-rounding-minutes)
17663 (org-back-over-empty-lines, org-find-base-buffer-visiting)
17664 (org-columns-new): Fix typos in docstrings.
17665
176662008-03-19 Glenn Morris <rgm@gnu.org>
17667
17668 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
17669 (tramp-handle-shell-command): Use condition-case rather than
17670 ignore-errors.
17671
176722008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
17673
17674 * diff-mode.el (diff-header): Make the color louder.
17675 (diff-refine-change): Tone the color down.
17676
176772008-03-19 Juanma Barranquero <lekktu@gmail.com>
17678
17679 * descr-text.el (describe-char): When `describe-char-unidata-list'
17680 is set to show all properties, list them in the right order.
17681
176822008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * international/mule.el (load-with-code-conversion): Avoid setting
17685 default-enable-multibyte-characters.
17686
176872008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
17688
17689 * vc.el (vc-annotate-background): Fix custom type.
17690
176912008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * descr-text.el (describe-char-unidata-list): Allow specifying
17694 just all properties.
17695 (describe-char): Handle that new value.
17696
17697 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
17698
176992008-03-18 Tassilo Horn <tassilo@member.fsf.org>
17700
17701 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
17702 instead of file name extension to make docs with uncommon
17703 extensions work.
17704
177052008-03-18 Tassilo Horn <tassilo@member.fsf.org>
17706
17707 * doc-view.el (require): Require cl at compile time because
17708 `assert' needs it.
17709
177102008-03-18 Glenn Morris <rgm@gnu.org>
17711
17712 * calendar/calendar.el (initial-calendar-window-hook)
17713 (today-visible-calendar-hook): Doc fixes.
17714
177152008-03-17 Michael Albinus <michael.albinus@gmx.de>
17716
17717 * net/tramp.el (tramp-root-regexp): Simplify.
17718 (tramp-completion-file-name-regexp-separate): Don't insist on
17719 leading "[". This prevents method or user or host completion.
17720 (tramp-let-maybe): Autoload it.
17721 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
17722 is an alias for `identity'.
17723 (tramp-handle-write-region): Protect `last-coding-system-used'
17724 over the trailing statements.
17725 (tramp-completion-file-name-handler-post-function): Remove.
17726 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
17727 instead of calling `tramp-drop-volume-letter'.
17728
17729 * net/tramp.el:
17730 * net/tramp-uu.el:
17731 * net/trampver.el: Move coding cookie at the end.
17732
177332008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17734
17735 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
17736 elements which may be something else than characters.
17737
177382008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
17739
17740 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
17741 New functions to implement vc-status support.
17742
17743 * vc.el (vc-default-extra-status-menu)
17744 (vc-add-to-vc-status-buffer): New functions.
17745
17746 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17747 for eldoc and ielm.
17748
177492008-03-17 Glenn Morris <rgm@gnu.org>
17750
17751 * calendar/cal-x.el (diary-frame-parameters)
17752 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
17753 Fix custom type; add options.
17754 (calendar-frame, diary-frame): Doc fixes.
17755 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
17756 new functions.
17757 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
17758 Use calendar-frame-1 and calendar-dedicate-diary.
17759 (calendar-one-frame-setup): Also handle only-one-frame case.
17760 (calendar-only-one-frame-setup): Doc fix. Just call
17761 calendar-one-frame-setup.
17762
17763 * calendar/diary-lib.el: Re-order some definitions before their use.
17764 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
17765 (diary-list-entries): Doc fixes.
17766 (make-fancy-diary-display): Remove function.
17767
17768 * calendar/calendar.el (calendar-today-marker)
17769 (initial-calendar-window-hook, today-visible-calendar-hook)
17770 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
17771 (calendar-star-date, calendar-mark-today): Doc fixes.
17772 (today-visible-calendar-hook): Add options.
17773 (calendar-in-read-only-buffer): New macro.
17774 (calendar-basic-setup): Adapt for change in calendar-read-date.
17775 Place holiday let inside if.
17776 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
17777 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
17778 (calendar-print-other-dates): Use one let rather than many.
17779
17780 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
17781 (calendar-print-other-dates):
17782 * calendar/cal-hebrew.el (list-yahrzeit-dates):
17783 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
17784 * calendar/holidays.el (calendar-list-holidays, list-holidays)
17785 (calendar-cursor-holidays):
17786 * calendar/lunar.el (calendar-phases-of-moon): Use
17787 calendar-in-read-only-buffer to replace previous code and disable undo.
17788
177892008-03-16 Juri Linkov <juri@jurta.org>
17790
17791 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
17792 and regexp-search-ring-yank-pointer for the HISTPOS argument of
17793 read-from-minibuffer to provide the correct initial minibuffer
17794 history position in isearch-edit-string when it is called from
17795 isearch-ring-adjust.
17796
17797 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
17798 to check if the current buffer is the minibuffer, and in this case
17799 call abort-recursive-edit to kill the minibuffer. Doc fix.
17800 (kill-this-buffer-enabled-p): Allow this function to return non-nil
17801 when the current buffer is the minibuffer.
17802
17803 * simple.el (goto-line): Leave mark at previous position. Doc fix.
17804
178052008-03-16 Tassilo Horn <tassilo@member.fsf.org>
17806
17807 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17808 Use non-nil PARENTS attribute of make-directory instead of
17809 explicitly checking existence the current cache directory.
17810
178112008-03-16 Daiki Ueno <ueno@unixuser.org>
17812
17813 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
17814 M-x epa-file-select-keys.
17815
178162008-03-16 Kenichi Handa <handa@m17n.org>
17817
17818 * international/mule.el (auto-coding-alist):
17819 Use no-conversion-multibyte for archive files.
17820
178212008-03-16 Glenn Morris <rgm@gnu.org>
17822
17823 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
17824 New functions.
17825 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
17826 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
17827 Use calendar-mark-1.
17828 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
17829 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
17830 Use calendar-mark-complex.
17831 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
17832 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
17833 Use calendar-mark-1.
17834
17835 * calendar/calendar.el (calendar-mod): Remove.
17836 * calendar/cal-china.el (calendar-chinese-from-absolute)
17837 (calendar-chinese-date-string): Expand calendar-mod calls.
17838 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
17839 Expand calendar-mod calls.
17840
17841 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
17842 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17843 (diary-bahai-insert-yearly-entry): Use let rather than let*.
17844 Move obsolete aliases after the functions that replaced them.
17845
17846 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
17847 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
17848 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
17849 Use let rather than let*.
17850 (calendar-hebrew-prompt-for-date): New function.
17851 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
17852 (holiday-tisha-b-av-etc): Use unless, let.
17853
17854 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
17855 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
17856
17857 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
17858
17859 * calendar/calendar.el (calendar-for-loop): Add indent spec.
17860
17861 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
17862 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
17863 than concat.
17864 (diary): Remove un-needed let.
17865 (view-other-diary-entries): Rename argument.
17866 (diary-list-entries-2): New function.
17867 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
17868 (print-diary-entries): Use unless.
17869 (diary-mark-entries-1): Change argument order, make all but
17870 markfunc optional. Handle the standard (Gregorian) case.
17871 Use match-string-no-properties. Handle marks.
17872 (mark-diary-entries): Use diary-mark-entries-1.
17873 (diary-font-lock-keywords-1): New macro.
17874 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
17875
178762008-03-16 Ulf Jasper <ulf.jasper@web.de>
17877
17878 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
17879 (icalendar-export-hidden-diary-entries): New variable.
17880 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
17881 In case of error, insert full error-val.
17882 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
17883 Use calendar-day-of-week. Return the day number.
17884 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
17885
178862008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
17887
17888 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
17889 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
17890 (icalendar-export-region): Ignore hidden diary entries.
17891 (icalendar--convert-ordinary-to-ical): Fix case where event
17892 spans across midnight boundary.
17893 (icalendar-first-weekday-of-year): New function.
17894 (icalendar--convert-weekly-to-ical): Allow user-selectable start
17895 year for recurring events (Mozilla calendars do not propagate
17896 recurring events forever, so year 2000 start date was not working).
17897 (icalendar--convert-yearly-to-ical): Remove extra spaces in
17898 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
17899
179002008-03-15 Michael Albinus <michael.albinus@gmx.de>
17901
17902 * net/tramp.el (tramp-root-regexp): New defconst.
17903 (tramp-completion-file-name-regexp-unified)
17904 (tramp-completion-file-name-regexp-separate)
17905 (tramp-completion-file-name-regexp-url): Use it.
17906 (tramp-do-copy-or-rename-file-via-buffer):
17907 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
17908 t for `insert-file-contents-literally'.
17909 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
17910 Autoload it.
17911 (tramp-completion-file-name-handler-post-function): New defconst.
17912 (tramp-completion-file-name-handler): Use it.
17913 (tramp-maybe-open-connection): Update calls to
17914 `tramp-flush-connection-property' for removed 2nd argument.
17915
179162008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
17919 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
17920 New functions.
17921
179222008-03-15 Glenn Morris <rgm@gnu.org>
17923
17924 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
17925 New functions.
17926 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
17927 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17928 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17929 (diary-bahai-list-entries): Use diary-list-entries-1.
17930 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
17931 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
17932 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17933 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17934 (list-hebrew-diary-entries): Use diary-list-entries-1.
17935 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
17936 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
17937 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17938 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17939 (list-islamic-diary-entries): Use diary-list-entries-1.
17940 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
17941
17942 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
17943
17944 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
17945
17946 * calendar/cal-china.el (number-chinese-months)
17947 (calendar-chinese-from-absolute): Use nth, caar.
17948
17949 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
17950
17951 * calendar/cal-french.el (french-calendar-accents): Doc fix.
17952
17953 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
17954 (calendar-hebrew-month-name-array-leap-year)
17955 (hebrew-calendar-parashiot-names): Make constants.
17956 (diary-parasha): Move definition after constants it uses.
17957
17958 * calendar/cal-html.el (cal-html-insert-link-yearpage)
17959 (cal-html-htmlify-list): Doc fix.
17960 (cal-html-htmlify-entry): Use nth.
17961
17962 * calendar/cal-islam.el (calendar-islamic-month-name-array)
17963 (calendar-islamic-epoch): Make constants.
17964 (calendar-islamic-epoch): Doc fix.
17965
17966 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
17967
17968 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
17969 (cal-tex-month-name): Doc fix.
17970 (cal-tex-last-blank-p): Use zerop.
17971
17972 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
17973 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
17974 (calendar-cursor-to-date): Doc fix.
17975 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
17976 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
17977 (calendar-day-number): Use when.
17978 (generate-calendar-month): Use dotimes.
17979 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
17980 (calendar-set-mark): Reverse conditional.
17981 (calendar-make-alist): Move definition before use.
17982
17983 * calendar/diary-lib.el (diary-face-attrs)
17984 (diary-glob-file-regexp-prefix, diary-selective-display)
17985 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17986 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17987 (diary-anniversary, diary-cyclic)
17988 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17989 (diary-header-line-format): Change wording.
17990 (diary-list-entries): Set `date-start' in let.
17991 (include-other-diary-files, mark-included-diary-files): Use format.
17992 (simple-diary-display, fancy-diary-display): Use cadr, unless.
17993 (mark-diary-entries): Use 1+.
17994 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17995 (mark-calendar-month): Use dotimes.
17996
17997 * calendar/holidays.el (displayed-month, displayed-year):
17998 Move declarations where needed.
17999 (calendar-list-holidays): Doc fix.
18000
18001 * calendar/parse-time.el (parse-time-string): Simplify.
18002
18003 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
18004 Make constants.
18005 (solar-sunrise-sunset): Rename some local variables for clarity.
18006 (sunrise-sunset): Use zerop.
18007 (solar-mean-equinoxes/solstices): Doc fix.
18008
18009 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
18010 Use nth.
18011 (timeclock-completing-read, timeclock-generate-report): Use zerop.
18012 (timeclock-mean, timeclock-generate-report): Use dolist.
18013
18014 * calendar/todo-mode.el (todo-add-category): Simplify.
18015 (todo-more-important-p, todo-delete-item, todo-file-item):
18016 Use unless, when.
18017 (todo-top-priorities): Use zerop.
18018
180192008-03-14 Nick Roberts <nickrob@snap.net.nz>
18020
18021 * buff-menu.el (list-buffers-noselect): Display buffer name in
18022 tooltip instead of mouse binding when it doesn't fit in the list.
18023
180242008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
18025
18026 * faces.el (xw-defined-colors):
18027 * simple.el (widget-convert, shell-mode): Declare as functions
18028 instead of autoloading.
18029
18030 * abbrev.el:
18031 * button.el:
18032 * cus-face.el:
18033 * ediff-hook.el:
18034 * emacs-lisp/backquote.el:
18035 * emacs-lisp/timer.el:
18036 * facemenu.el:
18037 * faces.el:
18038 * menu-bar.el:
18039 * simple.el:
18040 * subr.el:
18041 * textmodes/fill.el:
18042 * textmodes/paragraphs.el: Remove autoloads, redundant when the
18043 files are preloaded.
18044
180452008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * desktop.el (desktop-create-buffer): Don't catch errors if
18048 debug-on-error is set.
18049
180502008-03-14 Eli Zaretskii <eliz@gnu.org>
18051
18052 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
18053 ($(lisp)/calendar/diary-loaddefs.el)
18054 ($(lisp)/calendar/hol-loaddefs.el): New targets.
18055 (LOADDEFS): New macro.
18056 (autoloads): Depend on $(LOADDEFS).
18057
180582008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
18059
18060 * font-lock.el (featurep): Remove test, not useful anymore.
18061 (facemenu-keymap): Move key binding ...
18062 * facemenu.el (facemenu-keymap): ... here.
18063
18064 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
18065 for each file in the list.
18066 (vc-bzr-log-view-mode): Recognize the file marker.
18067
18068 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18069 for checkdoc and profiling.
18070
180712008-03-14 Bastien Guerry <bzg@altern.org>
18072
18073 * textmodes/flyspell.el (nxml-mode): Add the right
18074 `flyspell-mode-predicate'.
18075
18076 * wid-edit.el (link): Use 'mouse-face for :follow-link.
18077
180782008-03-14 Glenn Morris <rgm@gnu.org>
18079
18080 * calendar/solar.el: Reorder so that functions are defined before use.
18081 (displayed-month, displayed-year): Move declarations where needed.
18082 (solar-get-number): Move definition before use. Use unless.
18083 (solar-equatorial-coordinates): Simplify.
18084 (solar-sunrise-and-sunset): Use let rather than let*.
18085 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
18086
18087 * startup.el (command-line-1): Rename -internal-script back to
18088 -scriptload (reverts previous change).
18089
18090 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
18091 (calendar-bahai-leap-base): Add doc strings.
18092 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
18093 Move definition before use.
18094 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
18095 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
18096 variables outside the loop. Use dolist.
18097 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
18098
18099 * calendar/cal-china.el: Re-order so that functions are defined before
18100 use.
18101 (displayed-month, displayed-year): Move declarations where needed.
18102 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
18103 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
18104 Add doc strings.
18105 (chinese-year-cache): Recenter on 2010. Doc fix.
18106 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
18107 Doc fix. Simplify.
18108 (chinese-year-cache-init): New function.
18109 (compute-chinese-year, holiday-chinese-new-year)
18110 (calendar-chinese-date-string, calendar-goto-chinese-date)
18111 (make-chinese-month-assoc-list): Use cadr, nth.
18112 (chinese-months): Remove un-needed let.
18113
18114 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
18115 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
18116 (coptic-prompt-for-date): Move definition before use.
18117
18118 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
18119 (calendar-dst-find-data, calendar-daylight-time-offset)
18120 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18121 (calendar-daylight-savings-starts-time)
18122 (calendar-daylight-savings-ends-time): Use cadr, nth.
18123
18124 * calendar/cal-french.el (french-calendar-epoch)
18125 (calendar-goto-french-date): Doc fix.
18126 (french-calendar-month-name-array)
18127 (french-calendar-multibyte-month-name-array)
18128 (french-calendar-day-name-array, french-calendar-special-days-array):
18129 Add doc strings.
18130
18131 * calendar/cal-hebrew.el (displayed-month, displayed-year)
18132 (original-date): Move declarations where needed.
18133 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
18134 Doc fix.
18135 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
18136 constant variables outside the loop. Use dolist.
18137
18138 * calendar/cal-islam.el (displayed-month, displayed-year)
18139 (original-date): Move declarations where needed.
18140 (islamic-calendar-day-number): Remove unused local variable `day'.
18141 (calendar-goto-islamic-date): Doc fix.
18142 (holiday-islamic): Use unless.
18143 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
18144 constant variables outside the loop. Use dolist.
18145 (mark-islamic-calendar-date-pattern): Move definition before use.
18146 Use unless.
18147 (mark-islamic-diary-entries): Doc fix.
18148 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
18149 (insert-yearly-islamic-diary-entry): Use let rather than let*.
18150
18151 * calendar/cal-julian.el (calendar-absolute-from-julian):
18152 Move definition before use. Remove un-needed local `day'.
18153 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
18154
18155 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
18156 (calendar-mayan-tzolkin-names-array): Add doc strings.
18157 (calendar-mayan-long-count-from-absolute): Use a single let.
18158 (calendar-string-to-mayan-long-count): Simplify.
18159 (calendar-next-haab-date, calendar-previous-haab-date)
18160 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
18161 (calendar-previous-calendar-round-date)
18162 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
18163 Doc fix.
18164 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
18165 (calendar-mayan-date-string, calendar-print-mayan-date)
18166 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
18167 (calendar-mayan-long-count-common-era): Move definitions before use.
18168
18169 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
18170 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
18171 Doc fix.
18172 (calendar-mouse-goto-date): Move definition before use.
18173
18174 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
18175 Move definition before use.
18176 (calendar-cursor-to-visible-date): Move definition before use.
18177 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
18178 and place inside the conditional.
18179 (calendar-forward-day): Simplify.
18180 (calendar-end-of-month): Use unless.
18181 (calendar-goto-day-of-year): Doc fix.
18182 Relocate obsolete aliases after their replacements.
18183
18184 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
18185
18186 * calendar/diary-lib.el (mark-diary-entries): Move some constant
18187 variables outside the diary-date-forms loop.
18188
18189 * calendar/calendar.el (diary-file): Doc fix.
18190 (calendar-buffer-list): Return buffers rather than strings (fixes
18191 previous change).
18192 (hebrew-holidays-4): Fix typo.
18193
18194 * calendar/holidays.el (displayed-month, displayed-year):
18195 Move declarations where needed.
18196 (calendar-holiday-list, calendar-list-holidays)
18197 (holiday-filter-visible-calendar): Move definitions before use.
18198 (list-holidays): Use cadr.
18199 Relocate obsolete aliases after their replacements.
18200
18201 * calendar/lunar.el (date, displayed-month, displayed-year):
18202 Move declarations where needed.
18203 (lunar-phase-list): Move definition after functions it uses.
18204 (calendar-phases-of-moon, diary-phases-of-moon)
18205 (lunar-new-moon-on-or-after): Use cadr, nth.
18206 (lunar-new-moon-on-or-after): Doc fix.
18207
18208 * textmodes/org-irc.el (top-level): CL not required when compiling.
18209 (org-irc-visit-erc): Replace runtime CL functions.
18210
18211 * textmodes/org-publish.el (declare-function): Add compatibility stub.
18212 (org-publish-delete-dups): Declare as function.
18213
182142008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
18215
18216 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
18217 (vc-bzr-show-log-entry): Make regexp match more cases.
18218 (vc-diff-switches-list): Remove autoload, not needed.
18219
182202008-03-14 Juri Linkov <juri@jurta.org>
18221
18222 * isearch.el (isearch-edit-string): Remove one call to
18223 `isearch-push-state' not to push an inconsistent state,
18224 but keep another correct call to `isearch-push-state'.
18225 (isearch-ring-adjust): Call `isearch-push-state' only when
18226 `search-ring-update' is non-nil since `isearch-edit-string'
18227 already pushes its state.
18228 (isearch-message): Improve matching the failed part by checking
18229 if the original message starts with the last successful message.
18230
18231 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
18232 (dired-perm-write): Rename from `dired-warn-writable'.
18233 Change parent face from `font-lock-warning-face' to
18234 `font-lock-comment-delimiter-face'.
18235 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
18236 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
18237 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
18238 with `dired-perm-write-face'.
18239
182402008-03-13 Tassilo Horn <tassilo@member.fsf.org>
18241
18242 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
18243 Create cache dir only if it doesn't already exist.
18244
182452008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
18248 of \ and '.
18249
182502008-03-13 Johan Bockgård <bojohan@gnu.org>
18251
18252 * net/browse-url.el (browse-url-text-xterm):
18253 Unquote browse-url-text-browser.
18254
182552008-03-13 Carsten Dominik <dominik@science.uva.nl>
18256
18257 * textmodes/org-mouse.el: Version number change.
18258
18259 * textmodes/org-publish.el (org-publish-expand-components):
18260 Remove null projects from the list of components.
18261 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
18262 Remove unused retrieval of the :publishing-directory property.
18263 (org-publish-file): Bugfix: when using a relative directory as the
18264 publishing directory, convert it to a directory filename.
18265 (org-publish-project): New alias.
18266 (org-publish-get-files): Protect against empty p.
18267 (org-publish-file): Send an error when file is not part of any project.
18268 (org-publish-file): Offer to refresh the list of files in known
18269 project when the current file is not part of any project.
18270 (org-publish-before-export-hook)
18271 (org-publish-after-export-hook): New hooks.
18272 (org-publish-org-to): Use new hooks and kill buffers.
18273 (org-publish-file): Remove the code for killing buffers.
18274 (org-publish-initialize-files-alist): Use interactive.
18275 (org-publish-file): If the publishing function creates a new
18276 buffer, kill it after publishing.
18277 (org-publish-timestamp-filename): Protect ":" in file name path
18278 under windows.
18279
18280 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
18281 change that killed the LaTeX buffer.
18282
18283 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
18284 in the decision tree.
18285 (org-select-remember-template): Clean the code.
18286 (org-prepare-dblock): Add the extra :content parameter.
18287 (org-write-agenda): New output type ".ics" files.
18288 (org-write-agenda): Call `org-icalendar-verify-function', both for
18289 time stamps and for TODO entries.
18290 (org-agenda-collect-markers, org-create-marker-find-array)
18291 (org-check-agenda-marker-table): New functions.
18292 (org-agenda-marker-table): New variable.
18293 (org-export-as-html): Revert the change that killed the html
18294 buffer. Side effects first need to be studied carefully.
18295 (org-get-tags-at): Fix the structure of the condition-case statement.
18296 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
18297 (org-timestamp-change): Fix regular expressions to swallow the
18298 extra character for repeat-shift control.
18299 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
18300 (org-get-legal-level): Alias to `org-get-valid-level'.
18301 (org-dblock-write:clocktable): Add a :link parameter, linking
18302 headlines to their location in the Org agenda files.
18303 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
18304 throwing an error when getting tags before headlines.
18305 (org-timestamp-change, org-modify-ts-extra)
18306 (org-ts-regexp1): Fix timestamp editing.
18307 (org-agenda-custom-commands-local-options): New constant.
18308 (org-agenda-custom-commands):
18309 Use `org-agenda-custom-commands-local-options' to improve customize
18310 type. "htmlize": Removed hack to fix face problem with htmlize,
18311 it no longer seem necessary.
18312 (org-follow-link-hook): New hook.
18313 (org-agenda-custom-commands): Add "Component" as a tag for each
18314 item in a command series.
18315 (org-open-at-point): Run `org-follow-link-hook'.
18316 (org-agenda-schedule): Bugfix: don't display marker type when it
18317 is nil.
18318 (org-store-link): org-irc required.
18319 (org-set-regexps-and-options): Parse the new logging options.
18320 (org-extract-log-state-settings): New function.
18321 (org-todo): Handle the new ways of recording state change stuff.
18322 (org-local-logging): New function.
18323 (org-columns-open-link): Fix bug with opening link in column view.
18324 (org-local-logging): New function.
18325 (org-todo): Make sure that LOGGING properties are honoured.
18326 (org-todo-keywords): Improve docstring.
18327 (org-startup-options): Cleanup startup options.
18328 (org-set-regexps-and-options): Process the "!" markers.
18329 (org-todo): Respect the new logging stuff.
18330 (org-log-note-how): New variable.
18331 (org-add-log-maybe): New parameter HOW that defines how logging
18332 should be done and also overrides PURPOSE. Add a docstring.
18333 (org-add-log-note): Check if we really need to ask for a note.
18334 (org-get-current-options): Digest the new keyword.
18335 (org-agenda-reset-markers): Rename from
18336 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
18337 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
18338 function, without force argument.
18339 (org-buffer-property-keys): Bind local variables s and p.
18340 (org-make-tags-matcher): Allow "" to match an empty or
18341 non-existent property value.
18342 (org-export-as-html): Join unsorted lists when they directly
18343 follow each other. Such lists may be created by headlines that
18344 are converted to lists.
18345 (org-nofm-to-completion): New function.
18346 (org-export-as-html): Use :html-extension instead of
18347 org-export-html-extension.
18348 (org-store-link): Support for links from `rmail-summary-mode'.
18349 (org-columns-new, org-complete, org-set-property): Set the
18350 `include-columns' argument in the call to
18351 `org-buffer-property-keys'.
18352 (org-buffer-property-keys): New argument `include-columns', to
18353 include properties expected by any of the COLUMNS formats in the
18354 current buffer.
18355 (org-cleaned-string-for-export): Get rid of drawers first, so that
18356 they will be removed also in the text before the first headline.
18357 (org-clock-report): Show the clocktable when found.
18358 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
18359 (org-version): With prefix argument, insert `org-version' at point.
18360 (org-agenda-goto): Recenter the window after finding the target
18361 location, to make sure the correct position will be displayed.
18362 (org-agenda-get-deadlines): Don't scale priority with the warning
18363 period.
18364 (org-insert-heading): Don't break line in the middle of the line.
18365 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
18366 be 0.
18367 (org-update-checkbox-count): Revamp to deal with hierarchical
18368 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
18369 (org-remove-timestamp-with-keyword): New function.
18370 (org-schedule, org-deadline):
18371 Use `org-remove-timestamp-with-keyword' to make sure all such time
18372 stamps are removed.
18373 (org-mode): Support for `align'.
18374 (org-agenda-get-deadlines): Make sure priorities increase as the
18375 due date approaches and is passed.
18376 (org-remember-apply-template): Fix problem with tags that
18377 contain "_" or "@".
18378 (org-make-link-regexps): Improve the regular expression for plain links.
18379 (org-agenda-get-closed): List each clocking entry.
18380 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
18381 (org-special-ctrl-k): New option.
18382 (org-kill-line): New function.
18383 (org-archive-all-done): Fix incorrect number of stars in regexp.
18384 (org-refile-get-location): New function.
18385 (org-refile-goto-last-stored): New function.
18386 (org-global-tags-completion-table): Add the value of org-tag-alist
18387 in each buffer, to make sure that also unused tags will be
18388 available for completion.
18389 (org-columns-edit-value)
18390 (org-columns-next-allowed-value): Only update if not in agenda.
18391 (org-clocktable-steps): New function.
18392 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
18393 (org-archive-subtree): Add the outline tree context as a property.
18394 (org-closest-date): New optional argument `prefer'.
18395 (org-goto-auto-isearch): New option.
18396 (org-goto-map, org-get-location): Implement auto-isearch.
18397 (org-goto-local-auto-isearch-map): New variable.
18398 (org-goto-local-search-forward-headings)
18399 (org-goto-local-auto-isearch): New functions.
18400
184012008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
18402
18403 * textmodes/org-irc.el: New file.
18404
184052008-03-13 John Wiegley <johnw@gnu.org>
18406
18407 * textmodes/org-mac-message.el: New file.
18408
184092008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
18410
18411 * font-lock.el (font-lock-comment-face): Set the foreground for
18412 the light background 8 colors case.
18413
184142008-03-13 Glenn Morris <rgm@gnu.org>
18415
18416 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
18417 generate-autoload-cookie patterns.
18418
18419 * startup.el (command-line-1): Rename -scriptload to -internal-script.
18420
18421 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
18422 (MH_E_SRC): Remove variable.
18423 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
18424 Simplify file header. Use $@ for generated-autoload-file.
18425
18426 * Makefile.in (LOADDEFS): New variable.
18427 (AUTOGENEL): Use $LOADDEFS.
18428 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
18429 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
18430 ($(lisp)/calendar/hol-loaddefs.el): New targets.
18431 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
18432 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
18433 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
18434 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
18435 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
18436 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
18437 Add calendar-specific autoload cookies, and remove any setting of
18438 generated-autoload-file.
18439 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
18440 * calendar/diary-lib.el: Replace explicit autoloads with reading of
18441 diary-loaddefs.
18442 * calendar/holidays.el: Replace explicit autoloads with reading of
18443 hol-loaddefs.
18444
18445 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
18446 (calendar-buffer-list): Simplify.
18447 (generate-calendar-window): Use calendar-mark-holidays rather than
18448 obsolete alias.
18449
18450 * calendar/cal-hebrew.el (list-yahrzeit-dates):
18451 Use cal-hebrew-yahrzeit-buffer.
18452
18453 * calendar/cal-x.el (calendar-only-one-frame-setup)
18454 (calendar-two-frame-setup): Doc fixes.
18455 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
18456
18457 * calendar/appt.el (appt-mode-string): Mark as risky.
18458 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
18459
18460 * calendar/cal-html.el (diary-list-entries):
18461 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
18462 (calendar-iso-from-absolute): Fix autoloads.
18463
18464 * calendar/cal-iso.el (calendar-absolute-from-iso)
18465 (calendar-iso-read-args): Simplify.
18466 (calendar-iso-date-string, calendar-iso-read-args)
18467 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
18468
18469 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
18470 (displayed-month, displayed-year): Move declarations where needed.
18471 (calendar-print-astro-day-number): Doc fix.
18472
18473 * calendar/cal-persia.el (persian-calendar-month-name-array)
18474 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
18475 (persian-prompt-for-date): Remove local variable `today'.
18476
18477 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
18478
18479 * calendar/solar.el (solar-moment, solar-exact-local-noon)
18480 (solar-sunrise-sunset, solar-sunrise-sunset-string)
18481 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
18482 (diary-sabbath-candles, solar-equinoxes/solstices)
18483 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
18484 (solar-time-equation, solar-date-to-et): Simplify.
18485
18486 * mail/supercite.el: Remove the `function' in `(function (lambda'.
18487 Replace `(car (cdr' with cadr'.
18488
18489 * progmodes/f90.el (f90-font-lock-n): New function.
18490 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
18491 Use f90-font-lock-n.
18492 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
18493
18494 * progmodes/f90.el (f90-mode-abbrev-table):
18495 * progmodes/fortran.el (fortran-mode-abbrev-table):
18496 Use newer form of define-abbrev, where supported. No need to bind
18497 abbrevs-changed for system abbrevs.
18498
184992008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
18502 delete-frame-functions.
18503
18504 * bookmark.el (Info-current-node): Remove.
18505
185062008-03-12 Juri Linkov <juri@jurta.org>
18507
18508 * help.el (describe-project): Remove defaliases for view-todo and
18509 describe-project that are now unnecessary after the merge from
18510 emacs--rel--22 that added define-obsolete-function-alias.
18511
18512 * startup.el (inhibit-startup-screen): Revert incomplete
18513 2008-03-10 merge from emacs--rel--22 that partly reverted
18514 2008-02-28 change that added initial message to *scratch* buffer
18515 regardless of the value of `inhibit-startup-screen'.
18516 Now keep this change in the trunk, but not in the 22 branch.
18517
185182008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * international/quail.el (quail-setup-completion-buf, quail-help):
18521 * mail/binhex.el (binhex-decode-region-internal):
18522 * mail/uudecode.el (uudecode-decode-region-internal):
18523 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
18524 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
18525 setting default-enable-multibyte-characters.
18526
18527 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
18528
18529 * comint.el: Fix up indentation and comment style. Remove `function'.
18530
18531 * international/mule-cmds.el (reset-language-environment)
18532 (set-language-environment-nonascii-translation):
18533 Don't set-unibyte-charset.
18534
18535 * doc-view.el: Remove all cb-args, use closures instead.
18536 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
18537 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
18538 doing an incorrect check). Update all callers to use the new name.
18539 (doc-view-doc->txt): Add missing `txt' argument.
18540
185412008-03-12 Tassilo Horn <tassilo@member.fsf.org>
18542
18543 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
18544 md5 sum calculation to single-byte.
18545
185462008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * doc-view.el (doc-view-new-window-function): Add assertion.
18549 (doc-view-doc-type): New var.
18550 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
18551 (doc-view-intersection): New fun.
18552 (doc-view-mode): Use it to set the new var.
18553
185542008-03-12 Tassilo Horn <tassilo@member.fsf.org>
18555
18556 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
18557 (doc-view-already-converted-p): New functions.
18558 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
18559 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
18560 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
18561 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
18562 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
18563 (doc-view-convert-current-doc): Don't hardwire the functions the
18564 sentinels call. Now they're provided by two args CALLBACK and
18565 CB-ARGS to the functions.
18566 (doc-view-search): Use doc-view-doc->txt.
18567 (doc-view-initiate-display): Use doc-view-already-converted-p.
18568 Mention new binding C-c C-t if doc-view-mode doesn't work.
18569
185702008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
18571
18572 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
18573
185742008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18575
18576 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
18577 Mark " outside of tags as punctuation.
18578
185792008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * menu-bar.el (minibuffer-local-map): Use the same command for the
18582 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
18583 Prefer RET over C-j for exit-minibuffer.
18584
18585 * files.el (display-buffer-other-frame): Eliminate problematic code.
18586
18587 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
18588 (menu-bar-select-buffer): Remove.
18589 (menu-bar-select-frame): Make non-interactive and take a frame arg.
18590 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
18591
185922008-03-11 Juanma Barranquero <lekktu@gmail.com>
18593
18594 * icomplete.el (icomplete-completions): Remove obsolete code.
18595
18596 * net/net-utils.el (iwconfig-program-options): Doc fix.
18597 (net-utils-run-program, run-network-program): Define as functions.
18598
185992008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
18600
18601 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
18602
186032008-03-11 Glenn Morris <rgm@gnu.org>
18604
18605 * faces.el (mode-line-emphasis): New face.
18606 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
18607
18608 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
18609
186102008-03-11 Chong Yidong <cyd@stupidchicken.com>
18611
18612 * simple.el (set-mark-command): Doc fix.
18613
186142008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18615
18616 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
18617
18618 * emacs-lisp/autoload.el (autoload-find-destination):
18619 Don't force raw-text.
18620
18621 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
18622 * calendar/cal-loaddefs.el: Don't version control.
18623
186242008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
18625
18626 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
18627 entries and add :help to the existing ones.
18628
186292008-03-10 Glenn Morris <rgm@gnu.org>
18630
18631 * calendar/cal-hebrew.el (date, entry, number): Move declarations
18632 to where they are needed.
18633
18634 * calendar/calendar.el (diary-file, hebrew-holidays-1)
18635 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18636 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
18637 (calendar-version): Doc fixes.
18638 (calendar-absolute-from-gregorian): Use zerop.
18639 (calendar-mode-line-format): Make it a defcustom.
18640
18641 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
18642 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
18643 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
18644 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
18645 (mark-included-diary-files, mark-calendar-days-named)
18646 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
18647 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
18648 (insert-monthly-diary-entry, insert-yearly-diary-entry)
18649 (insert-anniversary-diary-entry, insert-block-diary-entry)
18650 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
18651 (diary-font-lock-sexps): Doc fixes.
18652 (diary-remind-message, mark-calendar-month): Use zerop.
18653 (diary-attrtype-convert, diary-pull-attrs): Simplify.
18654 (diary-list-entries): Revert let to let* (previous change).
18655
18656 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
18657
186582008-03-10 Kim F. Storm <storm@cua.dk>
18659
18660 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
18661 function aliases for the old names.
18662
186632008-03-10 Juanma Barranquero <lekktu@gmail.com>
18664
18665 * iswitchb.el (iswitchb-use-faces): Doc fix.
18666 (iswitchb-buffer-ignore, iswitchb-read-buffer):
18667 Fix typos in docstrings.
18668
186692008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
18670
18671 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
18672 Fix typo.
18673 (verilog-type-font-keywords): Reindent.
18674
186752008-03-10 Michael McNamara <mac@mail.brushroad.com>
18676
18677 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
18678 Fix bug in the grouping-keyword regular expression.
18679 (verilog-font-lock-keywords): Allow users to toggle special
18680 highlight of grouping-keywords.
18681 (verilog-highlight-grouping-keywords): The toggle for special
18682 highlighting of grouping keywords.
18683
186842008-03-10 Juri Linkov <juri@jurta.org>
18685
18686 * startup.el: Revert 2008-02-28 change that adds initial message
18687 to *scratch* buffer regardless of the value of
18688 `inhibit-startup-screen'.
18689
186902008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
18691
18692 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
18693 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
18694 * progmodes/verilog-mode.el (verilog-mode):
18695 * net/socks.el (socks):
18696 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
18697
186982008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18699
18700 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
18701 (doc-view-bookmark-make-record): Use them.
18702 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
18703 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
18704
18705 * bookmark.el (bookmark-make-record-function): Change expected return
18706 value to include a suggested bookmark name.
18707 (bookmark-make): Split into bookmark-make-record and bookmark-store.
18708 Fix reversed `overwrite' semantics.
18709 (bookmark-set): Call bookmark-make-record before prompting the user.
18710 Then pass the result to bookmark-store later on.
18711 (bookmark-make-name-function): Remove.
18712 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
18713 * info.el (bookmark-make-name-function): Remove.
18714 (Info-mode): Don't set it.
18715 (Info-bookmark-make-name): Remove.
18716 (Info-bookmark-make-record): Use Info-current-node as suggested default
18717 bookmark name.
18718
18719 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
18720 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
18721 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
18722 (bookmark-annotation-buffer, bookmark-annotation-file)
18723 (bookmark-annotation-point, bookmark-send-annotation)
18724 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
18725 (bookmark-edit-annotation-text-func): Rename from
18726 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
18727 (bookmark-edit-annotation-mode-map): Move initialization into
18728 declaration.
18729
18730 * bookmark.el: Remove spurious * in docstrings.
18731 (bookmark-minibuffer-read-name-map): New var.
18732 (bookmark-set): Use it. Also pass the default value as it should.
18733 (bookmark-send-edited-annotation): Take no chances with text properties.
18734 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
18735 (bookmark-insert-buffer-name): Remove.
18736 (bookmark-buffer-file-name): Signal an error rather than returning nil.
18737
187382008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
18739
18740 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
18741
187422008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
18743
18744 * diff-mode.el (diff-mode-menu): Add :help.
18745
187462008-03-09 Glenn Morris <rgm@gnu.org>
18747
18748 * calendar/calendar.el (general-holidays, oriental-holidays)
18749 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
18750 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
18751 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
18752 (calendar-holidays): Restore autoload cookies, because people are
18753 used to using these variables without loading calendar.el.
18754
18755 * calendar/cal-islam.el (diary-islamic-date): Move to end.
18756 (date, number): Declare where needed.
18757
18758 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
18759 (list-sexp-diary-entries): Doc fixes.
18760 (diary-list-entries): Doc fix. Remove free variable `entry'.
18761 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
18762 Simplify setting of `date-holiday-list'.
18763 (mark-diary-entries): Remove free variable `entry'.
18764 (diary-list-entries, include-other-diary-files, fancy-diary-display):
18765 Use let where let* is not needed.
18766
187672008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18768
18769 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
18770 make-record function, instead paste it in afterwards.
18771 (bookmark-make-record-for-text-file):
18772 * doc-view.el (doc-view-bookmark-make-record):
18773 * info.el (Info-bookmark-make-record): Don't mess with annotations.
18774
187752008-03-08 Glenn Morris <rgm@gnu.org>
18776
18777 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
18778
187792008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * calendar/diary-lib.el (diary-list-entries)
18782 (include-other-diary-files, mark-diary-entries)
18783 (mark-sexp-diary-entries, mark-included-diary-files)
18784 (diary-entry-time, list-sexp-diary-entries): Remove the special
18785 handling of ^M that dates back to the use of selective-display.
18786 (simple-diary-display): Obey setting of pop-up-frames.
18787 (body, entry): Remove unnecessary declarations.
18788
18789 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
18790 (bookmark-get-annotation, bookmark-set-annotation)
18791 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18792 (bookmark-set-position, bookmark-get-front-context-string)
18793 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18794 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
18795 * info.el (Info-bookmark-make-record): Don't bother recording point.
18796 (bookmark-get-filename, bookmark-get-front-context-string)
18797 (bookmark-get-rear-context-string, bookmark-get-position):
18798 Don't declare any more.
18799 (bookmark-get-info-node): Remove.
18800 (bookmark-prop-get): Declare.
18801 (Info-bookmark-jump): Use it.
18802
188032008-03-08 Johan Bockgård <bojohan@gnu.org>
18804
18805 * subr.el (while-no-input): Don't splice BODY directly into the
18806 `or' form.
18807
188082008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
18809
18810 * diff-mode.el (diff-ignore-whitespace-hunk):
18811 Bind inhibit-read-only before trying to change the buffer.
18812
188132008-03-08 Glenn Morris <rgm@gnu.org>
18814
18815 * calendar/appt.el (appt): Move custom group here from calendar.el.
18816 (appt-disp-window, appt-convert-time): Doc fixes.
18817
18818 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
18819 (calendar-bahai-mark-date-pattern):
18820 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
18821 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
18822 * calendar/cal-julian.el (calendar-absolute-from-julian):
18823 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
18824
18825 * calendar/cal-china.el (chinese-calendar): Move custom group here from
18826 calendar.el.
18827 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
18828 Make constants.
18829 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
18830 (chinese-calendar-daylight-savings-starts)
18831 (chinese-calendar-daylight-savings-ends)
18832 (chinese-calendar-daylight-savings-starts-time)
18833 (chinese-calendar-daylight-savings-ends-time)
18834 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
18835 Doc fixes.
18836
18837 * calendar/cal-coptic.el (coptic-name): Add doc string.
18838
18839 * calendar/cal-french.el (french-calendar-month-name-array)
18840 (french-calendar-day-name-array, french-calendar-special-days-array):
18841 Add doc strings.
18842
18843 * calendar/cal-bahai.el (diary-bahai-mark-entries)
18844 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
18845 (diary-bahai-insert-yearly-entry):
18846 * calendar/cal-dst.el (calendar-next-time-zone-transition)
18847 (calendar-time-zone):
18848 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
18849 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
18850 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
18851 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
18852 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
18853 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
18854 (list-islamic-diary-entries, mark-islamic-diary-entries)
18855 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
18856 (insert-yearly-islamic-diary-entry):
18857 * calendar/cal-iso.el (calendar-iso-read-args):
18858 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
18859 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
18860 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
18861 (calendar-next-calendar-round-date)
18862 (calendar-mayan-long-count-common-era):
18863 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
18864 (cal-menu-x-popup-menu, calendar-mouse-holidays)
18865 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
18866 (calendar-mouse-goto-date):
18867 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18868 * calendar/holidays.el (holidays):
18869 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
18870 * calendar/time-date.el (date-to-time, time-subtract, time-add)
18871 (safe-date-to-time): Doc fixes.
18872
18873 * calendar/cal-persia.el (persian-calendar-month-name-array)
18874 (persian-calendar-epoch): Make constants.
18875
18876 * calendar/cal-tex.el (calendar-tex): Move custom group here from
18877 calendar.el.
18878
18879 * calendar/cal-x.el (diary-frame-parameters)
18880 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
18881 (calendar-after-frame-setup-hooks): Make defcustoms.
18882 (calendar-one-frame-setup, calendar-only-one-frame-setup)
18883 (calendar-two-frame-setup): Doc fix.
18884
18885 * calendar/cal-loaddefs.el: New file.
18886
18887 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
18888 * calendar/cal-french.el, calendar/cal-html.el:
18889 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
18890 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
18891 * calendar/cal-tex.el, calendar/cal-x.el:
18892 Unquote lambda functions. Add autoload cookies to functions formerly
18893 autoloaded in calendar.el. Set `generated-autoload-file' to
18894 "cal-loaddefs.el".
18895
18896 * calendar/calendar.el: Move many autoloads to separate file,
18897 cal-loaddefs.el. Move defcustoms to start and re-order.
18898 (calendar-month-name-array, calendar-starred-day): No need to
18899 declare for compiler.
18900 (cal-loaddefs): Require it.
18901 (appt, chinese-calendar, calendar-tex): Move custom groups to the
18902 appropriate file.
18903 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
18904 Reverse logic.
18905 (diary-face, diary-file-name-prefix-function, diary-include-string)
18906 (diary-glob-file-regexp-prefix, diary-face-attrs)
18907 (diary-file-name-prefix, sexp-diary-entry-symbol)
18908 (print-diary-entries-hook, list-diary-entries-hook)
18909 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18910 (nongregorian-diary-marking-hook, diary-list-include-blanks):
18911 Move to diary-lib.
18912 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18913 (all-bahai-calendar-holidays): Doc fix.
18914 (calendar-insert-indented): Doc fix. Use when rather than if.
18915 (exit-calendar): Use mapc rather than mapcar.
18916 (calendar-cursor-to-date): Use zerop.
18917 (calendar-mark-ring): Add doc-string.
18918 (calendar-starred-day): Defvar it.
18919 (calendar-mode): Make calendar-starred-day local.
18920 (calendar-star-date): No need to make calendar-starred-day local.
18921
18922 * calendar/diary-lib.el: Move defcustoms to start.
18923 (diary-include-string, diary-list-include-blanks)
18924 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
18925 (diary-file-name-prefix, diary-file-name-prefix-function)
18926 (sexp-diary-entry-symbol, list-diary-entries-hook)
18927 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
18928 (nongregorian-diary-marking-hook, print-diary-entries-hook):
18929 Move here from calendar.el.
18930 (diary-file-name-prefix-function): Use 'identity.
18931 (diary-face): Make it a defcustom, and mark as obsolete.
18932 (top-level): No need to require cal-hebrew, cal-islam when compiling.
18933 (calendar-hebrew-month-name-array-leap-year)
18934 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
18935 Define for compiler.
18936 (diary-font-lock-keywords): Use format rather than concat.
18937 Add bahai-diary-entry-symbol.
18938
18939 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
18940 * calendar/solar.el: Unquote lambda functions.
18941
18942 * calendar/solar.el (calendar-location-name, calendar-latitude)
18943 (calendar-longitude, solar-setup, solar-sin-degrees)
18944 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
18945 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
18946 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
18947 (solar-exact-local-noon, solar-julian-ut-centuries)
18948 (solar-ephemeris-time, solar-date-next-longitude)
18949 (solar-horizontal-coordinates, solar-equatorial-coordinates)
18950 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
18951 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
18952 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
18953 Doc fixes.
18954 (solar-horizontal-coordinates, solar-equatorial-coordinates)
18955 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
18956 (solar-ecliptic-coordinates): Use unless.
18957 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
18958 Use or.
18959
18960 * calendar/timeclock.el: Add doc-strings to all functions.
18961 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
18962 (timeclock-entry-list-length, timeclock-entry-list-projects)
18963 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
18964
18965 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
18966
18967 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
18968 (org-get-entries-from-diary): Require diary-lib.
18969
189702008-03-08 Juanma Barranquero <lekktu@gmail.com>
18971
18972 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
18973 Pacify byte-compiler.
18974
189752008-03-07 Alan Mackenzie <acm@muc.de>
18976
18977 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
18978 paren/bracket pairs parsed, to solve performance problem.
18979
189802008-03-07 Bastien Guerry <bzg@altern.org>
18981
18982 * bookmark.el (bookmark-set): Don't check for
18983 `bookmark-make-name-function' since `bookmark-buffer-file-name'
18984 already takes care of this.
18985 (bookmark-buffer-name, bookmark-buffer-file-name):
18986 Remove Info-mode specific code.
18987
18988 * info.el (bookmark-get-info-node): Define this function in
18989 info.el, not in bookmark.el.
18990 (Info-mode): Set `bookmark-make-name-function' to
18991 `Info-bookmark-make-name' locally.
18992 (Info-bookmark-make-name): New function.
18993
18994 * bookmark.el (bookmark-make-name-function): New variable.
18995
189962008-03-07 Karl Fogel <kfogel@red-bean.com>
18997
18998 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18999 buffer-local, not `bookmark-make-cell-function' (the old name).
19000
190012008-03-07 Tassilo Horn <tassilo@member.fsf.org>
19002
19003 * doc-view.el (doc-view-bookmark-make-record):
19004 * image-mode.el (image-bookmark-make-record):
19005 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
19006
190072008-03-07 Jan Djärv <jan.h.d@swipnet.se>
19008
19009 * vc.el (vc-status-menu-map-filter): Return orig-binding if
19010 boundp 'vc-ignore-menu-filter.
19011 (vc-status-tool-bar-map): Make it defvar.
19012 (vc-status-mode): vc-status-tool-bar-map now variable.
19013 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
19014
190152008-03-07 Karl Fogel <kfogel@red-bean.com>
19016
19017 Give a better name to part of the bookmark interface.
19018
19019 This was originally a much larger change, but halfway through I
19020 updated and discovered that Stefan Monnier had done the rest.
19021 It looks like he anticipated the new name too, because he used
19022 `the-record' instead of `the-cell' for some internal variable names.
19023
19024 * bookmark.el (bookmark-make-record-function): Was
19025 `bookmark-make-cell-function'.
19026 (bookmark-make, bookmark-send-annotation): Update for above.
19027 (bookmark-make-record-for-text-file):
19028 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
19029
19030 * info.el: Adjust accordingly.
19031 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
19032
19033 * image-mode.el: Adjust accordingly.
19034 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
19035
19036 * doc-view.el: Adjust accordingly.
19037 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
19038
190392008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
19042 Move initialization into declaration.
19043 (bookmark-get-info-node, bookmark-set-info-node): Remove.
19044 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
19045 (bookmark-info-current-node): Remove.
19046 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
19047 Add relocation fallback. Set bookmark-current-bookmark.
19048 (bookmark-default-handler): Rename from bookmark-jump-noselect.
19049 Remove relocation fallback. Don't set bookmark-current-bookmark.
19050 (bookmark-set): Let it be used even if there's no buffer-file-name
19051 as long as there is a bookmark-make-cell-function.
19052 * info.el (Info-bookmark-jump): Remove relocation fallback.
19053 Don't set bookmark-current-bookmark.
19054
190552008-03-07 Glenn Morris <rgm@gnu.org>
19056
19057 * calendar/appt.el (appt-issue-message)
19058 (appt-message-warning-time, appt-audible, appt-visible)
19059 (appt-msg-window, appt-display-mode-line, appt-display-duration)
19060 (appt-display-diary): Remove autoload cookies.
19061
19062 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
19063 Remove leading `*' from defcustom doc-strings.
19064
19065 * calendar/cal-dst.el (calendar-dst): New custom group.
19066 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
19067 (calendar-time-zone, calendar-daylight-time-offset)
19068 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
19069 (calendar-daylight-savings-starts-time)
19070 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
19071 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
19072 Move to start.
19073
19074 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
19075
19076 * calendar/calendar.el (calendar-version): Use emacs-version and
19077 make it obsolete. Move to end.
19078 (calendar-offset, view-diary-entries-initially)
19079 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
19080 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
19081 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
19082 (all-bahai-calendar-holidays, calendar-load-hook)
19083 (initial-calendar-window-hook, today-visible-calendar-hook)
19084 (today-invisible-calendar-hook, calendar-move-hook)
19085 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
19086 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
19087 (diary-include-string, sexp-diary-entry-symbol)
19088 (abbreviated-calendar-year, american-date-diary-pattern)
19089 (european-date-diary-pattern, european-calendar-display-form)
19090 (american-calendar-display-form, print-diary-entries-hook)
19091 (list-diary-entries-hook, diary-hook, diary-display-hook)
19092 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
19093 (nongregorian-diary-marking-hook, diary-list-include-blanks)
19094 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
19095 (local-holidays, other-holidays, hebrew-holidays-1)
19096 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
19097 (hebrew-holidays, christian-holidays, islamic-holidays)
19098 (bahai-holidays, solar-holidays, calendar-setup)
19099 (calendar-week-start-day): Remove autoload cookies.
19100 (diary-glob-file-regexp-prefix): Doc fix.
19101 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
19102 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
19103 (calendar-week-start-day, calendar-debug-sexp): Move to start.
19104
19105 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
19106 (calendar-time-display-form, calendar-latitude)
19107 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
19108 cookies.
19109 (calendar-latitude, calendar-longitude): Move functions after
19110 variables.
19111 (diary-sabbath-candles-minutes): Move to start.
19112 (solar-setup): Use or rather than if.
19113 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
19114 Remove condition-case.
19115 (solar-atn2): Use zerop.
19116 (solar-equinoxes-solstices): Doc fix.
19117
19118 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
19119 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
19120
19121 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
19122 (calendar-longitude, calendar-latitude, calendar-location-name):
19123 Declare for compiler.
19124
191252008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
19126
19127 * arc-mode.el (archive-ar-file-header-re): New const.
19128 (archive-ar-summarize, archive-ar-extract): New funs.
19129 (archive-find-type): Recognize ar archives.
19130
19131 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
19132 New functions.
19133
19134 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
19135
191362008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
19137
19138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
19139 Replace :enable (mark-active) with :enable mark-active.
19140
191412008-03-06 Juanma Barranquero <lekktu@gmail.com>
19142
19143 * vms-patch.el (make-legal-file-name): New obsolete alias.
19144 (make-valid-file-name): Rename from `make-legal-file-name'.
19145 (make-auto-save-file-name): Use it.
19146
19147 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
19148 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
19149 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
19150
19151 * textmodes/org.el (org-export-html-style): Doc fix.
19152 (org-get-legal-level): New obsolete alias.
19153 (org-get-valid-level): Rename from `org-get-legal-level'.
19154 (org-promote, org-demote, org-archive-subtree)
19155 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
19156
191572008-03-06 Jan Djärv <jan.h.d@swipnet.se>
19158
19159 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
19160
19161 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
19162 (vc-status-toggle-mark): New functions.
19163 (vc-status-mode): Set tool bar map.
19164
191652008-03-05 Chong Yidong <cyd@stupidchicken.com>
19166
19167 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
19168 Reported by Drew Adams <drew.adams@oracle.com>.
19169
191702008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
19171
19172 * subr.el (read-quoted-char): Resolve modifiers of the character
19173 event.
19174
19175 * comint.el (comint-exec-1): Don't change the coding-system for
19176 decoding to dos-like EOL.
19177 (comint-carriage-motion): Fully rewrite.
19178
191792008-03-05 Juanma Barranquero <lekktu@gmail.com>
19180
19181 * epg.el (epg-context-include-certs): Reflow docstring.
19182 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
19183 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
19184 (epg-context-set-signers, epg-context-set-sig-notations)
19185 (epg-make-import-status, epg-make-import-result)
19186 (epg-start-delete-keys): Fix typos in docstrings.
19187 (epg-start-sign-keys, epg-sign-keys):
19188 Fix typos in obsolescence declarations.
19189
19190 * iswitchb.el: Don't check for `cadr' and `last'.
19191 (iswitchb-define-mode-map, iswitchb-default-keybindings):
19192 Add obsolescence declaration and remove redundant info from docstring.
19193 (iswitchb-set-common-completion, iswitchb-set-matches)
19194 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
19195 (recentf-list, most-len, most-is-exact):
19196 Don't wrap defvars within `eval-when-compile'.
19197
191982008-03-05 Glenn Morris <rgm@gnu.org>
19199
19200 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
19201 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
19202 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
19203 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
19204 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
19205
19206 * ediff-hook.el (ediff-window-setup-function): Don't autoload
19207 declaration for compiler.
19208 (ediff-xemacs-init-menus): Use when rather than if.
19209
19210 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
19211 if+and to just and.
19212 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
19213 (ediff-delete-overlay): Move the XEmacs test inside the definition.
19214
19215 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
19216
19217 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
19218 test inside XEmacs test.
19219 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
19220 since it was doing nothing on Emacs.
19221 (ediff-make-bullet-proof-overlay): Use when rather than if.
19222
19223 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
19224 (ediff-setup-control-frame): Remove
19225 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
19226 a (featurep 'xemacs) test.
19227
192282008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
19229
19230 * calc/calc-ext.el (calc-extended-command-history): New variable.
183080b6 19231 (calc-execute-extended-command): Use `calc-extended-command-history'.
e3d51b27
MR
19232
192332008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
19234
19235 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
19236 (standard-mode-line-position): Add mouse-face.
19237
19238 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
19239 * progmodes/grep.el (grep-mode-map): Add :help.
19240
19241 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
19242 initialize in one step. Add :help. Use :enable to activate menu
19243 items. Show the key binding for edebug-defun.
19244 (lisp-interaction-mode-map): Add a menu.
19245
19246 * term.el (term-mode-map): Define and initialize in one step.
19247
19248 * ediff-init.el (ediff-color-display-p): Simplify.
19249 (Xor): Remove unused function.
19250 (ediff-with-syntax-table): Simplify for Emacs.
19251
19252 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
19253 menu-bar being loaded, it always is.
19254
192552008-03-05 Glenn Morris <rgm@gnu.org>
19256
19257 * textmodes/tex-mode.el (tex-mode): Suppress warning about
19258 multiple definitions when compiling.
19259
192602008-03-04 Alan Mackenzie <acm@muc.de>
19261
19262 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
19263
19264 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
19265 doc-string, "c-old-LEN" -> "c-old-END".
19266
192672008-03-04 Jason Rumney <jasonr@gnu.org>
19268
19269 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
19270 namespaces.
19271
192722008-03-04 Glenn Morris <rgm@gnu.org>
19273
19274 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
19275
19276 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
19277 than mapcar.
19278
192792008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
19282 (byte-compile-nilconstp): Can't use recursion in a defsubst.
19283
19284 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
19285 so that M-q can fill comments.
19286 (tex-executable-exists-p, tex-compile): Extend with special syntax for
19287 commands implemented in elisp.
19288 (tex-compile-commands): Add an entry to use doc-view for pdf files.
19289 (tex-format-cmd): New function.
19290 (tex-compile): Use it to let the user specify default arguments.
19291 (tex-cmd-bibtex-args): New var.
19292 (tex-cmd-doc-view): New function.
19293
192942008-03-03 Juanma Barranquero <lekktu@gmail.com>
19295
19296 * faces.el (face-spec-set): Fix typos in docstring.
19297
192982008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
19299
19300 * bindings.el (mode-line-column-line-number-mode-map): New variable.
19301 (standard-mode-line-position): Use it to add a menu for toggling
19302 column number and line number display.
19303
193042008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19307 Remove optimization that was working around the form-code-walker bug.
19308
19309 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19310 Walk into the body of lambdas after byte-compile-unfold-lambda.
19311
193122008-03-03 Glenn Morris <rgm@gnu.org>
19313
19314 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
19315 value, if set, over frame value.
19316
19317 * simple.el (transient-mark-mode): Don't turn on by default.
19318
19319 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
19320 accidentally removed by the 2007-12-05 merge from Gnus.
19321
193222008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
19323
19324 * progmodes/compile.el (compilation-menu-map): Add menu entries
19325 for useful options.
19326
193272008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
19328 Glenn Morris <rgm@gnu.org>
19329
19330 * emacs-lisp/bytecomp.el (byte-recompile-directory)
19331 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
19332 Give a `bytecomp-' prefix to local variables with common names.
19333
193342008-03-01 Glenn Morris <rgm@gnu.org>
19335
3889f0fa
SM
19336 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19337 Restore code commented out 2007-11-10.
e3d51b27
MR
19338
19339 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
19340
19341 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
19342 Delete macro.
19343 * emulation/viper-cmd.el, emulation/viper-ex.el:
19344 * emulation/viper-init.el, emulation/viper-keym.el:
19345 * emulation/viper-mous.el, emulation/viper-util.el:
19346 * emulation/viper.el:
19347 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
19348 featurep test.
19349
19350 Replace obsolete frame-local variables with frame-parameters.
19351 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
19352 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
19353 (viper-vi-state-cursor-color): Only call make-variable-frame-local
19354 on XEmacs.
19355 * emulation/viper-util.el (viper-frame-value): New macro.
19356 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
19357 (viper-R-state-post-command-sentinel)
19358 (viper-replace-state-post-command-sentinel)
19359 (viper-change-state-to-insert, viper-change-state-to-emacs):
19360 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
19361 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
19362 (viper-get-saved-cursor-color-in-insert-mode)
19363 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
19364 Use viper-frame-value for viper-replace-overlay-cursor-color,
19365 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
19366 viper-vi-state-cursor-color values.
19367
19368 * emulation/viper-cmd.el (zmacs-region-stays):
19369 * emulation/viper-util.el (zmacs-region-stays): No need to define
19370 for compiler.
19371
19372 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
19373 mapcar on Emacs.
19374
19375 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
19376 on XEmacs.
19377
19378 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
19379 rather than if.
19380
193812008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19382
19383 * whitespace.el: New version 9.3. As the glyph code generation was
19384 fixed, it is possible now to use character code above ?\x1FFFF in the
19385 display table. Fix `whitespace-indentation-regexp' to not include an
19386 extra ending character. Reported by Michael Welsh Duggan
19387 <mwd@cert.org>. Added hook actions when buffer is written or killed as
19388 the original whitespace package had. Suggested by Eric Cooper
19389 <ecc@cmu.edu>. Doc fix.
19390 (whitespace-action): New option.
19391 (whitespace-display-mappings): Changed default newline visualization to
19392 display downwards arrow, as the glyph code generation was fixed.
19393 (whitespace-unload-function): Assure that all local whitespace mode is
19394 turned off.
19395 (whitespace-global-modes): Fix type customization.
19396 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
19397 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
19398 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
19399 Fix code.
19400 (whitespace-buffer): Command removed.
19401 (whitespace-trailing-regexp, whitespace-mark-x)
19402 (whitespace-display-window, whitespace-action-when-on)
19403 (whitespace-add-local-hook, whitespace-remove-local-hook)
19404 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
19405 (whitespace-action): New funs.
19406 (whitespace-report-list, whitespace-report-text)
19407 (whitespace-report-buffer-name): New consts.
19408 (whitespace-report, whitespace-report-region): New commands.
19409
194102008-03-01 Juanma Barranquero <lekktu@gmail.com>
19411
19412 * disp-table.el (make-glyph-code): Don't test the result of
19413 `face-id', which already signals an error for invalid faces.
19414 (glyph-face): Simplify.
19415
19416 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
19417 running `desktop-not-loaded-hook' to allow modifying it.
19418 Don't show warning message if `desktop-dirname' was modified.
19419
194202008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19421
19422 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
19423 we still expect more lines.
19424
19425 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
19426 comment-paragraph filling if the commark doesn't match
19427 comment-start-skip.
19428
194292008-03-01 Daiki Ueno <ueno@unixuser.org>
19430
19431 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
19432 the `imap' variant.
19433
194342008-03-01 Jason Rumney <jasonr@gnu.org>
19435
19436 * files.el (make-auto-save-file-name): Encode more characters in
19437 non-file buffer names. Use url-encoding.
19438
194392008-03-01 Juanma Barranquero <lekktu@gmail.com>
19440
19441 * net/net-utils.el (ftp-program): Fix typo in docstring.
19442 (ifconfig-program-options, netstat-program-options)
19443 (arp-program-options, route-program-options, nslookup-program-options)
19444 (ftp-program-options, smbclient-program-options)
19445 (dns-lookup-program-options, arp, route): Doc fixes.
19446
19447 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
19448 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
19449 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
19450 Fix typos in docstrings.
19451 (gdb-pending-triggers): Reflow docstring.
19452 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
19453
194542008-03-01 Alan Mackenzie <acm@muc.de>
19455
19456 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
19457 typing "#" at EOB.
19458
194592008-03-01 Juanma Barranquero <lekktu@gmail.com>
19460
19461 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
19462
194632008-02-29 Kim F. Storm <storm@cua.dk>
19464
19465 * emulation/cua-base.el (cua-remap-control-v)
19466 (cua-remap-control-z): New defcustoms.
19467 (cua-mode): Add them to set-after property.
19468 (cua--init-keymaps): Use them.
19469 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
19470
19471 * help.el (view-emacs-todo): Rename from view-todo.
19472 (describe-gnu-project): Rename from describe-project. Users changed.
19473 (view-help-file): New helper function.
19474 (describe-distribution, describe-copying, describe-gnu-project)
19475 (view-todo, view-order-manuals, view-emacs-problems): Use it.
19476 (view-emacs-debugging, view-external-packages): New commands.
19477 (help-map): Move describe-distribution to C-h C-o (ordering).
19478 Move view-emacs-problems to C-h C-p (problems).
19479 Bind view-emacs-debugging to C-h C-d (debugging).
19480 Bind view-external-packages to C-h C-e (extras).
19481 (help-for-help-internal): Cleanup and align descriptions.
19482 Remove command names to reduce clutter.
19483
194842008-02-29 Nick Roberts <nickrob@snap.net.nz>
19485
19486 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
19487 and quieter face (not a warning).
19488
194892008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
19490
19491 * vc.el (vc-status-crt-marked): New variable.
19492 (vc-status-mode): Make it local.
19493 (vc-status-refresh): Use it to save the marked files.
19494 (vc-update-vc-status-buffer): Use it to restore the marked files.
19495
19496 * vc-svn.el (vc-svn-after-dir-status):
19497 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
19498
194992008-02-29 Glenn Morris <rgm@gnu.org>
19500
19501 * allout.el (allout-topic-encryption-bullet)
19502 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
19503 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
19504 from 22.0 to 22.1.
19505
19506 * net/imap.el (imap-ping-server):
19507 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
19508 Change defcustom :version from 23.0 to 23.1.
19509
195102008-02-29 Juanma Barranquero <lekktu@gmail.com>
19511
19512 * desktop.el (desktop-save): Save the buffer name if the
19513 uniquified base name is empty.
19514
195152008-02-29 Nick Roberts <nickrob@snap.net.nz>
19516
19517 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
19518 correctly when user has "set print address off".
19519
195202008-02-28 Juanma Barranquero <lekktu@gmail.com>
19521
19522 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
19523 version number of the next major Emacs release, not 23.0.
19524
19525 * longlines.el (longlines-unload-function): New function.
19526
195272008-02-28 Juri Linkov <juri@jurta.org>
19528
19529 * startup.el (normal-splash-screen): Add argument `concise'.
19530 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
19531 to the created buffer. If `concise' is non-nil, call
19532 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
19533 (display-startup-screen): Add argument `concise' to the call to
19534 `normal-splash-screen'.
19535
195362008-02-28 Kim F. Storm <storm@cua.dk>
19537
19538 * startup.el (startup-echo-area-message): Check for about-emacs.
19539
195402008-02-28 Juri Linkov <juri@jurta.org>
19541
19542 * startup.el: Always add initial message to *scratch* buffer if
19543 `initial-scratch-message' is non-nil regardless of the value of
19544 `inhibit-startup-screen'.
19545 (inhibit-startup-screen, initial-scratch-message): Doc fix.
19546 (command-line-1): Move code that inserts `initial-scratch-message'
19547 up before the if-form that checks for `inhibit-startup-screen'.
19548 Suggested by Jonathan Rockway <jon@jrock.us>.
19549
195502008-02-28 Juri Linkov <juri@jurta.org>
19551
19552 * cus-edit.el (custom-mode-map, custom-mode-link-map):
19553 Rename `custom-mode' to `Custom-mode' in docstrings.
19554 (custom-buffer-create-internal, customize-browse):
19555 Rename `custom-mode' to `Custom-mode'.
19556 (custom-mode-hook): Rename to `Custom-mode-hook'.
19557 (Custom-mode-hook): Renamed from `custom-mode-hook'.
19558 (custom-mode): Rename to `Custom-mode'.
19559 (Custom-mode): Renamed from `custom-mode'. Doc fix.
19560 (custom-mode): Add backward-compatible non-interactive variant of
19561 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
19562 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
19563
19564 * info-look.el: Rename `custom-mode' to `Custom-mode'.
19565
19566 * emulation/viper.el (viper-emacs-state-mode-list):
19567 Rename `custom-mode' to `Custom-mode'.
19568
19569 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
19570 Capitalize "Tagged Files".
19571 (minibuffer-local-map): Add menu items for next/previous
19572 history elements and isearch history forward/backward.
19573
19574 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
19575 `hs-isearch-open' with t instead of `comment' in :selected
19576 for "Code and Comment blocks" menu item.
19577
195782008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * uniquify.el (uniquify-buffer-base-name): Undo last change.
19581 Should be done in desktop.el instead.
19582
195832008-02-28 Glenn Morris <rgm@gnu.org>
19584
19585 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
19586
19587 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
19588
19589 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
19590 (Info-menu, Info-goto-node): Remove declarations.
19591 (report-emacs-bug-info): Use info rather than Info-goto-node.
19592
19593 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
19594 (idlwave-convert-xml-system-routine-info): Don't require xml.
19595 (idlwave-show-commentary, idlwave-shell-show-commentary):
19596 Don't require finder.
19597 (idlwave-info): Don't require info. Use info rather than
19598 Info-goto-node.
19599
19600 * textmodes/org.el (Info-goto-node): Remove declaration.
19601 (org-info): Use info rather than Info-goto-node.
19602
19603 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
19604 (reftex-info): Don't require info. Use info rather than Info-goto-node.
19605
196062008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
19607
19608 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
19609 the menu.
19610
19611 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
19612 (vc-finish-logentry): Check for vc-status-mode, not only for
19613 vc-dired-mode.
19614
196152008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
19616
19617 * isearch.el (isearch-printing-char): Don't check
19618 keyboard-coding-system.
19619 Call isearch-process-search-multibyte-characters only when
19620 current-input-method is non-nil.
19621
196222008-02-27 Kim F. Storm <storm@cua.dk>
19623
19624 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
19625 (glyph-char, glyph-face): Handle cons encoding.
19626
196272008-02-27 Juanma Barranquero <lekktu@gmail.com>
19628
19629 * uniquify.el (uniquify-buffer-base-name): If the base name is an
19630 empty string, return nil to allow the caller to default to the
19631 buffer name. Reported by Martin Fischer <parozusa@web.de>.
19632
19633 * tool-bar.el (tool-bar-setup): Doc fix.
19634
19635 * mail/supercite.el (sc-describe):
19636 Fix typos in obsolescence declaration.
19637
196382008-02-27 Glenn Morris <rgm@gnu.org>
19639
19640 * autoinsert.el (auto-insert-alist): Change permission text to
19641 match FSF's GPLv3 form.
19642
19643 * mail/supercite.el (sc-cite-original): Doc fix.
19644 (sc-version): Make obsolete.
19645 (sc-describe): Show the SC info page. Make obsolete.
19646
196472008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
19650 when using transient-mark-mode.
19651 (default-indicate-unused-lines): Remove unused var.
19652
196532008-02-26 Jan Djärv <jan.h.d@swipnet.se>
19654
19655 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
19656 and previous.
19657
19658 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
19659
196602008-02-26 Glenn Morris <rgm@gnu.org>
19661
19662 * net/net-utils.el (top-level): Don't require comint when compiling.
19663 (nslookup-font-lock-keywords): Don't require font-lock.
19664 Use font-lock faces rather than variables.
19665 (nslookup, ftp, smbclient, network-service-connection):
19666 Don't require comint.
19667 (comint-prompt-regexp, comint-input-autoexpand)
19668 (comint-input-ring): Declare for compiler.
19669 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
19670 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
19671
19672 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
19673 doc-string.
19674
196752008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * doc-view.el (doc-view-current-page): Add a `win' argument.
19678
196792008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
19682 Demote it to plain defvar.
19683 (doc-view-conversion-refresh-interval): Reduce interval.
19684 (doc-view-goto-page): Allow moving to pages not yet rendered.
19685 (doc-view-goto-page): Construct a file name rather than extracting it
19686 from doc-view-current-files.
19687 (doc-view-kill-proc): Ignore errors from kill-process.
19688 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
19689 (doc-view-insert-image): Use appropriate text if the page hasn't been
19690 rendered yet. Adjust scrolling so the text is displayed.
19691 (doc-view-display): Detect not just that a page is available, but also
19692 that it wasn't available before, so as to avoid refreshing all pages
19693 repeatedly.
19694 (doc-view-mode): Make doc-view-cache-directory if needed.
19695
196962008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19697
19698 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
19699 toggle-read-only.
19700
19701 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
19702 refering to a missing required field with the OPT prefix.
19703 Make unwindform more robust.
19704
19705 * textmodes/bibtex.el: Remove support for hideshow minor mode as
19706 it duplicates the bibtex support in progmodes/hideshow.el.
19707 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
19708 entries that do not start at the beginning of a line.
19709
197102008-02-25 Chong Yidong <cyd@stupidchicken.com>
19711
19712 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
19713
197142008-02-25 Robert J. Chassell <bob@rattlesnake.com>
19715
19716 * help-fns.el (describe-variable): Add phrases about
19717 initialization file with and without customization;
19718 use new button type help-info-variable.
19719
19720 * help-mode.el (help-info-variable):
19721 New button able to read Info files for help-fns.el.
19722
197232008-02-25 Jan Djärv <jan.h.d@swipnet.se>
19724
19725 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
19726 (grep-mode): Use grep-mode-tool-bar-map.
19727
19728 * progmodes/compile.el (tool-bar): Require tool-bar.
19729 (compilation-mode-tool-bar-map): New variable.
19730 (compilation-mode): Use compilation-mode-tool-bar-map.
19731
19732 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
19733
197342008-02-25 Glenn Morris <rgm@gnu.org>
19735
19736 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
19737
197382008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19739
19740 * diff-mode.el (diff-file-junk-re): New const.
19741 (diff-beginning-of-file-and-junk): Use it.
19742 (diff-file-kill): Make sure we were really inside a file diff.
19743
19744 * diff-mode.el: Make it more robust in the presence of empty context
19745 lines in unified hunks.
19746 (diff-valid-unified-empty-line): New var.
19747 (diff-unified->context, diff-sanity-check-hunk): Obey it.
19748 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
19749 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
19750 (diff-hunk-header-re-unified): New const.
19751 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
19752 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
19753 (diff-sanity-check-hunk): Use it.
19754
19755 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
19756 Index: line, don't search backward for the previous one.
19757
197582008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19759
19760 * international/fontset.el (setup-default-fontset): Add non-OTF
19761 lao font for lao script.
19762
19763 * language/tibetan.el: Register tibetan-composition-function in
19764 composition-function-table.
19765
19766 * language/tibet-util.el (tibetan-composition-function):
19767 Adjust for the new calling way (argument changed). Try font-shape-text
19768 if possible.
19769
19770 * language/lao.el: Register lao-composition-function in
19771 composition-function-table.
19772
19773 * language/lao-util.el (lao-composition-function): Adjust for the new
19774 calling way (argument changed). Try font-shape-text if possible.
19775
197762008-02-25 Jason Rumney <jasonr@gnu.org>
19777
19778 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
19779
197802008-02-25 Juri Linkov <juri@jurta.org>
19781
19782 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
19783 background, "red4" for a dark background, "red" for 16 and
19784 8 colors, "grey" for grayscale, and inverse video otherwise.
19785 Add :version tag.
19786 (isearch-message): Keep the original isearch-message intact, and
19787 add text properties to it where necessary. Add `isearch-error' to
19788 the condition that checks if isearch is unsuccessful.
19789
197902008-02-24 Juri Linkov <juri@jurta.org>
19791
19792 * progmodes/compile.el (compilation-handle-exit):
19793 Use compilation-error face instead of font-lock-warning-face.
19794 Display the same message in the minibuffer as is inserted
19795 at the end of the compilation buffer.
19796
197972008-02-24 Glenn Morris <rgm@gnu.org>
19798
19799 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
19800 multiple file case.
19801
19802 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
19803
19804 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
19805 multiple file case. Use a single `let' rather than two.
19806
198072008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19808
19809 * progmodes/compile.el (compilation-start): Specify a face for
19810 mode-line-process.
19811 (compilation-handle-exit): Specify a face and a tooltip for
19812 mode-line-process.
19813
198142008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * hilit-chg.el: Remove spurious * in defcustom docstrings.
19817 (hilit-chg-make-ov): Simplify.
19818 (hilit-chg-fixup): Use remove-overlays.
19819 (hilit-chg-set-face-on-change): Remove redundant call to
19820 `remove-text-properties'.
19821
19822 * dired.el (dired-mark-prompt): Don't count/display the t element.
19823 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
19824
198252008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19826
19827 * progmodes/verilog-mode.el (eval-when-compile): Don't define
19828 add-submenu.
19829 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
19830 Remove. Move contents to the only use ...
19831 (verilog-menu): ... here.
19832 (verilog-statement-menu): Remove. Move contents to the only use ...
19833 (verilog-stmt-menu): ... here.
19834 (verilog-mark-defun): Simply call mark-defun for emacs.
19835 (occur-pos-list): Declare for byte compiler.
19836 (mode-popup-menu): Don't defvar.
19837 (verilog-add-statement-menu): Remove.
19838 (verilog-mode-hook): Don't add verilog-add-statement-menu.
19839 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
19840
198412008-02-24 Michael McNamara <mac@mail.brushroad.com>
19842
19843 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
19844 conditional.
19845 (verilog-font-grouping-keywords-face): Make the begin..end
19846 keywords standout more than other verilog keywords.
19847 (verilog-type-font-keywords): Move the begin..end out of this list
19848 to facilitate making them to (potentially) stand out more.
19849 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
19850 function & task blocks.
19851 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
19852 initial, function & task blocks.
19853 (verilog-forward-sexp): Handle the new "disable fork" statement of
19854 IEEE-1800 Verilog.
19855 (verilog-beg-block-re-ordered): Handle the new "disable fork"
19856 statement of IEEE-1800 Verilog.
19857 (verilog-calc-1): Handle the new "disable fork" statement of
19858 IEEE-1800 Verilog.
19859 (verilog-disable-fork-re): Add const to help handle the new
19860 "disable fork" statement of IEEE-1800 Verilog.
19861 (verilog-declaration-core-re): Add port directions by themselves,
19862 with no qualification, as base item of a declaration.
19863 (verilog-pretty-declarations): Add new flag to ask it to refrain
19864 from printing to the message buffer.
19865 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
19866 printing to the message buffer. Improve handling of the many
19867 types of expression line up.
19868 (verilog-just-one-space): Remove printing of an empty message.
19869 (verilog-get-lineup-indent): Rework to support the better handling
19870 of expression lineup for verilog-pretty-expr.
19871 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19872
198732008-02-24 Alan Mackenzie <acm@muc.de>
19874
19875 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
19876 yesterday's commit.
19877
198782008-02-24 Nick Roberts <nickrob@snap.net.nz>
19879
19880 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
19881 to mouse-set-point in buffers that aren't associated with files.
19882
19883 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
19884
198852008-02-24 Alan Mackenzie <acm@muc.de>
19886
19887 Set of changes so that "obtrusive" syntactic elements in a
19888 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
19889 unmatched paren) don't interact syntactically with stuff outside
19890 the CPP line.
19891
19892 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
19893 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
19894 off-by-one bug.
19895 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
19896 a bit of refactoring.
19897 (c-awk-extend-and-syntax-tablify-region): Takes some of the
19898 functionality of c-awk-advise-fl-for-awk-region, which has been
19899 refactored away.
19900
19901 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
19902 (c-clear-char-property-with-value): New function and macro which
19903 remove text-properties `equal' to a supplied value.
19904
19905 * progmodes/cc-engine.el: Comment about text properties amended.
19906
19907 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
19908 parens around "error\\|warning".
19909
19910 * progmodes/cc-langs.el (c-get-state-before-change-function)
19911 (c-before-font-lock-function, c-anchored-cpp-prefix):
19912 New language variables.
19913 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
19914
19915 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
19916 syntax-table text properties.
19917 (c-common-init): Call language specific before/after-change
19918 functions at mode initialisation.
19919 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
19920 (c-extend-region-for-CPP, c-neutralize-CPP-line)
19921 (c-neutralize-syntax-in-CPP): New functions.
19922 (c-before-change, c-after-change): Call the new language specific
19923 change functions defined in cc-langs.el.
19924 (c-advise-fl-for-region): New macro.
19925 (awk-mode): Remove AWK specific stuff which has been refactored
19926 into language independent stuff.
19927
199282008-02-24 Nick Roberts <nickrob@snap.net.nz>
19929
19930 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
19931 (gdb): (Re)set gdb-flush-pending-output to nil here...
19932 (gdb-init-1): ...instead of here (before gdb-prompt).
19933
199342008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19935
19936 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
19937 Recognize ''' just like any other char-constant.
19938
199392008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19940
19941 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
19942 careful enough. Detect the uid-change all within the main loop.
19943
199442008-02-24 Stefan Monnier <monnier@pastel.home>
19945
19946 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
19947
199482008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19949
19950 * hilit-chg.el (highlight-save-buffer-state): New macro.
19951 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
19952 (hilit-chg-clear): Use it to preserve the modified-p flag.
19953 (highlight-changes-rotate-faces): Don't mess with the undo-list.
19954
199552008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19956
19957 * font-lock.el (font-lock-set-defaults): Unset previously set variables
19958 when needed.
19959
199602008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
19961
19962 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
19963 from gnus-button-url-regexp.
19964
199652008-02-24 Eli Zaretskii <eliz@gnu.org>
19966
19967 * progmodes/compile.el (compilation-next-error): Doc fix.
19968 (compilation-find-file): Doc fix.
19969
199702008-02-24 Glenn Morris <rgm@gnu.org>
19971
19972 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
19973 Add obsolete aliases to the old names.
19974
199752008-02-24 Richard Stallman <rms@gnu.org>
19976
19977 * net/net-utils.el (ifconfig): Rename from ipconfig.
19978 (ipconfig): Alias to ifconfig.
19979 (ifconfig-program): Rename from ipconfig-program.
19980 (ifconfig-program-options): Rename from ipconfig-program-options.
19981
199822008-02-24 Michael McNamara <mac@mail.brushroad.com>
19983
19984 * progmodes/verilog-mode.el (verilog-declaration-core-re):
19985 Add port directions by themselves, with no qualification, as base
19986 item of a declaration.
19987 (verilog-pretty-declarations): Add new flag that inhibits printing
19988 to the message buffer.
19989 (verilog-pretty-expr): Add new flag that inhibits printing to the
19990 message buffer. Improve handling of the many types of expression
19991 line up.
19992 (verilog-just-one-space): Don't print an empty message.
19993 (verilog-get-lineup-indent): Rework to support the better handling
19994 of expression lineup for verilog-pretty-expr.
19995 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19996 (verilog-mode-version, verilog-mode-release-date): Update.
19997
199982008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * subr.el (cancel-change-group): Don't move point.
20001
200022008-02-23 Markus Triska <markus.triska@gmx.at>
20003
20004 * linum.el (linum-after-config): Update all visible windows.
20005
200062008-02-23 Glenn Morris <rgm@gnu.org>
20007
20008 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
20009 Add :help for Solitaire and Tetris.
20010
20011 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
20012
20013 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
20014 (smtpmail-code-conv-from): Doc fix. Fix custom type.
20015 (smtpmail-queue-index-file): Make it a defcustom.
20016 (smtpmail-queue-index): Delete.
20017 (smtpmail-send-it, smtpmail-send-queued-mail):
20018 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
20019 smtpmail-queue-index.
20020
20021 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
20022 Add :version.
20023
200242008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
20025
20026 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
20027 New variables.
20028 (iwconfig): New function.
20029
200302008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
20031
20032 * vc.el (vc-find-revision): Make vc-parent-buffer local before
20033 setting it.
20034 (vc-status-menu-map): Do not define using easy-menu.
20035 (vc-status-menu-map): New defalias.
20036 (vc-status-mode-map): Hook up the menu.
20037 (top-level): Update TODO.
20038
20039 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
20040
20041 * vc-bzr.el (vc-bzr-init-version): Rename to ...
20042 (vc-bzr-init-revision): ... this.
20043
200442008-02-23 Jason Rumney <jasonr@gnu.org>
20045
20046 * makefile.w32-in (WINS_ALMOST): Remove term.
20047 (WINS): Add term here.
20048 (custom-deps, finder-data): Use WINS_ALMOST.
20049
200502008-02-22 Juanma Barranquero <lekktu@gmail.com>
20051
20052 * faces.el (font-weight-table): Fix value of `semi-light'.
20053
200542008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
20057 Make those tables bijective.
20058
200592008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
20060
20061 Finish pdbtrack integration cleanup, settling missing-functions
20062 byte compiler warnings appropriately.
20063
20064 * progmodes/python.el (python-point): Remove this - beginning-of-line
20065 was all that was necessary for `python-pdbtrack-overlay-arrow'.
20066 (python-end-of-def-or-class, python-beginning-of-def-or-class)
20067 (python-goto-initial-line): Drop these - they were only needed for
20068 python-point.
20069 (python-comint-output-filter-function): Use condition-case and
20070 beginning-of-line directly, instead of python-mode.el functions
20071 which require all sorts of baggage.
20072 (point-safe): Unnecessary - we're using condition-case directly,
20073 instead.
20074 (python-execute-file): Include for python-shell, which I'm leaving
20075 in keeping despite it being unnecessary for pdb tracking.
20076
200772008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
20078
20079 * progmodes/scheme.el (scheme-font-lock-keywords-2):
20080 Add SRFI 11 support.
20081 (let-values, let*-values): Specify scheme-indent-function.
20082
200832008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
20084
20085 * vc.el (vc-exec-after): Move setting mode-line-process in the
20086 busy case ...
20087 (vc-set-mode-line-busy-indicator): ... in this new function.
20088 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
20089 (vc-update-vc-status-buffer): Reset mode-line-process.
20090 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
20091 mark/unmark all the files with the same state as the current one.
20092 With a prefix argument mark/unmark all files.
20093 (vc-status-mode-menu): Adjust strings.
20094 (vc-update-vc-status-buffer): Only do something when the argument
20095 is not nil.
20096 (vc-status-kill-dir-status-process): New function.
20097 (vc-status-mode-map): Bind it.
20098 (vc-status-process-buffer): New variable.
20099 (vc-status-mode): Make it local.
20100 (vc-status-refresh): Set it.
20101
20102 * vc-hg.el (vc-hg-dir-status):
20103 * vc-git.el (vc-git-dir-status):
20104 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
20105 command is run.
20106
201072008-02-22 Glenn Morris <rgm@gnu.org>
20108
20109 * json.el (top-level): No need to require thingatpt.
20110 (json-read-keyword): Use thing-at-point rather than word-at-point.
20111
20112 * time.el (top-level): No need to require time-date when compiling.
20113
20114 * emacs-lisp/copyright.el (copyright-update-year):
20115 Fix subexpression numbering for the case when years are split over
20116 lines, and for the replace case.
20117
20118 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
20119 (tpu-caar, tpu-cadr): Delete functions.
20120 (zmacs-regions): No need to declare for compiler.
20121 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
20122 (tpu-spell-check): Rewrite, and handle mark after point.
20123 (tpu-special-insert): Use or rather than if.
20124
20125 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
20126 rather than spell-region.
20127
20128 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
20129 warnings about spell-region.
20130
201312008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
20132
20133 * ldefs-boot.el: Regenerated.
20134
20135 * loadup.el: Don't load language/devanagari, language/kannada,
20136 language/malayalam, and language/tamil. Load language/sinhala.
20137
20138 * language/indian.el (indian-font-foundry)
20139 (indian-script-language-alist, indian-font-char-index-table)
20140 (indian-font-char, indian-font-char-range, indian-script-table)
20141 (indian-default-script, indian-composable-pattern): Delete them.
20142 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
20143 language environments moved to here.
20144 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
20145 New language environments.
20146
20147 * language/devanagari.el, language/devan-util.el,
20148 * language/kannada.el, language/knd-util.el, language/malayalam.el,
20149 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
20150 Delete them.
20151
20152 * language/sinhala.el: New file.
20153
201542008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
20155
20156 Update Nick Robert's port of pdb tracking from python-mode.el.
20157
20158 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
20159 Clarify docstring.
20160 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
20161 tracking is happening.
20162 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
20163 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
20164 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
20165 Tracking is plugged in to all comint buffers once python.el is loaded.
20166 (python-pdbtrack-overlay-arrow): Toggle activation of
20167 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
20168 (python-pdbtrack-track-stack-file): Use new
20169 `python-pdbtrack-get-source-buffer' for more flexible access to
20170 debugging source files.
20171 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
20172 according to pdb stack trace, optionally using new
20173 `python-pdbtrack-grub-for-buffer' if file is not locally available.
20174 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
20175 named buffer, or having function with indicated name.
20176 (python-shell): Remove comint-output-filter-functions hook
20177 addition, it's being done elsewhere. Wrap long line.
20178
201792008-02-21 Michael Olson <mwolson@gnu.org>
20180
20181 * json.el: Replace XEmacs compatibility code to get rid of
20182 compiler warnings.
20183
20184 * time.el: Fix compiler warning.
20185
201862008-02-21 Edward O'Connor <ted@oconnor.cx>
20187
20188 * json.el: New file (JavaScript Object Notation parser / generator).
20189
201902008-02-21 Dave Love <fx@gnu.org>
20191
20192 * progmodes/sym-comp.el: New file.
20193
20194 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
20195 Require sym-comp. Add Python buffer to same-window-buffer-names.
20196 Fixup whitespaces.
20197 (python-font-lock-keywords): Add highlighting for Python builtins.
20198 (python-font-lock-syntactic-keywords): Rewrite.
20199 (python-quote-syntax): Use syntax-ppss-context instead of parsing
20200 ppss directly.
20201 (python-mode-map): Add binding for python-find-function.
20202 (python-calculate-indentation): Clean up the logic.
20203 (python-beginning-of-defun): Explicitly set return value.
20204 (python-beginning-of-statement): Stop looping if we get stuck
20205 going backwards.
20206 (python-next-statement): Stop looping if we somehow end up inside
20207 a string while advancing.
20208 (python-preoutput-continuation, python-version-checked): New vars.
20209 (python-check-version): New function.
20210 (run-python): Set default command to python-command instead of
20211 python-python-command.
20212 (run-python): Use python-check-version. Give PYTHONPATH
20213 precedence over data-directory in the process environment.
20214 Load function definitions in python process after.
20215 (python-check-comint-prompt): New function.
20216 (python-send-command, python-send-receive): Use it.
20217 (python-complete-symbol, python-try-complete): Functions deleted.
20218 Use symbol-complete instead of python-complete-symbol throughout.
20219 (python-fill-paragraph): Further refine the fenced-string regexp.
20220 (def-python-skeleton): Expand to the original abbrev instead if in
20221 a comment or string. Tweak skeletons for `if', `while', `for',
20222 `try/except', `try/finally', `name'.
20223 (python-pea-hook, python-abbrev-pc-hook): New functions.
20224 (python-abbrev-syntax-table): New var.
20225 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
20226 Use symbol-completion-try-complete for hippie expansion.
20227 Turn on font lock unconditionally.
20228 (python-mode-hook): Defcustom it. No need to use make-local
20229 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
20230 option, since it's buffer-local.
20231
202322008-02-21 Juanma Barranquero <lekktu@gmail.com>
20233
20234 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
20235
202362008-02-21 Drew Adams <drew.adams@oracle.com>
20237
20238 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
20239 "Turn off" and a "Help" entry when the minor mode has no menu.
20240
202412008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
20242
20243 * vc.el (vc-status-mark, vc-status-unmark): New functions.
20244 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
20245 vc-status-mark-file and vc-status-unmark-file.
20246 (vc-status-mark-unmark): New function.
20247 (vc-status-previous-line, vc-status-next-line): No longer interactive.
20248
202492008-02-21 Glenn Morris <rgm@gnu.org>
20250
20251 * composite.el (encode-composition-rule): Fix typo in error message.
20252 (composition-function-table, auto-composition-mode): Doc fixes.
20253
20254 * subr.el (sit-for): Fix obsolete form for nil second argument.
20255
20256 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
20257 (spell-string): Make obsolete, in favor of ispell.
20258
202592008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
20260
20261 * language/devanagari.el: Don't setup composition-function-table
20262 here.
20263 ("Devanagari"): Change charset, coding-system, coding-priority to
20264 Unicode-based ones. Don't require the feature devan-util.
20265
20266 * composite.el (compose-chars-after): Fix arguments for a function
20267 in composition-function-table.
20268 (auto-compose-region): Likewise.
20269
20270 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
20271 for Ethiopic.
20272 (ps-mule-plot-string): Ignore glyph-string based compositions.
20273
202742008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * doc-view.el: Allow different windows to show different pages.
20277 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
20278 (doc-view-current-image, doc-view-current-overlay): Remove variables,
20279 add them back as macros instead, using image-mode-winprops instead.
20280 Update all users of those variables.
20281 (doc-view-new-window-function): New function to create a new overlay
20282 for each new window.
20283 (doc-view-mode): Use it and image-mode-setup-winprops.
20284 (doc-view-clone-buffer-hook): Rewrite accordingly.
20285
20286 * image-mode.el: Extend [hv]scroll support to per-window properties.
20287 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
20288 (image-mode-winprops-alist): New var to replace them.
20289 (image-mode-new-window-functions): New hook.
20290 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
20291 New funs.
20292 (image-set-window-vscroll, image-set-window-hscroll): Use them.
20293 Remove the `window' argument, update callers.
20294 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
20295 Use the new functions.
20296 (image-mode-reapply-winprops): New fun.
20297 (image-mode): Use it.
20298
202992008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
20300
20301 * calc/calc-math.el (math-sin-raw): Add optional argument
20302 to keep track of original argument.
20303 (math-cos-raw): Use optional argument when calling math-sin-raw.
20304 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
20305 with close to original precision.
20306
203072008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20308
20309 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
20310 args in calls of sit-for.
20311
203122008-02-20 Juanma Barranquero <lekktu@gmail.com>
20313
20314 * vc-svn.el (vc-svn-program): Fix typo in docstring.
20315 (vc-svn-checkin): Fix typo in error message.
20316
20317 * help-mode.el: Require easymenu when compiling.
20318
203192008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
20320
20321 * help-mode.el (help-mode-menu): New menu.
20322
203232008-02-20 Glenn Morris <rgm@gnu.org>
20324
20325 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
20326 on Windows.
20327
203282008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
20329
20330 * ps-mule.el (ps-mule-encode-region): Return a single string.
20331 (ps-mule-plot-string): Adjust for the above change.
20332 (ps-mule-encode-header-string): Likewise.
20333
20334 * international/latin1-disp.el (latin1-display): Don't use
20335 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
20336 standard-display-table.
20337 (latin1-display-identities): Adjust for the change of what is
20338 returned by (get-language-info charset 'charset).
3a37fcea 20339
e3d51b27
MR
20340 * international/mule-util.el (char-displayable-p): Fix for Latin-1
20341 characters and terminal case.
20342
203432008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
20344
20345 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
20346
20347 * progmodes/python.el: Also require comint when loading.
20348 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
20349 Replace python-shell with run-python on menu bar.
20350 (python-shell-map): New map.
20351 (python-default-interpreter, python-python-command-args)
20352 (python-jython-command-args, python-pdbtrack-do-tracking-p):
20353 New options.
20354 (python-which-shell, python-which-args, python-which-bufname):
20355 New buffer local variables.
20356 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
20357
20358 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
20359 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
20360 New constants.
20361
20362 Pdbtrack features:
20363
20364 (python-point, python-end-of-def-or-class)
20365 (python-beginning-of-def-or-class, python-goto-initial-line)
20366 (python-comint-output-filter-function)
20367 (python-pdbtrack-overlay-arrow)
20368 (python-pdbtrack-track-stack-file, python-toggle-shells)
20369 (python-shell, python-pdbtrack-toggle-stack-tracking)
20370 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
20371 New functions.
20372
203732008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20374
20375 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
20376 when the argument is nil.
20377
203782008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20379
20380 * vc.el (dir-status): Add a brief description.
20381
203822008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
20383
20384 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
20385 If non-nil, reverse the sense of the check.
20386
20387 * vc-rcs.el (vc-rcs-root): New func.
20388 * vc-cvs.el (vc-cvs-root): New func.
20389 * vc-svn.el (vc-svn-root): New func.
20390 * vc-sccs.el (vc-sccs-root): New func.
20391
203922008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
20393
20394 * language/japan-util.el (setup-japanese-environment-internal):
20395 Call use-cjk-char-width-table.
20396
20397 * language/japanese.el ("Japanese"): Set exit-function to
20398 use-default-char-width-table.
20399
20400 * international/characters.el: Delete occurrences of non-Unicode
20401 tibetan and ethiopic characters.
20402 (cjk-char-width-table): New variable.
20403 (use-cjk-char-width-table, use-default-char-width-table):
20404 New functions.
20405
204062008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20407
20408 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
20409 (vc-status-mode-menu): Add a :filter.
20410 (vc-status-printer): Add faces.
20411
20412 * vc-hg.el (vc-hg-extra-status-menu): New function.
20413 (vc-hg-dir-status): Clean up the buffer before using it.
20414
204152008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20416
20417 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
20418 (gdb): Initialize it here instead.
20419
20420 * files.el (locate-dominating-file): Fix thinko in last change.
20421 Reported by Bruce Stephens <bruce.stephens@isode.com>.
20422
204232008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
20424
20425 * vc.el (vc-status-mode-menu): New menu for vc-status.
20426
204272008-02-18 Juanma Barranquero <lekktu@gmail.com>
20428
20429 * progmodes/verilog-mode.el (customize): Fix typo in error message.
20430 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
20431 (verilog-mode-auto, verilog-indent-level-module)
20432 (verilog-minimum-comment-distance, verilog-library-flags)
20433 (verilog-library-directories, verilog-library-files)
20434 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
20435 (verilog-xemacs-menu, verilog-set-compile-command)
20436 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
20437 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
20438 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
20439 (verilog-batch-inject-auto, verilog-batch-indent)
20440 (verilog-continued-line, verilog-type-keywords)
20441 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
20442 (verilog-read-inst-pins, verilog-read-arg-pins)
20443 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
20444 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
20445 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
20446 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
20447 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
20448 (verilog-mode-version, verilog-mode-release-date)
20449 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
20450 (verilog-simulator, verilog-compiler)
20451 (verilog-auto-sense-defines-constant, verilog-company)
20452 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
20453 Fix typos in docstrings.
20454 (verilog-set-auto-endcomments, verilog-calculate-indent)
20455 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
20456 Reflow docstrings.
20457 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
20458 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
20459 (electric-verilog-forward-sexp, verilog-in-case-region-p)
20460 (verilog-in-struct-region-p, verilog-in-generate-region-p)
20461 (verilog-leap-to-head, verilog-current-indent-level)
20462 (verilog-case-indent-level, verilog-cpp-keywords)
20463 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
20464 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
20465 (verilog-signals-not-in, verilog-symbol-detick-text)
20466 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
20467 (verilog-forward-close-paren, verilog-backward-open-paren)
20468 (verilog-backward-open-bracket): Doc fixes.
20469
20470 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
20471 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
20472 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
20473 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
20474 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
20475 Fix typos in docstrings.
20476
20477 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
20478
204792008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
20480
20481 * info.el (Info-read-node-name): Removed unused `default' arg.
20482
204832008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
20484
20485 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
20486
204872008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * image-mode.el (image-get-display-property): New fun.
20490 (image-forward-hscroll, image-next-line, image-eol, image-eob)
20491 (image-mode, image-minor-mode, image-toggle-display-text)
20492 (image-toggle-display): Use it.
20493
204942008-02-18 Jason Rumney <jasonr@gnu.org>
20495
20496 * international/mule.el (xml-find-file-coding-system): Don't warn
20497 about utf-16 with BOM.
20498
20499 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
20500
20501 * international/mule.el (sgml-xml-auto-coding-function): Detect and
20502 warn if file encoding is not utf-8 and encoding not specified.
20503 (xml-find-file-coding-system): New function.
20504 * international/mule-conf.el (file-coding-system-alist): Use it.
20505
205062008-02-17 Glenn Morris <rgm@gnu.org>
20507
20508 * international/mule-cmds.el (set-locale-environment):
20509 Pass `frame' to getenv for LC_MESSAGES.
20510
205112008-02-17 Juri Linkov <juri@jurta.org>
20512
20513 * time.el (emacs-init-time): Use format instead of format-seconds.
20514
205152008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20516
20517 * textmodes/bibtex.el (bibtex-search-entry): Rename from
20518 bibtex-find-entry. Add autoload cookie.
20519 (bibtex-find-entry): Alias for bibtex-search-entry.
20520 (bibtex-search-crossref): Rename from bibtex-find-crossref.
20521 (bibtex-find-crossref): Alias for bibtex-search-crossref.
20522 (bibtex-clean-entry): atomic-change-group removed.
20523 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
20524 to locate buffer location where error occurred.
20525 Make error messages more specific.
20526 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
20527
205282008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
20529
20530 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
20531 top level.
20532
20533 * simple.el (transient-mark-mode): Add an :init-value.
20534
20535 * startup.el (command-line): Use custom-reevaluate-setting for
20536 transient-mark-mode.
20537
205382008-02-17 Michaël Cadilhac <michael@cadilhac.name>
20539
20540 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
20541
205422008-02-16 Juri Linkov <juri@jurta.org>
20543
20544 * startup.el (after-init-time): New variable.
20545 (command-line): Set `after-init-time' to the current time.
20546
20547 * time.el (emacs-init-time): New function.
20548
205492008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * files.el (locate-dominating-file): Remove initial loop because it's
20552 not careful enough. Detect the uid-change all within the main loop.
20553
205542008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
20555
20556 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
20557
205582008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
20559
20560 * vc.el (vc-annotate): Add new argument.
20561 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
20562
20563 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
20564 Move make-variable-buffer-local code after the corresponding defvar.
20565 (hs-minor-mode-map): Define and initialize in one step.
20566 (hs-minor-mode): Change from defun to define-minor-mode.
20567
205682008-02-16 Nick Roberts <nickrob@snap.net.nz>
20569
20570 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
20571 (gdb-ready): Move declaration...
20572
20573 * progmodes/gdb-ui.el (gdb-ready): ...to here.
20574 (gdb-early-user-input): New variable.
20575 (gdb): Reset gdb-flush-pending-output to nil and set
20576 comint-input-sender here (before gdb-prompt), instead of...
20577 (gdb-init-1): ...here.
20578 (gdb-send): If Emacs is not ready, defer user input to...
20579 (gdb-prompt): ...here.
20580
205812008-02-16 Glenn Morris <rgm@gnu.org>
20582
20583 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
20584
20585 * startup.el (emacs-startup-time): Rename to `before-init-time'.
20586 (before-init-time): New name for `emacs-startup-time'.
20587 (command-line): Use before-init-time rather than emacs-startup-time.
20588 * time.el (emacs-uptime): Use before-init-time rather than
20589 emacs-startup-time.
20590
20591 * composite.el (composition-function-table): Doc fix.
20592
20593 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
20594 in favor of `%z' specifier.
20595 (emacs-uptime): Move to time.el.
20596 * time.el (emacs-uptime): Move here from time-date.el. Add optional
20597 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
20598 argument of format-seconds.
20599
206002008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
20601
20602 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
20603
206042008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
20605
20606 * ielm.el (ielm-is-whitespace): Remove.
20607 (ielm-is-whitespace-or-comment): New function.
20608 (ielm-eval-input): Use it.
20609
206102008-02-15 Jason Rumney <jasonr@gnu.org>
20611
20612 * term/mac-win.el: Fix coding tag.
20613
206142008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
20615
20616 * vc-hooks.el (vc-menu-map):
20617 * bindings.el (mode-line-mode-menu): Add tooltips.
20618
20619 * bindings.el (help-echo): Add more tooltips. Use a less
20620 telegraphic style for existing tooltips.
20621
206222008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
20625 from the auto-generated one.
20626
206272008-02-14 Glenn Morris <rgm@gnu.org>
20628
20629 * mail/rmail-spam-filter.el (rmail-spam-filter):
20630 Let-bind message-spam-status.
20631
20632 * mail/smtpmail.el (password-cache-add): Declare as function.
20633
206342008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
20635
20636 * mail/smtpmail.el: Use password-cache.
20637
206382008-02-14 Juanma Barranquero <lekktu@gmail.com>
20639
20640 * uniquify.el (uniquify-buffer-base-name): New function.
20641 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20642
20643 * desktop.el (uniquify-managed): Don't defvar.
20644 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
20645 `uniquify-managed'. Return also the buffer's base name.
20646 (desktop-save): When saving the buffer info, filter out the base name,
20647 and save it as buffer name if the buffer is managed by uniquify.
20648 (uniquify-item-base): Don't declare; not called anymore.
20649
206502008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
20651
20652 * vc.el (vc-annotate-find-revision-at-line): New function.
20653 (vc-annotate-mode-map): Bind it.
20654 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
20655 some entries.
20656
206572008-02-14 Glenn Morris <rgm@gnu.org>
20658
20659 * calendar/time-date.el (format-seconds): New function.
20660 (emacs-uptime): Use format-seconds.
20661
20662 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
20663 Remove `LC_ALL=C', since it's included in $(emacs) now.
20664
206652008-02-14 Zhang Wei <id.brep@gmail.com>
20666
20667 * textmodes/org-publish.el (org-publish-timestamp-filename):
20668 Replace colon characters in filename too.
20669
206702008-02-13 Bastien Guerry <bzg@altern.org>
20671
20672 * mail/rmail.el (rmail-header-name): New face.
20673 (rmail-font-lock-keywords): Use rmail-header-name.
20674
20675 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
20676 against X-Spam-Status header field.
20677 (rmail-spam-filter): Also check X-Spam-Status header field.
20678
206792008-02-14 Mark A. Hershberger <mah@everybody.org>
20680
20681 * progmodes/flymake.el (flymake-allowed-file-name-masks):
20682 Add support for .pm files and .php files.
20683 (flymake-err-line-patterns): Add pattern for PHP errors.
20684 (flymake-php-init): New function. PHP support for flymake.
20685
20686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20687 Add regular expression for PHP errors.
20688
206892008-02-13 Michael Albinus <michael.albinus@gmx.de>
20690
20691 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
20692 This DTRT even on w32 machines.
20693 (ange-ftp-cf1): Quote FILENAME.
20694
206952008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
20698 (smerge-auto-combine): New fun.
20699
207002008-02-12 Juri Linkov <juri@jurta.org>
20701
20702 * startup.el (fancy-startup-screen, normal-splash-screen):
20703 Set default-directory to command-line-default-directory.
20704
20705 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
20706 after reading the desktop.
20707
20708 * progmodes/compile.el (compilation-auto-jump):
20709 Call compile-goto-error only when compilation-auto-jump-to-first-error
20710 is non-nil.
20711 (compilation-scroll-output): Replace :type 'boolean with a choice
20712 that has three options including a third option `first-error'.
20713 Doc fix.
20714 (compilation-start, compilation-forget-errors): Add an alternate
20715 condition comparing compilation-scroll-output with `first-error'
20716 in addition to compilation-auto-jump-to-first-error (to call
20717 compilation-auto-jump in the proper place).
20718
207192008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * international/mule.el (sgml-html-meta-auto-coding-function):
20722 Make sure the search limit is ahead.
20723
20724 * tar-mode.el: Fix broken indentation.
20725 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
20726 Use with-current-buffer.
20727
207282008-02-12 Juanma Barranquero <lekktu@gmail.com>
20729
20730 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
20731 it is already automatically buffer-local.
20732
207332008-02-12 Drew Adams <drew.adams@oracle.com>
20734
20735 * help.el (describe-key): Join some split lines to facilitate filling.
20736 * help-fns.el (describe-function-1): Fill text of overlong lines.
20737
207382008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
20739
20740 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
20741 Use unibyte-string instead of string-make-unibyte.
20742
20743 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
20744
207452008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20746
20747 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
20748 works also for buffers w/o buffer-file-name. Update callers.
20749 (doc-view-clone-buffer-hook): New fun.
20750 (doc-view-mode): Use it for indirect clones. Mark the overlays with
20751 the `doc-view' property so they can be recognized.
20752
20753 * simple.el (clone-indirect-buffer-hook): New hook.
20754 (clone-indirect-buffer): Run it.
20755
207562008-02-11 Michael Olson <mwolson@gnu.org>
20757
20758 * epa-setup.el:
20759 * epg-package-info.el: Files removed.
20760
207612008-02-11 Daiki Ueno <ueno@unixuser.org>
20762
20763 * epa.el (epa-menu-mode): Merge into epa-mode.
20764 (epa-menu-items): Rename the label "EasyPG Assistant" to
20765 "Encryption/Decryption".
20766
20767 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
20768 (epa-dired-mode-map): Rename from epa-dired-map.
20769 (epa-global-dired-mode): Rename the global minor mode.
20770
207712008-02-11 Drew Adams <drew.adams@oracle.com>
20772
20773 * isearch.el (isearch-fail): New face.
20774 (isearch-message): Highlight failure part of input.
20775
207762008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * ibuffer.el (ibuffer-header-line-format): New var.
20779 (ibuffer-mode): Set it instead of header-line-format.
20780 (ibuffer-update): Use it to set header-line-format.
20781
20782 * international/mule-cmds.el (ucs-insert): Inherit surrounding
20783 properties like self-insert-command.
20784
207852008-02-11 Drew Adams <drew.adams@oracle.com>
20786
20787 * progmodes/etags.el: Add many doc strings.
20788
207892008-02-11 Jason Rumney <jasonr@gnu.org>
20790
20791 * ldefs-boot.el: Regenerated.
20792
207932008-02-11 Glenn Morris <rgm@gnu.org>
20794
20795 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20796 Shorten some names.
20797
20798 * ffap.el (ffap-rfc-directories): Add :version.
20799
208002008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
20801
20802 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
20803 files, and backup files of same.
20804
208052008-02-11 Kevin Ryde <user42@zip.com.au>
20806
20807 * ffap.el (ffap-rfc-directories): New variable.
20808 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
20809
20810 * info.el (Info-next-reference, Info-prev-reference)
20811 (Info-try-follow-nearest-node): Move to and follow https:// links too.
20812
20813 * simple.el (completion-list-mode): Show full completion-list-mode-map
20814 in the docstring.
20815
208162008-02-11 Sam Steingold <sds@gnu.org>
20817
20818 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
20819
208202008-02-11 Glenn Morris <rgm@gnu.org>
20821
20822 * startup.el (emacs-startup-time): New variable.
20823 (command-line): Set emacs-startup-time.
20824
20825 * calendar/time-date.el (emacs-uptime): New function.
20826
208272008-02-10 Bastien Guerry <bzg@altern.org>
20828
20829 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
20830 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
20831 it is nil.
20832
208332008-02-10 Daiki Ueno <ueno@unixuser.org>
20834
20835 * epg-config.el: Expand the contents of epg-package-info.el.
20836 (epg-package-name): New constant.
20837 (epg-version-number): New constant.
20838 (epg-bug-report-address): New constant.
20839
20840 * epa-mail.el (epa-mail-mode): Add autoload cookie.
20841 (epa-global-mail-mode): New global minor mode.
20842
20843 * epa-file.el (epa-file-mode): New global minor mode.
20844
20845 * epa-dired.el (epa-dired-mode): New global minor mode.
20846
20847 * epa.el (epa-menu): New variable.
20848 (epa-menu-items): New variable.
20849 (epa-menu-mode): New global minor mode.
20850 (epa-global-minor-modes): New user option.
20851 (epa-mode): New global minor mode.
20852
208532008-02-10 Michael Albinus <michael.albinus@gmx.de>
20854
20855 * net/dbus.el: Remove `no-byte-compile' cookie.
20856 (dbus-call-method, dbus-register-signal, dbus-debug)
20857 (dbus-registered-functions-table): Declare them with
20858 `declare-function' or `defvar', respectively.
20859 (top): Don't assert any longer. Require 'cl when compiling.
20860 Apply `ignore-errors' but `dbus-ignore-errors'.
20861
208622008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20863
20864 * diff-mode.el (diff-add-change-log-entries-other-window):
20865 Use add-change-log-entry.
20866
208672008-02-09 Jason Rumney <jasonr@gnu.org>
20868
20869 * button.el (button-map):
20870 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
20871 * ldefs-boot.el: Regenerate.
20872
208732008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20874
20875 * epa.el (epa-faces, epa):
20876 * epa-file.el (epa-file):
20877 * epg-config.el (epg): Add :version.
20878
208792008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
20880
20881 * vc.el (vc-exec-after): Append CODE to previous fragments.
20882 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
20883 take MESSAGES instead of VERBOSE; use it when non-nil.
20884 (vc-diff-internal): Compute messages once; use them;
20885 update call to vc-diff-finish.
20886
208872008-02-09 Michael Olson <mwolson@gnu.org>
20888
20889 * net/tramp.el (tramp-process-sentinel): Avoid error when process
20890 buffer has been killed, such as by
20891 `tramp-cleanup-all-connections'.
20892
208932008-02-09 Miles Bader <miles@gnu.org>
20894
20895 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
20896
208972008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20898
20899 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
20900 splitter in context hunks.
20901
209022008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
20903
20904 * international/fontset.el (setup-default-fontset): Fix arabic otf
20905 font specification.
20906
209072008-02-08 Daiki Ueno <ueno@unixuser.org>
20908
20909 * epa-dired.el:
20910 * epa-file.el:
20911 * epa-mail.el:
20912 * epa-setup.el:
20913 * epa.el:
20914 * epg-config.el:
20915 * epg-package-info.el:
20916 * epg.el: Initial check-in of EasyPG.
20917
209182008-02-08 Glenn Morris <rgm@gnu.org>
20919
20920 * woman.el (woman-locale): New defcustom.
20921 (woman-expand-locale, woman-manpath-add-locales): New functions.
20922 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
20923
20924 * international/mule-cmds.el (locale-translate): New function,
20925 with old code extracted from set-locale-environment.
20926 (set-locale-environment): Use locale-translate. Set woman-locale.
20927
20928 * cus-start.el (selection-coding-system): Remove, since it's now
20929 defined in select.el rather than in xselect.c.
20930 * select.el (selection-coding-system): Make it a defcustom, and
20931 add the properties from cus-start.el. Bump :version.
20932
20933 * custom.el (custom-theme-set-variables): Sort symbols that are
20934 dependencies before symbols that depend on them.
20935 (custom-enabled-themes): Set after custom-theme-directory.
20936
20937 * pcmpl-unix.el (top-level): Move provide statement to end.
20938 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
20939 `*' from doc-string. Allow to be nil.
20940 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
20941 Allow to be nil. Add :version.
20942 (pcmpl-ssh-hosts): Move definition before use. Handle lines
20943 without hostnames, and multiple hostnames per line.
20944
20945 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
20946
209472008-02-08 Phil Hagelberg <phil@evri.com>
20948
20949 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
20950 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
20951
209522008-02-07 Timo Savola <timo.savola@iki.fi>
20953
20954 * startup.el (command-line-x-option-alist): Add --parent-id.
20955
20956 * term/x-win.el (x-handle-parent-id): New function.
20957
209582008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
20959
20960 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
20961 "Font Menu".
20962
209632008-02-06 Michael Albinus <michael.albinus@gmx.de>
20964
20965 * net/dbus.el (dbus-interface-peer): New defconst.
20966 (dbus-ping): New defun.
20967
209682008-02-06 Sam Steingold <sds@gnu.org>
20969
20970 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
20971
209722008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20973
20974 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
20975 Just return nil and let the C code provide a fallback.
20976
209772008-02-05 Glenn Morris <rgm@gnu.org>
20978
20979 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
20980 tramp-flush-connection-property for removed 2nd argument.
20981
209822008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
20983
20984 * diff-mode.el (diff-add-change-log-entries-other-window):
20985 Rename from diff-create-changelog. Change users.
20986 Minor change to hopefully work with plain diffs.
20987 (diff-mode-map): Add binding for it.
20988
209892008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
20990
20991 * diff-mode.el: Add new TODO entry.
20992 (diff-create-changelog): New function.
20993 (diff-mode-menu): Bind it.
20994
209952008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20996
20997 * international/mule-diag.el (print-fontset-element): Handle the
20998 case of inhibiting the fallback fonts.
20999
210002008-02-04 Kim F. Storm <storm@cua.dk>
21001
21002 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21003 (ido-magic-delete-char): Use prefix arg.
21004
210052008-02-03 Juanma Barranquero <lekktu@gmail.com>
21006
21007 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
21008 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
21009 of today, the most recent libpng is 1.2.24).
21010
210112008-02-03 Michael Albinus <michael.albinus@gmx.de>
21012
21013 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
21014
21015 * net/dbus.el (top): Check (featurep 'dbusbind).
21016
21017 * net/tramp.el (tramp-process-sentinel): New defun.
21018 (tramp-do-copy-or-rename-file-out-of-band)
21019 (tramp-maybe-open-connection): Use it as process sentinel.
21020 (tramp-handle-delete-directory): Don't use the "-f" option; it
21021 isn't portable.
21022 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
21023 after the command.
21024 (tramp-handle-shell-command): Set `mode-line-process' in the
21025 asynchronous case.
21026
21027 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
21028
21029 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
21030 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
21031 Use `tramp-process-sentinel' as process sentinel.
21032
210332008-02-02 Juanma Barranquero <lekktu@gmail.com>
21034
21035 * whitespace.el (global-whitespace-mode): Revert last change.
21036 (whitespace-unload-function): Force `global-whitespace-mode'
21037 to deactivate local modes in a slightly less intrusive way.
21038
210392008-02-02 Eli Zaretskii <eliz@gnu.org>
21040
21041 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
21042
210432008-02-02 Glenn Morris <rgm@gnu.org>
21044
21045 * international/latin1-disp.el (latin1-display):
21046 * progmodes/fortran.el (fortran-comment-indent-char):
21047 * progmodes/idlw-shell.el (top-level):
21048 * term/mac-win.el (mac-keyboard-translate-char):
21049 * whitespace.el (whitespace-char-valid-p):
21050 * wid-edit.el (widget-key-sequence-read-event):
21051 Use characterp rather than char-valid-p.
21052
21053 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
21054 to capitalized-find-word-boundary. Doc fix. Update callers.
21055 (capitalized-next-word-boundary-function-table): Rename to
21056 capitalized-find-word-boundary-function-table. Doc fix. Update users.
21057
21058 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
21059 string-to-int.
21060
21061 * ps-def.el (declare-function): Add compatibility definition.
21062 (ps-plot-with-face, ps-plot-string): Declare as functions.
21063 (ps-bold-faces, ps-italic-faces): Declare variables.
21064
21065 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
21066 (ps-mule-end-job): Declare as functions.
21067
21068 * wid-edit.el (widget-string-complete): Use assoc-string rather
21069 than assoc-ignore-case.
21070
21071See ChangeLog.13 for earlier changes.
21072
21073;; Local Variables:
21074;; coding: utf-8
e3d51b27
MR
21075;; End:
21076
958a2b4c 21077 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
e3d51b27
MR
21078
21079 This file is part of GNU Emacs.
21080
21081 GNU Emacs is free software: you can redistribute it and/or modify
21082 it under the terms of the GNU General Public License as published by
21083 the Free Software Foundation, either version 3 of the License, or
21084 (at your option) any later version.
21085
21086 GNU Emacs is distributed in the hope that it will be useful,
21087 but WITHOUT ANY WARRANTY; without even the implied warranty of
21088 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21089 GNU General Public License for more details.
21090
21091 You should have received a copy of the GNU General Public License
21092 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21093
21094;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc