*** empty log message ***
This commit is contained in:
parent
403de3b40e
commit
3751eb00d7
4 changed files with 40 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-17 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
|
||||
|
||||
2004-06-01 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* makefile.w32-in (obj): Add image.c.
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2004-07-17 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
|
||||
|
||||
* mail/footnote.el (footnote-section-tag): Use defcustom.
|
||||
|
||||
* font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
|
||||
Compile font-lock-keywords, not KEYWORDS.
|
||||
(lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
|
||||
Add warn, check-type. Handle cerror like error.
|
||||
|
||||
2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
|
||||
|
||||
* progmodes/which-func.el (which-func-keymap): New var.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2004-07-17 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* display.texi (Overlay Properties): Adding `evaporate' prop
|
||||
deletes empty overlay immediately.
|
||||
|
||||
* abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
|
||||
fix example.
|
||||
|
||||
2004-07-16 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* searching.texi (Regexp Backslash): Document new \_< and \_>
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2004-07-17 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* window.c (coordinates_in_window): Inside the window but outside
|
||||
its box to the L or R, return ON_VERTICAL_BORDER.
|
||||
(window_list_1): Rotate the list to start with WINDOW.
|
||||
|
||||
* print.c (print_preprocess): Test for print_depth at limit
|
||||
before entering in being_printed.
|
||||
|
||||
* keyboard.c (not_single_kboard_state): New function.
|
||||
(stuff_buffered_input): Now no-op only if no SIGTSTP.
|
||||
|
||||
* frame.c (Fdelete_frame): If we're in single_bboard_state on
|
||||
this kboard, and we delete its last frame, go to any_kboard_state.
|
||||
|
||||
* buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
|
||||
|
||||
2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
|
||||
|
||||
* w32fns.c (Fx_file_dialog): Encode strings in system coding
|
||||
|
|
Loading…
Add table
Reference in a new issue